SAP ABAP Data Element SIGN_META_AS_STRING (Meta Data as String with cl_abap_container_utilities)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-DSG (Application Component) Digital Signature
⤷
DS (Package) Digital Signature

⤷

⤷

Basic Data
Data Element | SIGN_META_AS_STRING |
Short Description | Meta Data as String with cl_abap_container_utilities |
Data Type
Category of Dictionary Type | Direct Type Entry | |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | ||
Data Type | STRG | Character String of Variable Length |
Length | 0 | |
Decimal Places | 0 | |
Output Length | 0 | |
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 | MetaString |
Medium | 16 | Meta Data String |
Long | 20 | Meta Data as String |
Heading | 20 | Meta Data as String |
Documentation
Definition
Meta data is transferred to this field in the form of a string.
The following routine must be used to convert the structured meta data into a string:
CALL METHOD cl_abap_container_utilities=>fill_container_c
EXPORTING
im_value = <METADATA-STRUCTURED>
IMPORTING
ex_container = <METADATA_AS_STRING>
EXCEPTIONS
illegal_parameter_type = 1
OTHERS = 2.
History
Last changed by/on | SAP | 20020827 |
SAP Release Created in | 620 |