Hi experts
How can I identify (in bulk) which logic scripts are linked to which packages?
Is there a way to download the package script for all BPC packages?
I can go into each package and select "Modify Script" to see the relevant logic file name, but I want to find this for all packages across all models (without going into each one individually)
I can't seem to find the data anywhere in UJFS or in the table details.
Example of the package script:
PROMPT(SELECT,,,,"CE_EMPLOYEE,%CATEGORY_DIM%,CE_VERSION")
TASK(/CPMB/RUNCALCACCOUNT_LOGIC,SUSER,%USER%)
TASK(/CPMB/RUNCALCACCOUNT_LOGIC,SAPPSET,%APPSET%)
TASK(/CPMB/RUNCALCACCOUNT_LOGIC,SAPP,%APP%)
TASK(/CPMB/RUNCALCACCOUNT_LOGIC,SELECTION,%SELECTION%)
TASK(/CPMB/RUNCALCACCOUNT_LOGIC,LOGICFILENAME,EMPLOYEE_COST_CENTRE.LGF)
This is for BPC 10.1 Netweaver Standard Model