RPUWDRD0_ALV SAP (ALV Display Structure for RPUWDRD0) Structure details

Dictionary Type: Structure
Description: ALV Display Structure for RPUWDRD0




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




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

RPUWDRD0_ALV 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 "ALV Display Structure for RPUWDRD0" 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_RPUWDRD0_ALV TYPE RPUWDRD0_ALV.

The RPUWDRD0_ALV table consists of various fields, each holding specific information or linking keys about ALV Display Structure for RPUWDRD0 data available in SAP. These include MANDT (Client), PERNR (Personnel number), HANSP (Company Pension Scheme Entitlement), BTZNR (Assignment of Reimbursement Transfers).. 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 RPUWDRD0_ALV 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
HANSPCompany Pension Scheme Entitlement P01C_HANSPCHAR4Assigned to domainP01C_ANSPR
BTZNRAssignment of Reimbursement Transfers P01C_BTZNRNUMC4P01C_ZODNR
LGARTWage Type P01C_LGADACHAR4Assigned to domainLGART
BETRGTransfer Amount P01C_BETBTCURR9(2) P01C_BETBT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
LTRGRBenefits Provider P01C_LTRGRCHAR4Assigned to domainP01C_AVFMA
ANTBTReimbursement on Request P01C_ANTBTCHAR1XFELD
RPCHKReimbursement Check P01C_RPCHKCHAR1XFELD
RPOBTOpen Contribution Reimbursements P01C_PROBTCHAR1XFELD
STTYPStatus of Processing Type P01C_STTYPCHAR1P01C_STTYP
ZNRBTAssignment Number for Transfer Records for Cont.Reimbursmnt P01C_ZNRBTNUMC4P01C_ZODNR
ZLSCHPayment Method P01C_DZLSCHCHAR1T042ZZLSCH
EMFTXPayee Text EMFTXCHAR40TEXT40
BKPLZPostal Code PSTLZCHAR10PSTLZ
BKORTCity ORT01CHAR25TEXT25
BANKSCountry Key LAND1CHAR3T005LAND1LND
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
EMFSLPayee key for bank transfers EMFSLCHAR8EMFSL
ZWECKPurpose of bank transfers P01C_DZWECKCHAR40TEXT40
DTADTTransfer date DTADT_DDATS8DATUM
DTATITransfer time DATTITIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table RPUWDRD0_ALV

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