PAPBSMXSARL SAP (Table with the last information sent for Consar) Table details

Dictionary Type: Table
Description: Table with the last information sent for Consar




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




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

PAPBSMXSARL is a standard SAP Table which is used to store Table with the last information sent for Consar data and is available within R/3 SAP systems depending on the version and release level.

The PAPBSMXSARL table consists of various fields, each holding specific information or linking keys about Table with the last information sent for Consar data available in SAP. These include PATNP (ISSSTE paying agent number), PERNR (Personnel number), RPTYR (Report year), RPTPD (Report period).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PAPBSMXSARL table 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
MANDTClient MANDTCLNT3T000MANDT
PATNPISSSTE paying agent number PMXP_PATNRCHAR6CHAR006
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
RPTYRReport year PMXP_RPTYRNUMC4GJAHRGJAHR
RPTPDReport period PMXP_RPTPDNUMC2PABRP
WKCTPDistribution key PMXP_WKCTRCHAR20CHAR20
APPTYEmployee's appointment type PMXP_APPTYCHAR2PMXP_APPTY
ICEFABank code PMXP_ICEFACHAR3CHAR3
CONDAISSSTE contribution start date PMXP_CONDADATS8DATUM
ISBQWSalario Base de CotizaciĆ³n ISSSTE PMXP_ISBQWCURR15(2) PRBETRG
SABQWSAR Basic Quotation Wage PMXP_SABQWCURR15(2) PRBETRG
INTWGIntegrated wage PMXP_INTWGCURR15(2) PRBETRG
TMRSNCause of deregistration PMXP_TMRSNCHAR1PMXP_TMRSN
RPTCGEntry in the table created by the system PMXP_RPTCGCHAR1XFELD
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
TENDAWork termination date PMXTRM_TDATEDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table PAPBSMXSARL using ABAP code

The following ABAP code Example will allow you to do a basic selection on PAPBSMXSARL to SELECT all data from the table
DATA: WA_PAPBSMXSARL TYPE PAPBSMXSARL.

SELECT SINGLE *
FROM PAPBSMXSARL
INTO CORRESPONDING FIELDS OF WA_PAPBSMXSARL
WHERE...

How to access SAP table PAPBSMXSARL

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