ADDI_MASTER_DATA_SEND 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 ADDI_MASTER_DATA_SEND 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: Send additionals for a material
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MASTERIDOC_CREATE_REQ_MMADDI CALL FUNCTION 'MASTERIDOC_CREATE_REQ_MMADDI' EXPORTING MESSAGE_TYPE = C_MESTYP_MMADDI PI_RCVPRN = RECEIVER_PRN PI_RCVPRT = RECEIVER_PRT TABLES PIT_MARAKEY = T_MARAKEY EXCEPTIONS ERROR_CODE_1 = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADDI_MASTER_DATA_SEND - Send additionals for a material ADDI_MASTER_DATA_SEND - Send additionals for a material ADDI_IDOC_TYPE_DEFS - ADDIIDOCTYPEDEFS ADDI_IDOC_REQUEST - Request an additionals IDoc for materials ADDI_IDOC_REQUEST - Request an additionals IDoc for materials ADDI_IDOC_CREATE_VARS - Global data declarations for generating additionals IDocs