SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer(SRM-EBP) SAP SRM

/SAPSRM/TEST_TOOL_PROG_LOCLASS SAP ABAP INCLUDE - /SAPSRM/TESTTOOLPROGLOCLASS







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

INCLUDE BBP_PD_CON_STATUS.


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:

OXT_MESSAGE_TO_POPUP CALL FUNCTION 'OXT_MESSAGE_TO_POPUP' EXPORTING it_message = lt_errs.

OXT_MESSAGE_TO_POPUP CALL FUNCTION 'OXT_MESSAGE_TO_POPUP' EXPORTING it_message = lt_errs.

OXT_MESSAGE_TO_POPUP CALL FUNCTION 'OXT_MESSAGE_TO_POPUP' EXPORTING it_message = lt_errs.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC FB_OLDED EXPORTING defaultoption = 'N' textline1 = textline1 textline2 = textline2 titel = title IMPORTING answer = answer EXCEPTIONS OTHERS = 1.

BBP_PROCDOC_GETDETAIL CALL FUNCTION 'BBP_PROCDOC_GETDETAIL' EXPORTING i_guid = lv_hguid i_object_type = liv_object_type i_read_flags = is_read IMPORTING e_header = es_header TABLES e_item = let_item e_status = let_status.

/SAPPSSRM/GET_GUID_FROM_ID CALL FUNCTION '/SAPPSSRM/GET_GUID_FROM_ID' EXPORTING iv_object_id = lv_object_id IMPORTING ev_guid = ev_object_guid ev_object_type = ev_object_type.

BBP_PROCDOC_GETDETAIL CALL FUNCTION 'BBP_PROCDOC_GETDETAIL' EXPORTING i_guid = iv_guid i_object_id = lv_object_id i_object_type = iv_object_type i_read_flags = is_read IMPORTING e_header = es_header TABLES e_item = et_item E_ITMLIM_REL = et_item_rel e_status = et_status.

BBP_PROCDOC_CHECK CALL FUNCTION 'BBP_PROCDOC_CHECK' EXPORTING i_guid = ev_object_guid TABLES e_messages = lt_messages_new.

BBP_PD_PO_ITEM_GETDETAIL CALL FUNCTION 'BBP_PD_PO_ITEM_GETDETAIL' EXPORTING i_guid = lv_po_guid IMPORTING e_item = ls_item.

BBP_PD_PO_ITEM_GETDETAIL CALL FUNCTION 'BBP_PD_PO_ITEM_GETDETAIL' EXPORTING i_guid = lv_po_guid IMPORTING e_item = ls_item.

BBP_PD_PO_GETDETAIL CALL FUNCTION 'BBP_PD_PO_GETDETAIL' EXPORTING I_OBJECT_ID = lv_object_id I_WITH_ITEMDATA = 'X' TABLES E_ITEM = lt_po_item E_STATUS = lt_status.

BBP_PD_PO_ITEM_GETDETAIL CALL FUNCTION 'BBP_PD_PO_ITEM_GETDETAIL' EXPORTING i_guid = lv_po_guid IMPORTING e_item = ls_item.

BBP_PD_PO_ITEM_GETDETAIL CALL FUNCTION 'BBP_PD_PO_ITEM_GETDETAIL' EXPORTING i_guid = lv_po_guid IMPORTING e_item = ls_item.

BBP_PD_INV_GETDETAIL CALL FUNCTION 'BBP_PD_INV_GETDETAIL' EXPORTING i_guid = es_item-parent i_with_itemdata = 'X' TABLES e_status = lt_status.

BBP_PD_PO_ITEM_GETDETAIL CALL FUNCTION 'BBP_PD_PO_ITEM_GETDETAIL' EXPORTING i_guid = es_history-item_guid IMPORTING e_item = ls_item.

BBP_PD_PO_ITEM_GETDETAIL CALL FUNCTION 'BBP_PD_PO_ITEM_GETDETAIL' EXPORTING i_guid = es_history-item_guid IMPORTING e_item = ls_item.

BBP_PROCDOC_RESET_BUFFER CALL FUNCTION 'BBP_PROCDOC_RESET_BUFFER'.

BBP_PD_GETHISTORY CALL FUNCTION 'BBP_PD_GETHISTORY' EXPORTING i_object_key = is_object TABLES et_history = et_history EXCEPTIONS incomplete_object_information = 1. "#EC NEEDED



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 /SAPSRM/TEST_TOOL_PROG_LOCLASS or its description.