ADSPCMMSGTOOLF01 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 ADSPCMMSGTOOLF01 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: Functions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EDI_DOCUMENT_OPEN_FOR_READ CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_READ' EXPORTING document_number = docnum IMPORTING idoc_control = i_edidc EXCEPTIONS document_foreign_lock = 1 document_not_exist = 2 document_number_invalid = 3 OTHERS = 4.
EDI_SEGMENTS_GET_ALL CALL FUNCTION 'EDI_SEGMENTS_GET_ALL' EXPORTING document_number = docnum TABLES idoc_containers = i_edidd EXCEPTIONS document_number_invalid = 1 end_of_document = 2 OTHERS = 3.
EDI_DOCUMENT_CLOSE_READ CALL FUNCTION 'EDI_DOCUMENT_CLOSE_READ' EXPORTING document_number = docnum * IMPORTING * IDOC_CONTROL = EXCEPTIONS document_not_open = 1 parameter_error = 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.
ADSPCMMSGTOOLF01 - Functions ADSPCIP_ARCHIVE_WR - Archive Write Program for Sequence Number ADSPCIP_ARCHIVE_WR - Archive Write Program for Sequence Number ADSPCIP_ARCHIVE_RL - Archive Reload Program for Sequence Number ADSPCIP_ARCHIVE_RL - Archive Reload Program for Sequence Number ADSPCIP_ARCHIVE_RD - Archive Read Program for Sequence Number