PMXSOSA_T_VARIABLE SAP (Variable Elements) Structure details

Dictionary Type: Structure
Description: Variable Elements




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




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

PMXSOSA_T_VARIABLE 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 "Variable Elements" 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_PMXSOSA_T_VARIABLE TYPE PMXSOSA_T_VARIABLE.

The PMXSOSA_T_VARIABLE table consists of various fields, each holding specific information or linking keys about Variable Elements data available in SAP. These include VBPVD (Employer food vouchers contribution), VBPVE (Employer variable exemption for food vouchers plan), VBBAS (Attendance bonus), VBBAE (Attendance bonus variable exemption).. 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 PMXSOSA_T_VARIABLE 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
SECTNForms: Section P_99S_SECTNCHAR4P_99S_SECTN
VBPVDEmployer food vouchers contribution PMX_VBPVDDEC15(2) PMX_DEC15
VBPVEEmployer variable exemption for food vouchers plan PMX_VBPVEDEC15(2) PMX_DEC15
VBBASAttendance bonus PMX_VBBASDEC15(2) PMX_DEC15
VBBAEAttendance bonus variable exemption PMX_VBBAEDEC15(2) PMX_DEC15
VBBPUPunctuality bonus PMX_VBBPUDEC15(2) PMX_DEC15
VBBPEPunctuality bonus variable exemption PMX_VBBPEDEC15(2) PMX_DEC15
VBCOMCommissions PMX_VBCOMDEC15(2) PMX_DEC15
VBHEDDouble overtime PMX_VBHEDDEC15(2) PMX_DEC15
VBHETTriple overtime PMX_VBHETDEC15(2) PMX_DEC15
VBBPRProductivity bonus PMX_VBBPRDEC15(2) PMX_DEC15
VBPEEExtraordinary special bonus PMX_VBPEEDEC15(2) PMX_DEC15
VBPDISunday bonus PMX_VBPDIDEC15(2) PMX_DEC15
VBDTSWorked days off PMX_VBDTSDEC15(2) PMX_DEC15
VBFTSPublic holiday wrkd PMX_VBFTSDEC15(2) PMX_DEC15
VBAMTMarriage assistance PMX_VBAMTDEC15(2) PMX_DEC15
VBAGFFuneral expense assist. PMX_VBAGFDEC15(2) PMX_DEC15
VBVCAExp.life PMX_VBVCADEC15(2) PMX_DEC15
VBAEDEdducation Ass. PMX_VBAEDDEC15(2) PMX_DEC15
VBMDEAmnt for piecework PMX_VBMDEDEC15(2) PMX_DEC15
VBOTPOther paid variable integration elements PMX_VBOTPDEC15(2) PMX_DEC15
VBOTEOther exempt variable integration elements PMX_VBOTEDEC15(2) PMX_DEC15
VBFDPPaid Integration Variable Concepts PMX_VRWPDDEC15(2) PMX_DEC15
VBFDEExempt Integration Variable Concepts PMX_VRWXMDEC15(2) PMX_DEC15
VBFDIIntegrable Integration Variable Concepts PMX_VRWITDEC15(2) PMX_DEC15
VBCDYCalendar days PMX_VBCDYDEC15(2) PRANZHL
VBIDYIncapacity days PMX_VBIDYDEC15(2) PRANZHL
VBADYAbsence days PMX_VBADYDEC15(2) PRANZHL
VBDVSContribution days in previous two-month period PMX_DCOTBIDEC15(2) PRANZHL
VBVSDVariable integrated daily wage for Social Insurance PMX_SDIVRCURR15(2) PRBETRG

Key field Non-key field



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

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

How to access SAP table PMXSOSA_T_VARIABLE

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