PMXLIST_SSI SAP (HRMS-MX: Structure of data for HMXCSSI0 report) Structure details

Dictionary Type: Structure
Description: HRMS-MX: Structure of data for HMXCSSI0 report




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




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

PMXLIST_SSI 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 "HRMS-MX: Structure of data for HMXCSSI0 report" 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_PMXLIST_SSI TYPE PMXLIST_SSI.

The PMXLIST_SSI table consists of various fields, each holding specific information or linking keys about HRMS-MX: Structure of data for HMXCSSI0 report data available in SAP. These include RASOC (IMSS reg. trade name), WERKS (Personnel Area), DES_WERKS (Personnel Area Text), BTRTL (Personnel Subarea).. 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 PMXLIST_SSI 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
REPATIMSS employer reg. no. PMX_REPATCHAR11Assigned to domainPMX_REPAT
RASOCIMSS reg. trade name PMX_RASOCCHAR50TEXT50
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
DES_WERKSPersonnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTL_001PCHAR4Assigned to domainBTRTL
DES_BTRTLPersonnel Subarea Text BTRTXCHAR15TEXT15
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
DES_ABKRSPayroll Area Text ABKTXCHAR20TEXT20
NIMSSIMSS affiliation number PMX_NIMSSCHAR11CHAR11
PERNRPersonnel Number P_PERNRNUMC8PERNR
NAMEMPLFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
ATEMEmloyee contribution to sickness and maternity PMX_ATEMCURR15(2) PRBETRG
APEMER contribution for sickness and maternity PMX_APEMCURR15(2) PRBETRG
ATIVEE contribution to incapacity and life PMX_ATIVCURR15(2) PRBETRG
APIVER Disability and Life contribution PMX_APIVCURR15(2) PRBETRG
APRTEE contribution Occupational risk PMX_APRTCURR15(2) PRBETRG
ATGEmployee contribution to nurseries PMX_ATGCURR15(2) PRBETRG
APGEmployer nursery contribution PMX_APGCURR15(2) PRBETRG
ATSAREmployee contribution retirement PMX_ATSARCURR15(2) PRBETRG
APSARER retirement contribution PMX_APSARCURR15(2) PRBETRG
ATCVEE cont. suspension and old age PMX_ATCVCURR15(2) PRBETRG
APCVER contribn suspension and old age PMX_APCVCURR15(2) PRBETRG
APINFER INFONAVIT conrtribution PMX_APINFCURR15(2) PRBETRG

Key field Non-key field



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

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

How to access SAP table PMXLIST_SSI

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