H01_HANDICAP SAP (Selection Structure for H01_HANDICAP) Structure details

Dictionary Type: Structure
Description: Selection Structure for H01_HANDICAP




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




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

H01_HANDICAP 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 "Selection Structure for H01_HANDICAP" 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_H01_HANDICAP TYPE H01_HANDICAP.

The H01_HANDICAP table consists of various fields, each holding specific information or linking keys about Selection Structure for H01_HANDICAP data available in SAP. These include FORML (Form Name), PRNTR (Spool: Output device), OUTPT (Type of Output from Severly Challenged Display), CHAIN (No Suppression of Data Records).. 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 H01_HANDICAP 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
SYEARYear for which levy is to be carried out JAHRNUMC4GJAHRGJAHR
FORMLForm Name TDFORMCHAR16TDFORM
PRNTRSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
OUTPTType of Output from Severly Challenged Display ANZ_ARTCHAR1P01_SB_ANZART
CHAINNo Suppression of Data Records P011_NO_CHAINCHAR1XFELD
ORDAGAdministrative Feature of Employer P011_ORDAGCHAR1XFELD
EXTSTExtended Statistics P01_SB_EXTSTCHAR1XFELD
CSVDLDownload as .csv File P011_CSVCHAR1XFELD
DPATHHR: Directory Path P011_PATHCHAR100TEXT100
SPLITSplit Spool Requests P01_SB_SPLITCHAR1XFELD
BFORMCreate Form in Background P01_SB_BFORMCHAR1XFELD
B_CSVCreate *.csv in Background P01_SB_B_CSVCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table H01_HANDICAP

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