RBUS3071 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 RBUS3071 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.
Title: Program for Object Type BUS3071: Packing Instructions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_HU_PI_READ CALL FUNCTION 'BAPI_HU_PI_READ' EXPORTING PIKEY = OBJECT-KEY-PIKEY IMPORTING HEADER_EXT = HEADEREXT TABLES POSITIONS = POSITIONS RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_HU_PI_CREATE CALL FUNCTION 'BAPI_HU_PI_CREATE' EXPORTING HEADER = HEADER IMPORTING HEADER_EXT = HEADEREXT PIKEY = OBJECT-KEY-PIKEY TABLES POSITIONS = POSITIONS RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_HU_PI_CHANGE CALL FUNCTION 'BAPI_HU_PI_CHANGE' EXPORTING PIKEY = OBJECT-KEY-PIKEY HEADER = HEADER IMPORTING HEADER_EXT = HEADEREXT TABLES POSITIONS = POSITIONS RETURN = RETURN EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBUS3071 - Program for Object Type BUS3071: Packing Instructions RBUS3071 - Program for Object Type BUS3071: Packing Instructions RBUS3070 - Program for Object Type BUS3070: Handling Unit RBUS3070 - Program for Object Type BUS3070: Handling Unit RBUS3064 - Program for object type BUS3064 : Material Price RBUS3064 - Program for object type BUS3064 : Material Price