Hello,
we use SAP BPC 7.5 Microsoft version and we want to write data from one application (A) to a other application (B) with script logic. When we send data to the application A the defaut-script starts and write the data to the application B. For this, we use
*DESTINATION_APP=ORGAPLAN
*ADD_DIM Auftrag=KEINAUFTR
*ADD_DIM Kunde=KKD
*ADD_DIM Produktgr=KPG
*ADD_DIM SPARTE=KSP
*ADD_DIM BUKRS=0007
*ADD_DIM PRCTR=YB600
This script runs perfectly. After this we want to start a second script in the application B to change values, for example BUKRS from 0007 to 0002 for specific accounts. This second script is integrated in the default-script of the application B but this second script does not start. I think so because the values of BUKRS for the specific accounts are not changed.
How can I resolve this problem? Is there a better way to change the data in the second application. We us two scripts because not all dimensions of application A exists in the application B.
Thank you for your answers.