HRLSO_S_BI_COMPL_FORECAST SAP (Structure for Compliance Forecast) Structure details

Dictionary Type: Structure
Description: Structure for Compliance Forecast




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




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

HRLSO_S_BI_COMPL_FORECAST 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 "Structure for Compliance Forecast" 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_HRLSO_S_BI_COMPL_FORECAST TYPE HRLSO_S_BI_COMPL_FORECAST.

The HRLSO_S_BI_COMPL_FORECAST table consists of various fields, each holding specific information or linking keys about Structure for Compliance Forecast data available in SAP. These include PLANS (Position), PERNR (Personnel Number), CPERSON (Central Person), KEY_DATE (Key Date).. 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 HRLSO_S_BI_COMPL_FORECAST 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
ORGEHOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
PLANSPosition PLANSNUMC8Assigned to domainPLANS
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
CPERSONCentral Person HRPAD_CENTRALPERSONNUMC8
KEY_DATEKey Date HRLSO_KEY_DATEDATS8DATS
QUALICATEGQualification Category HRTMC_QUALI_CATEGORYCHAR12
QUALIFICTNQualification ID HRPAD_QUALIFICTN_IDNUMC8Assigned to domainHROBJID
ESSENTIALEssential Qualification HRLSO_ESSENTIAL_QUALICHAR1BOOLE
COUNTERCounter HRPAD_BI_COUNTERINT410
FULLY_CO_WIAll Qualifications fulfilled with proficiency HRLSO_FULLY_CO_WICHAR1BOOLE
FULLY_CO_WOAll Qualifications fulfilled without proficiency HRLSO_FULLY_CO_WOCHAR1BOOLE
FULFIL_WO_PQualification Fulfilled without Proficiency HRLSO_QUALI_FULLFIL_WO_PCHAR1BOOLE
FULFIL_WI_PQualification Fulfilled with Proficiency HRLSO_QUALI_FULLFIL_WI_PCHAR1BOOLE
AVOID_PROFAvoid Proficiency HRLSO_AVOID_PROFCHAR1BOOLE
REQ_PROFCYRequired Proficiency HRLSO_REQ_PROFCYNUMC4NUMC4
ACH_PROFCYAchieved Proficiency HRLSO_ACHIEVED_PROFCYNUMC4NUMC4
SCALECOUNTProficiency of a Quality Scale RATINGNUMC4CHARA
EXPIRY_DATEQualification Expiry Date HRLSO_EXPIRY_DATEDATS8DATS
BOOKEDCourse Booking Exists HRLSO_BOOKING_EXISTCHAR1BOOLE
COURSESTARTCourse Start Date HRLSO_COURSE_STARTDATS8DATS
COURSE_TYPEObject Type of Course LSO_TRAINING_TYPE_CCHAR2Assigned to domainOTYPE
COURSECourse LSO_TRAINING_ID_CNUMC8Assigned to domainHROBJID
COURSEGROUPCourse Group ID HRLSO_TRAINGROUP_IDNUMC8Assigned to domainHROBJID
MANAGERManager HRPAD_MANAGER_IDNUMC8Assigned to domainHROBJID
STELLJob STELLNUMC8Assigned to domainSTELL
JOB_FAMILYJob Family (ID) HRTMC_JOB_FAMILY_IDNUMC8Assigned to domainHROBJID
FUNC_AREAFunctional Area (ID) HRTMC_FUNCTIONAL_AREA_IDNUMC8Assigned to domainHROBJID
TASKTask ID HRPAD_TASK_IDNUMC8Assigned to domainHROBJID

Key field Non-key field



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

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

How to access SAP table HRLSO_S_BI_COMPL_FORECAST

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