SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Public-Sector Functions(SRM-EBP-PPS) SAP SRM

PSSRM_SELPROM_ADMIN_CREATE_F01 SAP ABAP INCLUDE - Selective Release - Include with ALV Creation Routines







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


Text pool values


Title: Selective Release - Include with ALV Creation Routines


INCLUDES used within this REPORT PSSRM_SELPROM_ADMIN_CREATE_F01

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:

PSSRM_SELPROM_CREATE_ALV CALL FUNCTION 'PSSRM_SELPROM_CREATE_ALV' EXPORTING iv_alv_name = gc_alv_name_general iv_alv_structure_name = gc_alv_struct_general iv_alv_save = gc_alv_save_mode is_alv_layout = gs_alv_layout_general iv_cont_name = gc_cont_name_general CHANGING ct_alv_outtab = gt_settings_general cv_alv_ref = gref_alv_general cv_cont_ref = gref_container_general ct_alv_fieldcat = gt_alv_fieldcat_general EXCEPTIONS alv_error_create = 1 alv_error_dp_create = 2 alv_error_general = 3 alv_error_init = 4 alv_error_inval_param_combi = 5 alv_error_link = 6 alv_error_program = 7 alv_error_too_many_lines = 8 cont_error_control = 9 cont_error_create = 10 cont_error_general = 11 cont_error_lifetime = 12 cont_error_lifetime_dd_link = 13 cont_error_system = 14 OTHERS = 15.

PSSRM_SELPROM_CREATE_ALV CALL FUNCTION 'PSSRM_SELPROM_CREATE_ALV' EXPORTING iv_alv_name = gc_alv_name_funds iv_alv_structure_name = gc_alv_struct_funds iv_alv_save = gc_alv_save_mode is_alv_layout = gs_alv_layout_funds iv_cont_name = gc_cont_name_funds CHANGING ct_alv_outtab = gt_settings_funds cv_alv_ref = gref_alv_funds cv_cont_ref = gref_container_funds ct_alv_fieldcat = gt_alv_fieldcat_funds EXCEPTIONS alv_error_create = 1 alv_error_dp_create = 2 alv_error_general = 3 alv_error_init = 4 alv_error_inval_param_combi = 5 alv_error_link = 6 alv_error_program = 7 alv_error_too_many_lines = 8 cont_error_control = 9 cont_error_create = 10 cont_error_general = 11 cont_error_lifetime = 12 cont_error_lifetime_dd_link = 13 cont_error_system = 14 OTHERS = 15.



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