HRDEPBSNOS_VLTSV_INPUT SAP (Input Fields for VLTSV) Structure details

Dictionary Type: Structure
Description: Input Fields for VLTSV




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




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

HRDEPBSNOS_VLTSV_INPUT 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 "Input Fields for VLTSV" 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_HRDEPBSNOS_VLTSV_INPUT TYPE HRDEPBSNOS_VLTSV_INPUT.

The HRDEPBSNOS_VLTSV_INPUT table consists of various fields, each holding specific information or linking keys about Input Fields for VLTSV data available in SAP. These include ENDDA (End Date), BERECH_ART (Calculation Type of Severance Pay Process), BERECH_GRUND (Calculation Reason for Severance Pay (Change of Employer)), APRFNR_REF (Application reference number).. 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: Cannot Be Enhanced


SAP HRDEPBSNOS_VLTSV_INPUT 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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
BERECH_ARTCalculation Type of Severance Pay Process PDE_PBS_VLTSV_BERECH_ARTCHAR2Assigned to domainPDE_PBS_VLTSV_BERECH_ART
BERECH_GRUNDCalculation Reason for Severance Pay (Change of Employer) PDE_PBS_VLTSV_BERECH_GRUNDCHAR2Assigned to domainPDE_PBS_VLTSV_BERECH_GRUND
APRFNR_REFApplication reference number P00_PBS_APRFNRNUMC6NUMC06
NEUER_DIENSTHERRNew Public Sector Employer PDE_PBS_VLTSV_NEUER_DIENSTHERRCHAR8ANSSL
RECHTS_GRUNDLAGECalculation Type of Severance Pay Process PDE_PBS_VLTSV_RECHTSGRDLCHAR2PDE_PBS_VLTSV_RECHTSGRDL
RGHFDB_MANPensionable Pay Manual PDE_PBS_RGHFDB_MANCURR15(2) PRBETRG
RGFDB_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SONDERZAHLUNG_MANManually Entered Special Payment for Calc. of Severance Pay PDE_PBS_VLTSV_SOZUW_MANCURR15(2) PRBETRG
BOX_SOZACheckbox for Entry of Special Payment PDE_PBS_VLTSV_BOX_SOZACHAR1XFELD
EINVFEntry: Pension Event EINVFDATS8DATUM
DH_WECHSEL_DATDate of Change of Employer After Start of Treaty PDE_PBS_VLTSV_DH_WECHSEL_DATDATS8DATS
DZ_QUOT_MONATEEmployment Periods from Quotas in Months PDE_PBS_VLTSV_DZ_QUOT_MONATENUMC4
ABW_BEMESS_SATZAlternative Assessment Rate PDE_PBS_VLTSV_ABW_BEMESS_SATZCHAR2PDE_PBS_VLTSV_BEMESS_SATZ
KEIN_P3Prerequisites Accordin to Sec.3 VLTSV Are Not Fulfilled PDE_PBS_VLTSV_KEIN_P3CHAR1BOOLE
UEB_BETRAG_MANTransfer Amount for Severance Pay Manual PDE_PBS_VLTSV_UEBERW_BET_MANCURR15(2) PRBETRG
UEB_BETRAG_MAN_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VZWECKNote to Payee PDE_PBS_VLTSV_PAY_VZWECKCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table HRDEPBSNOS_VLTSV_INPUT

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