Hi all ,
How could i mapGender Description and Title Description,
what are the function types i need to use,please guide me
Field Name | Max Len | SAP Field | Data Type | SAP Len | Short Description | Table | M/O | Data (Logic / Formatting) | Exception / Error Handling |
Gender Description | 10 | GESCH | CHAR | 1 | Gender Key | PA0002 | M | Return the value from P0002-GESCH in text (Male/Female) | a) If P0002-GESCH is null, throw SAP mandatory field value does not exist error and write to exception file |
Title Description | 10 | TITEL | CHAR | 15 | Title | PA0002 | O | Value from P0002-TITEL | a) If P0002-TITEL length > 10 , throw SAP max length error and write to exception file |