P00P_DEC_INT SAP (XDEC: PC2X0 Part 1 (International Fields)) Structure details

Dictionary Type: Structure
Description: XDEC: PC2X0 Part 1 (International Fields)




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




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

P00P_DEC_INT 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 "XDEC: PC2X0 Part 1 (International Fields)" 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_P00P_DEC_INT TYPE P00P_DEC_INT.

The P00P_DEC_INT table consists of various fields, each holding specific information or linking keys about XDEC: PC2X0 Part 1 (International Fields) data available in SAP. These include ETYPE (XDEC: Entry Type), CTYPE (XDEC: Costing Type (+ or -)), FRPER (XDEC: For Pay Period (YYYYPP)), INPER (XDEC: In Pay Period (YYYYPP)).. 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 P00P_DEC_INT 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
SRCWTXDEC: Cost Wage Type (source) P_99_DEC_CST_LGARTCHAR4Assigned to domainLGART
ETYPEXDEC: Entry Type P_99_DEC_CST_ETYPECHAR2P_99_DEC_CST_ETYPE
CTYPEXDEC: Costing Type (+ or -) P_99_DEC_CST_CTYPECHAR1P_99_DEC_CST_CTYPE
FRPERXDEC: For Pay Period (YYYYPP) P_99_DEC_CST_FRPERCHAR6CHAR6
INPERXDEC: In Pay Period (YYYYPP) P_99_DEC_CST_INPERCHAR6CHAR6
LGARTXDEC: Gross Wage Type (source) P_99_DEC_GRS_LGARTCHAR4Assigned to domainLGART
CSTGRXDEC: Cost Wage Type Grouping P_99_DEC_CST_CSTGRCHAR2Assigned to domainP_99_DEC_BASE_GRP
CSTWTXDEC: Costed Wage Type P_99_DEC_CST_CSTWTCHAR4Assigned to domainLGART
CSTTOXDEC: Total Amount Across Cost Grouping P_99_DEC_CST_CSTTOTCURR15(2) PRBETRG
CSTPEXDEC: Cost Distribution Percentage P_99_DEC_CST_CSTPERDEC5(2) DEC3_2
CSTAMXDEC: Costed Amount Across Cost Grouping P_99_DEC_CST_CSTAMTCURR15(2) PRBETRG
C0SEQXDEC: Sequence Number for C0 splits P_99_DEC_CST_C0SEQNRCHAR3SEQNR
C0KPRXDEC: Percentage for C0 splits P_99_DEC_CST_C0KPRNNDEC5(2) DEC3_2
C0BETXDEC: Amount for C0 splits P_99_DEC_CST_C0BETRGCURR15(2) PRBETRG

Key field Non-key field



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

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

How to access SAP table P00P_DEC_INT

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