RNMPICK SAP (Structure for IS-H Pick List) Structure details

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




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




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

RNMPICK 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 "Structure for IS-H Pick List" 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_RNMPICK TYPE RNMPICK.

The RNMPICK table consists of various fields, each holding specific information or linking keys about Structure for IS-H Pick List data available in SAP. These include LGORT (Storage Location), RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), USNAM (User Name).. 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 RNMPICK 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
USNAMUser Name ISH_USNAMCHAR12Assigned to domainXUBNAME
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MTEXTMaterial Description (Short Text) MAKTXCHAR40TEXT40
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
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
DVARIANTIS-H: Print Variant for ALV Report ISH_DVARIANTCHAR12SLIS_VARI
VERFUAvailability of Material ISH_VERFUCHAR4Assigned to domainICON
VERFU_TXTAvailability of Material ISH_VERFU_TXTCHAR20TEXT20
CS_ABTEIDepartment ABTEICHAR12ABTEI
CS_KOSARCost Center Category KOSARCHAR1Assigned to domainKOSARPCA_KOSAR
CS_VERAKPerson Responsible VERAKCHAR20VERAK
CS_ANREDTitle ANREDCHAR15TEXT15
CS_NAME1Name 1 NAME1_GPCHAR35NAME
CS_NAME2Name 2 NAME2_GPCHAR35NAME
CS_NAME3Name 3 NAME3_GPCHAR35NAME
CS_NAME4Name 4 NAME4_GPCHAR35NAME
CS_STRASHouse number and street STRAS_GPCHAR35TEXT35
CS_ORT01City ORT01_GPCHAR35TEXT35
CS_ORT02District ORT02_GPCHAR35TEXT35
CS_PFACHPO Box PFACHCHAR10PFACH
CS_PSTLZPostal Code PSTLZCHAR10PSTLZ
CS_PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
CS_REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
CS_TELF1First telephone number TELF1CHAR16TEXT16
CS_TELF2Second telephone number TELF2CHAR16TEXT16
CS_TELFXFax Number TELFXCHAR31TEXT31

Key field Non-key field



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

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

How to access SAP table RNMPICK

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