Hierarchy
⤷
⤷
Basic Data
| Data Element | PRX_CONTR |
| Short Description | Field Control in XML Data Stream (=> Type Group SAI) |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | PRX_CONTR | |
| Data Type | CHAR | Character String |
| Length | 1 | |
| Decimal Places | 0 | |
| Output Length | 1 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Control |
| Medium | 15 | Control |
| Long | 20 | Control |
| Heading | 9 | Control |
Documentation
Definition
PRX_CONTR is used to control and to describe the XML representation of an ABAP value.
To control the XML Value the following value can be used for PRX_CONTR.
Value Meaning
SAI_CTRL_INITIAL Field appears with type-correct initial value in the message. Value is ignored for structures or complex types.
SAI_CTRL_NIL The value xsi:nil is sent in the message for this field. The field must correspond. Value is on permitted for fields which are represented as element.
SAI_CTRL_NONE Field does not occur in message, independently of its value.
To describe the XML value mapped to ABAP the following values are used.
Value Meaning
SAI_CTRL_INITIAL Initial value was sent for the field.
SAI_CTRL_NIL The value xsi:nil was sent in the message for this field.
SAI_CTRL_NONE Field was not part of the message.
SAI_CTRL_INITIAL, SAI_CTRL_NIL and SAI_CTRL_NONE are defined in type group SAI.
Use
Dependencies
Example
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in | 100_610 |