GTRT_CRM_BAD_ORGMAN SAP (Grantor: BAD - Organizational unit set) Structure details

Dictionary Type: Structure
Description: Grantor: BAD - Organizational unit set




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




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

GTRT_CRM_BAD_ORGMAN 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 "Grantor: BAD - Organizational unit set" 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_GTRT_CRM_BAD_ORGMAN TYPE GTRT_CRM_BAD_ORGMAN.

The GTRT_CRM_BAD_ORGMAN table consists of various fields, each holding specific information or linking keys about Grantor: BAD - Organizational unit set data available in SAP. These include ORDERADM_H_GUID (CHAR32 data element for SYST), DIS_CHANNEL (Grantor: Distribution Channel), DIVISION (Grantor: Division), SERVICE_ORG_ORI (Origin Indicator).. 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 GTRT_CRM_BAD_ORGMAN 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
GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
ORDERADM_H_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
DIS_CHANNELGrantor: Distribution Channel GTRT_CRM_DISTRIBUTION_CHANNELCHAR2GTRT_CRM_DISTRIBUTION_CHANNEL
DIVISIONGrantor: Division GTRT_CRM_DIVISIONCHAR2GTRT_CRM_DIVISION
SERVICE_ORG_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
SERVICE_ORGR_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
SALES_ORG_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
DIS_CHANNEL_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
SALES_OFF_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
SALES_GROUP_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
SALES_ORGR_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
DIVISION_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
SALES_ORGConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
SALES_OFFICEConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
SALES_GROUPConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
SALES_ORG_RESPConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
HOSTING_ORGConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
SERVICE_ORGConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
SERVICE_ORG_RESPConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
PURCH_ORGConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
PURCH_GROUPConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
PURCH_ORG_RESPConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
PURCH_ORG_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
PURCH_GROUP_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
PURCH_ORGR_ORIOrigin Indicator GTRT_CRM_ORIGINCHAR1GTRT_CRM_ORIGIN
REF_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
REF_KINDObject Type CRMT_OBJECT_KINDCHAR1CRM_OBJECTKIND
SALES_ORG_SHORTText (12 characters) TEXT12CHAR12TEXT12
SALES_OFF_SHORTText (12 characters) TEXT12CHAR12TEXT12
SALES_GRP_SHORTText (12 characters) TEXT12CHAR12TEXT12
SAL_ORGRESP_SHTText (12 characters) TEXT12CHAR12TEXT12
SERV_ORG_SHORTText (12 characters) TEXT12CHAR12TEXT12
SER_ORGRESP_SHTText (12 characters) TEXT12CHAR12TEXT12
SER_TECORG_SHTText (12 characters) TEXT12CHAR12TEXT12
PURCH_ORG_SHORTText (12 characters) TEXT12CHAR12TEXT12
PURCH_GRP_SHORTText (12 characters) TEXT12CHAR12TEXT12
PUR_ORGRESP_SHTText (12 characters) TEXT12CHAR12TEXT12
DISTRICTCharacter field of length 6 CHAR6CHAR6CHAR6
ERROR_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
ORGUNIT_SAL_SELConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
ORGUNIT_SER_SELConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
DIS_CHANNEL_SELGrantor: Distribution Channel GTRT_CRM_DISTRIBUTION_CHANNELCHAR2GTRT_CRM_DISTRIBUTION_CHANNEL

Key field Non-key field



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

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

How to access SAP table GTRT_CRM_BAD_ORGMAN

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