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

PSSRM_SELPROM_CLASSES SAP ABAP INCLUDE - Selective Release - LCL_EVENT_HANDLER_ALV







PSSRM_SELPROM_CLASSES 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_CLASSES 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_CLASSES. "Basic submit
SUBMIT PSSRM_SELPROM_CLASSES AND RETURN. "Return to original report after report execution complete
SUBMIT PSSRM_SELPROM_CLASSES 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_EVENT_HANDLER_ALV


INCLUDES used within this REPORT PSSRM_SELPROM_CLASSES

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:

BBP_PD_PO_GETDETAIL CALL FUNCTION 'BBP_PD_PO_GETDETAIL' EXPORTING i_guid = ls_pdlist_new-guid i_read_be_data = 'X' i_with_itemdata = 'X' IMPORTING e_header = ls_po_header_data TABLES e_item = lt_po_item_data e_account = lt_po_acc.

BBP_PDH_OR_ITM_READ_BEFORE CALL FUNCTION 'BBP_PDH_OR_ITM_READ_BEFORE' EXPORTING it_start_objects = lt_start_object iv_all_objects = 'X' TABLES et_links = lt_item_link_data[].

BBP_REQUISITION_GETDETAIL CALL FUNCTION 'BBP_REQUISITION_GETDETAIL' DESTINATION ls_item_link_data-logsys_a EXPORTING number = lv_extreq_number TABLES requisition_items = lt_extreq_items. "#EC ENHOK

META_BUDGET_READ CALL FUNCTION 'META_BUDGET_READ' EXPORTING budget_log_sys = ls_po_header_data-logsys_fi budget_co_code = ls_po_header_data-co_code TABLES ct_acc_main = lt_acc_main it_acc = lt_po_acc et_budget = lt_budget.

BBP_PD_CTR_GETDETAIL CALL FUNCTION 'BBP_PD_CTR_GETDETAIL' EXPORTING i_guid = ls_pdlist_new-guid i_with_itemdata = 'X' IMPORTING e_header = ls_ctr_header_data TABLES e_item = lt_ctr_item_data.

BBP_PD_CTR_GET_ACC CALL FUNCTION 'BBP_PD_CTR_GET_ACC' EXPORTING iv_guid = ls_pdlist_new-guid iv_header_level = 'X' TABLES et_account = lt_ctr_acc.

BBP_PD_CTR_GET_ACC CALL FUNCTION 'BBP_PD_CTR_GET_ACC' EXPORTING iv_guid = ls_ctr_item_data-guid TABLES et_account = lt_ctr_item_acc.

META_BUDGET_READ CALL FUNCTION 'META_BUDGET_READ' EXPORTING budget_log_sys = ls_ctr_header_data-logsys_fi budget_co_code = ls_ctr_header_data-co_code TABLES ct_acc_main = lt_acc_main it_acc = lt_ctr_acc et_budget = lt_budget.

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