on ‎2016 Apr 19 4:25 PM
Hello Team-
Can please someone help on step by step provide how to send data from one model to another using Runlogic_PH badi and sample abap code and script.
Thanks in advance.
Thanks,
Ranjan
Request clarification before answering.
Hi Ranjan,
RUNLOGIC_PH BADI is created not for that purpose. It allows you to run scripts in a different Model, not to transfer data from one Model to another. Those are two completely different things.
To transfer data from one Model to another please take a look at *DESTINATION_APP key word in script logic *DESTINATION_APP - SAP Business Planning and Consolidation, version for SAP NetWeaver - SAP Library
Regards,
Gersh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ranjan,
I can see 2 options of improving DESTINATION_APP performance:
1. You probably have DIM_NAME. PROP_NAME in your REC statement. Try replacing those with ADD_DIM {dimension name}= {dimension name(source): Property name}. This options works much faster.
2. You can use RUNLOGIC_PH to parallelize your script. For this you need to identify Dimension that's not being aggregated in that data transfer, usually TIME, but can be any other Dimension. Then use CHANGED key word to split data on that Dimension or it's property.
Regards,
Gersh
| User | Count |
|---|---|
| 40 | |
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 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.