PAOCFEC_MAP_MOD SAP (Mapping for defaulted ListIDs of GDTs) Table details

Dictionary Type: Table
Description: Mapping for defaulted ListIDs of GDTs




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




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

PAOCFEC_MAP_MOD is a standard SAP Table which is used to store Mapping for defaulted ListIDs of GDTs data and is available within R/3 SAP systems depending on the version and release level.

The PAOCFEC_MAP_MOD table consists of various fields, each holding specific information or linking keys about Mapping for defaulted ListIDs of GDTs data available in SAP. These include COUNTRY_ISO (Country ISO code), MOD_LISTID (Modificator List ID), ENDDA (End Date), BEGDA (Start Date).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PAOCFEC_MAP_MOD 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
GDT_NAMEGDT_NAME PAOCF_EC_GDT_NAMECHAR30CHAR30
COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
MOD_LISTIDModificator List ID PAOCF_EC_MOD_LISTIDCHAR5CHAR5
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
LIST_IDCode list ID PAOCF_EC_CODE_LIST_IDCHAR60PAOCFEC_LIST_IDCHAR60
LIST_VERSION_IDLIST VERSION ID PAOCF_EC_LISTVERSION_IDCHAR15CHAR15
LIST_AGENCY_IDLIST AGENCY ID PAOCF_EC_LISTAGENCY_IDCHAR60CHAR60

Key field Non-key field



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

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

SELECT SINGLE *
FROM PAOCFEC_MAP_MOD
INTO CORRESPONDING FIELDS OF WA_PAOCFEC_MAP_MOD
WHERE...

How to access SAP table PAOCFEC_MAP_MOD

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