TBPBWRET20 SAP (FM Plan Data Transfer Header Transfer) Table details

Dictionary Type: Table
Description: FM Plan Data Transfer Header Transfer




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




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

TBPBWRET20 is a standard SAP Table which is used to store FM Plan Data Transfer Header Transfer data and is available within R/3 SAP systems depending on the version and release level.

The TBPBWRET20 table consists of various fields, each holding specific information or linking keys about FM Plan Data Transfer Header Transfer data available in SAP. These include RET_DOCNR (Document Number for Plan Data Transfer), FM_AREA (Financial Management Area), VERSION (Planning/budgeting version), FISC_YEAR (Fiscal Year).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TBPBWRET20 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 MANDTCLNT3T000MANDT
RET_DOCNRDocument Number for Plan Data Transfer FMBP_RET_DOCNRNUMC10FM_BPREP_RET_DOCNRFMBP_SHLP_RET_DOCNR
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
VERSIONPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TESTRUNExecute Test Run TESTLAUFCHAR1XFELD
R3USERUser Name SYUNAMECHAR12SYCHAR12
R3DATESystem Date SYDATUMDATS8SYDATS
R3TIMESystem Time SYUZEITTIMS6SYTIME
REVERSEDIndicator for Plan Data Transfer Cancellation FMBP_REVERSEDCHAR1XFELD
BCSIs BCS Active? FMBP_BCS_ACTIVECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBPBWRET20
INTO CORRESPONDING FIELDS OF WA_TBPBWRET20
WHERE...

How to access SAP table TBPBWRET20

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