2014 May 02 8:09 AM
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.
2014 May 02 8:18 AM
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.
2014 May 02 8:22 AM
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.
2014 May 02 8:31 AM
Go to SE37 , and put this FM, you will see all the stuffs there.
2014 May 02 9:10 AM
Hi Sanjeev,
The F.M is used for Shipment process of Handling units while shipment process in SD.
Thanks&Regards,
Dinesh