ISH_PICKLIST_ITEM SAP (IS-H: Pick List Item) Structure details

Dictionary Type: Structure
Description: IS-H: Pick List Item




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




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

ISH_PICKLIST_ITEM 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 "IS-H: Pick List Item" 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_ISH_PICKLIST_ITEM TYPE ISH_PICKLIST_ITEM.

The ISH_PICKLIST_ITEM table consists of various fields, each holding specific information or linking keys about IS-H: Pick List Item data available in SAP. These include RSPOS (Item Number of Reservation/Dependent Requirement), USNAM (User Name), VERFU (Availability of Material), KOSTL (Cost Center).. 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 ISH_PICKLIST_ITEM 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
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
USNAMUser Name ISH_USNAMCHAR12Assigned to domainXUBNAME
VERFUAvailability of Material ISH_VERFUCHAR4Assigned to domainICON
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KTEXTGeneral Name KTEXTCHAR20TEXT20
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
KZEARFinal Issue for This Reservation KZEARCHAR1XFELD
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MTEXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LTEXTDescription of Storage Location LGOBECHAR16TEXT16
LOPOSRow Index of Internal Tables SYTABIXINT410SYST_LONG
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BDTERRequirement Date for the Component BDTERDATS8DATUM
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
ENMNGQuantity Withdrawn ENMNGQUAN13(3) MENG13
DIMNGDifference Quantity Pick List ISH_DIMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VMENGAvailable Quantity of a Material ISH_VMENGQUAN13(3) MENG13
VMEINUnit of Measure of Available Quantity ISH_VMEINUNIT3Assigned to domainCUNITMEINS
KOMNGPicked Quantity ISH_KOMNGQUAN13(3) MENG13
KOMEIUnit of Measure of Picked Quantity ISH_KOMEIUNIT3Assigned to domainCUNITMEINS
WAUSGCheckbox 'Goods issue' ISH_WAUSGCHAR1CHAR1
ENTKO'Final Issue' Checkbox ISH_ENTKOCHAR1CHAR1
EXPREExpress indicator pick list ISH_EXPRECHAR1CHAR1
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
VISIBLEIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
SGTXTItem Text SGTXTCHAR50TEXT50
AVAIL Availability Indicator0
VERFU_TXTAvailability of Material ISH_VERFU_TXTCHAR20TEXT20
HIDEIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
NOPRINTIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
KOMNG_MEINSPicked Quantity ISH_KOMNGQUAN13(3) MENG13
ALV_KEYRow Index of Internal Tables SYTABIXINT410SYST_LONG
LINEVertical Cursor Position SYCUROWINT410SYST_SHORT
GSMNG All Requisitions for this Material0
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
ABLADIS-H: Unloading Point ISH_MABLADCHAR25TEXT25
SIGN_ICONIS-H: Icon for Digital Signature Status ISH_MM_SIGN_ICONCHAR100
MFRPNManufacturer Part Number MFRPNCHAR40CHAR40
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
VFDATShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
GENAMIS-H MM: Name of Approval Giver ISH_MGENAMCHAR12USNAM
GEDATIS-H MM: Date of Approval ISH_MGEDATDATS8RI_DATUM
PRIO_URGIS-H-MM: Requirement Urgency ISH_PRIO_URGNUMC2Assigned to domainPRIO_URG
PRIO_REQIS-H-MM: Requirement Priority ISH_PRIO_REQNUMC3Assigned to domainPRIO_REQ

Key field Non-key field



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

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

How to access SAP table ISH_PICKLIST_ITEM

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