Quantcast
Channel: SCN : Discussion List - SAP Business Warehouse
Viewing all 6437 articles
Browse latest View live

Giving the input as sy-datum to GDATU not working..

$
0
0

Hi Gurus,

I am working on customized function module in this  function module one of the input is GDATU for this we are giving the input as sydatum.

But it is not working. When we are manually enter the date like DD.MM.YYYY it' working fine.

 

I have tried below function modules. But it is not working.

CONVERSION_EXIT_INVDT_INPUT

CONVERSION_EXIT_INVDT_OUTPUT.

 

Also i have tried below syntax.

CONVERT DATE SY-DATUM INTO INVERTED-DATE DATE_INV.

 

Please advise.

 

 

Regards

Sudhir Saripalli


unassigned field symbol (data segment "-1").

$
0
0

Hi,

 

I have written following simple  code in end routine , while loading data into DSO , I am getting dump.

 

IF NOT <result_fields>-/BIC/ZCNTENDT IS INITIAL AND

  <result_fields>-CNTRCTTYPE NE '01'

  AND <result_fields>-/BIC/ZCNTENDT < <result_fields>-CALDAY.

MOVE 'Y' TO <RESULT_FIELDS>-/BIC/ZCONTEND.

ENDIF.

 

 

 

Error dump is : -

 

You attempted to access an unassigned field symbol

(data segment "-1").

 

This error may occur if

- You address a typed field symbol before it has been set with

   ASSIGN

- You address a field symbol that pointed to the line of an

   internal table that was deleted

- You address a field symbol that was previously reset using

   UNASSIGN or that pointed to a local field that no

   longer exists

- You address a global function interface, although the

   respective function module is not active - that is, is

   not in the list of active calls. The list of active calls

   can be taken from this short dump.

 

Any input please .....

 

Regards

hari

delta loads

$
0
0

Hi All,

 

If there is a case in change of source system of BW.There will data from old source system in BW.Now new source system is connected.if i load the data ..is the data will duplicated? is it necessary to delete the old data from MD info object and Cube.if yes how.What about the loads(Delta and full).

 

 

Thanks

0RT_C01, 0RT_C02 and Retail Cubes

$
0
0

Hi Forum, I'm trying to install the Cubes for Merchandise Mgmt in BW shown in the following link:

 

Merchandise Management - BW &#150; SAP Retail - SAP Library

 

But some cubes, like Article, Customer etc, when I activated them from de BC, it says that they are obsolete for the BW version 7.4. Is that right?

 

If it is correct, which are the new cubes for this?

 

Also, i have a question regarding the following data sources:

 

2LIS_03_BF

2LIS_03_UM

2LIS_40_REVAL

2LIS_40_S278.

 

Are they the datasources corresponding to the BW 7.4, or they have to be migrated?

 

Thanks in advance.

 

Reynaldo

Data load from Write Optimized DSO taking long time

$
0
0

Hello Experts,

 

We are facing an issue with the DTP load from Write Optimized DSO.

 

Till some time back, a full load from Write Optimized DSO used to complete in 1-2 hours maximum. However it is taking more than 6 hours to load data currently. (This system is live from 2010, hence the increase in records will not be the reason. Also NO transformation routines - so no ABAP coding issues).

 

Maximum time takes in fetching data for first data package and once this is completed (after 6 hours), the remaining steps completes fast.

 

In SM50, sequential read from the active table of DSO is taking the time (program CL_SQL_RESULT_SET=============CP).

 

How can we improve the performance?

 

SAP version is SAP_BW, 701, SP 0012.

Oracle DB 11.2.0.3.0.

 

Regards,

Madhu.

withdraw DTP deletion

$
0
0

Hi SCN,

 

A DTP was deleted in DEV system. Search will no longer find it. Its not in RSBKDTP table but its still in RSBKDTPH (historic version).

 

Do you know how to withdraw deletion?

 

 

Thanks,

 

Istvan

Data load takes long time due to select statement in endroutine

$
0
0

Hi All,

We have data load from DSO1 to DSO2 having endroutine .The load takes long time (approx. 1.5 hours) for 23000 records delta load.

In end routine there is a select statement .

We have already created sec. index for ACCTYPE but still it takes long time and I feel that this long time is due to the sum statement which does aggregation of values.

Can you please suggest me whether the long run is due to sum statement ? if so,how to optimize the code in easier way.

 

 

 

 

SELECT

            ACDOCNUM AS ACDOCNUM

            ACCTYPE AS ACC_TYPE

            POSTINGDATE AS  POSTINGDATE

            PSAWKEY AS MAT_DOC_YEAR

            GLACCT AS GLACCT

            /BIC/ZGKON AS ZGKON

            SUM( DEB_CR_L1)  AS DEB_CR_L1

            LOC_CURC1  AS LOC_CURC1

            SUM( DEB_CR_L1 ) AS DEB_CR_L1

            FROM /BI0/AFIGL_O11400 INTO CORRESPONDING FIELDS OF TABLE

           IT_FIGL_O114

          WHERE ACCTYPE = 'M' GROUP BY ACDOCNUM  ACCTYPE  POSTINGDATE PSM_AWKEY GLACCT

            /BIC/ZGKON LOC_CURRC2.

          SORT IT_FIGL_O14 BY MAT_DOC_YEAR

 

Also,

there are three calulcations as below in loop statement

 

 

-/BIC/ZTOTLK = ( <RESULT_FIELDS>-ISSVALCK +

                                         <RESULT_FIELDS>
-RECVATCK ).

 

regards

Pradeep


Cutover (Or)Golive activity in BW 7.0

$
0
0

Hi,

 

We are done work in our development  system,We want to move all the object to Production(No QAS)

 

What is the Pre Procedure to move object in BW Production system?

 

Kindly tell me what are the cutover procedure do i need follow.I am not able to find out check list document in scn

 

EX:To loading full for LO extraction,ECC Production should down for blocking the postings.

 

If you have any excel for cutover activity (or)Go live activity please share with me.

 

Vickram


Data Difference for different modes of update

$
0
0

Hello Experts,

 

We see difference in data updated to the target when load is tried in delta mode and full mode.

The number of records planned for load remains the same and in the end routine we do not mention any check/filters which should act accordingly for delta/full update.

 

Though the filter conditions remains same, missing entries are found.

 

-> We do not have semantic groups defined in our transformation

-> We do direct assignment. If the target field is made constant will resolve our issue ?

 

Are the semantic groups not defined is the cause for missing entries ?

 

Please clarify.

 

Thank you very much for your help in advance.

 

Regards,

Kavya S

Init issue in 0FI_AR_4 & bringing sales data

$
0
0


1) I have installed 0FI_AR_4 datasource. In ECC RSA3 brings records correctly, Full infopackage also brings data in BW. But whenever I do init it doesn't bring any data in BW. I tried doing init without data transfer & then delta also, but no success.

Is there any setting I need to do while fetching init for 0FI_AR_4? Just for testing I tried 0FI_AR_3 & it is bringing data. But I want to avoid using 0FI_AR_3 as 0FI_AR_4 is recommended.

 

2) I want to bring sales data in AR report like sales org. I see only customer comes in 0FI_AR_4 but I want attributes of cust_sales rather. How I can achieve it?

bex query entering into abap debugger

$
0
0

Hi

I had created a query with selection one variable as characterstic processing manual input variable  represents interval and cal month in filters and i am running query in rsrt when i choose html format and in select options when i am refreshing it is showing all the values but when i choose analyzer  and selecting the variable and doing find means it is entering into abap debug mode and stopping at break point and showing function RRMS_X_MESSAGE

can anyone tell me solution to resolve this issue.

Query status showing inactive in the RSRREP table

$
0
0

Hi experts,

 

We are in BI 7.4 SP9 environmet and using standard business content for inventory management cube(0IC_C03) and queries.

When I checked the queries in the table object status showing inactive,Is there any dependent HANA views need to activate to become activate these queries.

Also getting Column store error:fail to create scenario[340-2048] while activating multiprovider(0IC_MC03),please let me know anyone come across the same issue,please share your solution highly appreciated.

 

Regards

Problem with Unit oM Conversion after Update

$
0
0

Hi all,

 

recently we updadet our BW 7.4 to SP09.

Now I have a problem with the unit of measure conversion.

Last year we created a query in wich we use a self created conversion type for materials (pieces to m2).

 

This worked fine but now the query acts in a strange way.

We have three key figures that are using the same conversation type.

When executing the query I get the message, that conversation does not work but this is only true for one key figure, for the two other key figures the conversation works normally.

 

Unfortunately this cannot be a problem for this specific one key figure. After deleting this, I have the two others left that worked before. But now the conversation will work only for one of these two.

So the not working conversation switches from one key figure to another...

I have absolute no idea about the reason for this problem.

Furthermore this has an effect on our Dashboards, because the faulty queries cannot be loaded and therefore the dashboards do not work.

 

Does anybody have an idea or knows this problem?

Maybe it is a common issue after updating but I found no information about that.

 

Interestingly I am not able to to the conversation within a transformation in the bw. There I get other error messages. Maybe this is somehow connected but as we did not try this before it may be another problem (as this also occurs in our Bw with SP05).

 

Any help will be appreciated!

 

Thanks in advance

 

 

Steffen Bruckner

Conversion of Characteristic Values to SIDs taking Long time

$
0
0

Hello experts,

 

I know this has been discussed many times on the forum but not finding the suitable solution for my scenario.

 

I have a flow like DS -> DSO (SID Generatio During Activation checked) -> Cube.

 

Till yesterday my DTP was taking 17 mins to load 900K records & today suddenly it's taking more than 2 hrs to complete the same DTP with average same no of records.

 

COnversion_SID.JPG

 

Cube is set to full delete (without dimension table content) & reload.

I have checked Report SAP_INFOCUBE DESIGNS & two dimensions among the cube are 300% of the FACT table !! But has been from the past one year & not sure why DTP has started taking long time from today itself..

 

 

Harshawardhan.

Query Filter on Dimension Level

$
0
0

HI,

 

In info provider, I have 2 dimensions of similar type [material]. I want to display query output only when values of both the dimensions will be same {material 1= Material 2 }.

I have tried replacement path of query but I can not select reference characteristic while creating variable.

 

I can not add flag on cube level because I need to reload data.

 

Is there any user exit/ BADI or can be managed at query level? Any thoughts?


Too many error records at error stack

$
0
0

Hi there,

 

We loading master data from external datasource, I am getting too many error records at error stack , because of that records not updated to data target .

 

To handle duplicate records we already ticked "check box" , I can not see  wrong with data in error stack .

 

How to resolve this issue .

 

thanks

Hari

Need help with lookup BW routine ABAP code

$
0
0

Hi Gurus,

 

I have a data flow where I have DSO1, DSO2 and DSO3.

 

 

DSO3 is a Translation table

 

ZCountryZCOM_CODE0Comp_code
DE20001000
GB20101010
US20301030

 

In DSO1, I have field ZCountry XX which has ZCom-Code 2-series, and in DSO2, I have 0COMP_CODE (1-series).

 

DSO3 is a translation DSO where we do mapping between, ZComp codes 2-series and 0Company codes 1-series based on ZCountry.

 

Scenario: I need a Transf. Rountine ABAP code Between DSO1 and DSO2 where we take e.g. Country DE from DSO1 with Company code "2000", and give result Company code "1000" for Country DE in DSO2.

 

Could you please help me with this? Thanks in advance!

Webdynpro VS BEX Web application Designer

$
0
0

Hi all ,

         as i observed when i am using BEX web application designer webdynpro is having lot of additional functionality so can we use webdynpro instead of web application designer. if so how can we use as the data in the infocube or DSO will be updated regularly.

Error when assigning SID: Action VAL_SID_CONVERT , InfoObject 0REF_KEY3

$
0
0

Greetings Gurus,

 

yesterday i noticed this error:

 

"Error when assigning SID: Action VAL_SID_CONVERT , InfoObject 0REF_KEY3

Value 'Più doc.2013-2014 ' (hex. '0050006900F900200064006F0063002E003200300031003300') of characteri "

 

I understood that there are some characters not supported by BW so i did this:

 

 

1. delete the request from DSO.

2. PSA and edit error records.

3. save the data in the PSA.

4. load the data again and activate the DSO.

 

 

Unfortunatly, after reactivating the DSO, i'm  experiencing again the same error in the same request:

 

"Error when assigning SID: Action VAL_SID_CONVERT , InfoObject 0REF_KEY3

Value 'Più doc.2013-2014 ' (hex. '0050006900F900200064006F0063002E003200300031003300') of characteri "

 

I checked again the PSA but this time 0REF_KEY3 is correct, it hasn't the wrong char, so i can't understand how to solve this issue since i 've already edited the PSA.

 

Anyone has any idea on  how i could solve this ISSUE?

 

Thanks for your time

 

Elena

0ec_pca_3 delta missed - how to recover ?

$
0
0

Hi Team,

 

We are facing an issue on the 0ec_pca_3 Datasource data load.

 

On 5th Dec, the delta load got failed. One of the teammates repeated the job "repeat of last delta" which also got failed.

The next time the loading was done. the repeat of delta did not took place and normal delta load happened.

We did not noticed this at that time.

 

Today there was an issue raised, on checking the data requests in DSO we found that 5th load had very less records around 60,000 while we generally have 20,00,000 records in each load.Today we have found this issue, right now we do not have data in PSA for 5th load.

Is there anyway to recover the missed delta records.

 

This is quite urgent for us. Thanks in advance.

 

Regards,

Arpit

Viewing all 6437 articles
Browse latest View live


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