on ‎2017 Aug 02 4:24 PM
Hello Experts,
I have a typical problem....
I am having a value in a DRIVER R_001 for some statistical GL account and say entity is WR01
now i want to post this amount from to an entity WR02, logic to derive this is as below
R_001 driver has property profit_center, and profit_center is a dimension which has a property as entity which would be WR02.
now how do i achieve this in script logic.?
Request clarification before answering.
Something like:
*XDIM_MEMBERSET DRIVER=R001
*WHEN DRIVER
*IS *
*REC(EXPRESSION=%VALUE%,PROFIT_CTR=DRIVER.PC,ENTITY=DUMMY)
*ENDWHEN
*XDIM_MEMBERSET ENTITY=DUMMY
*WHEN DRIVER
*IS *
*REC(EXPRESSION=%VALUE%,ENTITY=PROFIT_CTR.COMP)
*REC(EXPRESSION=0) //clear DUMMY ENTITY
*ENDWHEN
First write to dummy ENTITY with correct PROFIT_CTR, then to correct entity.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Or I can provide you an answer like your question:
Use LOOKUP and 2 writes using temp entity
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please! Read https://blogs.sap.com/2014/01/31/how-to-ask-questions-about-script-logic-issues/
And provide the required info! I really don't want to ask endless questions to understand what do you want to achieve...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 7 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.