BAPICC1DNPERSO SAP (BAPI Structure for Downloading HR Mini-Master Records) Structure details

Dictionary Type: Structure
Description: BAPI Structure for Downloading HR Mini-Master Records




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




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

BAPICC1DNPERSO 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 "BAPI Structure for Downloading HR Mini-Master Records" 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_BAPICC1DNPERSO TYPE BAPICC1DNPERSO.

The BAPICC1DNPERSO table consists of various fields, each holding specific information or linking keys about BAPI Structure for Downloading HR Mini-Master Records data available in SAP. These include TIMEID_NO (Time Recording ID Number), FROM_DATE (Start Date), TO_DATE (End Date), TIMEID_VERSION (ID Version).. 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 BAPICC1DNPERSO 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
SOURCE_SYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
TIMEID_NOTime Recording ID Number DZAUSWNUMC8ZAUSW
FROM_DATEStart Date BEGDADATS8DATUM
TO_DATEEnd Date ENDDADATS8DATUM
TIMEID_VERSIONID Version PT_ZAUVECHAR1CHAR1
PERNOPersonnel Number PW_PERNRNUMC8PERNRPER
EDIT_NAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
SORT_NAMEEmployee's Name (Sortable by LAST NAME FIRST NAME) SMNAMCHAR30CHAR30
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
PS_GRPG_ATT_ABS_TYPEPersonnel subarea grouping for absence/attendance types PT_MOABWNUMC2NUM2
COUNTRY_GROUPINGCountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
SUBSYSTEM_GROUPINGGrouping for Connection to Subsystem BDEGRCHAR3Assigned to domainBDEGR
ES_GRPG_WORK_SCHEDEmployee subgroup grouping for work schedules PT_ZEITYCHAR1CHAR1
ACCESS_CONTROL_GROUPAccess Control Group PT_ZANBECHAR2CHAR2
PERSONAL_CODEPersonal Code PT_ZPINCCHAR4CHAR4
MAIL_INDICATORMail Indicator PT_ZMAILCHAR1CHAR1
ATT_ABS_REASON_GRPGGrouping of Attendance/Absence Reasons GRAWGCHAR3Assigned to domainGRAWG
EXT_WAGETYPE_GRPGGrouping for Employee Expenses GRELGCHAR3Assigned to domainGRELG
TIME_EVENT_TYPE_GROUPWork time event type group PT_PMBDENUMC2NUMC2
COMP_CODECompany code PW_BUKRSCHAR4Assigned to domainBUKRSBUK
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
CUSTOMER_FIELD_1Multi-purpose field for time results confirmation (download) PDC_USRDNCHAR20CHAR20
CUSTOMER_FIELD_2Customer-Specific Field HR_USRFLDCHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table BAPICC1DNPERSO

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