SAP Reports / Programs

SAPMSED7 SAP ABAP dialog Program - IDoc: Test Tool for IDoc Inbound Processing







SAPMSED7 is a standard Module pool for a dialog screen ABAP Program 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 SAPMSED7 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WE19 - Test tool


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 SAPMSED7. "Basic submit
SUBMIT SAPMSED7 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSED7 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IDoc: Test Tool for IDoc Inbound Processing
Text Symbol: XML = XML Port
Text Symbol: TST = Inbound Test Port
Text Symbol: RFC = tRFC Port
Text Symbol: R2P = CPI-C Port
Text Symbol: PSS = ABAP-PI Port
Text Symbol: INT = Internet Port
Text Symbol: HTP = HTTP Port
Text Symbol: FIL = File Port
Text Symbol: 600 = IDocs are generated
Text Symbol: 532 = is not a file port
Text Symbol: 531 = Port not maintained
Text Symbol: 516 = Initial sender port
Text Symbol: 515 = Initial recipient partner type
Text Symbol: 514 = Trigger by background program
Text Symbol: 513 = Recipient port invalid
Text Symbol: 512 = Partner profile found
Text Symbol: 511 = Partner profile not maintained
Text Symbol: 510 = Partner profile not maintained
Text Symbol: 100 = IDocs have been written in the file.
Text Symbol: 062 = Mandatory segment
Text Symbol: 061 = Optional Segment
Text Symbol: 060 = Control Record
Text Symbol: 041 = IDoc Type Selection
Text Symbol: 040 = Which IDoc type?
Text Symbol: 026 = at the same level
Text Symbol: 025 = as child
Text Symbol: 023 = Position in Hierarchy
Text Symbol: 020 = Insert Segment
Text Symbol: 012 = Change Data Record
Text Symbol: 011 = Change Control Record


INCLUDES used within this REPORT SAPMSED7

INCLUDE MSED7O01.
INCLUDE MSED7I01.
INCLUDE MSED7F01.
INCLUDE MSED7F02.
INCLUDE MSED7F03.
INCLUDE MSED7F04.
INCLUDE MSED7F05.




INCLUDE MSED7F06.


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:

No SAP FUNCTION MODULES are executed within this report code!



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