V55EFECO SAP (Communication Structure SAPScript: EU Certificate of Origin) Structure details

Dictionary Type: Structure
Description: Communication Structure SAPScript: EU Certificate of Origin




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




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

V55EFECO 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 "Communication Structure SAPScript: EU Certificate of Origin" 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_V55EFECO TYPE V55EFECO.

The V55EFECO table consists of various fields, each holding specific information or linking keys about Communication Structure SAPScript: EU Certificate of Origin data available in SAP. These include DOKNU (Foreign Trade: Printing - Document Number), EXPO_CADNR (Addresses: Address Number), EXPO_ANRED (Title), EXPO_NAME1 (Exporter/Dispatcher Address Line).. 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: Can be enhanced (character-type or numeric)


SAP V55EFECO 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
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DOKNUForeign Trade: Printing - Document Number DOKNUCHAR25CHAR25
EXPO_CADNRAddresses: Address Number CADNRCHAR10Assigned to domainALPHACADRNR
EXPO_ANREDTitle ANREDCHAR15TEXT15
EXPO_NAME1Exporter/Dispatcher Address Line FTLINES_01CHAR80LINES
EXPO_NAME2Exporter/Dispatcher Address Line FTLINES_01CHAR80LINES
EXPO_NAME3Exporter/Dispatcher Address Line FTLINES_01CHAR80LINES
EXPO_NAME4Exporter/Dispatcher Address Line FTLINES_01CHAR80LINES
EXPO_STRASHouse number and street STRAS_GPCHAR35TEXT35
EXPO_PFACHPO Box PFACHCHAR10PFACH
EXPO_PFORTPO Box city PFORT_GPCHAR35TEXT35
EXPO_PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
EXPO_LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
EXPO_PSTLZPostal Code PSTLZCHAR10PSTLZ
EXPO_ORT01City ORT01_GPCHAR35TEXT35
EXPO_ORT02District ORT02_GPCHAR35TEXT35
EXPO_REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
EXPO_SLANDSending country for processing address SLANDCHAR3Assigned to domainLAND1
EXPO_LZONETransportation zone to or from which the goods are delivered LZONECHAR10Assigned to domainZONE
ULCN_CADNRAddresses: Address Number CADNRCHAR10Assigned to domainALPHACADRNR
ULCN_ANREDTitle ANREDCHAR15TEXT15
ULCN_NAME1Recipient Address Line FTLINES_02CHAR80LINES
ULCN_NAME2Recipient Address Line FTLINES_02CHAR80LINES
ULCN_NAME3Recipient Address Line FTLINES_02CHAR80LINES
ULCN_NAME4Recipient Address Line FTLINES_02CHAR80LINES
ULCN_STRASHouse number and street STRAS_GPCHAR35TEXT35
ULCN_PFACHPO Box PFACHCHAR10PFACH
ULCN_PFORTPO Box city PFORT_GPCHAR35TEXT35
ULCN_PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
ULCN_LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
ULCN_PSTLZPostal Code PSTLZCHAR10PSTLZ
ULCN_ORT01City ORT01_GPCHAR35TEXT35
ULCN_ORT02District ORT02_GPCHAR35TEXT35
ULCN_REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
ULCN_SLANDSending country for processing address SLANDCHAR3Assigned to domainLAND1
ULCN_LZONETransportation zone to or from which the goods are delivered LZONECHAR10Assigned to domainZONE
URSPR_ECText (30 Characters) TEXT30CHAR30TEXT30
URSPRCountry of origin FTURSPRCHAR40TEXT40
EXPVZ_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
EXPVXDescription of mode of transport FTEXPVXCHAR20TEXT20
KZGBE_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
KZGBEIndicator for means of transport crossing the border KZGBECHAR30KZGBEF
REMA_TEXT1Text, 40 Characters Long TEXT40CHAR40TEXT40
REMA_TEXT2Text, 40 Characters Long TEXT40CHAR40TEXT40
REMA_TEXT3Text, 40 Characters Long TEXT40CHAR40TEXT40
REMA_TEXT4Text, 40 Characters Long TEXT40CHAR40TEXT40
REMA_TEXT5Text, 40 Characters Long TEXT40CHAR40TEXT40
REMA_TEXT6Text, 40 Characters Long TEXT40CHAR40TEXT40
PAPOSForeign Trade: Link packages to print positions FTPAPOSNUMC3NUMC3
POSNRItem no./Sequence no. POSNUNUMC2NUMC2
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
BRGEW_TEXTText (10 Characters) TEXT10CHAR10TEXT10
BRGEWGross weight BRGEW_15QUAN15(3) MENG15
BRWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
NTGEW_TEXTText (10 Characters) TEXT10CHAR10TEXT10
NTGEWNet weight NTGEW_15QUAN15(3) MENG15
NTWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
URSPICountry of origin at item level FTURSPRICHAR15TEXT15
URSPR_TEXTText (20 Characters) TEXT20CHAR20TEXT20
PACK1Text, 40 Characters Long TEXT40CHAR40TEXT40
PACK2Text, 40 Characters Long TEXT40CHAR40TEXT40
PACK3Text, 40 Characters Long TEXT40CHAR40TEXT40
PACK4Text, 40 Characters Long TEXT40CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table V55EFECO

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