ROIGISE SAP (TD RFC-Interface Events in Shipment) Structure details

Dictionary Type: Structure
Description: TD RFC-Interface Events in Shipment




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




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

ROIGISE 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 Events in Shipment" 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_ROIGISE TYPE ROIGISE.

The ROIGISE table consists of various fields, each holding specific information or linking keys about TD RFC-Interface Events in Shipment data available in SAP. These include TYPE (TD - event type), EV_SEQ (TD - event sequence number), DOC_TYPE (TD - event document type), DOC_NUMBER (TD Assigned document number).. 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 ROIGISE 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
EVENT_NRTD - event number OIG_EVNRNUMC4OIG_EVNR
TYPETD - event type OIG_EVTYPECHAR4OIG_EVTYPE
EV_SEQTD - event sequence number OIG_EVSEQCHAR4ALPHAOIG_EVSEQ
DOC_TYPETD - event document type OIG_EVDCTYCHAR1Assigned to domainOIG_EVDCTY
DOC_NUMBERTD Assigned document number OIG_ASGDOCCHAR10ALPHAOIG_ASGDOC
SI_DOC_TYPSD document category VBTYPCHAR1VBTYP
SI_DOC_NRTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
STATUSTD Event status OIG_EVSTATCHAR1OIG_EVSTAT
VHLNMRTD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
TSRFOStage of transport sequence TSRFONUMC4TSRFO
PSTDTFTD Event: Planned Start Date - From OIG_PSTDTFDATS8DATUM
PSTTMFTD Event: Planned Start Time - From OIG_PSTTMFTIMS6UZEIT
PSTDTTTD Event: Planned Start Date - To OIG_PSTDTTDATS8DATUM
PSTTMTTD Event: Planned Start Time - To OIG_PSTTMTTIMS6UZEIT
PEDDTFTD Event: Planned End Date - From OIG_PEDDTFDATS8DATUM
PEDTMFTD Event: Planned End Time - From OIG_PEDTMFTIMS6UZEIT
PEDDTTTD Event: Planned End Date - To OIG_PEDDTTDATS8DATUM
PEDTMTTD - event planned - 'end time to' OIG_PEDTMTTIMS6UZEIT
ASTDTFTD - Actual Start Date of Event (From) OIG_ASTDTFDATS8DATUM
ASTTMFTD - Actual Start Time of Event (From) OIG_ASTTMFTIMS6UZEIT
ASTDTTTD - Actual Start Date of Event (To) OIG_ASTDTTDATS8DATUM
ASTTMTTD - Actual Start Time of Event (To) OIG_ASTTMTTIMS6UZEIT
AEDDTFTD Event actual end date from OIG_AEDDTFDATS8DATUM
AEDTMFTD Event actual end time from OIG_AEDTMFTIMS6UZEIT
AEDDTTTD Event actual end date to OIG_AEDDTTDATS8DATUM
AEDTMTTD Event actual end time to OIG_AEDTMTTIMS6UZEIT
NOMITTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
NOMI_EV_NRTD - event number OIG_EVNRNUMC4OIG_EVNR
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table ROIGISE

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