HAP_S_BSP_PARAMETERS SAP (BSP: Parameters) Structure details

Dictionary Type: Structure
Description: BSP: Parameters




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




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

HAP_S_BSP_PARAMETERS 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 "BSP: Parameters" 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_HAP_S_BSP_PARAMETERS TYPE HAP_S_BSP_PARAMETERS.

The HAP_S_BSP_PARAMETERS table consists of various fields, each holding specific information or linking keys about BSP: Parameters data available in SAP. These include PART_APPRAISERS_TRAY_WIDTH (Part Appraiser Tray Width), FREE_ENHANCEMENT_ACTIVATED (Flag: Activate Free Enhancement), VALUE_DESCRIPTIONS_ACTIVATED (Flag: Activate Value Description), ROW_IID (Internal Row ID (Fixed - Foreign Key for Cell Tables)).. 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 HAP_S_BSP_PARAMETERS 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
PART_APPRAISER_ADVANCED Flag: Part Appraiser in Extended Mode0
PART_APPRAISERS_TRAY_WIDTH Part Appraiser Tray Width0
FREE_ENHANCEMENT_ACTIVATED Flag: Activate Free Enhancement0
VALUE_DESCRIPTIONS_ACTIVATED Flag: Activate Value Description0
ROW_IIDInternal Row ID (Fixed - Foreign Key for Cell Tables) HAP_ROW_IIDNUMC4
COLUMN_IIDInternal Appraisal Column ID (Column ID + Part Appraisal ID) HAP_COLUMN_IIDNUMC4
DOC_HEADER 0
APPRAISAL_NAME 0
APPRAISER_TYPEAppraiser Type HAP_APPRAISER_TYPECHAR2OTYPE
APPRAISER_NAME 0
APPRAISER_NAME_OLD 0
APPRAISER_IDExtended Object ID REALOCHAR45CHAR45
APPRAISEE_TYPEAppraisee Type HAP_APPRAISEE_TYPECHAR2OTYPE
APPRAISEE_NAME 0
APPRAISEE_NAME_OLD 0
APPRAISEE_IDExtended Object ID REALOCHAR45CHAR45
PART_APPRAISER_TYPEPart Appraiser Type HAP_PART_APPER_TYPECHAR2OTYPE
PART_APPRAISER_NAME 0
PART_APPRAISER_NAME_OLD 0
PART_APPRAISER_TYPE_FOR_ROLEPart Appraiser Type HAP_PART_APPER_TYPECHAR2OTYPE
PART_APPRAISER_ROLE_IDAppraisal Role ID HAP_ROLE_IDCHAR2HAP_ROLE_ID
PART_APPRAISER 0
OTHER_TYPEFurther Participants Type HAP_OTHER_TYPECHAR2OTYPE
OTHER_NAME 0
OTHER_NAME_OLD 0
OTHER 0
VALIDITY_FROM 0
VALIDITY_TO 0
EXECUTION_FROM 0
EXECUTION_TO 0
OBJECTIVE_DATE 0
REVIEW_DATE 0
APPRAISAL_DATE 0
PART_APPRAISER_AP_DATE 0
STATUS_NOTE_AVAILCreate Note HAP_STATUS_NOTE_AVAILABILITYCHAR1HAP_STATUS_NOTE_AVAILABILITY

Key field Non-key field



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

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

How to access SAP table HAP_S_BSP_PARAMETERS

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