BBP_SET_STATUS_INCLUDE 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 BBP_SET_STATUS_INCLUDE into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWW_WI_CONTAINER_READ CALL FUNCTION 'SWW_WI_CONTAINER_READ' EXPORTING WI_ID = P_WI_ID TABLES WI_CONTAINER = WI_CONTAINER EXCEPTIONS CONTAINER_DOES_NOT_EXIST = 1 OTHERS = 2.
BBP_REQREQ_TRANSFER CALL FUNCTION 'BBP_REQREQ_TRANSFER' EXPORTING REQNO = REQREQNO EXCEPTIONS NOT_FOUND = 1 NO_OBJECTKEY_DETERMINABLE = 2 OTHERS = 3 .
BBP_REQREQ_APPROVE * CALL FUNCTION 'BBP_REQREQ_APPROVE' * EXPORTING * REQNO = REQREQNO ** IMPORTING ** APPROVAL_SUCCESSFULL = * EXCEPTIONS * NOT_FOUND = 1 * FOREIGN_LOCK = 2 * NO_ENQUEUE_POSSIBLE = 3 * OTHERS = 4 * .
BBP_REQREQ_REJECT CALL FUNCTION 'BBP_REQREQ_REJECT' EXPORTING REQNO = REQREQNO * IMPORTING * REJECTION_SUCCESSFULL = EXCEPTIONS NOT_FOUND = 1 FOREIGN_LOCK = 2 NO_ENQUEUE_POSSIBLE = 3 OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BBP_SET_STATUS_INCLUDE - BBPSETSTATUSINCLUDE BBP_SET_COMMUNICATION_MODE - Sets Communication Mode (Std. Communication Type and/or Send Medium) BBP_SET_COMMUNICATION_MODE - Sets Communication Mode (Std. Communication Type and/or Send Medium) BBP_SEARCH_FIELDS_CLEAR - Delete Saved Values of Search Criteria BBP_SEARCH_FIELDS_CLEAR - Delete Saved Values of Search Criteria BBP_SEARCH_DATA_EXTRA - BBPSEARCHDATAEXTRA