RPCSTAD0_FORM_DATA SAP (Employment Tax Notification: Data for SAPscript Form) Structure details

Dictionary Type: Structure
Description: Employment Tax Notification: Data for SAPscript Form




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




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

RPCSTAD0_FORM_DATA 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 "Employment Tax Notification: Data for SAPscript Form" 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_RPCSTAD0_FORM_DATA TYPE RPCSTAD0_FORM_DATA.

The RPCSTAD0_FORM_DATA table consists of various fields, each holding specific information or linking keys about Employment Tax Notification: Data for SAPscript Form data available in SAP. These include BTRTL (Personnel Subarea), JAHR (Not More Closely Defined Area, Possibly Used for Patchlevels), MONAT (Character Field of Length 12), STRNR (Character field of length 40).. 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: Cannot Be Enhanced


SAP RPCSTAD0_FORM_DATA 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
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
JAHRNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MONATCharacter Field of Length 12 CHAR12CHAR12CHAR12
STRNRCharacter field of length 40 CHAR40CHAR40CHAR40
WIDSingle-Character Indicator CHAR1CHAR1CHAR1
VERSingle-Character Indicator CHAR1CHAR1CHAR1
BERSingle-Character Indicator CHAR1CHAR1CHAR1
EUROSingle-Character Indicator CHAR1CHAR1CHAR1
ANS1Text (30 Characters) TEXT30CHAR30TEXT30
ANS2Text (30 Characters) TEXT30CHAR30TEXT30
ANS3Text (30 Characters) TEXT30CHAR30TEXT30
ANS4Text (30 Characters) TEXT30CHAR30TEXT30
ABS1Text (30 Characters) TEXT30CHAR30TEXT30
ABS2Text (30 Characters) TEXT30CHAR30TEXT30
ABS3Text (30 Characters) TEXT30CHAR30TEXT30
ABS4Text (30 Characters) TEXT30CHAR30TEXT30
TXT18Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT19Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT20Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT21Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT22Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT23Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT24Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT25Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT26Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT27Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT28Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT29Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT30Text (80 Characters) TEXT80CHAR80TEXT80UEB
TXT31Text (80 Characters) TEXT80CHAR80TEXT80UEB
SID18Version Number Component CHAR2CHAR2CHAR2
SID19Version Number Component CHAR2CHAR2CHAR2
SID20Version Number Component CHAR2CHAR2CHAR2
SID21Version Number Component CHAR2CHAR2CHAR2
SID22Version Number Component CHAR2CHAR2CHAR2
SID23Version Number Component CHAR2CHAR2CHAR2
SID24Version Number Component CHAR2CHAR2CHAR2
SID25Version Number Component CHAR2CHAR2CHAR2
SID26Version Number Component CHAR2CHAR2CHAR2
SID27Version Number Component CHAR2CHAR2CHAR2
SID28Version Number Component CHAR2CHAR2CHAR2
SID29Version Number Component CHAR2CHAR2CHAR2
SID30Version Number Component CHAR2CHAR2CHAR2
SID31Version Number Component CHAR2CHAR2CHAR2
VAL18Char 20 CHAR20CHAR20CHAR20
VAL19Char 20 CHAR20CHAR20CHAR20
VAL20Char 20 CHAR20CHAR20CHAR20
VAL21Char 20 CHAR20CHAR20CHAR20
VAL22Char 20 CHAR20CHAR20CHAR20
VAL23Char 20 CHAR20CHAR20CHAR20
VAL24Char 20 CHAR20CHAR20CHAR20
VAL25Char 20 CHAR20CHAR20CHAR20
VAL26Char 20 CHAR20CHAR20CHAR20
VAL27Char 20 CHAR20CHAR20CHAR20
VAL28Char 20 CHAR20CHAR20CHAR20
VAL29Char 20 CHAR20CHAR20CHAR20
VAL30Char 20 CHAR20CHAR20CHAR20
VAL31Char 20 CHAR20CHAR20CHAR20
BESCHCharacter Field Length = 10 CHAR10CHAR10CHAR10
DATUMField of type DATS DATSDATS8DATS

Key field Non-key field



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

As RPCSTAD0_FORM_DATA 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 RPCSTAD0_FORM_DATA as there is no data to select.

How to access SAP table RPCSTAD0_FORM_DATA

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