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

Creating Handling Units

Former Member
0 Likes
1,598

Hi All,

The manual process is using t code HU02 . Go to Tab Pack Article. Enter the article number and press enter. The HU gets created.

I need to create the HU programatically the same way as given above but the HU number is manually entered by user and not system generated. Also the delivery needs to be updated.

Please help me on the same.

Thanks

Vivek

Hi All,

The manual process is using t code HU02 . Go to Tab Pack Article. Enter the article number and press enter. The HU gets created.

I need to create the HU programatically the same way as given above but the HU number is manually entered by user and not system generated. Also the delivery needs to be updated.

Please help me on the same.

Thanks

Vivek

2 REPLIES 2
Read only

Former Member
0 Likes
1,491

Hello vivek,

The normal process to break the flow of standard sap and to enter our custom data is through exits.

For your requirement you can maintian a custom table and update the table with the data of the custom handling units (HU)

and then as per the below steps create a project for the enhancement and put your custom code to pick the HU from the enhancement instead of the standard sap data.

For handling units I have found one exit which would help you in modifying the standard HU number picked up from sap and to enter your own HU number.

The below is the exit put your custom code in this exit ..

The enhancement name is "PACKAGE" in this enhancement take the second component "EXIT_SAPLV51S_001" in this u have a custom program create the include and put your custom code.

thanks ,

M.Naveen Kumar

Read only

Former Member
0 Likes
1,491

Hi,

Thanks for your sugestion but I think i didnt describe my problem accurately so you got me wrong.

I have a Z program from where I need to create HU for delivery where I just have the article number and also the HU number.

I dont want to change the standard one.

Thanks,

Vivek