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

getting return code as 1 for SD_SHIPMENT_PROCESS_HU

0 Likes
1,143

Hi All,

Could you please tell me what is the use of SD_SHIPMENT_PROCESS_HU function module.

I am debugging one standard program in that after processing  this FM in  SD_SHIPMENT_PROCESS Function module getting return code is 1.

Could you please tell me,what might be the reason.

Thanks in Advance.

Regards,

Rama.

4 REPLIES 4
Read only

former_member187748
Active Contributor
0 Likes
959

Hi Rama,

if you will look into the specified function module

CALL FUNCTION 'SD_SHIPMENT_PROCESS_HU'

  IMPORTING

    e_logfile =                 " v56e_logfile

  CHANGING

    c_activities =              " v56e_shipment_activities

    c_shipment =                " v56e_shipment

  EXCEPTIONS

    ERROR = 1                   "

    . 


so if you are getting returned code as 1, it means there is any error.

Read only

0 Likes
959

Hi Sanjeev,

Thanks for quick reply.

yes there is an Error,but could you please tell me what is the use of that FM.

I searched for documentation.but i couldnt find any documentation.

Regards,

Rama.

Read only

0 Likes
959

Go to SE37 , and put this FM, you will see all the stuffs there.

Read only

0 Likes
959

Hi Sanjeev,

             The F.M is used for Shipment process of Handling units while shipment process in SD.

Thanks&Regards,

Dinesh