cancel
Showing results for 
Search instead for 
Did you mean: 

Data Manager Package status Abort

former_member307359
Participant
0 Kudos

Hi Expert,

I have an excel DM with three parameter, while running DM it get Abort, there is no Log details, inside the log the package status is success, but the same script i run it through UJKT, its running perfectly and its getting correct values.

Please help me the exact problem is with my template, or BADI,

Regards

Vimal Raj

Accepted Solutions (1)

Accepted Solutions (1)

Shrikant_Jadhav
Active Contributor

Hi Vimal

Kindly provide full log, Script logic, Advance Script of DMP

Shrikant

former_member307359
Participant
0 Kudos

Hi Shrikant,

There is no log generated while the package is abort.

This is my sample script

*XDIM_MEMBERSET TEST_TIME AS %TIM% = %TEST_TIME_SET%

*XDIM_MEMBERSET TEST_CATEGORY AS %CAT% = %TEST_CATEGORY_SET%

*XDIM_MEMBERSET TEST_VERSION AS %VER% = %TEST_VERSION_SET%

*XDIM_MEMBERSET TEST_UNIT AS %UT% = %TEST_UNIT_SET%

*START_BADI TEST_CALC01

WRITE = ON

TEST_TIME = %TIM%

TEST_CATEGORY = %CAT%

TEST_VERSION = %VER%

TEST_UNIT = %UT%

*END_BADI

bhagyesh_ravange
Active Participant
0 Kudos

Try to scope other dimension as well if possible (i.e Account, Entity and User defined Dimension) and then execute the BADI through DM package.

former_member307359
Participant
0 Kudos

Thanks to all for your quick reply for this issue, I did my scope on Account dimension, then is it run successfully..

Answers (1)

Answers (1)

bhagyesh_ravange
Active Participant
0 Kudos

Hello Vimal,

Its with the BADI, seems your BADI is taking lot of time to execute through DM package..

Try to scope it and then execute the same..

former_member307359
Participant
0 Kudos

Hi Bhagyesh Ravange,

I did my scope and its working fine, but i try to run it for a all 30 unit through DM again its getting abort, is there any alternative solution is there, please help me to resolve it.

*XDIM_MEMBERSET TEST_TIME AS %TIM% = %TEST_TIME_SET%

*XDIM_MEMBERSET TEST_CATEGORY AS %CAT% = %TEST_CATEGORY_SET%

*XDIM_MEMBERSET TEST_VERSION AS %VER% = %TEST_VERSION_SET%

*XDIM_MEMBERSET TEST_UNIT AS %UT% = %TEST_UNIT_SET% //New Scope

*START_BADI MAN_CALC01

WRITE = ON

TEST_TIME = %TIM%

TEST_CATEGORY = %CAT%

TEST_VERSION = %VER%

TEST_UNIT = %UT%

*END_BADI

bhagyesh_ravange
Active Participant
0 Kudos

What about Account and Entity Dimension?

bishwajit_das
Active Contributor
0 Kudos

Hi,

It seems that the BADI execution time is more than the estimated background execution set due to some performance issue in the BADI code.

So, you can follow the below document to tune your BADI performance.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70187b3e-d5ce-2d10-d780-bb8b1a5b0...

and to increase the background execution time ask your BASIS team for help.

Regards,

Bishwajit