Pages

Jul 14, 2011

Structure of Script Logic

Logic can be broken down into 3 components

  • Scoping - What am I running the data on?
            Data manager scoping
            BPC for Excel Scoping
            Modification of Scope (i.e.:*XDIM_MEMBERSET)

  • Body/Code – What do I want to do with the scopedrecords?
             Script Logic keywords (example *WHEN / *ENDWHEN, *REC Statements)
             Allocation Logic and Stored Procedures
             Custom BADIs

  • Writing the record
            *Commit


BPC version for Netweaver Script Logic Overview

*XDIM_MEMBERSET O_CUENTA = ESP001111
*XDIM_MEMBERSET T_TIME = 2011.FEB

*WHEN O_CUENTA
*IS ESP001111
*REC (EXPRESSION = 311)
*ENDWHEN
*COMMIT

No comments:

Post a Comment