P01C_BBAUS SAP (Module Method) Structure details

Dictionary Type: Structure
Description: Module Method




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




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

P01C_BBAUS 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 "Module Method" 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_P01C_BBAUS TYPE P01C_BBAUS.

The P01C_BBAUS table consists of various fields, each holding specific information or linking keys about Module Method data available in SAP. These include HANSP (Company Pension Scheme Entitlement), AANSP (Benefit Type of Company Pension Scheme), MODBV (Calculation Variant for Entitlement), DINCR (Flag: Data from Increase Determination).. 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 P01C_BBAUS 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
DINCRFlag: Data from Increase Determination P01C_DINCRCHAR1XFELD
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
EINKOIncome P01C_EINKOCURR9(2) P01C_BETRG
BEIREMathematical Contribution P01C_BEIRECURR9(2) P01C_BETRG
BAUSTBenefit Module P01C_BAUSTCURR9(2) P01C_BETRG
AGEJJAge in Years P01C_ALTERNUMC3NUM03
IDVERAnnuitization Rules P01C_IDVERCHAR4Assigned to domainP01C_IDVER
VRALTAge for Annuitization Factor P01C_VRALTNUMC2NUMC2
VRGSLGender Key for Annuitization Factor P01C_VRGSLCHAR1GESCH
FAKVRAnnuitization Factor P01C_VERFADEC8(6) P01C_VERFA
GEPRZPercentage Profit Sharing P01C_GEPRZDEC5(2) PRZ32
GEWBEDividend P01C_GEWBECURR9(2) P01C_BETRG
GEBAUBasic Module P01C_GEBAUCURR9(2) P01C_BETRG
REKLATaxation Type of Pension P01C_REKLACHAR1P01C_REKLA

Key field Non-key field



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

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

How to access SAP table P01C_BBAUS

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