OIJ_RU_WAYBILL_HEADER SAP (Form Waybill: Header structure) Structure details

Dictionary Type: Structure
Description: Form Waybill: Header structure




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




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

OIJ_RU_WAYBILL_HEADER 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 "Form Waybill: Header structure" 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_OIJ_RU_WAYBILL_HEADER TYPE OIJ_RU_WAYBILL_HEADER.

The OIJ_RU_WAYBILL_HEADER table consists of various fields, each holding specific information or linking keys about Form Waybill: Header structure data available in SAP. These include INV_NUMBER (OIL-TSW: External ticket number), INV_SEND_KIND_ID (Description), INV_SENDER_ID (External Sender ID), INV_SENDER_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 (Deep)


SAP OIJ_RU_WAYBILL_HEADER 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
CARRIER 0
INV_NUMBEROIL-TSW: External ticket number OIJ_TKTNRCHAR20Assigned to domainALPHAOIJ_TKTNROIU
INV_SEND_KIND_IDDescription OIJ_RU_DESCRCHAR50TEXT50
INV_SENDER_IDExternal Sender ID OIJ_RU_EXTSENDIDCHAR7OIJ_RU_EXTPARTID
INV_SENDER_NAME 0
INV_SENDER_ADDRESS_WITH_ID 0
INV_CLAIM_IDChange Number OIJ_RU_CHANGENRNUMC4NUM04
INV_FROM_POINT_CODELocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
INV_FROM_POINT_NAMEText field length 200 CHAR200CHAR200CHAR200
INV_RECIP_IDExternal Receiver ID OIJ_RU_EXTRECVIDCHAR7OIJ_RU_EXTPARTID
INV_RECIP_OKPO 0
INV_RECIP_NAME 0
INV_RECIP_ADDRESS_WITH_ID 0
INV_TO_POINT_CODELocation ID OIJ_LOCIDCHAR10Assigned to domainOIJ_LOCIDOIX
INV_TO_POINT_NAMEText field length 200 CHAR200CHAR200CHAR200
INV_SEND_SPEED_IDDescription OIJ_RU_DESCRCHAR50TEXT50
INV_PAYER_CODEPayer OIJ_RU_PYRCHAR10OIJ_RU_PART
INV_PAYER_NAME 0
INV_IX_TARIFF_CODESpecial Tariff Code OIJ_RU_TARIFFCODCHAR5CHAR5
INV_ANNOUNCE_VALUEDeclared Value of Freight OIJ_RU_FREIGHT_VALUECURR13(2) WERT7
INV_ANNOUNCE_CURRLocal Currency HWAERCUKY5Assigned to domainWAERS
INV_LOAD_ASSETS_IDResponsible Party for Loading OIJ_RU_RESPPRTCHAR2CHAR2
INV_RESP_PERSON 0
INV_DATE_LOAD 0
INV_SCALE_TYPE_ID 0
INV_SCALE_TYPE_DESCR 0
FREIGHT_CODEFreight ETSNG Code OIJ_RU_FREIGHT_SNGCHAR6CHAR6

Key field Non-key field



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

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

How to access SAP table OIJ_RU_WAYBILL_HEADER

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