SPCINMAP SAP (Rules for linking src field and trg field) Table details

Dictionary Type: Table
Description: Rules for linking src field and trg field




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




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

SPCINMAP is a standard SAP Table which is used to store Rules for linking src field and trg field data and is available within R/3 SAP systems depending on the version and release level.

The SPCINMAP table consists of various fields, each holding specific information or linking keys about Rules for linking src field and trg field data available in SAP. These include DOCTYP (IDoc Type), MESTYP (Message Type), MESCOD (Logical Message Variant), MESFCT (Logical message function).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP SPCINMAP table 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
MANDTClient MANDTCLNT3T000MANDT
DOCTYPIDoc Type EDI_DOCTYPCHAR8EDI_DOCTYP
MESTYPMessage Type EDI_MESTYPCHAR30EDMSGEDI_MESTYPMES
MESCODLogical Message Variant EDI_MESCODCHAR3EDI_MESCOD
MESFCTLogical message function EDI_MESFCTCHAR3EDI_MESFCT
SER_NOOrder of the IDoc segments in customizing EDI_SERIAL_NONUMC3SERIAL_NO
NEW_SEGIndicates if a new segment has to be created EDI_NEWSEG1CHAR1EDI_NEW_SEG1
TRG_FIELDField name of data element ADSPEC2K_FLDNAMECHAR15ADSPEC2K_FLDNAM
SRC_SEGNAMSegment type EDILSEGTYPCHAR27Assigned to domainEDILSEGTYPSEG
TRG_SEGNAMSegment type EDILSEGTYPCHAR27Assigned to domainEDILSEGTYPSEG
SRC_FIELDSource field name ADSPEC2K_FLDNAME_SRCCHAR15ADSPEC2K_FLDNAM
CONSTANTConstant value for the target field ADSPC_CONSTANTCHAR70CHAR70
CHECKFUNCFunction module for getting external data ADSPC_CHECKFUNCCHAR30TFDIRFUNCNAME
TRGFLDINITFlag to check for having non-blank value in the target seg TRGFLDCHAR1X

Key field Non-key field



How do I retrieve data from SAP table SPCINMAP using ABAP code

The following ABAP code Example will allow you to do a basic selection on SPCINMAP to SELECT all data from the table
DATA: WA_SPCINMAP TYPE SPCINMAP.

SELECT SINGLE *
FROM SPCINMAP
INTO CORRESPONDING FIELDS OF WA_SPCINMAP
WHERE...

How to access SAP table SPCINMAP

Within an ECC or HANA version of SAP you can also view further information about SPCINMAP 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!