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

PSSRM_SELPROMCL001 SAP ABAP INCLUDE - Selective Release - LCL_PROCDOC_METHODS







PSSRM_SELPROMCL001 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_SELPROMCL001 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_SELPROMCL001. "Basic submit
SUBMIT PSSRM_SELPROMCL001 AND RETURN. "Return to original report after report execution complete
SUBMIT PSSRM_SELPROMCL001 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 - LCL_PROCDOC_METHODS


INCLUDES used within this REPORT PSSRM_SELPROMCL001

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_CALC_BUDGET CALL FUNCTION 'PSSRM_SELPROM_CALC_BUDGET' EXPORTING is_procdoc_list = ls_procdoc_list TABLES ct_acc_list = lt_acc_list_buffer.

PSSRM_SELPROM_REJECT CALL FUNCTION 'PSSRM_SELPROM_REJECT' EXPORTING is_procdoc_list = ls_procdoc_list TABLES et_messages = et_messages EXCEPTIONS error_in_document = 1 document_lock_error = 2.

PSSRM_SELPROM_APPL_LOG_WRITE CALL FUNCTION 'PSSRM_SELPROM_APPL_LOG_WRITE' EXPORTING it_messages = et_messages iv_object_id = ls_procdoc_list-object_id iv_log_object = 'PSSRM_SELPROM' iv_log_subobject = 'REJECT' iv_log_alprog = 'PSSRM_SELPROM'.

PSSRM_SELPROM_BUILD_LIST_NEW CALL FUNCTION 'PSSRM_SELPROM_BUILD_LIST_NEW' EXPORTING iv_changed_by_new = gv_changed_by iv_created_by_new = gv_created_by iv_description_new = gv_description iv_doc_date_new = gv_doc_date iv_doc_date_to_new = gv_doc_date_to iv_funding_info_new = gv_use_funds_data iv_object_type_new = gv_object_type iv_check_po_new = gv_check_po iv_check_ctr_new = gv_check_ctr.

PSSRM_SELPROM_RELEASE CALL FUNCTION 'PSSRM_SELPROM_RELEASE' EXPORTING is_procdoc_list = ls_procdoc_list TABLES et_messages = et_messages EXCEPTIONS error_in_document = 1 error_budget_exceeded = 2 error_po_released = 3.

PSSRM_SELPROM_APPL_LOG_WRITE CALL FUNCTION 'PSSRM_SELPROM_APPL_LOG_WRITE' EXPORTING it_messages = et_messages iv_object_id = ls_procdoc_list-object_id iv_log_object = 'PSSRM_SELPROM' iv_log_subobject = 'RELEASE' iv_log_alprog = 'PSSRM_SELPROM'.

PSSRM_SELPROM_BUILD_LIST_NEW CALL FUNCTION 'PSSRM_SELPROM_BUILD_LIST_NEW' EXPORTING iv_changed_by_new = gv_changed_by iv_created_by_new = gv_created_by iv_description_new = gv_description iv_doc_date_new = gv_doc_date iv_doc_date_to_new = gv_doc_date_to iv_funding_info_new = gv_use_funds_data iv_object_type_new = gv_object_type iv_check_po_new = gv_check_po iv_check_ctr_new = gv_check_ctr.



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