SAP Reports / Programs | Cross-Application Components | General Application Functions | Print Workbench(CA-GTF-PWB) SAP CA

EFG_LOAD_SAPSCRIPT_FORMS SAP ABAP Report - Print Workbench: Create/Renew Load for SAPscript Forms







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT EFG_LOAD_SAPSCRIPT_FORMS. "Basic submit
SUBMIT EFG_LOAD_SAPSCRIPT_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT EFG_LOAD_SAPSCRIPT_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT EFG_LOAD_SAPSCRIPT_FORMS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name EFG_LOAD_SAPSCRIPT_FORMS or its description.