SAP Reports / Programs

BBP_TEST_IPC SAP ABAP Report - Program MBTEMP002







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


Text pool values


Title: Program MBTEMP002
Text Symbol: 001 = Quantity:
Text Symbol: 002 = Gross Price:
Text Symbol: 003 = Net Value:
Text Symbol: 004 = Net Price:
Text Symbol: 005 = Error Messages


INCLUDES used within this REPORT BBP_TEST_IPC

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:

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = lv_header.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = lv_p_guid.

BBP_PD_LOG_INITIALIZE call function 'BBP_PD_LOG_INITIALIZE'.

BBP_PD_LOG_DEFAULTS_SET call function 'BBP_PD_LOG_DEFAULTS_SET' exporting i_set_guid = 'A' i_set_type = 'PDPRC'.

BBP_PDPRC_UPDATE call function 'BBP_PDPRC_UPDATE' exporting i_p_guid = lv_p_guid i_p_kind = lv_p_kind i_header = lv_header i_object_type = lv_object_type i_com = ls_icom IV_INT_MSG = 'X' importing e_com = ls_ecom tables it_pridoc = lt_pridoc.

BBP_PDPRC_DB_UPDATE call function 'BBP_PDPRC_DB_UPDATE' exporting i_header = lv_header.

BBP_LINK_SAVE_OW call function 'BBP_LINK_SAVE_OW' exporting iv_guid_hdr = lv_header exceptions invalid_input_data = 1 function_not_practicable = 2 no_objects_to_save = 3 undefined_internal_error = 4 others = 5.

BBP_PDPRC_GETDETAIL CALL FUNCTION 'BBP_PDPRC_GETDETAIL' EXPORTING i_header = lv_header i_p_guid = lv_p_guid i_p_kind = lv_p_kind IV_INT_MSG = 'X' TABLES ET_PRIDOC = lt_pridoc.

BBP_PD_LOG_GET_MESSAGES CALL FUNCTION 'BBP_PD_LOG_GET_MESSAGES' TABLES e_messages = lt_messages.



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