RPCSTBD0 SAP (Table Structure for Parameter Online Documentation) Structure details

Dictionary Type: Structure
Description: Table Structure for Parameter Online Documentation




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




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

RPCSTBD0 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Table Structure for Parameter Online Documentation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RPCSTBD0 TYPE RPCSTBD0.

The RPCSTBD0 table consists of various fields, each holding specific information or linking keys about Table Structure for Parameter Online Documentation data available in SAP. These include ANZFORM (Number of Forms per Page), FORM_BR (Width of form), TEXT (Printout with Form Background), VJAHR_PE (Last Employment Tax Annual Statement).. 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: Can be enhanced (character-type)


SAP RPCSTBD0 structure 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
AUSWAHLSelection criterion PDST08CHAR1CHAR1
ANZFORMNumber of Forms per Page PDST09CHAR1CHAR1
FORM_BRWidth of form PDST10NUMC3NUMC3
TEXTPrintout with Form Background PDST11CHAR1XFELD
VJAHR_PELast Employment Tax Annual Statement PDST12NUMC2NUMC2
UMSETZMMFeature for grouping personnel areas PDST13CHAR5CHAR5
PROTKOLLDebugger PDST14CHAR1XFELD
ANSCHARTAddress type PDST15CHAR2CHAR2
LI_RANDDistance Between Columns and Left Margin PDST16NUMC2NUM02
OB_RANDDistance Between Lines and Top Margin PDST17NUMC2NUM02
SEL_ALLGSelection 'General Employment Tax Statement' DST_ALLGCHAR1XFELD
SEL_BESBSelection 'Special Employment Tax Statement' DST_BESBCHAR1XFELD
AUSTRITTSelection 'Left Employees' DST_AUSTRCHAR1XFELD
ALL_ZTRMSelection 'All Statement Periods' DST_ALLESCHAR1XFELD
SEL_GERBEmployment Tax Statement for Part-Time Employees DST_GERBCHAR1XFELD
ELSTERSelection: 'Statement Periods with Elster' DST_ELSTERCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure RPCSTBD0 using ABAP code?

As RPCSTBD0 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RPCSTBD0 as there is no data to select.

How to access SAP table RPCSTBD0

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