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

REFG_GET_NON_PWB_SAPFORMSF01 SAP ABAP INCLUDE - REFGGETNONPWBSAPFORMSF01







REFG_GET_NON_PWB_SAPFORMSF01 is a standard ABAP INCLUDE 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 REFG_GET_NON_PWB_SAPFORMSF01 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 REFG_GET_NON_PWB_SAPFORMSF01. "Basic submit
SUBMIT REFG_GET_NON_PWB_SAPFORMSF01 AND RETURN. "Return to original report after report execution complete
SUBMIT REFG_GET_NON_PWB_SAPFORMSF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT REFG_GET_NON_PWB_SAPFORMSF01

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 = SY-MANDT form = '*' language = p_langu status = ' ' * THROUGHCLIENT = ' ' * THROUGHLANGUAGE = ' ' * IMPORTING * ENTRIES = TABLES selections = yt_tdforms .

EFG_DB_TADIR_SELECT CALL FUNCTION 'EFG_DB_TADIR_SELECT' EXPORTING * X_PGMID = 'R3TR' x_obj = 'FORM' x_obj_name = x_tdform IMPORTING y_tadir = y_tadir EXCEPTIONS not_qualified = 1 not_found = 2 OTHERS = 3 .

EFG_DB_EFRM_SAPFORM_SELECT CALL FUNCTION 'EFG_DB_EFRM_SAPFORM_SELECT' EXPORTING x_form = l_thead-tdform * X_ACTUAL = TABLES yt_efrm = lt_efrm EXCEPTIONS not_used = 1 not_qualified = 2 OTHERS = 3 .

SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING client = sy-mandt form = l_thead-tdform language = '*' status = '*' * THROUGHCLIENT = ' ' * THROUGHLANGUAGE = ' ' * IMPORTING * ENTRIES = TABLES selections = lt_thead .

EFG_H_GET_TRANSLATION_STATUS CALL FUNCTION 'EFG_H_GET_TRANSLATION_STATUS' EXPORTING x_client = sy-mandt x_obj_type = co_obj_tdform x_name = lt_thead-tdform x_olangu = p_langu x_tlangu = lt_thead-tdspras * X_FORMKEY = IMPORTING y_status = l_trstatus EXCEPTIONS not_qualified = 1 input_error = 2 OTHERS = 3 .

EFG_H_GET_TRANSLATION_STATUS CALL FUNCTION 'EFG_H_GET_TRANSLATION_STATUS' EXPORTING x_client = sy-mandt x_obj_type = co_obj_tdform x_name = lt_thead-tdform x_olangu = p_langu x_tlangu = lt_langus-spras * X_FORMKEY = IMPORTING y_status = l_trstatus * Y_TRLISTID = * Y_TODO_LINES = * Y_TOTAL_LINES = EXCEPTIONS OTHERS = 3 .

EDIT_FORM CALL FUNCTION 'EDIT_FORM' EXPORTING form = x_thead-tdform language = p_langu display = 'X' * COMPONENT = 'HEADER' * IMPORTING * LAST_COMPONENT = EXCEPTIONS unknown_activity = 1 unknown_component = 2 OTHERS = 3.

EFG_H_GET_TRANSLATION_STATUS CALL FUNCTION 'EFG_H_GET_TRANSLATION_STATUS' EXPORTING * X_CLIENT = SY-MANDT x_obj_type = co_obj_tdform x_name = x_thead-tdname x_olangu = p_langu x_tlangu = x_thead-tdspras * X_FORMKEY = IMPORTING y_status = l_newstatus * Y_TRLISTID = * Y_TODO_LINES = * Y_TOTAL_LINES = EXCEPTIONS not_qualified = 1 input_error = 2 OTHERS = 3 .

EFG_TR_RECORD_LANGVEC CALL FUNCTION 'EFG_TR_RECORD_LANGVEC' EXPORTING x_objtype = co_type_form x_objname = x_thead-tdname x_tlangu = x_thead-tdspras * X_TDID = 'ST' EXCEPTIONS not_qualified = 1 failed = 2 not_active = 3 OTHERS = 4 .



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 REFG_GET_NON_PWB_SAPFORMSF01 or its description.