RTCO_REGION_CODE is an SAP Structure so does not store data like a database table does but can be used to process "Proxy Structure (Generated)" 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_RTCO_REGION_CODE TYPE RTCO_REGION_CODE .
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 |
CONTROLLER | PRXCTRLTAB | TTYP | Control Flags for Fields of a Structure | |||
LIST_ID | CHAR | 60 | ||||
LIST_VERSION_ID | CHAR | 15 | ||||
LIST_AGENCY_ID | CHAR | 60 | ||||
LIST_AGENCY_SCHEME_ID | CHAR | 60 | ||||
LIST_AGENCY_SCHEME_AGENCY_ID | RTCO_AGENCY_IDENTIFICATION_COD | CHAR | 3 | An AgencyIdentificationCode is a code representation of the | ||
CONTENT | STRING |
Key field | |
Non-key field |
RTCO_REGION_CODE - Proxy Structure (Generated) RTCO_RATE - Proxy Structure (generated) RTCO_RALL_CO_RTL_ALLOCATION - Retail Allocation ERP Conf Retail Allocation RTCO_RALL_CO_ITM_STOGRP_STORE - Retail Allocation ERP Conf Item Store Group Store RTCO_RALL_CO_ITM_STGP_ST_DELPH - Retail Allocation Conf Item Store Group Store Delivery Phase RTCO_RALL_CO_ITM_SHIPFLO_DELPH - Retail Allocation Conf Item Ship f. Location Delivery Phase