ECRM_REPL_HD SAP (Header Data for IS-U Sales Replication Error Handling) Table details

Dictionary Type: Table
Description: Header Data for IS-U Sales Replication Error Handling




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




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

ECRM_REPL_HD is a standard SAP Table which is used to store Header Data for IS-U Sales Replication Error Handling data and is available within R/3 SAP systems depending on the version and release level.

The ECRM_REPL_HD table consists of various fields, each holding specific information or linking keys about Header Data for IS-U Sales Replication Error Handling data available in SAP. These include ISUPRODLOG (GUID in 'CHAR' Format in Uppercase), VERTRAG (Contract), BIS (Date at Which a Time Slice Expires), NUM (Four-digit 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 ECRM_REPL_HD 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
ISUPRODLOGGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
NUMFour-digit number NUM4NUMC4NUM04
PROD_IDNode to Describe Master Data Template EPD_PRODIDCHAR20Assigned to domainEPD_PRODIDEPD_PRODID
INDUSTRYIndustry Sector (Master Data Generator) EMDGEN_INDUSTRYCHAR1EMDGEN_INDUSTRY
NO_BPCONTACTIndicators KENNZXCHAR1KENNZX
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
CONTRACTHEADGUID in 'RAW' format GUID_16RAW16SYSUUID
CONTRACTPOSGUID in 'RAW' format GUID_16RAW16SYSUUID
CRM_PRODUCTCRM Product ESALES_CRM_PRODUCTCHAR40ESALES_CRM_PRODUCT
PRODIDNode to Describe Master Data Template EPD_PRODIDCHAR20Assigned to domainEPD_PRODIDEPD_PRODID
PRODUCT_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
CRM_OBJECT_IDTransaction Number in CRM Document ECRMT_OBJECT_IDCHAR10ALPHAECRM_OBJECT_ID
CRM_OBJECT_POSItem Number in CRM Document ECRM_ITEM_NONUMC10ECRM_ITEM_NO
CAMPAIGNIS-U: Marketing Campaign ISU_MARKETING_CAMPAIGNRAW16UCAMPISU_MARKETING_CAMPAIGNPRPM_CGPL_K
CAMPAIGN_TO_DATEIS-U: Individual To-Date Campaign Analysis ISU_CAMPAIGN_TO_DATEDATS8DATS
LOEVMDeletion Indicator LOEVMCHAR1XFELD
PRODCH_BEGIndicators KENNZXCHAR1KENNZX
PRODCH_ENDIndicators KENNZXCHAR1KENNZX
OUCONTRACTMaster Agreement for Individual Contract OUCONTRACTCHAR10Assigned to domainALPHAVERTRAGVTGEVER
XREPLCNTLReplication Controls EXREPLCNTLCHAR1EXREPLCNTL
NODIndicators KENNZXCHAR1KENNZX
BUNDLE_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
GEN_DATEGeneration Date of EVERH (for Initial Load) ECRM_GEN_DATEDATS8DATUM
CRM_ITEM_DESCRContract Description ECRM_CONTRACT_DESCRCHAR40ECRM_CONTRACT_DESCR
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
SAP_SZ_FROMValid-from date FROMDATEDATS8DATUM
SAP_SZ_TOValid to Date TODATEDATS8DATUM
CRMUPLOADIndicators KENNZXCHAR1KENNZX

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECRM_REPL_HD
INTO CORRESPONDING FIELDS OF WA_ECRM_REPL_HD
WHERE...

How to access SAP table ECRM_REPL_HD

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