HRPP_S_CONFITEM SAP (Posting Customizing for Wage Type) Structure details

Dictionary Type: Structure
Description: Posting Customizing for Wage Type




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




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

HRPP_S_CONFITEM 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 "Posting Customizing for Wage Type" 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_HRPP_S_CONFITEM TYPE HRPP_S_CONFITEM.

The HRPP_S_CONFITEM table consists of various fields, each holding specific information or linking keys about Posting Customizing for Wage Type data available in SAP. These include SPPRC (Special processing of posting items), C1IGN (Ignore C1 split), SYMKO (Transfer to FI/CO: Symbolic Account), KOART (Account assignment type).. 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 HRPP_S_CONFITEM 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
SIGNPlus/Minus Sign for Posting P_POSIGNCHAR1P_POSIGN
SPPRCSpecial processing of posting items P_SPECPRCCHAR1P_SPECPRC
C1IGNIgnore C1 split P_ELIMIKCHAR1CHAR1
SYMKOTransfer to FI/CO: Symbolic Account P_KOMOK40CHAR4Assigned to domainP_KOMOK40
KOARTAccount assignment type P_KOART40CHAR2CHAR2
U_MOMAGAccount determination dependent on employee grouping P_POST_EGCHAR1CHAR1
KTTYPSymbolic Account Type P_KTTYPCHAR1P_KTTYP
COINFPosting with CO/FI-FM information P_POST_COCHAR1CHAR1
PNINFPosting with personnel number P_POST_PNCHAR1CHAR1
MCINFPosting with matchcode P_POST_MCCHAR1P_POST_MC
AMINFPosting with quantity P_POST_AMTCHAR1CHAR1
ORIGPPosting in original period only P_POST_ORIGCHAR1CHAR1
LASTPPosting to last org. assignment (for test purposes) P_POST_LASTREFCHAR1CHAR1
EXPNSExpenses Posting (Evaluation C0/C1) P_POST_EXPCHAR1CHAR1
MOMAG_FIXStandard Accounting for FM/GM P_FIX_FMGMCHAR1CHAR1
NEG_POSTNGIndicator: Negative Posting XNEGP_BFCHAR1XFELD
DIFLAGDistribution Indicator HRPP_DIFLAGCHAR1HRPP_DIFLAG
NEG_POSTNG_DEBIndicator: Negative Posting in Debit NEGP_DEBCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table HRPP_S_CONFITEM

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