EFG_LOAD_SAPSCRIPT_FORMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter EFG_LOAD_SAPSCRIPT_FORMS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_DEL = First Delete Load
Selection Text: P_MANDT = Source Client for Forms
Selection Text: P_OPWB = Only Print Workbench-Relevant
Selection Text: P_TEST = Test Mode
Selection Text: R_FKEY = D Application Form
Selection Text: R_PRINTR = D Output Device
Selection Text: R_SPRAS = D Language Key
Selection Text: R_TDFORM = D Form
Title: Print Workbench: Create/Renew Load for SAPscript Forms
Text Symbol: 001 = Client does not exist
Text Symbol: 002 = No Application Forms Found
Text Symbol: 003 = No SAPscript Forms Found
Text Symbol: 004 = No Language Found
Text Symbol: 005 = No Printer Found
Text Symbol: 006 = Rollback Executed
Text Symbol: 007 = Commit Executed
Text Symbol: T01 = Loads can only be changed for current client
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING client = p_mandt form = '*' language = '*' status = ' ' * THROUGHCLIENT = ' ' * THROUGHLANGUAGE = ' ' * IMPORTING * ENTRIES = TABLES selections = l_tab_thead.
SAPSCRIPT_DELETE_LOAD CALL FUNCTION 'SAPSCRIPT_DELETE_LOAD' EXPORTING * ALL = ' ' client = p_mandt * CODEPAGE = 0 delete = 'X' * FAMILY = ' ' form = l_tdform * HEIGHT = 0 printer = l_str_tsp03-patype.
LOAD_FORM CALL FUNCTION 'LOAD_FORM' EXPORTING form = l_tdform language = l_str_t002-spras printer = l_str_tsp03-patype IMPORTING * FORM_HEADER = * HEADER = * LANGUAGE = RESULT = l_str_itcrs.
EFG_LOAD_FORM CALL FUNCTION 'EFG_LOAD_FORM' EXPORTING client = p_mandt form = l_tdform language = l_str_t002-spras printer = l_str_tsp03-patype IMPORTING RESULT = l_str_itcrs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EFG_LOAD_SAPSCRIPT_FORMS - Print Workbench: Create/Renew Load for SAPscript Forms EFG_LOAD_SAPSCRIPT_FORMS - Print Workbench: Create/Renew Load for SAPscript Forms EFG_IFOKCODE - EFGIFOKCODE EFG_IFCONSTS - EFGIFCONSTS EFG_GET_NON_PWB_TDFORMS - Program SAPREFG_GET_NON_PWB_SAPFORMS EFG_GET_NON_PWB_TDFORMS - Program SAPREFG_GET_NON_PWB_SAPFORMS