CRMT_APO_LOCATION_HEAD SAP (APO: Locations: Header Data (Output Structure)) Structure details

Dictionary Type: Structure
Description: APO: Locations: Header Data (Output Structure)




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




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

CRMT_APO_LOCATION_HEAD 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 "APO: Locations: Header Data (Output Structure)" 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_CRMT_APO_LOCATION_HEAD TYPE CRMT_APO_LOCATION_HEAD.

The CRMT_APO_LOCATION_HEAD table consists of various fields, each holding specific information or linking keys about APO: Locations: Header Data (Output Structure) data available in SAP. These include LOCATION (Location), LOCATION_INT (Char 20), LOCTYPE (APO: Location Type), TIMEZONE (Time Zone).. 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: Not classified


SAP CRMT_APO_LOCATION_HEAD 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
LOCATION_IDGUID of a CRM Order Object, 32 Bit Characters CRMT_OBJECT_GUID_CCHAR32SYSUUID_C
LOCATIONLocation CRMT_LOCNOCHAR20CRM_APO_LOCNO
LOCATION_INTChar 20 CHAR20CHAR20CHAR20
LOCTYPEAPO: Location Type CRMT_APO_LOCTYPECHAR4CRM_APO_LOCTYPE
TIMEZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
XPOSFloating point value FLTP_VALUEFLTP16(16) FLTP
YPOSFloating point value FLTP_VALUEFLTP16(16) FLTP
STOREText string 22 characters CHAR22CHAR22CHAR22
PPCALCharacter Field Length = 10 CHAR10CHAR10CHAR10
SDCALCharacter Field Length = 10 CHAR10CHAR10CHAR10
STCALCharacter Field Length = 10 CHAR10CHAR10CHAR10
LVORMSingle-Character Indicator CHAR1CHAR1CHAR1
LOCPRIODummy for B20 int1 (Local Everywhere) INT1INT13INT1
ATDSP3-Byte field CHAR3CHAR3CHAR3
ATDDM3-Byte field CHAR3CHAR3CHAR3
PRREGVersion Number Component CHAR2CHAR2CHAR2
COMP_FLGSingle-Character Indicator CHAR1CHAR1CHAR1
CONSOL_FLGSingle-Character Indicator CHAR1CHAR1CHAR1
PUSH_FLGSingle-Character Indicator CHAR1CHAR1CHAR1
COM_TIMEBase quantity CRMT_BASE_QTYQUAN13(3) MENG13
COM_TIME_UNITUnit of Measure COMT_SET_UNITUNIT3Assigned to domainCUNITMEINS
COM_TIME_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
TRPCR_TIMEBase quantity CRMT_BASE_QTYQUAN13(3) MENG13
TRPCR_TIME_UNITUnit of Measure COMT_SET_UNITUNIT3Assigned to domainCUNITMEINS
TRPCR_TIME_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
RESFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
STOCG3-Byte field CHAR3CHAR3CHAR3
ADDR_NOAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
SUBLOCATIONNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
SETUPKEYNatural Number INT4INT410INT4
SCACDNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
ATTLO01Character field of length 40 CHAR40CHAR40CHAR40
ATTLO0230 Characters CHAR30CHAR30CHAR30
ATTLO03Char 20 CHAR20CHAR20CHAR20
ATTLO04Character Field Length = 10 CHAR10CHAR10CHAR10
ATTLO05Character Field Length = 10 CHAR10CHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table CRMT_APO_LOCATION_HEAD

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