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

HU user exit

Former Member
0 Likes
1,002

Hi! All,

I need to populate Storage location in HU header when saving data in HU02. I am using userexit EXIT_SAPLV51S_001 and include ZXV51SU01. If I populate cs_hu_header-lgort with some value, the HU header is not getting updated with lgort on the status tab.

Any suggestion is greatly appreciated.

Thank You,

-Priyanka

Hi! All,

I need to populate Storage location in HU header when saving data in HU02. I am using userexit EXIT_SAPLV51S_001 and include ZXV51SU01. If I populate cs_hu_header-lgort with some value, the HU header is not getting updated with lgort on the status tab.

Any suggestion is greatly appreciated.

Thank You,

-Priyanka

2 REPLIES 2
Read only

Former Member
0 Likes
807

Can anyone respond. cs_hu_header-lgort isnt populating HU header?

Thank You,

-Priyanka

Read only

0 Likes
807

Hi,

There can be issue with this user exit not being activated. Can you debug and see that the code that you have added gets executed. Ideally LGORT should be populated as this is passed as changing parameter to the user exit.

If user exit is ok then you need to check code again.

Regards,

Shahu