APPEND STRUCTURES do more stuff than I thought
2016-10-17
During all my ABAPian life I was convinced that APPEND STRUCTURES had one single purpose: to add new extra fields to an existing standard table.
But I recently learned that they let you do two more things after all:
-
Add a foreign key to an existing field
- Add a search-help to an existing field
SAP mentions it here
There is a small trick, though. When you’re changing your append structure, even when it doesn’t have any field defined, you’ll find that there’s a button called “show appending Obj” which shows all the fields from the original table. Once you see them you just have to pick the field you want and configure its foreign key and search-help.
We’re always learning.
Photo credit: Sugar Daze
Greetings from Abapinho.