/ISDFPS/S_BI_QUAL_PLAN SAP (Provider Structure for Qualifications (Target)) Structure details

Dictionary Type: Structure
Description: Provider Structure for Qualifications (Target)




ABAP Code to SELECT data from /ISDFPS/S_BI_QUAL_PLAN
Related tables to /ISDFPS/S_BI_QUAL_PLAN
Access table /ISDFPS/S_BI_QUAL_PLAN




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

/ISDFPS/S_BI_QUAL_PLAN 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 "Provider Structure for Qualifications (Target)" 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_/ISDFPS/S_BI_QUAL_PLAN TYPE /ISDFPS/S_BI_QUAL_PLAN.

The /ISDFPS/S_BI_QUAL_PLAN table consists of various fields, each holding specific information or linking keys about Provider Structure for Qualifications (Target) data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), ISTAT (Planning Status), LANGU (Language Key).. 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 /ISDFPS/S_BI_QUAL_PLAN 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
OBJIDQualification /ISDFPS/S_BI_QUAL0NUMC8Assigned to domainHROBJID
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
ISTATPlanning Status ISTAT_DCHAR1Assigned to domainISTATPST
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
AEDTMChanged on AEDTMDATS8DATUM
UNAMEUser Name USRNAMECHAR12CHAR12
REASNReason REASNCHAR2CHAR2
SOBIDQualification Group /ISDFPS/S_BI_QGR0NUMC8Assigned to domainHROBJID
SCALEScale ID SCALE_IDNUMC8Assigned to domainSCALE_ID
SCALE_ARTFlag denoting scale type SCALE_ARTCHAR1SCALE_ART
CHARAProficiency of a Qualification/Requirement CHARANUMC4CHARA
EXPERNecessary Experience of a Requirement (in Years) EXPERNUMC2NUMC02
OBJID_CJob /ISDFPS/S_BI_JOB0NUMC8Assigned to domainHROBJID
OBJID_SPosition /ISDFPS/S_BI_POS0NUMC8Assigned to domainHROBJID
SOBID_SE1Force Element: Organizational Structure /ISDFPS/S_BI_SE1NUMC8Assigned to domainHROBJID
SOBID_SE3Force Element: Administrative Chain of Command /ISDFPS/S_BI_SE3NUMC8Assigned to domainHROBJID
SOBID_SE4Force Element: Operation /ISDFPS/S_BI_SE4NUMC8Assigned to domainHROBJID
SOBID_SE5Force Element: Exercise /ISDFPS/S_BI_SE5NUMC8Assigned to domainHROBJID
TIMSTMPTime Stamp with Format (YYYYMMDDhhmmss) /ISDFPS/TIMSTMPDEC15TZNTSTMPS
ADATANRADATA Number HRADATANRCHAR32Assigned to domainHRADATANR
WEIGHTING_FACTORWeighting Factor /ISDFPS/WEIGHTING_FACTORNUMC3NUM03
REQUIREDMandatory Object /ISDFPS/REQUIREDCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP structure /ISDFPS/S_BI_QUAL_PLAN using ABAP code?

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

How to access SAP table /ISDFPS/S_BI_QUAL_PLAN

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