GTRT_CRM_BAD_SALES SAP (BAD - Sales Set) Structure details

Dictionary Type: Structure
Description: BAD - Sales Set




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




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

GTRT_CRM_BAD_SALES 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 "BAD - Sales 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_SALES TYPE GTRT_CRM_BAD_SALES.

The GTRT_CRM_BAD_SALES table consists of various fields, each holding specific information or linking keys about BAD - Sales Set data available in SAP. These include ORDERADM_H_GUID (CHAR32 data element for SYST), PO_NUMBER_UC (Sold-to Party's External Reference No. (in Capital Letters)), REGION (Region (State, Province, County)), INDUSTRY (Industry Sector).. 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_SALES 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
PO_NUMBER_UCSold-to Party's External Reference No. (in Capital Letters) GTRT_CRM_PO_NUMBER_UCCHAR35CHAR35
REGIONRegion (State, Province, County) GTRT_CRM_REGIONCHAR3Assigned to domainREGIO
INDUSTRYIndustry Sector GTRT_CRM_INDUSTRYCHAR4CHAR4
PCAT_HDR_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
PCAT_VRT_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
PCAT_CTY_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
CUST_GROUP1Customer Group 1 GTRT_CRM_CUST_GROUP1CHAR3CHAR3
CUST_GROUP2Customer Group 2 GTRT_CRM_CUST_GROUP2CHAR3CHAR3
CUST_GROUP3Customer Group 3 GTRT_CRM_CUST_GROUP3CHAR3CHAR3
CUST_GROUP4Customer Group 4 GTRT_CRM_CUST_GROUP4CHAR3CHAR3
CUST_GROUP5Customer Group 5 GTRT_CRM_CUST_GROUP5CHAR3CHAR3
PO_NUMBER_SOLDSold-To Party's External Reference Number GTRT_CRM_PO_NUMBER_SOLDCHAR35TEXT35
PO_DATE_SOLDReference Document Date GTRT_CRM_PO_DATE_SOLDDATS8DATUM
YOUR_REF_SOLDSold-to Party Reference GTRT_CRM_YOUR_REFERENCE_SOLDCHAR12TEXT12
PO_NUMBER_SHIPShip-To Party's External Reference Number GTRT_CRM_PO_NUMBER_SHIPCHAR35TEXT35
PO_DATE_SHIPShip-To Party's Reference Document Date GTRT_CRM_PO_DATE_SHIPDATS8DATUM
YOUR_REF_SHIPShip-To Party Reference GTRT_CRM_YOUR_REFERENCE_SHIPCHAR12TEXT12
USAGE_TYPEUsage Indicator GTRT_CRM_USAGECHAR3CHAR3
SUBMISSIONCollective Number for Quotations GTRT_CRM_SUBMISSIONCHAR10TEXT10
REJECTIONCancellation Reason Code GTRT_CRM_REJECTION_CODECHAR2CHAR2
PROBABILITYOrder Probability GTRT_CRM_ORDER_PROBABILITYNUMC3NUMC3
DATE_QTY_FIXEDFixed Date and Quantity GTRT_CRM_DATE_QTY_FIXEDCHAR1CRM_BOOLEAN
REQ_DLV_DATERequested Delivery Date Header GTRT_CRM_REQ_DLV_DATEDEC15TSTPSBCOS_TSTMP
REQ_TIMEZONETime Zone Requested Delivery Date Header GTRT_CRM_REQ_DATE_TIMEZONECHAR6Assigned to domainTZNZONE
RULE_REQ_DATECHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
ROUNDINGRound Requirement Quantity GTRT_CRM_ROUNDINGCHAR1CHAR1
PAR_ATP_SSTOCKParameter-Dependent ATP Safety Stock GTRT_CRM_PAR_ATP_SSTOCKCHAR1CHAR1
CONF_RULEConfirmation Rule GTRT_CRM_CONF_RULECHAR1CHAR1
SUBST_EXCLRule Criterion 1 GTRT_CRM_ATP_SUBST_EXCLCHAR2CHAR2
SEARCH_PATTERNRule Criterion 2 GTRT_CRM_SEARCH_PATTERNCHAR10CHAR10
REASSIGN_ABILITYReassignment of Order Confirmations GTRT_CRM_REASSIGN_ABILITYCHAR1CHAR1
ABNORMAL_DEMANDAbnormal Demand GTRT_CRM_ABNORMAL_DEMANDCHAR1CHAR1
REF_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
REF_KINDObject Type CRMT_OBJECT_KINDCHAR1CRM_OBJECTKIND
PCAT_HDR_IDProduct Catalog Number GTRT_CRM_PCAT_IDCHAR30CHAR30
PCAT_VRT_IDCatalog Variant Number GTRT_CRM_PCAT_VRT_IDCHAR30CHAR30
PCAT_CTY_IDCatalog Area Number GTRT_CRM_PCAT_CTY_IDCHAR30CHAR30
RULE_REQ_DATE_TRule Req Delivery Date GTRT_CRM_RULE_REQ_DATE_TCHAR12TIMENAME

Key field Non-key field



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

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

How to access SAP table GTRT_CRM_BAD_SALES

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