/ECRS/RPIC_UI_S SAP (Declaration Item Data for Transfer to UI) Structure details

Dictionary Type: Structure
Description: Declaration Item Data for Transfer to UI




ABAP Code to SELECT data from /ECRS/RPIC_UI_S
Related tables to /ECRS/RPIC_UI_S
Access table /ECRS/RPIC_UI_S




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

/ECRS/RPIC_UI_S 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 "Declaration Item Data for Transfer to UI" 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_/ECRS/RPIC_UI_S TYPE /ECRS/RPIC_UI_S.

The /ECRS/RPIC_UI_S table consists of various fields, each holding specific information or linking keys about Declaration Item Data for Transfer to UI data available in SAP. These include ITNUM (Item Number in Intrastat Declaration), RPCTI (Country of Declaration (ISO Code)), DIREC (Direction (Receipt, Dispatch)), COYEA (Declaration Year to Which Correction Refers).. 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 /ECRS/RPIC_UI_S 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
ITNUMItem Number in Intrastat Declaration /ECRS/ITNUMNUMC10ALPHA/ECRS/ITNUM
RPCTICountry of Declaration (ISO Code) /ECRS/RPCTICHAR2Assigned to domain/ECRS/RPCTI
DIRECDirection (Receipt, Dispatch) /ECRS/DIRECCHAR1/ECRS/DIREC
COYEADeclaration Year to Which Correction Refers /ECRS/COYEANUMC4/ECRS/CYEAR
COMONDeclaration Month to Which the Correction Refers /ECRS/COMONCHAR2/ECRS/MONTH
COPONCorrection Type /ECRS/COPONCHAR1/ECRS/COPON
ITCPLIndicator: Item Is Correct /ECRS/ITCPLCHAR1XFELD
MANCFIndicator: Item Was Created Manuall /ECRS/MANCFCHAR1XFELD
BTTYPBusiness Transaction Type (Intrastat Code) /ECRS/BTTYPCHAR2Assigned to domain/ECRS/BTTYP
PRCDRProcedure (Intrastat Code) /ECRS/PRCDRCHAR5Assigned to domain/ECRS/PRCDR
COMCDCommodity Code /ECRS/COMCDCHAR30/ECRS/COMCD
PTCTIPartner Country (Intrastat Code) /ECRS/PTCTICHAR2Assigned to domain/ECRS/PTCTI
REGINRegion in Country of Declaration (Intrastat Code) /ECRS/REGINCHAR3Assigned to domain/ECRS/REGIN
CTOOICountry of Origin (Intrastat Code) /ECRS/CTOOICHAR2Assigned to domain/ECRS/CTOOI
MOTABMode of Transport at the Border (Intrastat Code) /ECRS/MOTABCHAR1Assigned to domain/ECRS/MOTAB
NAOTVCountry of Means of Transport /ECRS/NAOTVCHAR3Assigned to domainLAND1
PORTIPort/Airport (Intrastat Code) /ECRS/PORTICHAR4Assigned to domain/ECRS/PORTI
INCOIIncoterms (Intrastat Code) /ECRS/INCOICHAR3Assigned to domain/ECRS/INCOI
SPMCOSpecial Movement Code (Intrastat Code) /ECRS/SPMCOCHAR2Assigned to domain/ECRS/SPMCO
PTVATVAT Registration Number of Partner /ECRS/PTVATCHAR20/ECRS/VATID
INVALInvoice Value /ECRS/INVALCURR15(2) WERT15
STVALStatistical Value /ECRS/STVALCURR15(2) WERT15
RPCURKey of Declaration Currency /ECRS/RPCURCUKY5Assigned to domainWAERS
IFVALInvoice Value in Foreign Currency /ECRS/IFVALCURR15(2) WERT15
FCCURKey of Foreign Currency /ECRS/FCCURCUKY5Assigned to domainWAERS
NTWEINet Weight /ECRS/NTWEIQUAN13(3) MENG13
KGUOMUnit of Measure for Kilograms /ECRS/KGUOMUNIT3Assigned to domainCUNITMEINS
SPQUAQuantity in Supplementary Unit /ECRS/SPQUAQUAN13(3) MENG13
SPUOMSupplementary Unit /ECRS/SPUOMUNIT3Assigned to domainCUNITMEINS
ADDF1Additional Field 1 /ECRS/ADDF1CHAR5/ECRS/ADDF1
ADDF2Additional Field 2 /ECRS/ADDF2CHAR10/ECRS/ADDF2
ADDF3Additional Field 3 /ECRS/ADDF3CHAR15/ECRS/ADDF3
CRTBYName of User Who Added Object /ECRS/CRTBYCHAR12USR02XUBNAME
CRTTSUTC Time Stamp When Object Was Added /ECRS/CRTTSDEC15TZNTSTMPS
LCHBYName of User Who Changed Object /ECRS/LCHBYCHAR12USR02XUBNAME
LCHTSUTC Time Stamp When Object Was Changed /ECRS/LCHTSDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP structure /ECRS/RPIC_UI_S using ABAP code?

As /ECRS/RPIC_UI_S 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 /ECRS/RPIC_UI_S as there is no data to select.

How to access SAP table /ECRS/RPIC_UI_S

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