MSED7PROCE SAP (Structure for further processing of IDoc in test tool) Structure details

Dictionary Type: Structure
Description: Structure for further processing of IDoc in test tool




ABAP Code to SELECT data from MSED7PROCE
Related tables to MSED7PROCE
Access table MSED7PROCE




Structure field list including key, data, relationships and ABAP select examples

MSED7PROCE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for further processing of IDoc in test tool" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MSED7PROCE TYPE MSED7PROCE.

The MSED7PROCE table consists of various fields, each holding specific information or linking keys about Structure for further processing of IDoc in test tool data available in SAP. These include SEL_DIRECT (Direct process via function module), SEL_FILE (Save IDoc as file in file system), FCTNAME (IDoc: Function module for IDoc processing), SEL_FORGRD (Processing in foreground).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MSED7PROCE structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SEL_INBOUNIDoc Inbound Processing (Standard) EDI_SELINBCHAR1EDI_RADIO
SEL_DIRECTDirect process via function module EDI_SELDIRCHAR1EDI_RADIO
SEL_FILESave IDoc as file in file system EDI_SELFILCHAR1EDI_RADIO
FCTNAMEIDoc: Function module for IDoc processing EDI_FCTNAMCHAR30EDI_ROUTIDLIB
SEL_FORGRDProcessing in foreground EDI_SELFRGCHAR1EDI_RADIO
SEL_BCKGRDProcessing in background EDI_SELBGDCHAR1EDI_RADIO
SEL_ERRORProcessing in foreground after error EDI_SELERRCHAR1EDI_RADIO
SEL_DEBUGProcessing in debugging mode EDI_SELDBGCHAR1EDI_RADIO
FILENAMEINName of IDoc inbound file (incl. path name) EDI_INFILECHAR100EDI_PTHNAM
FILENAMEOUName of IDoc outbound file (including path name) EDI_OUFILECHAR100EDI_PTHNAM
SEL_STARTIImmediate start of IDoc inbound processing of file EDI_SELSRTCHAR1EDI_RADIO
SEL_STARTOImmediate start of IDoc outbound processing for file EDI_SELSROCHAR1EDI_RADIO
SEL_OVWRITGenerate new IDoc file; overwrite file EDI_OVWRITCHAR1EDI_RADIO
SEL_APPENDIDoc(s) appended to file EDI_SELAPPCHAR1EDI_RADIO
NUMB_IDOCSNo. of IDocs to write in file (repetition factor) EDI_NUMIDCNUMC4NUM04
PORTReceiver port EDI_RCVPOTCHAR10EDI_PORT
PORTTYPPort type EDI_PORTYPCHAR1EDI_PORTYP
PORTTYPTXTPort type as text EDI_PPTPTXCHAR14CHAR14
LOGDESLogical Destination EDI_LGDESTCHAR32EDI_LOGDES
RCVINTADRInternet address EDI_INTADRCHAR240TEXT240
SYSDESHost destination for an R/2 System EDI_SYSDESCHAR8EDI_SYSDES
HTTP_SOAP_NS Namespace Use for HTTP-SOAP Communication0

Key field Non-key field



How do I retrieve data from SAP structure MSED7PROCE using ABAP code?

As MSED7PROCE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MSED7PROCE as there is no data to select.

How to access SAP table MSED7PROCE

Within an ECC or HANA version of SAP you can also view further information about MSED7PROCE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!