BAPIP0041 SAP (HR Master Record: Infotype 0041 (Date Specifications)) Structure details

Dictionary Type: Structure
Description: HR Master Record: Infotype 0041 (Date Specifications)




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




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

BAPIP0041 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 "HR Master Record: Infotype 0041 (Date Specifications)" 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_BAPIP0041 TYPE BAPIP0041.

The BAPIP0041 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0041 (Date Specifications) data available in SAP. These include EMPLOYEENO (Personnel Number), SUBTYPE (Subtype), OBJECTID (Object Identification), LOCKINDIC (Lock Indicator for HR Master Data Record).. 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 BAPIP0041 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
EMPLOYEENOPersonnel Number PERNR_DNUMC8Assigned to domainPERNRPER
SUBTYPESubtype SUBTYCHAR4SUBTYSUB
OBJECTIDObject Identification OBJPSCHAR2OBJPSOPS
LOCKINDICLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
VALIDENDEnd Date ENDDADATS8DATUM
VALIDBEGINStart Date BEGDADATS8DATUM
RECORDNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
LAST_CHANGED_ONChanged On AEDATDATS8DATUM
LAST_CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
ADD_TEXT_EXISTSText Exists for Infotype ITXEXCHAR1XFELD
REASON_FOR_CHNGReason for Changing Master Data PREASCHAR2T530EPREAS
DATETYPE01Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE01Date type text DATAXCHAR20TEXT20
DATE01Date for date type DARDTDATS8DATUM
DATETYPE02Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE02Date type text DATAXCHAR20TEXT20
DATE02Date for date type DARDTDATS8DATUM
DATETYPE03Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE03Date type text DATAXCHAR20TEXT20
DATE03Date for date type DARDTDATS8DATUM
DATETYPE04Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE04Date type text DATAXCHAR20TEXT20
DATE04Date for date type DARDTDATS8DATUM
DATETYPE05Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE05Date type text DATAXCHAR20TEXT20
DATE05Date for date type DARDTDATS8DATUM
DATETYPE06Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE06Date type text DATAXCHAR20TEXT20
DATE06Date for date type DARDTDATS8DATUM
DATETYPE07Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE07Date type text DATAXCHAR20TEXT20
DATE07Date for date type DARDTDATS8DATUM
DATETYPE08Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE08Date type text DATAXCHAR20TEXT20
DATE08Date for date type DARDTDATS8DATUM
DATETYPE09Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE09Date type text DATAXCHAR20TEXT20
DATE09Date for date type DARDTDATS8DATUM
DATETYPE10Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE10Date type text DATAXCHAR20TEXT20
DATE10Date for date type DARDTDATS8DATUM
DATETYPE11Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE11Date type text DATAXCHAR20TEXT20
DATE11Date for date type DARDTDATS8DATUM
DATETYPE12Date type DATARCHAR2T548YDATAR
NAMEOFDATETYPE12Date type text DATAXCHAR20TEXT20
DATE12Date for date type DARDTDATS8DATUM

Key field Non-key field



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

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

How to access SAP table BAPIP0041

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