ROIKDCSI SAP (TD RFC-Interface Shipment Items) Structure details

Dictionary Type: Structure
Description: TD RFC-Interface Shipment Items




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




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

ROIKDCSI 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 RFC-Interface Shipment Items" 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_ROIKDCSI TYPE ROIKDCSI.

The ROIKDCSI table consists of various fields, each holding specific information or linking keys about TD RFC-Interface Shipment Items data available in SAP. These include DOC_NUMBER (TD document number), INTERN_DOC (Single-Character Indicator), USE_EXT_NR (Single-Character Indicator), LOAD_INDI (TD shipment item load indicator).. 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)


SAP ROIKDCSI 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_TYPSD document category VBTYPCHAR1VBTYP
DOC_NUMBERTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
INTERN_DOCSingle-Character Indicator CHAR1CHAR1CHAR1
USE_EXT_NRSingle-Character Indicator CHAR1CHAR1CHAR1
LOAD_INDITD shipment item load indicator OIG_LDINDCHAR1OIG_LDIND
DISCH_INDITD shipment item discharge indicator OIG_DCINDCHAR1OIG_DCIND
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
AUGRUOrder reason (reason for the business transaction) AUGRUCHAR3Assigned to domainAUGRU
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
TREAT_DELSingle-Character Indicator CHAR1CHAR1CHAR1
SOEGRPSales order entry default group OII_SOEGRPCHAR4Assigned to domainOII_SOEGRP
SOEG_LEVELSelect level OIK_SOELEVNUMC1OIK_SOELEV
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
ABLADUnloading Point ABLADCHAR25TEXT25
OIPBLBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
REAS_CODEReason code - delivery header OIG_REASCHCHAR2Assigned to domainOIG_REASC
DLDATEDelivery date LFDATDATS8DATUM
DLTIMEDelivery time OIG_DLTIMETIMS6TIME
OIPIPEVALValidation indicator for pipeline fields (X=ON, blank=OFF) OID_PIPEVCHAR1X
OIC_LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
OIC_DCITYCDestination city code OIC_DCITYCCHAR4Assigned to domainCITYC
OIC_DCOUNCDestination county code OIC_DCOUNCCHAR3Assigned to domainCOUNC
OIC_DREGIODestination region OIC_DREGIOCHAR3Assigned to domainREGIO
OIC_DLAND1Destination country OIC_DLAND1CHAR3Assigned to domainLAND1
OIC_OCITYCOrigin city code OIC_OCITYCCHAR4Assigned to domainCITYC
OIC_OCOUNCOrigin county code OIC_OCOUNCCHAR3Assigned to domainCOUNC
OIC_OREGIOOrigin region OIC_OREGIOCHAR3Assigned to domainREGIO
OIC_OLAND1Origin country OIC_OLAND1CHAR3Assigned to domainLAND1
OIC_PORGINTax origin OIC_PORGINCHAR15OIC_PORGIN
OIC_PDESTNTax destination OIC_PDESTNCHAR15OIC_PDESTN
OIC_PTRIPPipeline trip number (external) OIC_PTRIPCHAR16OIC_PTRIP
OIC_PBATCHPipeline operatorĀ“s external batch number OIC_PBATCHCHAR16OIC_PBATCH
OIC_MOTIS-OIL MAP external details mode of transport OIC_MOTCHAR2Assigned to domainVKTRA
OIC_AORGINAlternate origin OIC_AORGINCHAR15OIC_PORGIN
OIC_ADESTNAlternate destination OIC_ADESTNCHAR15OIC_PDESTN
OIC_TRUCKNTruck number OIC_TRUCKNCHAR10OIC_TRUCKN
OIA_BASELOBase location OIA_BASELOCHAR15OIA_BASELO
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table ROIKDCSI

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