/IBS/CRB_BEWME_P SAP (RBD Valuation Method) Table details

Dictionary Type: Table
Description: RBD Valuation Method




ABAP Code to SELECT data from /IBS/CRB_BEWME_P
Related tables to /IBS/CRB_BEWME_P
Access table /IBS/CRB_BEWME_P




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

/IBS/CRB_BEWME_P is a standard SAP Table which is used to store RBD Valuation Method data and is available within R/3 SAP systems depending on the version and release level.

The /IBS/CRB_BEWME_P table consists of various fields, each holding specific information or linking keys about RBD Valuation Method data available in SAP. These include BEWME (RBD: Valuation Method), HORIZ (RBD: Analysis Horizon), BEWMS (RBD: Standard Valuation Method (Yes / No)), SBEWME (RBD: Short Text Valuation Method).. 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: Cannot Be Enhanced

Text table = /IBS/CRB_BEWME_T


SAP /IBS/CRB_BEWME_P 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
MANDANTClient MANDTCLNT3T000MANDT
BEWMERBD: Valuation Method /IBS/E_BEWMECHAR2/IBS/O_RCHR02/IBS/BEWME
HORIZRBD: Analysis Horizon /IBS/E_HORIZCHAR2/IBS/O_HORIZ
BEWMSRBD: Standard Valuation Method (Yes / No) /IBS/E_BEWMSCHAR1/IBS/O_RYESNO
SBEWMERBD: Short Text Valuation Method /IBS/E_SBEWMECHAR10/IBS/O_RCHR10
KZUNWRBD: Unwinding Function Activated /IBS/E_KZUNWCHAR1/IBS/O_RYESNO
HBRLVRBD: General Ledger Accounting Principle /IBS/E_HBRLVCHAR4/IBS/O_HBRLV
KZCAFRBD: Indicator Percentage Expectation per Cash Flow Position /IBS/E_KZCAFCHAR1/IBS/O_RYESNO
KZUNW_FULLRBD: Apply Unwinding in Full /IBS/E_RUNWFULLCHAR1/IBS/O_RYESNO
RKZLOSSRBD: Process Manual Loss /IBS/E_RKZLOSSCHAR2/IBS/O_RKZLOSS
RKZ_MAN_RATERBD: Allow Manual Maintenance of Effective Interest Rate /IBS/E_RFLG_MAN_RATECHAR1/IBS/O_RYESNO
FLG_NO_REDOBLIGORBD: Reduce Book Value by Manual Loss /IBS/E_RFLG_REDO_VCHAR1/IBS/O_RYESNO
FLG_REDOBLIGO_PRBD: Reduce Open Contingent Liability by Manual Loss /IBS/E_RFLG_REDO_PCHAR1/IBS/O_RYESNO
FLG_STOCK_ACCRBD: Pre-Impairment Account Management Indicator /IBS/E_RFLG_STOCK_ACCCHAR1/IBS/O_RYESNO

Key field Non-key field



How do I retrieve data from SAP table /IBS/CRB_BEWME_P using ABAP code

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

SELECT SINGLE *
FROM /IBS/CRB_BEWME_P
INTO CORRESPONDING FIELDS OF WA_/IBS/CRB_BEWME_P
WHERE...

How to access SAP table /IBS/CRB_BEWME_P

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