/IBS/CRB_FPERIOD SAP (RBD: Define Settlement Period Change) Table details

Dictionary Type: Table
Description: RBD: Define Settlement Period Change




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




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

/IBS/CRB_FPERIOD is a standard SAP Table which is used to store RBD: Define Settlement Period Change data and is available within R/3 SAP systems depending on the version and release level.

The /IBS/CRB_FPERIOD table consists of various fields, each holding specific information or linking keys about RBD: Define Settlement Period Change data available in SAP. These include RBDID (RBD: RBD ID (RBD Area)), BEWME (RBD: Valuation Method), FJSTART (RBD: Start of Fiscal Year), FJPERIOD (RBD: Settlement Period).. 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


SAP /IBS/CRB_FPERIOD 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 MANDTCLNT3Assigned to domainMANDT
RBDIDRBD: RBD ID (RBD Area) /IBS/E_RBDIDCHAR4/IBS/CRB_RBD_P/IBS/O_RBDID/IBS/RBDID
BEWMERBD: Valuation Method /IBS/E_BEWMECHAR2/IBS/CRB_BEWME_P/IBS/O_RCHR02/IBS/BEWME
FJSTARTRBD: Start of Fiscal Year /IBS/E_RB_FJSTARTDATS8/IBS/O_RB_FJSTART
FJPERIODRBD: Settlement Period /IBS/E_RB_FJPERIODCHAR2/IBS/O_RB_FJPERIOD

Key field Non-key field



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

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

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

How to access SAP table /IBS/CRB_FPERIOD

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