conactinating frst and last name
Hi All,
I have a requirement to provide F4 help for a Screen field called u2018owner nameu2019 This is a combination of u2018FIRST NAMEu2019 and u2018LAST NAMEu2019.
These are 2 separate fields in YFIFDLTY table.
But on clicking F4 help I need to display both the fields and when the user clicks on any entry then I need to concatenate the same and display in the screen field as a single name.
I am calling the function F4IF_INT_TABLE_VALUE_REQUEST.
This FM displays both the names, but when I select any one entry only one field i.e. u2018LAST NAMEu2019 is getting selected in the screen field.
Tags:
Guest replied
hi tarn,
following steps can be used ;-
Step 1. Create Elementary search help with search help exit.
Step 2. FM for search help exit.
Step 3. Create structure.
Step 4. Assign Screen fields to that structure.
hope this will solve ur problem