SAP Reports / Programs

RBUS2016 SAP ABAP Report - Program for Object Type BUS2016 : Process Order Confirmation







RBUS2016 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 RBUS2016 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 RBUS2016. "Basic submit
SUBMIT RBUS2016 AND RETURN. "Return to original report after report execution complete
SUBMIT RBUS2016 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 for Object Type BUS2016 : Process Order Confirmation


INCLUDES used within this REPORT RBUS2016

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:

BAPI_PROCORDCONF_CREATE_TT CALL FUNCTION 'BAPI_PROCORDCONF_CREATE_TT' EXPORTING POST_WRONG_ENTRIES = POSTWRONGENTRIES TESTRUN = TESTRUN IMPORTING RETURN = RETURN TABLES TIMETICKETS = TIMETICKETS GOODSMOVEMENTS = GOODSMOVEMENTS LINK_CONF_GOODSMOV = LINKCONFGOODSMOV DETAIL_RETURN = DETAILRETURN EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_CANCEL CALL FUNCTION 'BAPI_PROCORDCONF_CANCEL' EXPORTING POSTG_DATE = POSTGDATE CONF_TEXT = CONFTEXT CONFIRMATION = OBJECT-KEY-CONFIRMATION CONFIRMATIONCOUNTER = OBJECT-KEY-CONFIRMATIONCOUNTER IMPORTING RETURN = RETURN LOCKED = LOCKED CREATED_CONF_NO = CREATEDCONFNO CREATED_CONF_COUNT = CREATEDCONFCOUNT EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_CREATE_ACT CALL FUNCTION 'BAPI_PROCORDCONF_CREATE_ACT' EXPORTING POST_WRONG_ENTRIES = POSTWRONGENTRIES IMPORTING RETURN = RETURN TABLES ACTIVITIES = ACTIVITIES DETAIL_RETURN = DETAILRETURN EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_CREATE_HDR CALL FUNCTION 'BAPI_PROCORDCONF_CREATE_HDR' EXPORTING POST_WRONG_ENTRIES = POSTWRONGENTRIES TESTRUN = TESTRUN IMPORTING RETURN = RETURN TABLES ATHDRLEVELS = ATHDRLEVELS GOODSMOVEMENTS = GOODSMOVEMENTS LINK_CONF_GOODSMOV = LINKCONFGOODSMOV DETAIL_RETURN = DETAILRETURN EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_CREATE_TE CALL FUNCTION 'BAPI_PROCORDCONF_CREATE_TE' EXPORTING POST_WRONG_ENTRIES = POSTWRONGENTRIES TESTRUN = TESTRUN IMPORTING RETURN = RETURN TABLES TIMEEVENTS = TIMEEVENTS GOODSMOVEMENTS = GOODSMOVEMENTS LINK_CONF_GOODSMOV = LINKCONFGOODSMOV DETAIL_RETURN = DETAILRETURN EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_GETDETAIL CALL FUNCTION 'BAPI_PROCORDCONF_GETDETAIL' EXPORTING CONFIRMATION = OBJECT-KEY-CONFIRMATION CONFIRMATIONCOUNTER = OBJECT-KEY-CONFIRMATIONCOUNTER IMPORTING RETURN = RETURN CONF_DETAIL = CONFDETAIL TABLES GOODSMOVEMENTS = GOODSMOVEMENTS FAILEDGMOVES = FAILEDGMOVES EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_GETLIST CALL FUNCTION 'BAPI_PROCORDCONF_GETLIST' EXPORTING PHASE = PHASE SEC_RESOURCE = SECRESOURCE IMPORTING RETURN = RETURN TABLES ORDER_RANGE = ORDERRANGE CONF_RANGE = CONFRANGE CONFIRMATIONS = CONFIRMATIONS EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_GET_HDR_PROP CALL FUNCTION 'BAPI_PROCORDCONF_GET_HDR_PROP' EXPORTING PROP_GMOV = PROPGMOV IMPORTING RETURN = RETURN TABLES ATHDRLEVELS = ATHDRLEVELS GOODSMOVEMENTS = GOODSMOVEMENTS LINK_CONF_GOODSMOV = LINKCONFGOODSMOV DETAIL_RETURN = DETAILRETURN EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_GET_TE_PROP CALL FUNCTION 'BAPI_PROCORDCONF_GET_TE_PROP' EXPORTING PROP_GMOV = PROPGMOV IMPORTING RETURN = RETURN TABLES TIMEEVENTS = TIMEEVENTS GOODSMOVEMENTS = GOODSMOVEMENTS LINK_CONF_GOODSMOV = LINKCONFGOODSMOV DETAIL_RETURN = DETAILRETURN EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_GET_TT_PROP CALL FUNCTION 'BAPI_PROCORDCONF_GET_TT_PROP' EXPORTING PROPOSE = PROPOSE IMPORTING RETURN = RETURN TABLES TIMETICKETS = TIMETICKETS GOODSMOVEMENTS = GOODSMOVEMENTS LINK_CONF_GOODSMOV = LINKCONFGOODSMOV DETAIL_RETURN = DETAILRETURN EXCEPTIONS OTHERS = 01.

BAPI_PROCORDCONF_EXIST_CHK CALL FUNCTION 'BAPI_PROCORDCONF_EXIST_CHK' EXPORTING CONFIRMATION = OBJECT-KEY-CONFIRMATION CONFIRMATIONCOUNTER = OBJECT-KEY-CONFIRMATIONCOUNTER IMPORTING RETURN = RETURN EXCEPTIONS OTHERS = 01.



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