CRMT_APOSUBREQGRP SAP (ATP: Requirements Subgroup Structure) Structure details

Dictionary Type: Structure
Description: ATP: Requirements Subgroup Structure




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




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

CRMT_APOSUBREQGRP 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 "ATP: Requirements Subgroup 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_APOSUBREQGRP TYPE CRMT_APOSUBREQGRP.

The CRMT_APOSUBREQGRP table consists of various fields, each holding specific information or linking keys about ATP: Requirements Subgroup Structure data available in SAP. These include REQUIREMENT_SUB_GROUP_TYPE (ATP: Type of Requirements Subgroup), CORRELATION_PROFILE_ID (ATP: Correlation Calculation Profile), CORRELATION_TIMESTAMP (ATP: Time Stamp for Correlation), FORCED_CORRELATION_TYPE (ATP: Overwriting Correlation Calculation Type).. 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_APOSUBREQGRP 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
REQUIREMENT_SUB_GROUP_INDEXATP: Index of a requirements subgroup SUBGRPIDXINT410INT4
REQUIREMENT_SUB_GROUP_TYPEATP: Type of Requirements Subgroup CRMT_REQSUBGRPTYPCHAR1CRM_REQSUBGRPTYP
CORRELATION_PROFILE_IDATP: Correlation Calculation Profile CRMT_ATP_CORRPROFILECHAR4CHAR4
CORRELATION_TIMESTAMPATP: Time Stamp for Correlation CRMT_CORRTMSDEC15TZNTSTMPS
FORCED_CORRELATION_TYPEATP: Overwriting Correlation Calculation Type CRMT_CORRTYP_FORCECHAR1CRM_CORRTYP_FORCE
EXTERNAL_NUMBERATP: External Number of a Correlation Group CRMT_EXT_CGNUMNUMC3CRM_EXT_CGNUM
REQUIREMENT_HEADER_TIMESTAMPATP: Requirement Date (Time Stamp) of Finished Product CRMT_REQTMS_HDDEC15TZNTSTMPS
REQUIREMENT_HEADER_QUANTITYATP: Requirement Quantity of Finished Product CRMT_REQQTY_HDQUAN15(3) MENGV15
REQUIREMENT_HEADER_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table CRMT_APOSUBREQGRP

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