BAPIEMP_LS SAP (Employee Data for Who's Who (BAPI Structure)) Structure details

Dictionary Type: Structure
Description: Employee Data for Who's Who (BAPI Structure)




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




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

BAPIEMP_LS 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 "Employee Data for Who's Who (BAPI Structure)" 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_BAPIEMP_LS TYPE BAPIEMP_LS.

The BAPIEMP_LS table consists of various fields, each holding specific information or linking keys about Employee Data for Who's Who (BAPI Structure) data available in SAP. These include ENAME (Formatted Name of Employee or Applicant), ORG_ID (Object ID), ORG_TEXT (Object Name), JOB_ID (Object ID).. 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 BAPIEMP_LS 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
ORG_IDObject ID OBJEKTIDNUMC8NUM08PON
ORG_TEXTObject Name STEXTCHAR40TEXT40
JOB_IDObject ID OBJEKTIDNUMC8NUM08PON
JOB_TEXTObject Name STEXTCHAR40TEXT40
TEL01In-House Telephone Number TELINCHAR5CHAR5
TEL02In-House Telephone Number TELINCHAR5CHAR5
GEBNRBuilding Number GEBNRCHAR6CHAR6
ZIMNRRoom Number DZIMNRCHAR6CHAR6
USRIDCommunication Identification/Number SYSIDCHAR30CHAR30
ARCHIV_IDContent Repository Identification SAEARCHIVICHAR2Assigned to domainSADC2_AR
ARC_DOC_IDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40

Key field Non-key field



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

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

How to access SAP table BAPIEMP_LS

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