2014 Jul 18 9:13 AM
Hi all experts,
I have added 1 field to COR6N, and when i click save i want it to save the storage number to AFRU table depend on Order number.
How can i do that?
Please help me.
2014 Jul 21 10:02 AM
You need to write your code in EXIT_SAPLCORU_S_101
Return Data from Customer-Defined Screen to SAPLCORU_S
2014 Jul 18 11:20 AM
If you have used screen exit to add a storage location in transaction COR6N then you can write a code in that exit for the order by using update or modify statement.
Or if you have added in different method then you can use badi WORKORDER_GOODSMVT for updating the storage location number.
please reward the points if it works you.
2014 Jul 21 10:02 AM
You need to write your code in EXIT_SAPLCORU_S_101
Return Data from Customer-Defined Screen to SAPLCORU_S