cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Data Package not Running Default Logic

0 Kudos

Hi

There is an issue i am facing while loading transaction data to BPC. Standard Package (/CPMB/LOAD_INFOPROV_UI) for transactional data  is not running Default Logic where i am calling a BADI which in turn do some calculations . I have SAPALL Authorization in BI and BPC so authorization is not an issue in my case.

I have also checked my default.lgf where QUERY is ON. I Debugged the BADI and found that CT_DATA is not populating Data .

Please Suggest any Solution ASAP

Regards,

Nidheesh Garg

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200327
Active Contributor
0 Kudos

Hi Nidheesh,

Can you please check if you have a script execution log in UJFS?

Regards,

Gersh

former_member186338
Active Contributor
0 Kudos

Hi Nidheesh,

Please, provide full code of your default.lgf!

Vadim

0 Kudos

Hi Vadim

I have included another .lgf in default logic. Please find below the screen shots

Regards,

Nidheesh Garg

former_member186338
Active Contributor
0 Kudos

Ups, don't see the reason to use INCLUDE in this case...

Anyway, you can always test that your script is working. Instead of badi call use something like:

*WHEN ACCOUNT // or any dimension...

*IS *

*REC(FACTOR=2)

*ENDWHEN

then you will see if the values are increased...

Vadim

0 Kudos

Hi Vadim

I have tested the above scenario, the values did not increased.

Nidheesh

former_member186338
Active Contributor
0 Kudos

Can you confirm, that the data is loaded  with /CPMB/LOAD_INFOPROV_UI? Screenshots? Test with new data region...

Show the advanced script of DM package to ensure that default.lgf line is present...

Vadim

0 Kudos

Screenshot  DM log and script

former_member186338
Active Contributor
0 Kudos

The advanced script is fine!

About data - do you clear the data before upload?

0 Kudos

Yes i have cleared the data before loading again.

former_member186338
Active Contributor
0 Kudos

No idea,

Test the import of few values from the text file to ensure that everything is working properly. Test the script itself with the scope equivalent to the imported values...

Vadim