EKRSDC SAP (ERS Procedure: Planned Delivery Costs to be Invoiced) Table details

Dictionary Type: Table
Description: ERS Procedure: Planned Delivery Costs to be Invoiced




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




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

EKRSDC is a standard SAP Table which is used to store ERS Procedure: Planned Delivery Costs to be Invoiced data and is available within R/3 SAP systems depending on the version and release level.

The EKRSDC table consists of various fields, each holding specific information or linking keys about ERS Procedure: Planned Delivery Costs to be Invoiced data available in SAP. These include GJAHR (Fiscal Year), BELNR (Accounting Document Number), BUZEI (Item in Material Document), STUNR (Step number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EKRSDC 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 MANDTCLNT3Assigned to domainMANDT
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEIItem in Material Document MBLPONUMC4MBLPOPOS
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
BUDATPosting Date in the Document BUDATDATS8DATUM
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
FRBNRNumber of Bill of Lading at Time of Goods Receipt FRBNR1CHAR16XBLNR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKRSDC
INTO CORRESPONDING FIELDS OF WA_EKRSDC
WHERE...

How to access SAP table EKRSDC

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