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

REFG_DISPLAY_CLIENT_FORMSF01 SAP ABAP INCLUDE - Include for SAPREFG_DISPLAY_CLIENT_FORMS Program







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


Text pool values


Title: Include for SAPREFG_DISPLAY_CLIENT_FORMS Program


INCLUDES used within this REPORT REFG_DISPLAY_CLIENT_FORMSF01

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:

EFG_DB_EFRM_CLIENT_SELECT CALL FUNCTION 'EFG_DB_EFRM_CLIENT_SELECT' EXPORTING x_client = t000-mandt * X_ACTUAL = * X_LANGU = SY-LANGU * X_NO_LINKS = TABLES yt_efrm = lt_efrm EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

EFG_DB_FORM_SELECT CALL FUNCTION 'EFG_DB_FORM_SELECT' EXPORTING x_client = l_client x_formkey = x_formkey X_ACTUAL = 'X' IMPORTING y_form = l_form EXCEPTIONS not_found = 1 not_qualified = 2 failed = 3 OTHERS = 4.

EFG_S_FORMCLASS_DISPLAY CALL FUNCTION 'EFG_S_FORMCLASS_DISPLAY' EXPORTING x_formclass = g_efrm-formclass x_foreign_call = 'X' * IMPORTING * Y_EXIT_TYPE = EXCEPTIONS not_authorized = 1 not_found = 2 corrno_failed = 3 cancelled = 4 not_qualified = 5 system_error = 6 OTHERS = 7.

EFG_S_FORM_DISPLAY CALL FUNCTION 'EFG_S_FORM_DISPLAY' EXPORTING x_client = g_client x_formkey = g_efrm-formkey x_foreign_call = ' ' x_no_change = 'X' * IMPORTING * Y_EXIT_TYPE = EXCEPTIONS not_found = 1 not_authorized = 2 not_qualified = 3 failed = 4 cancelled = 5 OTHERS = 6.

EFG_DB_FORM_SELECT CALL FUNCTION 'EFG_DB_FORM_SELECT' EXPORTING x_client = g_efrm-client x_formkey = g_efrm-formkey X_ACTUAL = 'X' x_no_formclass = 'X' IMPORTING y_form = l_form EXCEPTIONS not_found = 1 not_qualified = 2 failed = 3 OTHERS = 4 .

EFG_DB_FORM_UPDATE CALL FUNCTION 'EFG_DB_FORM_UPDATE' EXPORTING x_form = l_form x_upd_mode = co_upd_delete EXCEPTIONS update_failed = 1 not_qualified = 2 OTHERS = 3.

EFG_S_FORM_DELETE CALL FUNCTION 'EFG_S_FORM_DELETE' EXPORTING x_formkey = g_efrm-formkey x_suppress_popup = space x_part_obj = 'X' EXCEPTIONS not_found = 1 not_authorized = 2 foreign_lock = 3 failed = 4 cancelled = 5 OTHERS = 6.

POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING check_existence = 'X' popup_title = text-100 * START_COLUMN = '5' * START_ROW = '5' IMPORTING returncode = l_rc TABLES fields = lt_sval EXCEPTIONS error_in_fields = 1 OTHERS = 2 .

EFG_DB_FORM_SELECT CALL FUNCTION 'EFG_DB_FORM_SELECT' EXPORTING x_client = l_client x_formkey = g_efrm-formkey X_ACTUAL = 'X' x_no_formclass = 'X' IMPORTING y_form = l_form2 EXCEPTIONS not_found = 1 not_qualified = 2 failed = 3 OTHERS = 4.

EFG_DB_FORM_SELECT CALL FUNCTION 'EFG_DB_FORM_SELECT' EXPORTING x_client = g_efrm-client x_formkey = g_efrm-formkey X_ACTUAL = 'X' x_no_formclass = 'X' IMPORTING y_form = l_form EXCEPTIONS not_found = 1 not_qualified = 2 failed = 3 OTHERS = 4 .

EFG_DB_FORM_UPDATE CALL FUNCTION 'EFG_DB_FORM_UPDATE' EXPORTING x_form = l_form2 x_upd_mode = co_upd_update EXCEPTIONS update_failed = 1 not_qualified = 2 OTHERS = 3.



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