ADMPN_RBA_V_SUBC SAP (Generated Table for View ADMPN_RBA_V_SUBC) Table View details

Dictionary Type: Table View
Description: Generated Table for View ADMPN_RBA_V_SUBC




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




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

ADMPN_RBA_V_SUBC is a standard SAP Table View which is used to store Generated Table for View ADMPN_RBA_V_SUBC data and is available within R/3 SAP systems depending on the version and release level.

The ADMPN_RBA_V_SUBC table consists of various fields, each holding specific information or linking keys about Generated Table for View ADMPN_RBA_V_SUBC 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ADMPN_RBA_V_SUBC table view 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 MANDTCLNT3MANDT
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
FLAG_RES_PLANTAll MRP Areas Allowed ADMPN_RBA_FLG_RES_PLANTCHAR1XFELD
FLAG_RES_STLOCStorage Location Required for ATP Check ADMPN_RBA_FLG_RES_STLOCCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ADMPN_RBA_V_SUBC
INTO CORRESPONDING FIELDS OF WA_ADMPN_RBA_V_SUBC
WHERE...

How to access SAP table ADMPN_RBA_V_SUBC

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