UJK_SCRIPT_LOGIC_EXECUTE is a function module in SAP application with the description — the main entry of script logic execution.
Table of Contents
UJK_SCRIPT_LOGIC_EXECUTE — Meta Data
Description: | the main entry of script logic execution |
Main Category: | |
Sub Category: |
ABAP FMs related to UJK_SCRIPT_LOGIC_EXECUTE
FM | Description | Application |
---|---|---|
UJK_SCRIPT_LOGIC_DISPATCH | Script Logic dispatcher | |
TR_SYS_PARAMS | Determine System Name, Type, Change Option | Basis - Transport Organizer |
MASTER_DATA | Aufruf von Anzeigetransaktionen der Stammdaten im Bereich PM | Logistics - Serial Numbers |
ABAP Reports related to UJK_SCRIPT_LOGIC_EXECUTE
ABAP REPORT | Description | Application |
---|---|---|
UJD_TEST_PACKAGE | EPM - Data Manager | |
UJT_MIGRATE_75_TO_10 | Von BPC 7.5 nach BPC 10.0 migrieren | EPM - Business Planning and Consolidation |
UJS_ACTIVATE_CONTENT | EPM - NetWeaver Version | |
BPC_HANA_MIGRATE_FROM_10 | Veraltet | EPM - NetWeaver Version |
IF_RSO_TLOGO==================IP | General After Import method for Warehouse TLOGO objects | |
SAPLSEOR | DB Interface Meta Relationships |
Tables related to UJK_SCRIPT_LOGIC_EXECUTE
TABLE | Description | Application |
---|---|---|
UJK_S_CV | BPC Script Logic Current View | EPM - Script Logic and Dimension Member Formulas |
UJE_PROFILE_AGR | BPC10: Appset profile active group | EPM - Security |
UJE_TEAM_AGR | BPC10: Appset team active group | EPM - Security |
UJB_TMPL | BPC: Table of BPF Template Version | EPM - Business Process Flow |
UJE_USER_AGR | BPC10: Appset user active group | EPM - Security |
UJB_INST | BPC: BPF Instance | EPM - Business Process Flow |
SAP Help, Wiki, Q&A and other resources for UJK_SCRIPT_LOGIC_EXECUTE
Click here for the full list of resources and help pages, only the first few are posted below
-
View the full list of resources, SAP Help/Wiki pages and Q&A for UJK_SCRIPT_LOGIC_EXECUTE
Execute all Logic Files with one Custom Logic | SAP Blogs
Relevancy Factor: 2.0In our projects we may come across with complex designs having many models and many calculations which are not always easy for end users to manage. Most of the time in design phase I try to realize an approach for a single package calling all logic files in relevant models. In BPC MS version there was this option for calling logic file from a different application but in NW version as far as I know this is not standard.
"FUNCTION ZBPC_UJK_SCRIPT_LOGIC_EXECUTE.*-**Local Interface:* IMPORTING* REFERENCE(LV_DOCNAME) TYPE UJ_DOCNAME* REFERENCE(I_APPSET_ID) TYPE UJ_APPSET_ID* REFERENCE(I_APPL_ID) TYPE UJ_APPL_ID* REFERENCE(LT_CV) TYPE UJK_T_CV* REFERENCE(LV_USER) TYPE UJ_USER_ID* EXPORTING* REFERENCE(ET_LOG) TYPE UJK_T_SINGLE_STRING*- DATA: lo_dispatch TYPE REF TO cl_ujk_dispatch . DATA: LT_LGX TYPE ujk_t_script_logic_scripttable . DATA: LV_MODE TYPE uj_run_mode ."
https://blogs.sap.com/2012/11/24/execute-all-logic-files-with-one-custom-logicReg: How to trigger BPC DM package from ABAP code - SAP Q&A
Relevancy Factor: 1.0Is there a possible way to trigger or call this DM package by using SE38 program?
"You cna trigger DM package directly..rather You can trigger Script logic using the FM - UJK_SCRIPT_LOGIC_EXECUTE. The important parameter is i_logic where you populate the your script logic and all other dimension values. Please let me know if you need any further information."
https://answers.sap.com/questions/10306299/reg-how-to-trigger-bpc-dm-package-from-abap-code.htmldo you know table store parameter passed when running Package? - SAP Q&A
Relevancy Factor: 1.0Please tell me the tranparent table stored parameter when I run data package in EPM to run a script logic.
"You can debug in ABAP the script execution: look on UJK_SCRIPT_LOGIC_EXECUTE"
https://answers.sap.com/questions/11007420/do-you-know-table-store-parameter-passed-when-runn.htmlBADI vs Script logic - SAP Q&A
Relevancy Factor: 1.0We got to know that every calculation can be done by script logic. Then why BADI/Store procedures being used.
"P.S. Just look on the code of the function: UJK_SCRIPT_LOGIC_EXECUTE ..."
https://answers.sap.com/questions/11196093/badi-vs-script-logic.htmlCurrency Translation - Repeat for the same selection data returns 0 records - SAP Q&A
Relevancy Factor: 1.0I ran the currency translation using data manger package for a selection criteria.
"I don't remember the table but for the code: look on the code of UJK_SCRIPT_LOGIC_EXECUTE function module, you will find currency conversion code in 5 minutes."
https://answers.sap.com/questions/92894/currency-translation-repeat-for-the-same-selection.htmlUJK_SCRIPT_LOGIC_EXECUTE Function Module BPC 10 NW - SAP Q&A
Relevancy Factor: 1.0I would like to create a datamanager package which user may select radio box options, according to selection I would like to execute specific LGF files.
"UJK_SCRIPT_LOGIC_EXECUTE Function Module BPC 10 NW - SAP Q&A"
https://answers.sap.com/questions/9314345/ujkscriptlogicexecute-function-module-bpc-10-nw.htmlBPC script logic - Using For/Next inside Lookup | SAP Community
Relevancy Factor: 1.0I'm having an issue with my script logic. We are on BPC 7.5 NW. I am trying to use a for next loop within a lookup statement to retrieve a series of health plan amounts from our headcount application.
https://answers.sap.com/questions/9952087/bpc-script-logic---using-fornext-inside-lookup.htmlBPC 10 NW -RUNLOGIC BADI doesn't work | SCN
Relevancy Factor: 12.0The RUNLOGIC keyword BADI doesn't work anymore in BPC 10 as some methods and classes have been changed by SAP in BPC 10 NW.
http://scn.sap.com/thread/3149929Execute all Logic Files with one Custom Logic
Relevancy Factor: 6.0In our projects we may come across with complex designs having many models and many calculations which are not always easy for end users to manage. Most of the time in design phase I try to realize an approach for a single package calling all logic files in relevant models. In BPC MS version there was this option for calling logic file from a different application but in NW version as far as I know this is not standard.
http://scn.sap.com/community/epm/planning-and-consolidations-for-netweaver/blog/2012/11/24/execute-all-logic-files-with-one-custom-logicExecute all Logic Files with one Custom Logic How to run a VBA after EPM AddIn BPC NW DESTINATION_APP doesn't start Default Logic
Relevancy Factor: 2.0In our projects we may come across with complex designs having many models and many calculations which are not always easy for end users to manage. Most of the time in design phase I try to realize an approach for a single package calling all logic files in relevant models. In BPC MS version there was this option for calling logic file from a different application but in NW version as far as I know this is not standard.
http://scn.sap.com/community/epm/planning-and-consolidations-for-netweaver/blog/2012/11