SRT_WSP_MAP_PROPERTY is an SAP Structure so does not store data like a database table does but can be used to process "WSP DT-RT Mapping RT Property" 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_SRT_WSP_MAP_PROPERTY TYPE SRT_WSP_MAP_PROPERTY .
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 |
NAME | QNAME | STRU | WSP DT-RT Mapping RT Property |
Key field | |
Non-key field |
SRT_WSP_MAP_PROPERTY - WSP DT-RT Mapping RT Property SRT_WSP_MAP_PROFILE_RULE - WSP DT to RT Profile Mapping Rule SRT_WSP_MAP_DTRT_RULE - WSP DT to RT Mapping Rule SRT_WSP_MAPPING_TRG_PRX_LP_RT - Target proxy LP assignment for runtime (do not change) SRT_WSP_MAPPING_TARGET_OP_RT - Target operation of a mapping for runtime (do not change) SRT_WSP_MAPPING_TARGET_OP - Target operation of a mapping