ADMPN_RBA_CGRP SAP (Check Groups for APO ATP) Table details

Dictionary Type: Table
Description: Check Groups for APO ATP




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




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

ADMPN_RBA_CGRP is a standard SAP Table which is used to store Check Groups for APO ATP data and is available within R/3 SAP systems depending on the version and release level.

The ADMPN_RBA_CGRP table consists of various fields, each holding specific information or linking keys about Check Groups for APO ATP data available in SAP. These include RBA_APPL (Rules-Based ATP Applications), AVAILCHECK (Checking Group for Availability Check), FLAG_IC_RELEVANT (Relevant for Interchangeability), REQPRF (ATP: Profile at Requirements Level for APO).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ADMPN_RBA_CGRP table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RBA_APPLRules-Based ATP Applications ADMPN_RBA_APPLCHAR10ADMPN_RBA_APPL
AVAILCHECKChecking Group for Availability Check MTVFPCHAR2TMVFMTVFP
FLAG_IC_RELEVANTRelevant for Interchangeability ADMPN_RBA_FLG_IC_RELEVANTCHAR1XFELD
REQPRFATP: Profile at Requirements Level for APO APOREQPRFCHAR6TREQPRFAPOREQPRF
DF_PLANTDefault Plant for Configuration Control ADMPN_RBA_DF_PLANTCHAR4Assigned to domainWERKS
DF_STLOCDefault Storage Location for Configuration Control ADMPN_RBA_DF_STLOCCHAR4Assigned to domainLGORT
FLAG_DF_PLANTPlant has to be taken from equipment ADMPN_RBA_FLG_DF_PLANTCHAR1XFELD
FLAG_RES_PLANTAll MRP Areas Allowed ADMPN_RBA_FLG_RES_PLANTCHAR1XFELD
FLAG_RES_STLOCStorage Location Required for ATP Check ADMPN_RBA_FLG_RES_STLOCCHAR1XFELD
FLAG_CC_RELEVANTRelevant for Configuration Control ADMPN_RBA_FLG_CC_RELEVANTCHAR1XFELD
FLAG_CC_MANUALManual Entry of Structure Code ADMPN_RBA_FLG_CC_MANUALCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table ADMPN_RBA_CGRP using ABAP code

The following ABAP code Example will allow you to do a basic selection on ADMPN_RBA_CGRP to SELECT all data from the table
DATA: WA_ADMPN_RBA_CGRP TYPE ADMPN_RBA_CGRP.

SELECT SINGLE *
FROM ADMPN_RBA_CGRP
INTO CORRESPONDING FIELDS OF WA_ADMPN_RBA_CGRP
WHERE...

How to access SAP table ADMPN_RBA_CGRP

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