BAPIP0022L SAP (HR Master Record: Infotype 0022 (Education)) Structure details

Dictionary Type: Structure
Description: HR Master Record: Infotype 0022 (Education)




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




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

BAPIP0022L 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 0022 (Education)" 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_BAPIP0022L TYPE BAPIP0022L.

The BAPIP0022L table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0022 (Education) 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 or numeric)


SAP BAPIP0022L 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_DNUMC8PERNRPER
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
EDUESTABLISTMENTEducational establishment SLARTCHAR2Assigned to domainSLART
TRAININGINSTITUTEInstitute/location of training INSTICHAR80TEXT80
COUNTRYKEYCountry Key LAND1CHAR3Assigned to domainLAND1LND
EDUTRAININGEducation/training AUSBINUMC8Assigned to domainAUSBI
CERTIFICATECertificate SLABSCHAR2Assigned to domainSLABS
DURATIONDuration of training course ANZKLDEC3DEC3
UNITOFTIMETime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
BRANCHOFSTUDY1Branch of study FACH1NUMC5Assigned to domainFACHR
BRANCHOFSTUDY2Branch of study FACH2NUMC5Assigned to domainFACHR
COURSEFEESCourse fees KSGEBCURR11(2) WERT6
CURRENCYKEYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PLANNEDCOURSEPlanned course (unused) KSPLNCHAR1XFELD
COSTOBJECTCost object (unused) SLKTRCHAR2CHAR2
REPAYMENTOBLIGATIONRepayment obligation SLRZGCHAR1XFELD
COURSENAMECourse name KSBEZCHAR25TEXT25
COURSEAPPRAISALCourse appraisal KSBURCHAR40TEXT40
INSTITUTECODEInstitute/school code P14_SCHCDNUMC10NUM10
FACULTYCODEFaculty code P14_FACCDNUMC3NUMC3
DEPARTMENTDepartment DPTMTCHAR40TEXT40
EDUESTABLISTMENTTEXTEducation establishment text SLTXTCHAR20TEXT20
COURSEINDICATORCourse indicator KURKZCHAR1XFELD
EDUTRAININGTEXTEduc./train. text ASBTXCHAR40TEXT40
CERTIFICATETEXTCertificate text SATXTCHAR40TEXT40
BRANCHOFSTUDY1TEXTText for branch of study FRTXTCHAR40TEXT40
BRANCHOFSTUDY2TEXTText for branch of study FRTXTCHAR40TEXT40
COUNTRYTEXTCountry Name LANDXCHAR15TEXT15

Key field Non-key field



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

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

How to access SAP table BAPIP0022L

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