PMXP_SARVOLUN SAP (Data control for the SAR report - Annex D) Structure details

Dictionary Type: Structure
Description: Data control for the SAR report - Annex D




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




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

PMXP_SARVOLUN 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 "Data control for the SAR report - Annex D" 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_PMXP_SARVOLUN TYPE PMXP_SARVOLUN.

The PMXP_SARVOLUN table consists of various fields, each holding specific information or linking keys about Data control for the SAR report - Annex D data available in SAP. These include ID_SERVICE (Version Number Component), ID_OPER (Version Number Component), ORIG_ENTYPE (Version Number Component), ORIG_ENTCD (Payment center ID).. 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 PMXP_SARVOLUN 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
REC_TYPEVersion Number Component CHAR2CHAR2CHAR2
ID_SERVICEVersion Number Component CHAR2CHAR2CHAR2
ID_OPERVersion Number Component CHAR2CHAR2CHAR2
ORIG_ENTYPEVersion Number Component CHAR2CHAR2CHAR2
ORIG_ENTCDPayment center ID PMXP_PAYCTCHAR7CHAR7
REC_ENTYPEVersion Number Component CHAR2CHAR2CHAR2
REC_ENTCDCharacter field, length 7 CHAR7CHAR7CHAR7
NOTIFY_DTDate DATUMDATS8DATUM
INST_RFCFederal Register of Contributors PMX_RFCCHAR13CHAR13HR_MX_RFC
NAME_PAYCTPayment center description PMXP_PATXTCHAR130PMXP_PATXT
PAYCTPayment center ID PMXP_PAYCTCHAR7CHAR7
BRANCHCDISSSTE actual branch code PMXP_BRANNCHAR5CHAR005
PAY_AGENTISSSTE paying agent number PMXP_PATNRCHAR6CHAR006
PC_ADDRESSAddress Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
PC_DISTRICTAddress Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
PC_CITYAddress Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
PC_ZIPAddress Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
PC_FEDENTAddress Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
PC_PHONEAddress Text (Name, Street, City, Tel. No.) ADRTXCHAR40TEXT40
EMPLO_NUMSAR Action Number PMXP_NUMINT410INT4
CONTDATEDate DATUMDATS8DATUM
CONTSAVLong-term savings contribution PMXP_CONTSAVCURR15(2) PRBETRG
CONTVOLLong-term savings contribution PMXP_CONTVOLCURR15(2) PRBETRG
CONTRETComplementary retirement contribution PMXP_CONTRETCURR15(2) PRBETRG
CONTTOTALLong-term savings contribution PMXP_CONTTOTALCURR15(2) PRBETRG
CONTSAVCHARChar 15 CHAR15CHAR15CHAR15
CONTVOLCHARChar 15 CHAR15CHAR15CHAR15
CONTRETCHARChar 15 CHAR15CHAR15CHAR15
CONTTOTALCHARChar 15 CHAR15CHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table PMXP_SARVOLUN

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