CRMT_APO_SCALES SAP (Structure for Transfer of Price Information to APO) Structure details

Dictionary Type: Structure
Description: Structure for Transfer of Price Information to APO




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




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

CRMT_APO_SCALES 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 Transfer of Price Information to APO" 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_SCALES TYPE CRMT_APO_SCALES.

The CRMT_APO_SCALES table consists of various fields, each holding specific information or linking keys about Structure for Transfer of Price Information to APO data available in SAP. These include VAL_FROM (Time Stamp at Start of Validity Period), VAL_TO (Time Stamp at end of Validity Period), FIX_COST (Fixed Costs), VAR_COST (Variable Costs).. 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_SCALES 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
COUNTERInternal Counter CRMT_APO_COUNTERINT410CRM_APO_COUNTER
VAL_FROMTime Stamp at Start of Validity Period CRMT_APO_VALFRDEC15TSTPSBCOS_TSTMP
VAL_TOTime Stamp at end of Validity Period CRMT_APO_VALTODEC15TSTPSBCOS_TSTMP
FIX_COSTFixed Costs CRMT_APO_FIX_COSTDEC15(5) CRM_APO_SNPCOST
VAR_COSTVariable Costs CRMT_APO_VAR_COSTDEC15(5) CRM_APO_SNPCOST
CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
ISO_CODEDistribution CRM -> R/3: ISO Code Currency CRMT_R3_CURRENCY_ISOCHAR3ISOCD
LIMITLower Interval Limit with Scales CRMT_APO_LIMITQUAN15(3) CRM_MENGV15
LIMIT_INCLIndicator: Lower Interval Limit Value in Interval CRMT_APO_LIMIT_INCLCHAR1XFELD
UPPER_LIMITUpper Interval Limit with Scales CRMT_APO_UPPER_LIMITQUAN15(3) CRM_MENGV15
UPPER_LIMIT_INCLIndicator: Upper Interval Limit Value in Interval CRMT_APO_UPPER_LIMIT_INCLCHAR1XFELD
BASE_UNITBase Unit of Measure CRMT_APO_BASE_UNITUNIT3Assigned to domainCUNITMEINS
ISOCODE_UNITISO Code for Unit of Measurement CRMT_APO_ISO_BASE_UNITCHAR3Assigned to domainISOCD_UNIT

Key field Non-key field



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

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

How to access SAP table CRMT_APO_SCALES

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