HRPADDE_D_DN_CI SAP (Dest. Rep. Data: Const. 'Business Complete' Information) Table details

Dictionary Type: Table
Description: Dest. Rep. Data: Const. 'Business Complete' Information




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




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

HRPADDE_D_DN_CI is a standard SAP Table which is used to store Dest. Rep. Data: Const. 'Business Complete' Information data and is available within R/3 SAP systems depending on the version and release level.

The HRPADDE_D_DN_CI table consists of various fields, each holding specific information or linking keys about Dest. Rep. Data: Const. 'Business Complete' Information data available in SAP. These include PERNR (Personnel Number), INPER (In-Period for Evaluation for Social Fund Procedure), FPPER (For-Period for Evaluation for Social Fund Procedure), SEQNO (Key Field Sequence Number for SFP Data Records).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRPADDE_D_DN_CI table 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
MANDTClient MANDTCLNT3T000MANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
INPERIn-Period for Evaluation for Social Fund Procedure P01B_BKINPACCP6P01B_BKPER
FPPERFor-Period for Evaluation for Social Fund Procedure P01B_BKFUPACCP6P01B_BKPER
SEQNOKey Field Sequence Number for SFP Data Records P01B_BKSEQNUMC2NUM2
KENIDIdentifier of Record P01B_BKSIDCHAR5P01B_BKSID
BS_COMPLETEDestroy Data: Indicator 'Business Complete' HRPAD00_DN_BS_COMPLETECHAR1BOOLEAN

Key field Non-key field



How do I retrieve data from SAP table HRPADDE_D_DN_CI using ABAP code

The following ABAP code Example will allow you to do a basic selection on HRPADDE_D_DN_CI to SELECT all data from the table
DATA: WA_HRPADDE_D_DN_CI TYPE HRPADDE_D_DN_CI.

SELECT SINGLE *
FROM HRPADDE_D_DN_CI
INTO CORRESPONDING FIELDS OF WA_HRPADDE_D_DN_CI
WHERE...

How to access SAP table HRPADDE_D_DN_CI

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