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

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




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




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

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

The V_JBRBRALM_IC table consists of various fields, each holding specific information or linking keys about Generated Table for View V_JBRBRALM_IC data available in SAP. These include GAPART (ALM Valuation Type), RMBEWREG (Valuation Rule), DEFVALREAL (Default Value for Real Transactions), DEFVALSIM (Default Value for Simulated Transactions).. 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 V_JBRBRALM_IC 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 MANDTCLNT3T000MANDT
GAPARTALM Valuation Type JBRGAPARTCHAR4JBRBG2JBRGAPART
RMBEWREGValuation Rule JBRBEWREG_CHAR8JBRBEWREGJBRBEWREG
DEFVALREALDefault Value for Real Transactions JBRPDEFVALREALDEC12(7) JBRPKNZ
DEFVALSIMDefault Value for Simulated Transactions JBRPDEFVALSIMDEC12(7) JBRPKNZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_JBRBRALM_IC
INTO CORRESPONDING FIELDS OF WA_V_JBRBRALM_IC
WHERE...

How to access SAP table V_JBRBRALM_IC

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