HAPCN_S_BW_IS_1_PA SAP (BW - Transaction Data (Manager Report CN)) Structure details

Dictionary Type: Structure
Description: BW - Transaction Data (Manager Report CN)




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




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

HAPCN_S_BW_IS_1_PA 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 "BW - Transaction Data (Manager Report CN)" 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_HAPCN_S_BW_IS_1_PA TYPE HAPCN_S_BW_IS_1_PA.

The HAPCN_S_BW_IS_1_PA table consists of various fields, each holding specific information or linking keys about BW - Transaction Data (Manager Report CN) data available in SAP. These include HAP_DOC_ID (Appraisal Document ID), HAP_AR_TYPE (Appraiser Type), HAP_AR_ID (Extended Object ID), HAP_AR_NAME (Appraiser Name).. 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 HAPCN_S_BW_IS_1_PA 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
HAP_VAAppraisal Template HAP_TEMPLATE_IDNUMC8NUMC08
HAP_DOC_IDAppraisal Document ID HAP_APPRAISAL_IDCHAR32SYSUUID_C
HAP_AR_TYPEAppraiser Type HAP_APPRAISER_TYPECHAR2Assigned to domainOTYPE
HAP_AR_IDExtended Object ID REALOCHAR45CHAR45
HAP_AR_NAMEAppraiser Name HAP_APPRAISER_NAMECHAR40TEXT40
HAP_AE_TYPEAppraisee Type HAP_APPRAISEE_TYPECHAR2Assigned to domainOTYPE
HAP_AE_IDExtended Object ID REALOCHAR45CHAR45
HAP_AE_NAMEAppraisee Name HAP_APPRAISEE_NAMECHAR40TEXT40
HAP_ROW_IIDInternal Row ID (Fixed - Foreign Key for Cell Tables) HAP_ROW_IIDNUMC4
HAP_ELEMENT_TYPEAppraisal Element Type HAP_ELEMENT_TYPECHAR2Assigned to domainOTYPE
HAP_ROW_NAMEName of Appraisal Element HAP_ELEMENT_NAME_XLCHAR80TEXT80
HAP_COLUMN_IIDInternal Appraisal Column ID (Column ID + Part Appraisal ID) HAP_COLUMN_IIDNUMC4
HAP_COLUMN_IDAppraisal Document Column ID HAP_COLUMN_IDCHAR4Assigned to domainHAP_COLUMN_ID
HAP_PART_AP_IDPart Appraisal ID HAP_PART_AP_IDNUMC4
HAP_COLUMN_NAMEName of Appraisal Column HAP_COLUMN_NAMECHAR40TEXT40
HAP_VALUE_TXTValue in Text Format HAP_VALUE_TXTCHAR20TEXT20
HAP_VALUE_NUMNumeric Value HAP_VALUE_NUMDEC15(3) DEC12_3
HAP_VALUE_NNVNon-Numeric Value HAP_VALUE_NNVCHAR15CHAR15
HAP_NO_VALUEFlag: No Value HAP_NO_VALUECHAR1CHAR1_X
HAP_VALUE_TEXTValue Text HAP_VALUE_TEXTCHAR60TEXT60
HAP_VALUE_CLASSValue Class HAP_VALUE_CLASSCHAR2Assigned to domainHAP_VALUE_CLASSHRHAP00_VALUE_CLASS
HAP_VALUE_TYPEValue List HAP_VALUE_TYPECHAR32
HAP_STATUSAppraisal Status HAP_AP_STATUSNUMC1HAP_AP_STATUS
HAP_STATUS_NAMEAppraisal Template Status HAP_AP_STATUS_NAMECHAR40TEXT40
HAP_STATUS_SUBAppraisal Substatus HAP_AP_STATUS_SUBCHAR1Assigned to domainHAP_AP_STATUS_SUB
HAP_STATUS_SUB_NName of Appraisal Substatus HAP_AP_STATUS_SUB_NAMECHAR40TEXT40
HAP_START_DATEStart Date of the Appraisal Period HAP_AP_START_DATEDATS8
HAP_END_DATEEnd Date of Appraisal Period HAP_AP_END_DATEDATS8
HAP_DAT_EARLIESTEarliest Appraisal Date HAP_AP_DATE_EARLIESTDATS8
HAP_DAT_LATESTLatest Appraisal Date HAP_AP_DATE_LATESTDATS8
MANAGERPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
START_DATEStart Date(Char10) HAPCN_BW_C_START_DATECHAR10HAPCN_BW_C_START_DATE
END_DATEEnd Date(Char10) HAPCN_BW_C_END_DATECHAR10HAPCN_BW_C_END_DATE
TOP_FLAGFlag HAPCN_BW_FLAGNUMC1HAPCN_BW_FLAG
TOP_PERCENTAGEPercentage HAPCN_BW_PERCENTAGENUMC3HAPCN_BW_PERCENTAGE
VALUEValue in Text Format HAP_VALUE_TXTCHAR20TEXT20
APEE_OPTIONFlag HAPCN_BW_FLAGNUMC1HAPCN_BW_FLAG
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDObject ID PD_OBJID_RNUMC8NUM08PON
APPEE_OUObject ID PD_OBJID_RNUMC8NUM08PON
APPEE_OU_NAMEObject Name STEXTCHAR40TEXT40
APPRAISEDAppraiser Name HAPCN_BW_APPRAISERSCHAR500HAPCN_BW_APPRAISERS
N_APPRAISEDAppraiser Name HAPCN_BW_APPRAISERSCHAR500HAPCN_BW_APPRAISERS

Key field Non-key field



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

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

How to access SAP table HAPCN_S_BW_IS_1_PA

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