Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all articles
Browse latest Browse all 5414

SAP BPC 10. Script Logic code.

$
0
0

Hello,

I am having a dimension “COMPANY_CODE”. I have the following script logic to copy the data (records)

If COMPANY_CODE = P1, P2, P3 ….. P100

*WHEN COMPANY_CODE

*IS*

*REC(EXPRESSION = %VALUE%,COMPANY_CODE = LOCAL )

*ENDWHEN

 

The above code is working well. Now I need

 

If  COMPANY_CODE =CCC (No copy action to be performed / it should ignore the transaction)

else for all COMPANY_CODES

*REC(EXPRESSION = %VALUE%,COMPANY_CODE = LOCAL )

 

Can you please suggest me with the Script logic code for the above need.

 

Your help is highly appreciable. Thank you.

Ashok


Viewing all articles
Browse latest Browse all 5414

Trending Articles