Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Saving value from COR6N

Former Member
0 Kudos
1,348

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.

1 ACCEPTED SOLUTION
Read only

former_member189779
Active Contributor
0 Kudos
1,037

You need to write your code in EXIT_SAPLCORU_S_101

Return Data from Customer-Defined Screen to SAPLCORU_S

2 REPLIES 2
Read only

Former Member
0 Kudos
1,037

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.

Read only

former_member189779
Active Contributor
0 Kudos
1,038

You need to write your code in EXIT_SAPLCORU_S_101

Return Data from Customer-Defined Screen to SAPLCORU_S