BAPIP0559 SAP (HR Master Record List: Infotype 0559 (Commuting Allowance)) Structure details

Dictionary Type: Structure
Description: HR Master Record List: Infotype 0559 (Commuting Allowance)




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




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

BAPIP0559 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 List: Infotype 0559 (Commuting Allowance)" 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_BAPIP0559 TYPE BAPIP0559.

The BAPIP0559 table consists of various fields, each holding specific information or linking keys about HR Master Record List: Infotype 0559 (Commuting Allowance) 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: Cannot Be Enhanced


SAP BAPIP0559 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
COMMUTETYPECommuting method P22J_COMTYCHAR4Assigned to domainSUBTY_591A
TRANSNAMETransportation company name P22J_TRNCNCHAR30TEXT30
LINENAMELine name P22J_LINENCHAR30TEXT30
DEPARTDeparture point P22J_DEPTCHAR30TEXT30
DESTDestination P22J_DESTCHAR30TEXT30
TRANSNAME1Transportation company name P22J_TRNCNCHAR30TEXT30
LINENAME1Line name P22J_LINENCHAR30TEXT30
CONNECT1Connection point P22J_CONTPCHAR30TEXT30
TRANSNAME2Transportation company name P22J_TRNCNCHAR30TEXT30
LINENAME2Line name P22J_LINENCHAR30TEXT30
CONNECT2Connection point P22J_CONTPCHAR30TEXT30
TRANSNAME3Transportation company name P22J_TRNCNCHAR30TEXT30
LINENAME3Line name P22J_LINENCHAR30TEXT30
CONNECT3Connection point P22J_CONTPCHAR30TEXT30
TRANSNAME4Transportation company name P22J_TRNCNCHAR30TEXT30
LINENAME4Line name P22J_LINENCHAR30TEXT30
CONNECT4Connection point P22J_CONTPCHAR30TEXT30
COMMUTETIMECommuting time P22J_CMTTMTIMS6TIMES
BEGTARGETPERDBeginning of the target period of first payment P22J_TRGTPNUMC2PABRP
BEGEFFPERDBegining date of effective period P22J_EBEDADATS8DATE
CARTYPECar type P22J_CARTYCHAR2CHAR2
ESTFAREAMOUNTEstimated fare amount P22J_ESTFACURR13(2) P_AMT07V
DISTANCEDistance P22J_DISTDEC4(1) DEC3_1
WAGETYAMTWage Type Amount for Payments PAD_AMT7SCURR13(2) P_AMT07V
FIRSTPAYYRFirst pay year P22J_FPAYYNUMC4NUM4
FIRSTPAYPERDFirst pay period P22J_FPAYPNUMC2PABRP
PAYINTERVALNumber for determining further payment dates DZANZLDEC3DEC3
SECTIONIDSection ID P22J_SECIDNUMC2NUM2
NAMEOFCOMMUTETYPEName of Subtype SBTTXCHAR40TEXT40
DELIMIT_DATEKey date for delimiting an infotype record HRDELIMITDATEDATS8DATS

Key field Non-key field



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

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

How to access SAP table BAPIP0559

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