PUA_SIPR_TAB_ALV SAP (UA SI Payments Reimbursement, Table structure) Structure details

Dictionary Type: Structure
Description: UA SI Payments Reimbursement, Table structure




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




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

PUA_SIPR_TAB_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 "UA SI Payments Reimbursement, Table structure" 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_PUA_SIPR_TAB_ALV TYPE PUA_SIPR_TAB_ALV.

The PUA_SIPR_TAB_ALV table consists of various fields, each holding specific information or linking keys about UA SI Payments Reimbursement, Table structure data available in SAP. These include T2R02 (Formatted Name of Employee or Applicant), T2R03 (Number of Social Insurance Certificate), T2R04 (Sickness Certificate Number), T2R05 (Reason of Disability).. 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 PUA_SIPR_TAB_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
T2R01Row Number P36_ROWNUMCHAR10
T2R02Formatted Name of Employee or Applicant EMNAMCHAR40TEXT40
T2R03Number of Social Insurance Certificate P36_SCNUMNUMC10NUMC10
T2R04Sickness Certificate Number P36_SLNUM_SIRCHAR30CHAR30
T2R05Reason of Disability P36_DS_RSNCHAR3
T2R06Period of Disability P36_DS_PRDCHAR25
T2R07Total Paid Days P36_ND_ALLDEC15(2) DEC15_2
T2R08Days Paid by FSSU P36_ND_FSSDEC15(2) DEC15_2
T2R09Total Amount P36_AM_ALLDEC15(2) DEC15_2
T2R10FSSU Amount P36_AM_FSSDEC15(2) DEC15_2
TCOSTFSSU Rate P36_RT_FSSDEC15(2) DEC15_2

Key field Non-key field



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

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

How to access SAP table PUA_SIPR_TAB_ALV

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