HRPP_CONFITEM_DELTA SAP (Supplement to Customizing Fields for HRPP_INDEX) Structure details

Dictionary Type: Structure
Description: Supplement to Customizing Fields for HRPP_INDEX




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




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

HRPP_CONFITEM_DELTA 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 "Supplement to Customizing Fields for HRPP_INDEX" 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_CONFITEM_DELTA TYPE HRPP_CONFITEM_DELTA.

The HRPP_CONFITEM_DELTA table consists of various fields, each holding specific information or linking keys about Supplement to Customizing Fields for HRPP_INDEX data available in SAP. These include C1IGN (Ignore C1 split), U_MOMAG (Account determination dependent on employee grouping), KTTYP (Symbolic Account Type), COINF (Posting with CO/FI-FM information).. 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)


SAP HRPP_CONFITEM_DELTA 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
C1IGNIgnore C1 split P_ELIMIKCHAR1CHAR1
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
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_CONFITEM_DELTA using ABAP code?

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

How to access SAP table HRPP_CONFITEM_DELTA

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