ROIGSIH_W SAP (TD Shipment reservation headers) Structure details

Dictionary Type: Structure
Description: TD Shipment reservation headers




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




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

ROIGSIH_W 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 "TD Shipment reservation headers" 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_ROIGSIH_W TYPE ROIGSIH_W.

The ROIGSIH_W table consists of various fields, each holding specific information or linking keys about TD Shipment reservation headers data available in SAP. These include MANDT (Client), RSNUM (Number of Reservation/Dependent Requirement), KZVER (Origin), XCALE (Check date against factory calendar).. 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 ROIGSIH_W 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
KZVEROrigin KZVERCHAR1XFELD
XCALECheck date against factory calendar XCALECHAR1XFELD
RSDATBase date for reservation BSTERDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PROJNOld: Project number : No longer used --> PS_POSNR PROJNCHAR16PROJN
ANLN1Main Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
KUNNRAccount Number of Customer EKUNNCHAR10KNA1ALPHAKUNNRKUN
EBELNPurchase Order Number BSTNRCHAR10EKKOALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
UMWRKReceiving/Issuing Plant UMWRKCHAR4T001WWERKS
UMLGOReceiving/Issuing Storage Location UMLGOCHAR4T001LLGORT
SERIEBOM explosion number SERNRCHAR8Assigned to domainSERNR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
PARBUClearing company code PARBUCHAR4T001BUKRS
PARGBTrading partner's business area PARGBCHAR4TGSBGSBERGSB
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
VPTNRPartner account number JV_PARTCHAR10KNA1ALPHAKUNNR
FIPOSCommitment Item FIPOSCHAR14FMFPOFIPOSFIP
RECIDInternal Recovery Indicator JV_RECINDICHAR2Assigned to domainALPHAJV_RECINDI
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
DABRZReference Date for Settlement DABRBEZDATS8DDAT
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
PARTNERIDPartner number in shipment process (vendor, customer, plant) OIG_PRTNRCHAR10CHAR10
NAME1Customer name OIG_CSTNAMCHAR35NAME
RES_ITEMSNumber of items in document OIG_DLITMSNUMC3OIG_DLITMS
REAS_CODEReason code - delivery header OIG_REASCHCHAR2TOIGS4OIG_REASC
RSCD_DESReason code description OIG_RSCDESCHAR40TEXT40
PLAN_QTYVPlanning quantity in volume UoM OIG_PLQTYVFLTP16(16) OIB_ADQNT
PLAN_QTYWPlanning quantity in weight UoM OIG_PLQTYWFLTP16(16) OIB_ADQNT
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table ROIGSIH_W

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