ROIGTRSL_USEREXIT003 is an SAP Structure so does not store data like a database table does but can be used to process "IS-OIL TD transfer structure for user exit 003 in ROIGTRSL" 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_ROIGTRSL_USEREXIT003 TYPE ROIGTRSL_USEREXIT003 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
VEHICLE | OIG_VHLNMR | CHAR | 10 |
* | TD Vehicle Number | ALPHA |
DLDATE | LFDAT | DATS | 8 | Delivery date | ||
DLTIME | OIG_DLTIME | TIMS | 6 | Delivery time | ||
DDCDAT | OIG_DDCDAT | DATS | 8 | Document date in delivery confirmation | ||
RAPID_CONFIRM | AKTYP | CHAR | 1 | Activity category in SAP transaction | ||
PART_DC | OIG_PRTDC | CHAR | 1 | TD partial delivery confirmation allowance | ||
VCLOSE | OIG_VCLOSE | CHAR | 1 | Vehicle close flag; set confirmation to complete (status=6) | ||
GLPST | OIG_GLPST | CHAR | 1 | TD gain/loss postings at vehicle close | ||
RC_MGAIN | OIG_REASCD | CHAR | 2 |
* | Reason code - to group quantities in shipment process | |
RC_MLOSS | OIG_REASCD | CHAR | 2 |
* | Reason code - to group quantities in shipment process | |
RC_VGAIN | OIG_REASCD | CHAR | 2 |
* | Reason code - to group quantities in shipment process | |
RC_VLOSS | OIG_REASCD | CHAR | 2 |
* | Reason code - to group quantities in shipment process | |
VEH_NR | OIG_VEHNR | NUMC | 3 |
* | Vehicle Sequence Number in Shipment |
Key field | |
Non-key field |
ROIGTRSL_USEREXIT003 - IS-OIL TD transfer structure for user exit 003 in ROIGTRSL ROIGTRSL_USEREXIT002 - IS-OIL TD transfer structure for user exit 002 in ROIGTRSL ROIGS_U2 - TD Update stock of shipment in material items ROIGS_U1 - TD Update previous/next shipment in transport unit ROIGS_ALV - TD Transmission Structure for General List View (ALV) ROIGSVMQO1 - Internal Table - Qty Item Calculation Parameter