RM06_SE_B2B 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 RM06_SE_B2B 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: B2B Send Purchase Orders
INCLUDE RVADTABL.
No SAP DATABASE tables are accessed within this REPORT code!
NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb =
-msgid msg_nr = -msgno msg_ty = -msgty msg_v1 = -msgv1 msg_v2 = -msgv2 msg_v3 = -msgv3 msg_v4 = -msgv4 EXCEPTIONS message_type_not_valid = 1 no_sy_message = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06_SE_B2B - B2B Send Purchase Orders RM06_SE_B2B - B2B Send Purchase Orders RM06XPRA - documentation and ABAP source code RM06XPRA - documentation and ABAP source code RM06XB00 - Purchasing Transactions per Requirement Tracking Number RM06XB00 - Purchasing Transactions per Requirement Tracking Number