CRMT_REPORT_LOC_SALES SAP (Output Fields: Sales for CRM_Transaction) Structure details

Dictionary Type: Structure
Description: Output Fields: Sales for CRM_Transaction




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




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

CRMT_REPORT_LOC_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 "Output Fields: Sales for CRM_Transaction" 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_REPORT_LOC_SALES TYPE CRMT_REPORT_LOC_SALES.

The CRMT_REPORT_LOC_SALES table consists of various fields, each holding specific information or linking keys about Output Fields: Sales for CRM_Transaction data available in SAP. These include NET_VALUE (Total Net Value of Document in Document Currency), CURRENCY (Currency), SOLD_TO_PARTY (Sold-To Party), SHIP_TO_PARTY (Ship-To Party).. 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 CRMT_REPORT_LOC_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
PO_NUMBER_UCSold-to Party's External Reference No. (in Capital Letters) CRMT_PO_NUMBER_UCCHAR35CHAR35
NET_VALUETotal Net Value of Document in Document Currency CRMT_NET_VALUE_CUMCURR15(2) WERTV8
CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
SOLD_TO_PARTYSold-To Party CRMT_SOLD_TO_PARTCHAR10Assigned to domainALPHABU_PARTNER
SHIP_TO_PARTYShip-To Party CRMT_SHIP_TO_PARTCHAR10Assigned to domainALPHABU_PARTNER
BILL_TO_PARTYBill-To Party CRMT_BILL_TO_PARTCHAR10Assigned to domainALPHABU_PARTNER
PAYERPayer CRMT_RP_PAYERCHAR10Assigned to domainALPHABU_PARTNER
SOLD_FROMSalesperson ID CRMT_SOLD_FROM_PARTY_IDCHAR10Assigned to domainALPHABU_PARTNERBUPA
CUST_GROUP1Customer Group 1 CRMT_CUST_GROUP1CHAR3CRMC_CUSTGRP1CRM_CUST_GROUP1
CUST_GROUP2Customer Group 2 CRMT_CUST_GROUP2CHAR3CRMC_CUSTGRP2CRM_CUST_GROUP2
CUST_GROUP3Dishonour Reason CRMT_CUST_GROUP3CHAR3CRMC_CUSTGRP3CRM_CUST_GROUP3
CUST_GROUP4Customer Group 4 CRMT_CUST_GROUP4CHAR3CRMC_CUSTGRP4CRM_CUST_GROUP4
CUST_GROUP5Customer Group 5 CRMT_CUST_GROUP5CHAR3CRMC_CUSTGRP5CRM_CUST_GROUP5
PO_NUMBER_SOLDSold-To Party's External Reference Number CRMT_PO_NUMBER_SOLDCHAR35TEXT35
PO_DATE_SOLDReference Document Date CRMT_PO_DATE_SOLDDATS8DATUM
YOUR_REF_SOLDSold-to Party Reference CRMT_YOUR_REFERENCE_SOLDCHAR12TEXT12
PO_NUMBER_SHIPShip-To Party's External Reference Number CRMT_PO_NUMBER_SHIPCHAR35TEXT35
PO_DATE_SHIPShip-To Party's Reference Document Date CRMT_PO_DATE_SHIPDATS8DATUM
YOUR_REF_SHIPShip-To Party Reference CRMT_YOUR_REFERENCE_SHIPCHAR12TEXT12
USAGE_TYPEUsage Indicator CRMT_USAGECHAR3CRMC_USAGECRM_USAGE
SUBMISSIONCollective Number for Quotations CRMT_SUBMISSIONCHAR10TEXT10
REJECTIONCancellation Reason Code CRMT_REJECTION_CODECHAR2CRMC_REJECTIONCRM_REJECTION_CODE

Key field Non-key field



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

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

How to access SAP table CRMT_REPORT_LOC_SALES

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