PIQTR_EO2 SAP (Structure for Transferring External Organization) Structure details

Dictionary Type: Structure
Description: Structure for Transferring External Organization




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




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

PIQTR_EO2 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 "Structure for Transferring External Organization" 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_PIQTR_EO2 TYPE PIQTR_EO2.

The PIQTR_EO2 table consists of various fields, each holding specific information or linking keys about Structure for Transferring External Organization data available in SAP. These include OTYPE (Object Type), OBJID (Object ID), EO_BEGDA (Start Date), EO_ENDDA (End Date).. 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 PIQTR_EO2 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
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDObject ID OBJEKTIDNUMC8NUM08PON
EO_BEGDAStart Date BEGDADATS8DATUM
EO_ENDDAEnd Date ENDDADATS8DATUM
EOCODETYPEIDCoding System for External Organization PIQEOCODETYPEIDCHAR6Assigned to domainPIQEOCODETYPEIDHRPIQ00EOCODETYPEID
EOCODETYPEIDTEXTDescription of Coding System for External Organization PIQEOCODETYPETCHAR40TEXT40
EOCODECode of External Organization PIQEOCODECHAR16CHAR16
EOCLASSClassification of EO Category PIQEOCLASSCHAR4Assigned to domainPIQEOCLASS
EOCLASSTEXTDescription of External Organization Classification PIQEOCLASSTCHAR40TEXT40
SHORTName of Transmitting External Organization PIQTRSHORT2CHAR12TEXT12
STEXTObject Name STEXTCHAR40TEXT40
CATEGORYExternal Organization Category PIQEO_CATEGORYCHAR4Assigned to domainPIQEO_CATEGORYHRPIQ00EOCATEGORY
CATEGORYTEXTName of External Organization Category PIQEO_CATEGORY_TEXTCHAR30TEXT30
ACCREDITEDAccredited Institution PIQEO_ISACCEDITEDCHAR1XFIELD
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
CNAMEAddress Supplement (c/o) CNAMECHAR25TEXT25
STRASHouse Number and Street PD_STRASCHAR30TEXT30
ORT01City KORTCHAR40TEXT40
PSTLZPostal Code PD_PSTLZCHAR10PSTLZ
LAND1Country KLANDCHAR3T005LAND1
TELNRTelephone Number TELENRCHAR25CHAR25
FAXNRFax Number FAXNRCHAR25CHAR25
ENTKMDistance in Kilometers ENTKMDEC3DEC3
BUILDBuilding BUILDCHAR8T777ABUILD
ROOM1Physical Room Number ROOM1CHAR8CHAR8
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
STRS2House number and street STRAS_GPCHAR35TEXT35
HAUSNHouse number HAUSN_BASCHAR6CHAR6
SUTEXTSubtype Text SUTEXTCHAR25TEXT25
REGIOTDescription BEZEI20CHAR20TEXT20
LANDXCountry Name LANDXCHAR15TEXT15

Key field Non-key field



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

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

How to access SAP table PIQTR_EO2

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