P01A_BW_S_BZUAB SAP (Surcharge/Reduction) Structure details

Dictionary Type: Structure
Description: Surcharge/Reduction




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




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

P01A_BW_S_BZUAB 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 "Surcharge/Reduction" 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_P01A_BW_S_BZUAB TYPE P01A_BW_S_BZUAB.

The P01A_BW_S_BZUAB table consists of various fields, each holding specific information or linking keys about Surcharge/Reduction data available in SAP. These include ANGRP (Pension Plan), HANSP (Company Pension Scheme Entitlement), AANSP (Benefit Type of Company Pension Scheme), MODBV (Calculation Variant for Entitlement).. 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 P01A_BW_S_BZUAB 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
ANGRPPension Plan P01C_ANGRPCHAR4Assigned to domainP01C_ANGRP
HANSPCompany Pension Scheme Entitlement P01C_HANSPCHAR4Assigned to domainP01C_ANSPR
AANSPBenefit Type of Company Pension Scheme P01C_AANSPCHAR4Assigned to domainP01C_ANSPR
MODBVCalculation Variant for Entitlement P01C_MODBVCHAR2Assigned to domainP01C_MODBV
LTTYPType of Pension Organization P01C_AVTYPCHAR1Assigned to domainP01C_KNZID
LTRGRBenefits Provider P01C_LTRGRCHAR4Assigned to domainP01C_AVFMA
LGARTWage Type LGARTCHAR4Assigned to domainLGART
LSTTROrigin of Benefit P01C_LSTTRCHAR1P01C_LSTTR
LURSPCompany Responsible P01C_LURSPCHAR4Assigned to domainP01C_AVFMA
STGRPGroup Based on Entitlement Status P01C_STGRPNUMC4NUMC04
AZRGLRules for Deduction/Bonus P01C_AZRGLCHAR4Assigned to domainP01C_AZRGL
MAAZRSpecial Rule for Deduction/Bonus Rules P01C_MAAZRCHAR10CHAR10
KEYTAKey Date for Rules P01C_KEYTADATS8DATUM
REVZAPension Amount Before Bonus/Deduction P01C_REVZACURR9(2) P01C_BETRG
RENZAPension Amount After Bonus/Deduction P01C_RENZACURR9(2) P01C_BETRG
RZUABAmount for Bonus/Deduction P01C_RZUABCURR9(2) P01C_BETRG
PZUABBonus/Deduction Percentage P01C_PZUABDEC5(2) PRZ32
MZUABBonus/Deduction Months P01C_MZUABDEC5(2) P01C_ANZ32
KZUABBonus/Deduction Indicator P01C_KZUABCHAR1P01C_KZUAB
FUBZAFunction for Determination of Deduction P01C_FUBVICHAR2Assigned to domainP01C_NUMID
LTTYP_TEXTChar 80 CHAR80CHAR80CHAR80
LTRGR_TEXTChar 80 CHAR80CHAR80CHAR80
ANGRP_TEXTChar 80 CHAR80CHAR80CHAR80
HANSP_TEXTChar 80 CHAR80CHAR80CHAR80
AANSP_TEXTChar 80 CHAR80CHAR80CHAR80
LGART_TEXTChar 80 CHAR80CHAR80CHAR80
LURSP_TEXTChar 80 CHAR80CHAR80CHAR80

Key field Non-key field



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

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

How to access SAP table P01A_BW_S_BZUAB

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