/AWS1/CL_BDIGENERATEMAPPINGRSP¶
GenerateMappingResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mappingtemplate TYPE /AWS1/BDISTRING /AWS1/BDISTRING¶
Returns a mapping template based on your inputs.
Optional arguments:¶
iv_mappingaccuracy TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
Returns a percentage that estimates the accuracy of the generated mapping.
Queryable Attributes¶
mappingTemplate¶
Returns a mapping template based on your inputs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAPPINGTEMPLATE() |
Getter for MAPPINGTEMPLATE, with configurable default |
ASK_MAPPINGTEMPLATE() |
Getter for MAPPINGTEMPLATE w/ exceptions if field has no val |
HAS_MAPPINGTEMPLATE() |
Determine if MAPPINGTEMPLATE has a value |
mappingAccuracy¶
Returns a percentage that estimates the accuracy of the generated mapping.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAPPINGACCURACY() |
Getter for MAPPINGACCURACY, with configurable default |
ASK_MAPPINGACCURACY() |
Getter for MAPPINGACCURACY w/ exceptions if field has no val |
STR_MAPPINGACCURACY() |
String format for MAPPINGACCURACY, with configurable default |
HAS_MAPPINGACCURACY() |
Determine if MAPPINGACCURACY has a value |