HRDEPBSCAS_OPT_PARAMETER SAP (Additional Optional Parameters for Bens Payts) Structure details

Dictionary Type: Structure
Description: Additional Optional Parameters for Bens Payts




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




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

HRDEPBSCAS_OPT_PARAMETER 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 "Additional Optional Parameters for Bens Payts" 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_HRDEPBSCAS_OPT_PARAMETER TYPE HRDEPBSCAS_OPT_PARAMETER.

The HRDEPBSCAS_OPT_PARAMETER table consists of various fields, each holding specific information or linking keys about Additional Optional Parameters for Bens Payts data available in SAP. These include PARAM_SZ (Parameter for Controlling Special Payment in Calc. Modules), FIKTIV_CALL (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), BERECHNUNG_VERS_BEZUG (Calculation of Pension Payment), SBERE (Special Processing of Minimum Pension).. 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 (Deep)


SAP HRDEPBSCAS_OPT_PARAMETER 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
MIND_HG55Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PARAM_SZParameter for Controlling Special Payment in Calc. Modules PDE_PBSVAVG_PARAM_SZCHAR2PDE_PBSVAVG_PARAM_SZ
FIKTIV_CALLData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
BERECHNUNG_VERS_BEZUGCalculation of Pension Payment PDE_PBSVAVG_BERECHN_VERS_BEZUGCHAR1PDE_PBSVAVG_BERECHN_VERS_BEZUG
SBERESpecial Processing of Minimum Pension SBERECHAR1XFELD
SBERE_HINTERBLNESpecial Processing of Minimum Pension SBERECHAR1XFELD
KEIN_ZUSCHLAG_P50Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CALL_ANT_FAMILIENKUERZUNGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
P54_KONSTELLATIONConstellation Imputation of Additional Pension Payment PDE_PBSVAVG_P54_KONSTELLATIONCHAR2PDE_PBSVAVG_P54_KONSTELLATION
OHNE_P14AData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
GEZAHLTER_UNTBHR Payroll: Amount MAXBTCURR15(2) PRBETRG
BEGINN_BEMGR_SOZAStart Date BEGDADATS8DATUM

Key field Non-key field



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

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

How to access SAP table HRDEPBSCAS_OPT_PARAMETER

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