HCMT_BSP_PA_ID_R0001 SAP (Single Screen for Infotype 0001 (Org.Assignment)) Structure details

Dictionary Type: Structure
Description: Single Screen for Infotype 0001 (Org.Assignment)




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




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

HCMT_BSP_PA_ID_R0001 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 "Single Screen for Infotype 0001 (Org.Assignment)" 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_HCMT_BSP_PA_ID_R0001 TYPE HCMT_BSP_PA_ID_R0001.

The HCMT_BSP_PA_ID_R0001 table consists of various fields, each holding specific information or linking keys about Single Screen for Infotype 0001 (Org.Assignment) data available in SAP. These include OBJECT_KEY (HCM Object Key), PERNR (Personnel Number), AEDTM (Changed On), UNAME (Name of Person Who Changed Object).. 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 HCMT_BSP_PA_ID_R0001 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
OBJECT_KEYHCM Object Key HCM_OBJECT_KEYCHAR100
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
SPRTXLock indicator for HR master record (text) SPRPSTEXTCHAR40SPRPSTEXT
ITBLDInfotype Screen Control ITBLDCHAR2CHAR2
BEGDAValid-From Date PAD_BEGDADATS8DATUM
ENDDAValid To Date PAD_ENDDADATS8DATUM
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
COMP_NAMEName of Company Code or Company BUTXTCHAR25TEXT25
JUPERLegal Person JUPERCHAR4JUPER
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
NAME1Personnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTLCHAR4T001PBTRTLPBS
BTEXTPersonnel Subarea Text BTRTXCHAR15TEXT15
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
KOSTXCost Center Text KOSTXCHAR30TEXT30
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
BUS_AR_DESBusiness area description GTEXTCHAR30TEXT30
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FNAME01Name FM_BEZEICHCHAR20TEXT20
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FNAME02Name FM_BEZEICHCHAR20TEXT20
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FNAME03Text (20 Characters) TEXT20CHAR20TEXT20
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
FNAME04Text length 25 TEXT25CHAR25TEXT25
PERSGEmployee Group PERSGCHAR1T501PERSGPRG
PTEXT01Name of Employee Group PGTXTCHAR20TEXT20
ABKRSPayroll Area ABKRSCHAR2T549AABKRSABK
ATEXTPayroll Area Text ABKTXCHAR20TEXT20
PERSKEmployee Subgroup PERSKCHAR2T503KPERSKPKR
PTEXT02Name of Employee Subgroup PKTXTCHAR20TEXT20
ANSVHWork Contract ANSVHCHAR2T542AANSVH
PROZTStaffing Percentage HR_PROZ_INDEC5(2) DEC3_2
SBMODAdministrator Group SBMODCHAR4CHAR4SGR
PLANSPosition PLANSNUMC8T528BPLANS
PLSTXPosition (Short Text) PLSTXCHAR25TEXT25
SACHPAdministrator for HR Master Data SACHPCHAR3T526SACHA
SACHN01Name of administrator SACHNCHAR20TEXT20
PLANS_2ND_TEXTObject Name STEXTCHAR40TEXT40
SACHZAdministrator for Time Recording SACHZCHAR3T526SACHA
SACHN02Name of administrator SACHNCHAR20TEXT20
STELLJob STELLNUMC8T513STELL
STLTXJob Title STLTXCHAR25TEXT25
SACHAPayroll Administrator SACHACHAR3T526SACHA
SACHN03Name of administrator SACHNCHAR20TEXT20
STELL_2ND_TEXTObject Name STEXTCHAR40TEXT40
MSTBRSupervisor Area MSTBRCHAR8MSTBR
ORGEHOrganizational Unit ORGEHNUMC8T527XORGEH
ORGTXShort Text of Organizational Unit ORGTXCHAR25TEXT25
ORGEH_2ND_TEXTObject Name STEXTCHAR40TEXT40
VDSK1Organizational Key VDSK1CHAR14T527OVDSK1
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
BUDGET_PD_TXTFM: Budget Period Name FM_BUDGET_PERIOD_NAMECHAR35NAME
SGMNTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
SGMNT_TEXTText length 25 TEXT25CHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table HCMT_BSP_PA_ID_R0001

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