Quantcast
Viewing all articles
Browse latest Browse all 1545

SAP BPC 10 MS - Script Logic Issue

Dear Experts,

 

I got a problem with our script logic.

 

The script is very simple, but unfortunately every keyword is ignored by the system.

 

Example:

 

I try to update data within the default logic. See the coding below:

 

*WHEN ACCOUNT

*IS "TEST"

*REC(EXPRESSION=%VALUE%,ACCOUNT="TEST1")

*ENDWHEN

 

*COMMIT

 

The problem is, that every keyword (EXPRESSION or FACTOR) is ignored by the system. The result of the coding above is no value is written to TEST1. TEST is filled as expected. The same happens when I change the coding as shown below:

 

*WHEN ACCOUNT

*IS "TEST"

*REC(FACTOR=2,ACCOUNT="TEST1")

*ENDWHEN

 

*COMMIT

 

Indenpendent, what keyword I use, no keyword will be used by the system.

 

The coding works only, if there are no key word used. See the following coding:

 

*WHEN ACCOUNT

*IS "TEST"

*REC(ACCOUNT="TEST1")

*ENDWHEN

 

*COMMIT

 

 

Does anyone has a suggestion, how to handle this issue?

 

Thank you in advance,

Karsten


Viewing all articles
Browse latest Browse all 1545

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>