on ‎2016 Mar 25 8:48 AM
Hi People,
I am using /CPMB/DEFAULT_FORMULAS DM package to calculate Head count/Employee salary for monthly and some other calculations using BADI and BADI is calling through Script logic and that script logic placed in Advanced logic of DM Package.
So I have total Employee salary and percentage on Dummy time ID" 2016.INP" and it will distribute values to all original base members 2016.01 , 02 etc.
When i try to execute DM package i am getting "Failed to analyze instruction /CPMB/ALLOCATION_LOGIC" error, I am not able trace what might be the problem but if i run script logic in UJKT, it is working properly as expected.
DM Package:
Error:
Script logic.
Thanks,
Vishu
Request clarification before answering.
Please correct the script (copy/paste is a bad practice!):
Instead of:
/CPMB/ALLOCATION_LOGIC
Use:
/CPMB/DEFAUT_FORMULAS_LOGIC
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vadim for your suggestion and Thanks Jadhav.
Its working now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vishu,
Replace last line in advance script by
"TASK(/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,HC_ASSUMPTIONS_CAL.LGF)
Shri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.