WISO_HNDL SAP (SAP Retail Store Order Entry: Individual Screen Fields) Structure details

Dictionary Type: Structure
Description: SAP Retail Store Order Entry: Individual Screen Fields




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




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

WISO_HNDL 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 "SAP Retail Store Order Entry: Individual Screen Fields" 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_WISO_HNDL TYPE WISO_HNDL.

The WISO_HNDL table consists of various fields, each holding specific information or linking keys about SAP Retail Store Order Entry: Individual Screen Fields data available in SAP. These include CUSTOMER_SLCT (Customer Numbers), MATERIAL_SLCT (Material Number), VENDOR_SLCT (Account Number of Vendor or Creditor), PLANT_SLCT (Plant).. 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 WISO_HNDL 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
ITM_SLCTSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
CUSTOMER_SLCTCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
MATERIAL_SLCTMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VENDOR_SLCTAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PLANT_SLCTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
DOC_NUMBER_SLCTSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
TARGET_TOPCheckbox XFELDCHAR1XFELD
XFIELDCheckbox XFELDCHAR1XFELD
STRINGData element for WWI callback CHAR256CHAR256CHAR256
TASK_PROGSAP Retail Store: Application Program Session TASK_PROGCHAR2CHAR_LG_02
MSG_TYPEMessage Type MSGTYCHAR1MSGAR
MSG_MESSAGEMessage Text BAPI_MSGCHAR220TEXT220
MSG_DATALOSS_BACKCheckbox XFELDCHAR1XFELD
MSG_DATALOSS_MENUCheckbox XFELDCHAR1XFELD
CCARD_ACTIVECheckbox XFELDCHAR1XFELD
BUTTON_1Single-Character Indicator CHAR1CHAR1CHAR1
COUNTERNatural Number INT4INT410INT4
PRICE_TAX_INCLCheckbox XFELDCHAR1XFELD
.INCLU--AP 0
MAT_IDENTIFIERSAP Retail Store: Sales Order: Material Identification Cat. W_WISO_MAT_IDENTIFIERCHAR1W_WISO_MAT_IDENTIFIER
MAT_ID_DESCRMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
EAN_UPC_SLCTInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
RADIO_KEYSAP Retail Store Sales Order: Key Value Radio Button W_WISO_RADIO_KEYCHAR2W_WISO_CHAR02
PROG_USAGESAP Retail Store Sales Order: Usage, Intended Purpose W_WISO_PROG_USAGECHAR2W_WISO_CHAR02
EXPAND_FLAGCheckbox XFELDCHAR1XFELD
DOC_TYPESales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
USE_ADDR_TYPE_1Checkbox XFELDCHAR1XFELD
TEXT_ITM_NUMBERSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
TEXT_IDText ID TDIDCHAR4Assigned to domainTDID
TEXT_LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
QTY_DISP_DESCRMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
COUNTER_2Natural Number INT4INT410INT4
COUNTER_3Natural Number INT4INT410INT4
VEND_MAT_SLCTMaterial Number Used by Vendor IDNLFCHAR35IDNEX
PRINT_LOCALLocal Print via ITS WSRS_PRINT_LOCALCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WISO_HNDL

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