SAP Reports / Programs | Cross-Application Components | General Application Functions | Postprocessing Office(CA-GTF-TS-PPO) SAP CA

/SAPPO/SYS_VALUES_DISPLAY_GF01 SAP ABAP INCLUDE - /SAPPO/SYSVALUESDISPLAYGF01







/SAPPO/SYS_VALUES_DISPLAY_GF01 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 /SAPPO/SYS_VALUES_DISPLAY_GF01 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 /SAPPO/SYS_VALUES_DISPLAY_GF01. "Basic submit
SUBMIT /SAPPO/SYS_VALUES_DISPLAY_GF01 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPPO/SYS_VALUES_DISPLAY_GF01 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 /SAPPO/SYS_VALUES_DISPLAY_GF01

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:

/SAPPO/DB_CMPNT_SYS_GET call function '/SAPPO/DB_CMPNT_SYS_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_cmpnt_t = g_tas_cmpnt_t_sys.

/SAPPO/DB_CMP_ASG_GET call function '/SAPPO/DB_CMP_ASG_GET' importing e_tas_cmp_asg = g_tas_cmp_asg.

/SAPPO/DB_CMPNT_CUST_GET call function '/SAPPO/DB_CMPNT_CUST_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_cmpnt_t = g_tas_cmpnt_t_cust.

/SAPPO/DB_BPROC_SYS_GET call function '/SAPPO/DB_BPROC_SYS_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_bproc_t = g_tas_bproc_t_sys.

/SAPPO/DB_BPROC_CUST_GET call function '/SAPPO/DB_BPROC_CUST_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_bproc_t = g_tas_bproc_t_cust.

/SAPPO/DB_RETRY_GRP_CUST_GET call function '/SAPPO/DB_RETRY_GRP_CUST_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_retry_grp_t = g_tas_rtry_grp_t_cust.

/SAPPO/DB_S_OBJECT_GET call function '/SAPPO/DB_S_OBJECT_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_s_object_t = g_tas_s_object_t_sys.

/SAPPO/DB_OBJECT_GET call function '/SAPPO/DB_OBJECT_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_object_t = g_tas_s_object_t_cust.

/SAPPO/DB_OBJ_ASG_GET call function '/SAPPO/DB_OBJ_ASG_GET' importing e_tas_obj_asg = g_tas_obj_asg.

/SAPPO/DB_S_OBJ_BOR_GET call function '/SAPPO/DB_S_OBJ_BOR_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_s_obj_bor = g_tas_s_obj_bor.

/SAPPO/DB_S_OBJ_BOR_BPROC_GET call function '/SAPPO/DB_S_OBJ_BOR_BPROC_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_s_obj_bor_bproc = g_tas_s_obj_bor_bproc.

/SAPPO/DB_OBJ_BOR_GET call function '/SAPPO/DB_OBJ_BOR_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_obj_bor_t = g_tas_obj_bor_t.

/SAPPO/DB_OBJ_BOR_BPROC_GET call function '/SAPPO/DB_OBJ_BOR_BPROC_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tas_obj_bor_bproc_t = g_tas_obj_bor_bproc_t.

/SAPPO/DB_SVALID_OT_GET call function '/SAPPO/DB_SVALID_OT_GET' importing e_tas_svalid_ot = g_tas_svalid_ot.

/SAPPO/DB_VALID_OT_GET call function '/SAPPO/DB_VALID_OT_GET' importing e_tas_valid_ot = g_tas_valid_ot.

/SAPPO/DB_SCRN_HDR_GET call function '/SAPPO/DB_SCRN_HDR_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tab_scrn_asg = g_tab_scrn_asg.

/SAPPO/DB_CSCRN_HDR_GET call function '/SAPPO/DB_CSCRN_HDR_GET' exporting i_language = sy-langu i_refresh_buffer = ' ' importing e_tab_c_scrn_asg = g_tab_c_scrn_asg.

/SAPPO/DB_SSCRN_ASG_GET call function '/SAPPO/DB_SSCRN_ASG_GET' importing e_tas_sscrn_asg = g_tas_sscrn_asg.

/SAPPO/DB_SCRN_ASG_GET





call function '/SAPPO/DB_SCRN_ASG_GET' importing e_tas_scrn_asg = g_tas_scrn_asg.



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 /SAPPO/SYS_VALUES_DISPLAY_GF01 or its description.