WISO_HEAD SAP (SAP Retail Store: IAC Consumer Order Subscreen Header Data) Structure details

Dictionary Type: Structure
Description: SAP Retail Store: IAC Consumer Order Subscreen Header Data




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




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

WISO_HEAD 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: IAC Consumer Order Subscreen Header Data" 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_HEAD TYPE WISO_HEAD.

The WISO_HEAD table consists of various fields, each holding specific information or linking keys about SAP Retail Store: IAC Consumer Order Subscreen Header Data data available in SAP. These include CR_DATE (Date on Which Record Was Created), CHG_DATE (Changed On), REQ_DATE_H (Requested delivery date), REQ_DATE_CHAR (Character Field Length = 10).. 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_HEAD 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
DOC_NUMBERSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CHG_DATEChanged On AEDATDATS8DATUM
REQ_DATE_HRequested delivery date EDATU_VBAKDATS8DATUM
REQ_DATE_CHARCharacter Field Length = 10 CHAR10CHAR10CHAR10
REQ_DATE_PERIODDate type (day, week, month, interval) PRGRSCHAR1PRGRS
REQ_DATE_PERDSCRPeriod description in printout PRITXCHAR6TEXT6
PURCH_NO_CCustomer purchase order number BSTKDCHAR35BSTKD
DOC_TYPESales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
DOC_TYPE_DESCRDescription BEZEI20CHAR20TEXT20
COMPL_DLVComplete delivery defined for each sales order? AUTLFCHAR1XFELD
DLV_CLLCTIndicates delivery/ collection W_DLV_CLLCTCHAR1CHAR01
DLV_CHANSAP Store order entry: delivery channel W_DLV_CHANCHAR4W_DLV_CHAN
PLANT_DLVPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PLANT_DLV_NAME1Name 1 AD_NAME1CHAR40TEXT40
PLANT_DLV_FLAGCheckbox XFELDCHAR1XFELD
DLV_BLOCKDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
DLV_BLOCK_DESCRDescription BEZEI_LIFSPCHAR20TEXT20
REA_FOR_REReason for rejection of quotations and sales orders ABGRU_VACHAR2Assigned to domainABGRU_VA
REA_FOR_RE_DESCRDescription BEZEI40CHAR40TEXT40
SD_PRIC_PRSales and Distribution: Pricing Procedure in Pricing KALSMASDCHAR6Assigned to domainKALSM
CONDITIONSNumber of the document condition KNUMVCHAR10KNUMV
CURRENCYSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
.INCLU--AP 0
QT_VALID_FQuotation/Inquiry is valid from ANGDT_VDATS8DATUM
QT_VALID_F_CHARCharacter Field Length = 10 CHAR10CHAR10CHAR10
QT_VALID_TDate until which bid/quotation is binding (valid-to date) BNDDTDATS8DATUM
QT_VALID_T_CHARCharacter Field Length = 10 CHAR10CHAR10CHAR10
SD_DOC_CATSD document category VBTYPCHAR1VBTYP
REF_DOCDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
SD_DOC_CAT_DESCRSAP Retail Store Sales Order: Text 80 Characters W_WISO_DESCR80CHAR80W_WISO_CHAR80
BILL_BLOCKBilling block in SD document FAKSKCHAR2Assigned to domainFAKSP
CREDIT_BLOCKEDCheckbox XFELDCHAR1XFELD
DLV_BLK_DP_SUGGCheckbox XFELDCHAR1XFELD
SHIP_CONDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
SHIP_COND_DESCRDescription of the shipping conditions VSBED_BEZCHAR20TEXT20
DUMMY_FIELDDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table WISO_HEAD

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