RPCMACM0_OUTPUT SAP (PBS Accumulators) Structure details

Dictionary Type: Structure
Description: PBS Accumulators




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




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

RPCMACM0_OUTPUT 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 "PBS Accumulators" 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_RPCMACM0_OUTPUT TYPE RPCMACM0_OUTPUT.

The RPCMACM0_OUTPUT table consists of various fields, each holding specific information or linking keys about PBS Accumulators data available in SAP. These include PERNR_TXT (Formatted Name of Employee or Applicant), PERID (Personnel ID Number), BUKRS (Company Code), BUKRS_TXT (Name of Company Code or Company).. 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: Not classified


SAP RPCMACM0_OUTPUT 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
PERNRPersonnel Number P_PERNRNUMC8PERNR
PERNR_TXTFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
PERIDPersonnel ID Number PRDNICHAR20CHAR20
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRS_TXTName of Company Code or Company BUTXTCHAR25TEXT25
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
WERKS_TXTPersonnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BTRTL_TXTPersonnel Subarea Text BTRTXCHAR15TEXT15
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSG_TXTName of Employee Group PGTXTCHAR20TEXT20
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
PERSK_TXTName of Employee Subgroup PKTXTCHAR20TEXT20
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOSTL_TXTGeneral Name KTEXTCHAR20TEXT20
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
ABKRS_TXTPayroll Area Text ABKTXCHAR20TEXT20
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GSBER_TXTBusiness area description GTEXTCHAR30TEXT30
FIRMHR_DK: PBS company used in the SAP system P09_COMP_SCHAR2Assigned to domainP09_FIRMA_SAPHR_DK_FIRMA_SAP
FIRM_TXTPBS FIRMA Name Denmark P09_FITXTCHAR60TEXT60
SEKEYSE# key DK P09_SEKEYCHAR2Assigned to domainP09_SEKEYHRDK_SE_NUMBERS
SEKEY_TXTSE# designation DK P09_SETXTCHAR60TEXT60
SENUMSE number SENUMNUMC8NUM8HRDK_SE_NUMBERS
AGRPHR-DK PBS key field PGROUP Denmark P09_AGRPECHAR1Assigned to domainP09_AGRPE
AGRP_TXTSAP-PBS interface: Group A designations Denmark P09_AGRTXCHAR60TEXT60
LGARTWage Type LGARTCHAR4Assigned to domainLGART
LGART_TXTWage Type Long Text LGTXTCHAR25TEXT25
AWERTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PAYDTPay date for payroll result PAY_DATEDATS8DATUM
FPPERFor-period for payroll FAPERCHAR6CHAR6
FPBEGStart date of payroll period (FOR period) FPBEGDATS8DATUM
FPENDEnd of payroll period (for-period) FPENDDATS8DATUM
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
OCCATCategory for off-cycle reason PAY_OCCATCHAR2Assigned to domainPAY_OCCAT
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
INPERIn-period for payroll IPERICHAR6CHAR6
INPTYPayroll type PAYTYCHAR1PAYTY
INPIDPayroll Identifier PAYIDCHAR1CHAR1
IPENDEnd of payroll period (IN period) IPENDDATS8DATUM
IABKRSPayroll subunit IP IABKRCHAR2Assigned to domainABKRS
INOCRReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
INOCCCategory for off-cycle reason PAY_OCCATCHAR2Assigned to domainPAY_OCCAT
RUNDTDate of payroll run RUNDTDATS8DATUM
RUNTMTime of payroll run RUNTMTIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table RPCMACM0_OUTPUT

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