CIFERRLOG_NEW SAP (Enhanced CIF Errorhandling) Structure details

Dictionary Type: Structure
Description: Enhanced CIF Errorhandling




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




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

CIFERRLOG_NEW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Enhanced CIF Errorhandling" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CIFERRLOG_NEW TYPE CIFERRLOG_NEW.

The CIFERRLOG_NEW table consists of various fields, each holding specific information or linking keys about Enhanced CIF Errorhandling data available in SAP. These include MANDT (Client), LOGSRCSYS (Logical System: Source System for Transfer), TID (Unique Transaction ID (LUW) for qRFCs), QUEUE_NO (Number of RFC Within a qRFC LUW).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CIFERRLOG_NEW structure 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
LOGSRCSYSLogical System: Source System for Transfer LOGSRCSYSCHAR10Assigned to domainALPHALOGSYS
TIDUnique Transaction ID (LUW) for qRFCs CIFARFCTIDCHAR24CHAR24
QUEUE_NONumber of RFC Within a qRFC LUW CIFRFCCNTCHAR8ARFCLUWCNT
OBJCOUNTERSequential Counter for Objects Within a CIF RFC CIFREGOBCTINT410CIFREGOBCT
UNAMEUser Who Caused a Faulty Transfer CIFEHUNACRCHAR12UNAME
TRFCCHNName of RFC Queue CIFEHRFCCHCHAR24TRFCQNAM
TSTAMPTime When the Error Occurred CIFTSTEHCRDEC15DECV15
UNAME_CHGName of Last User to Change a Postprocessing Record CIFEHUNACHCHAR12UNAME
TSTAMP_CHGTime of Last Change to Postprocessing Record CIFTSTEHCHDEC15DECV15
TCODETransaction Code CIFTCODECHAR20CHAR20
APORLRelease Level of APO System CIFAPORELCHAR4SYCHAR04
STATUSProcessing Status of a Postprocessing Record CIFREGSTATCHAR1CIFREGSTAT
ERRSTATUSError Status of a Postprocessing Record CIFERRSTATCHAR1CIFERRSTAT
GUIDGeneral Data Element for GUID Fields CIFGUIDCHAR22CIFGUID22
PUBTYPEAPO Order Category CIFEHPUBTNUMC3CIFEHPUBT
METHODMethod When Error Occurs CIFERRMETHCHAR1CIFMETHOD
MATIDGeneral Data Element for GUID Fields CIFGUIDCHAR22CIFGUID22
LOCIDLocation ID CIFLOCIDCHAR22CIFGUID22
LOCFRIDLocation ID CIFLOCIDCHAR22CIFGUID22
APOTSTMPApplication-Specific Time-Spot CIFEHAPOTSDEC15DECV15
POSGUIDGUID for Order Items CIFPOSIDCHAR22CIFGUID22
SCHEDIDGUID for Schedule Lines CIFSCHEDIDCHAR22CIFGUID22
APPLCIF: Responsible Application CIFAPPLCHAR3CIFAPPL
R3OBJObject Type in OLTP System CIFOBJTYPECHAR1CIFOBJTYPE
ORDNONumber of Object Transferred with Errors CIFEHOBJNRCHAR12CIFDELNR
POSNOItem Number of Document (Purchasing, Sales...) CIFITEMNUMC6CIFDELPS
SCHEDNOSchedule Line Number CIFSCHEDNUMC4Assigned to domainEETEN
ORDERNUMAdditional Order Number for Faulty Order CIFEHORDNRCHAR12Assigned to domainALPHAAUFNRANR
MATERIALMaterial Number CIFMATNRCHAR40CIFMATNR
PLANTPlant CIFPLANTCHAR20CIFPLANT
CONVERTNOWIndicator: Convert Planned Order to Production Order CIFCONVERTCHAR1CHAR1
TRGUIDATP: Unique ID for relevant transaction in APO server APOTRGUIDCHAR22SYSUUID_22
UPDCNTRCIF Update Counter for Execution Objects CIFUPDCNTRNUMC5CIFUPDCNTR
NOTE_LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ERR_LOGApplication Log: Formatted message text BALTMSGCHAR255BALTMSG

Key field Non-key field



How do I retrieve data from SAP structure CIFERRLOG_NEW using ABAP code?

As CIFERRLOG_NEW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CIFERRLOG_NEW as there is no data to select.

How to access SAP table CIFERRLOG_NEW

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