cancel
Showing results for 
Search instead for 
Did you mean: 

IC Eliminations

0 Kudos

Hi Experts,

For intercompany eliminations i have write logic and rule both are validated and i have added a DM package of Ic Eliminationand when i take report and run the DM Package . it run succesfully. but the eliminations is not done after running the Packages.

Scrpit Logics:

*RUN_PROGRAM IC_ELIM
CATEGORY =%CATEGORY_SET%
CURRENCY =%RPTCURRENCY_SET%
ENTITY =%ENTITY_SET%
TID_RA =%TIME_SET%
OTHER = [ ]
*ENDRUN_PROGRAM

Rules:

reports:

Thanks

Regards

Thrilokitha.G

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Sorry, but to run US Elimination you have to use:

*RUN_PROGRAM US_ELIM

CATEGORY = %CATEGORY_SET%

CURRENCY = %RPTCURRENCY_SET%

TID_RA = %TIME_SET%

OTHER = [ENTITY=%ENTITY_SET%]

*ENDRUN_PROGRAM

P.S. Please read: https://archive.sap.com/documents/docs/DOC-4267