RPLDADF0 SAP (DADSU: structure for unified DADS (selection screen)) Structure details

Dictionary Type: Structure
Description: DADSU: structure for unified DADS (selection screen)




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




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

RPLDADF0 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 "DADSU: structure for unified DADS (selection screen)" 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_RPLDADF0 TYPE RPLDADF0.

The RPLDADF0 table consists of various fields, each holding specific information or linking keys about DADSU: structure for unified DADS (selection screen) data available in SAP. These include PERBEG (Start of calculation period (PPYYYY)), PEREND (End of calculation period (PPYYYY)), REFENV (Sending reference), SERVIC (DADSU: Service chosen by sender).. 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 or numeric)


SAP RPLDADF0 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
SIRENSIREN number SIRENCHAR9CHAR9
PERBEGStart of calculation period (PPYYYY) P06_PERBEGCHAR6CHAR6
PERENDEnd of calculation period (PPYYYY) P06_PERENDCHAR6CHAR6
REFENVSending reference P06_REFENVCHAR1XFELD
SERVICDADSU: Service chosen by sender P06_SERVICCHAR2P06_SERVIC
TESTDADSU : test or actual sending P06_DADTSTCHAR2P06_DADTST
COMMCRDADSU: communication mode for reports P06_COMMCRCHAR2P06_COMMCR
PERSONTemporary contact person P06_PERSONCHAR30CHAR30
INTERVTask area P06_INTERVCHAR2P06_INTERV
INDICDADSU: call sign P06_INDICCHAR100P06_INDIC
FILTREDADSU: Filtering P06_FILTRECHAR1XFELD
CODERCDADSU: Supplementary plan code P06_CODERCCHAR7CHAR7
NUMPREVDADSU: Reference No. of pension institute P06_NUMPREVCHAR22TEXT22
TYPDADSUDADSU type P06_TYPDADSUCHAR1XFELD
BATCHDADS-U: display options (batch execution) P06_DADBATCHCHAR1XFELD
NATURENature of declaration P06_NA_DADCHAR2P06_NT_DAD
TYPEDeclaration type P06_TP_DADCHAR2P06_TP_DAD
FRACTIONDeclaration fraction number P06_FRACTNUMC1NUM01
FRAC_TOTFraction total number P06_FRC_TTNUMC1NUM01
AUTOSPAutomatic management of activity periods P06_AUTOSPCHAR1XFELD
TEMSE_TSTTemSe test file P06_TEMSE_TSTCHAR1XFELD
CCIVILDADS-U: Title code of CRE recipient P06_COCIVILCHAR2P06_COCIVIL
NOMDESDADS-U: Name and first name of CRE recipient P06_NOMDESTCHAR80CHAR80
ADRMELE-mail address P06_EMAILCHAR100TEXT100
ADRTELTelephone address P06_PHONECHAR20CHAR20
ADRFAXFax address P06_FAXCHAR20CHAR20
CTSUSPInactive contracts processed as activity periods P06_CTSUSPCHAR1XFELD
PERIODEDeclaration periodicity indicator P06_CODEPERCHAR3P06_CODEPER
CFCTMPCumulation of payroll wage types for S40.G30.40.004 P06_CFCTMPCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPLDADF0

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