LORDC_MAPPING SAP (Mapping Table for Lean Order Interface) Table details

Dictionary Type: Table
Description: Mapping Table for Lean Order Interface




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




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

LORDC_MAPPING is a standard SAP Table which is used to store Mapping Table for Lean Order Interface data and is available within R/3 SAP systems depending on the version and release level.

The LORDC_MAPPING table consists of various fields, each holding specific information or linking keys about Mapping Table for Lean Order Interface data available in SAP. These include IF_FIELD (Field Name), REFERENCE (Name of a Screen Element), REPID (ABAP Program Name), DYNNR (CHAR04 data element for SYST).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP LORDC_MAPPING 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
IF_OBJECTTable Name TABNAMECHAR30LORDC_INTFOBJAS4TABDTB
IF_FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
REFERENCEName of a Screen Element SCRFNAMECHAR132DYNFNAM
REPIDABAP Program Name PROGNAMECHAR40PROGNAME
DYNNRCHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
REF_CONVEXITField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
NO_CONVERTINGCheckbox XFELDCHAR1XFELD
SHLP_NAMEName of a Search Help SHLPNAMECHAR30Assigned to domainSHLPNAMESHLPDD_SHLP
SHLP_TYPEType of an input help (see fixed values) DDSHLPTYPCHAR2DDSHLPTYP
SHLP_KEYField name for value transfer to F4 help DDSHLPSFLDCHAR30Assigned to domainFDNAME
DESCRIPTIONCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM LORDC_MAPPING
INTO CORRESPONDING FIELDS OF WA_LORDC_MAPPING
WHERE...

How to access SAP table LORDC_MAPPING

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