2023 Apr 17 1:39 PM
Hello
I am looking for some pointers in the right direction
I have an assignent where I need to extend planned order(not sure if this is the right translation it is "Planauftrag" in german ) with a single user filled field that can be filled during the usage of the transaction COOIS.
I assume I need a BADI or User Exit to create the additional field, but if thats the case how can I make sure it can be filled/used or displayed inside the transaction?
How do I aproach a problem like this?
What are some additional concepts I should look at before starting to work on this problem?
I am gratefull for any help.
András
2023 Apr 17 2:23 PM
Actually you only need a BAdI or Customer Exit to handle (display/change) the appended field.
2023 Apr 17 2:23 PM
Actually you only need a BAdI or Customer Exit to handle (display/change) the appended field.
2023 Apr 18 9:10 AM
Hi, thank your for your answer.
May I ask what aproach you would use to find the right tables/fields?