Quantcast
Channel: SCN : All Content - SAP Business Warehouse
Viewing all 5981 articles
Browse latest View live

program error in class SAPMSSY1 METHOD:UNCAUGHT EXCEPTON

$
0
0

dear experts,

 

                 i wrote a code in cmod for customer exit.while debugging after  the value is populated iam getting the exception.

 

 

program error in class SAPMSSY1 METHOD:UNCAUGHT EXCEPTON.

 

 

WHEN 'ZSMTODATE'.

 

     IF I_STEP = 2.

 

 

*        CONSTANTS curdate TYPE N LENGTH 8 VALUE 20140606.

     REFRESH e_t_range.

     dd = sy-datum+6(2).

     mm = sy-datum+4(2).

     yyyy = sy-datum+0(4).

*       dd = curdate+6(2).

*       mm = curdate+4(2).

*     yyyy = curdate+0(4).

     IF mm = '01'.

       mm = '07'.

       yyyy = yyyy - 1.

     ELSEIF  mm = '02'.

       mm = '08'.

       yyyy = yyyy - 1.

     ELSEIF mm = '03'.

       mm = '09'.

       yyyy = yyyy - 1.

     ELSEIF mm = '04'.

       mm = '10'.

       yyyy = yyyy - 1.

     ELSEIF mm = '05'.

       mm = '11'.

       yyyy = yyyy - 1.

     ELSEIF mm = '06'.

       mm = '12'.

       yyyy = yyyy - 1.

     ELSEIF mm = '07'.

       mm = '01'.

     ELSEIF mm = '08'.

       mm = '02'.

     ELSEIF mm = '09'.

       mm = '03'.

     ELSEIF mm = '10'.

       mm = '04'.

     ELSEIF mm = '11'.

       mm = '05'.

     ELSEIF mm = '12'.

       mm = '06'.

 

     ENDIF.

     CLEAR : fst_date.

     CONCATENATE yyyy mm dd INTO fst_date.

     begdt = fst_date.

     BREAK-POINT.

*    CALL FUNCTION 'DATE_TO_PERIOD_CONVERT'

*    EXPORTING

*    i_date = begdt

** I_MONMIT = 00

*    i_periv = 'V3'

*    IMPORTING

*    e_BUPER = mm

*    e_gjahr = yyyy.

 

     l_s_range-sign = 'I'.

     l_s_range-opt = 'BT'.

     l_s_range-low = begdt.

     l_s_range-high = sy-datum.

     BREAK-POINT.

     APPEND l_s_range TO e_t_range.

     ENDIF.

     ENDCASE.


thi sis the code


i had written .


the requirement is six months to date.ie if i enter today date needs to bring last six months date


reagards

phani chiathanya


Shifting to BW/BO from ABAP

$
0
0

Hi all,

I am planning to shift to BW from ABAP. I have abap experience also I am certified in ABAP.

 

I have the following questions in my mind.

  1. About the market.. Current and Future in BW?
  2. About Technologies like HANA and HADOOP looks like competitors for BW?
  3. Which one is the best, to be in ABAP itself or moving to BW.. ?
  4. About Career growth
  5. Abap Experience is considerable in future after entered into BW or not?

 

 

Regards

 

Raj

DSO Activation failure with flat file source system

$
0
0

Hi All,

 

 

I am loading data from flat file to DSO, I have created everything fine, I am creating a standard DSO, DSO Checking is also fine, there are no errors in checking, while activating the DSO it is showing me the following Error..I Can not able to understand this issue...I am using IDES System.Capture.PNG

Thaks & Regards,

G S Ramanajneyulu.

how to debug the routine which is declared in global declaration 2 of transformation

$
0
0

Hi Sap gurus,

We have recently migrated the 2lis_02_scl data source  entire flow upto cube from 3.5 to BW 7.3 successfully. The routines which are already written in update rules and  transfer rules got migrated same as is it is  in to the GLOBAL declaration 2 above the start routine at the transformation level with the notation DATA_PACKAGE. The problem is how to debug the code which is written in global declaration 2 in quality system.I have tried keeping the break points at generated programme level but the debugger is not getting stopped at that break point when I am simulating at the dtp level and we don't want to enhance this code into start routine. Even I tried to keep the breakpoints at the dtp level before transformation but it is not getting stopped

Change Master data full extractor to Delta

$
0
0

Hi Gurus,

 

We have a master data full extractor pulling data from ECC to BI. It is daily taking 4-5  hours to pull the data. To overcome this the extractor needs to be changed to delta. What measures have to be taken to change it to delta.

 

Regards,

Rajesh.

Composite Provider Activation ERROR(EC:2048 column store error: fail to create scenario)

$
0
0

Hi,

I cannot activate Composite Provider using BW-MT because of the error.
Does anyone have information about this ?

[Version]
Client
Eclipse: Kepler
Hana Studio: 2.0.8
BW-MT: 1.6.2
BW Server
SAP_BW: 7.48

[Error Message]
Description Resource Path Location Type
EC:2048 "column store error: fail to create scenario:  [3 (for details: see indexservertrace) MZCP0010 /sap/bw/modeling/hcpr/mzcp0010/m #// Application Log
Creation of column view for  MZCP0010 failed MZCP0010 /sap/bw/modeling/hcpr/mzcp0010/m #// Application Log
Creation of column view for MZCP0010 failed MZCP0010 /sap/bw/modeling/hcpr/mzcp0010/m #// Application Log
Error when activating CompositeProvider MZCP0010 MZCP0010 /sap/bw/modeling/hcpr/mzcp0010/m #// Application Log

Thank you and Best Regards,
Michimasa Sugihara

BW to Microsoft SSIS connection Not working

$
0
0

Dear All,

 

We have set up a connection from BW system to Microsoft SSIS connector. The program ID is created as per the document  and registered in the BW system. When the job is triggered from SSIS it lands in the BW system triggering the process chain. After this the chain fails with the attached error.

 

has anybody come across this issue, if yes please help us out.

 

Regards

 

Rakesh

 

SSIS.png

0TCTSYSID,0TCTUSERNM do i need to load mandatory for SD report

$
0
0

Dear All,

 

Do i need to load 0TCTSYSID & 0TCTUSERNM master data for SD reports?

 

Is mandatory to load? what is the use of this object in report?

 

 

Regards

Vickram


MTD REPORT

$
0
0

Hi Guru,

 

i have a requirement month to date.

 

ex : user will enter month  2014 sep.

 

i want to show jan 2014 to 2014 sep.

 

i want to know with out writeing custome exit whether it is possible please let me know.

 

 

Regards

Praveen.

Routine to convert lowercase values to upper case

$
0
0

Hi

 

I need a routine to convert lowercase values to upper case via routine in the transformation.

 

I am aware that we can use formula (TOPPER) but the source field does not appear when working with formula.Any ideas why my source field FUNCTION does not appear but if I select anyother field for example DEPARTMENT etc appears.

 

source fields.PNG

 

Datasource is zuser_attr and the source field is FUNCTION (DATA type CHAR and length (40))and my target field is ZFUNCTION so, I don't have option but to use routine.

 

I have searched through forums but I did not find the answer to my question.

 

can you please give me an entire code which is required to convert the lower case values to upper case and i have a little understaning of the ABAP.

 

thanks,

 

Darsh

Question about CALDAY/FACTORY CALENDAR DAY

$
0
0

Hi guyz,

 

I have a requirement where I need to assign a specific number (to be used in my calculation) for each day of the month..

 

Here is the set of rules:

 

1. Weekdays (Monday to Friday) should be assigned as 1.

2. Saturdays should be assigned as 0.5 except for the last Saturday of the month where it should be 1.

3. Sundays should be assigned as 0.

4. All REGULAR and SPECIAL HOLIDAYS should be assigned as 0 regardless if it is a weekday or weekend.

 

How can I achieve this?

 

For now, I can only think of having an UPLOAD file where it contains all the dates of the month with their corresponding "number"..

 

Any other options?

 

Thanks a lot!

 

Loed

Copy SAP BW Business Content DataSource in ERP

$
0
0

Hello,

 

can anybody recommend the best way to copy a SAP BW Business Content DataSource in the ERP system, e.g. if you need to have two versions of 0EMPLOYEE_ATTR for extraction into different SAP BW's?

 

Is there a specialized transaction?

 

Or do you need to copy/create all involved components by hand?

 

Thanks in advance

Karsten

how add a characteristic to time dimension while infocube remodeling?

$
0
0

Hi experts!

 

I am trying to add a characteristic to time dimension while infocube remodeling

but I can not to do it because I can find no time characteristic

which one can see while a infocube creation with "Infoobject Direct Input"

They are

0CALDAY

0CALMONTH

0CALMONTH2

0CALQUART1

0CALQUARTER

0CALWEEK

0CALYEAR

0FISCPER

0FISCPER3

0FISCVARNT

0FISCYEAR

0HALFYEAR1

0WEEKDAY1

 

I need to add 0WEEKDAY1 to my Z-cube

 

I found an usefull information in Adding new field in DSO and CUBE without deletion of Data

Can I follow the recomendation mentioned there?

Namely "Infoobject Direct Input"

 

Regards, Evgeny

Book mark Statistics for a Query

$
0
0

Hi Gurus,

 

Our client is using a portal where they have bookmarked several Bex queries. Once they open a bookmark they want to know the statistics of when they opened the query and who opened the query. Is it possible to find out these?

 

Thanks in advance.

 

Raja

Deletion of Open hub destination

$
0
0

Hi All,

 

I have created open hub destination with flat file as destination, I did transformation and DTP From Openhub to DSO. Now I want to delete the Existing openhub, and want to create a new one from the same DSO. If I try to delete that old open hub it is giving me a message saying that data should be deleted from the DSO as it is having Delta request.

 

I have searched, and found that we have to delete the data from the DSO first and then we can delete the Openhub....

 

Is there any other way to do the same without deleting the data from DSO..Please suggest me.

 

 

Regards,

G S Ramanjaneyulu.


delta uploads for Stardard datasource do not work

$
0
0

Dear Gurus,

 

i'm facing a spiny question when i did delta uploads for 2lis_13_vditm and wanna get help from you.

 

details are as below:

1.run delta infopackage, 2LIS_13_VDITM_DELTA, no new data have been uploaded. i'm sure new test data have been created in ECC;

2.check BW Delta Quene Maintenance in ECC using RSA7, and the total is 0;(as you see, the number of delta quene for master data is also 0 )

3.check qRFC Monitor (outbound Quene) in ECC using LBWQ, and the Entries as below;

 

last sunday i was beginning to handle this probelm and have tried several times to delete and initialize setup table, but had no good news.

LO data extraction as below:

 

 

so, friends, could u do me a favor and give me some suggestions?

 

thanks very much in advance.

 

Neal Wong

Weekly Avarage Report.

$
0
0

Hi Guru,

 

I have 5 Weekly moving Average report with 2013 ,2014 data.

 

user will enter the week based on that week we need -4-3-2-1 like 5 and also we are calculating average.

 

but only we are getting which ever the selection i used.

 

ex :  24.2013 if i select  then it display 24,23,22,21,20 of that 2013 year week only

 

but our requirement is to display both the year how it is achieve please help me out.

 

 

Regards

Praveen.

APO datasource transport failing

$
0
0

Hi Experts,

 

I have apo 9AZXX datasource for which info package is created and assigned to process chain, it cube and other related objects in dev. When I transported it gives RC = 8 error. Looking at error it says

"Check results for process LOADING ZPAK_50MXWA6ZXXXXXXXXXXX in chain Z_PC_XX_XXXX_XXX:"

 

So I created another TR and collected datasource with infopackege and process chain moved to quality but it gives same error.

Looking at error message, it says:

 

Start of the after-import method RS_RSPC_AFTER_IMPORT for object type(s) RSPC ( )

Version 'M' of chain Z_PC_XX_XXXX_XXX was saved without checking

Processes with Error

Messages within the subchain Z_PC_XX_XXXX_XXX:

Check results for process LOADING ZPAK_50MXWA6ZXXXXXXXXXXX in chain Z_PC_XX_XXXX_XXX:

DS 9AZXX from the QS XXXCLNT100 does not exist in A version; cannot load

Check results for process LOADING ZPAK_50MXWA6ZXXXXXXXXXXX in chain Z_PC_XX_XXXX_XXX:

An internal error occurred during the authorization check.

Check results for process LOADING ZPAK_50MXWA6ZXXXXXXXXXXX in chain Z_PC_XX_XXXX_XXX:

No authorization for variant ZPAK_50MXWA6ZXXXXXXXXXXX from process type LOADING

 

Checkin above error line 3 and 6 I thought it may me Logical system maintenance issue but checked it is manitaned. For line 6 I opened SE10 and go to Transport Logs which gives below screen shot error message:

 

TR-_log1.JPG

 

please look and guide me if any one face similar issue and resolved.

 

Thanks and Regards,

Ankit

How to load write optimized DSO data to infocube based on request id

$
0
0

I have a write optimized DSO with huge volume of data, to fulfill one business requirement I need to load some data from this DSO to info cube as a historical load and we need delta load from the next month onwards.I wrote a start routine to load based on request id by looking RSMONICDP table but it took 2days of time to load in Dev.system alone.

 

Can any one help me to load faster and handling of delta mechanism in this situation for the production environment.

GL Account Attributes Data Transformation failed- process chain schedule failure

$
0
0

Hello Guys.

I am facing a problem when i schedule the process chain in "FIGL master data daily load"-

"0GL_ACCOUNT_ATTR / ECPCLNT100-> 0GL_ACCOUNT Of Type Data Transfer Process Has Status Ended with errors (Process Chain FI-GL-CO Master Data Daily Load)".


Process chain error.PNG

Previous request (ID 903428) has status 'red'
Exception CX_RSBK_REQUEST_LOCKED logged
Exception CX_RSBK_REQUEST_LOCKED logged

 

Can anyone give me the idea to relsove this error.

 

Thanks

Ashish

Viewing all 5981 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>