PRO03 SAP (SI properties Romania) Structure details

Dictionary Type: Structure
Description: SI properties Romania




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




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

PRO03 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 "SI properties Romania" 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_PRO03 TYPE PRO03.

The PRO03 table consists of various fields, each holding specific information or linking keys about SI properties Romania data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), REDET (HR-RO Reduction / Deduction Type), REDEA (HR-RO Reduction / Deduction Amount).. 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 PRO03 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
CNTR1SI split CNTR1RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
REDETHR-RO Reduction / Deduction Type PRO_REDETCHAR3CHAR3
REDEAHR-RO Reduction / Deduction Amount PRO_REDEANUMC10NUM10
TAXOFHR-RO Tax office number PRO_TAXOFNUMC10Assigned to domainPRO_TAXOF
CONT1HR-RO contract type 1 PRO_CONT1CHAR2CHAR2
NHOURHR-RO Number of hours PRO_NHOURNUMC2NUM2
STP1EHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
STP1RHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
CONT2HR-RO contract type 2 PRO_CONT2CHAR2CHAR2
PARTIHR-RO Partial Time PRO_PARTINUMC2HRROAPRO_NUMC2
RETIRHR-RO Individual employment contract for retired EE PRO_RETIRNUMC2HRROAPRO_NUMC2
WORKCHR-RO Work Condition PRO_WORKCCHAR1CHAR1
STP2EHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
STP2RHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
NORMAHR-RO NORMA PRO_NORMACHAR1PRO_NORMA
CONT3HR-RO contract type 3 PRO_CONT3CHAR3CHAR3
HEHIDHR-RO Healt house ID PRO_HEHIDCHAR10CHAR10PRO_HEHID
STP3EHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
STP3RHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
TFREEHR-RO Tax free PRO_TFRE2CHAR1PRO_TFRE2
TCALCHR-RO Tax calculation PRO_TCALCCHAR1PRO_TCALC
STPDRHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
STPERHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
STPFRHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
STPGRHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
STPHRHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
STPIRHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
STPJRHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1
THANDHR-RO Tax exemption and EE-HI at min.sal for handicap.pers. PRO_THANDCHAR1CHAR1
TPROGHR-RO Tax exemption and EE-HI at min.sal for programmers PRO_TPROGCHAR1CHAR1
TYITAHR-RO Type of Assured Person PRO_TYITANUMC1PRO_TYITA
STTFPHR-RO Stop Personal tax free calculation PRO_STTFPCHAR1CHAR1
TYRERHR-RO Ass.Type-ER contr.exempt PRO_TYRERCHAR1PRO_TYRER
CONDTHR-RO Spec. base condition type PRO_CONDTCHAR1CHAR1
TAXSTHR-RO Tax Subtype for Spec. Contracts PRO_TAXSTCHAR1PRO_TAXST
STPKRHR-RO Stop Calculation PRO_STOPCCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PRO03

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