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

V56FSTAT user exit

Former Member
0 Likes
1,252

Hi Friends,

Please help me.

My customer requirement is it there is a delivery in delivery blocks, the shipment do no allow for planned status in VT01N. But when creating VT01N it is already going in Planned status. For this the customer has given userexit V56FSTAT. But when i put breakpoint in one exit. but it is not coming in VT01N. Please help in that how i can proceed

3 REPLIES 3
Read only

Former Member
0 Likes
927

In order for your break-point to work you need to activate the enhancement and components.

You will need to create a project in transaction CMOD in which you add the enhancement and then activate the project.

Read only

Former Member
0 Likes
927

Hi

In which of the Exit you have put the code ?

Hope, you must have you activated the Project via CMOD transaction as well.

<b>Please use the following EXITS and first read the necessary documentation of these as well.</b>

exit_sapmv56a_001
exit_sapmv56a_002
exit_sapmv56a_004

<b>There are few BADIs also available to do this.

EHS_PS_002

LE_SHPMNT_EXTENSION

BADI_LE_SHIPMENT

</b>

Hope this will help.

Please reward suitable points.

Regards

- Atul

Read only

vamsi_pokala
Explorer
0 Likes
927

Hi Sapna,

Even my requirement is the same. If any of the Delivery in the Shipment is not completely processed, the Shipment Completion Status should not be set.

I have tried using BADI_LE_SHIPMENT, Method AT_SAVE. I noticed that the Changing Parameter CHA_SHIPMENTS_AT_SAVE of the Method AT_SAVE is not being passed by SAP while calling this Method. In other words, there is no data in this Parameter. Hence I was unable to re-set VTTK-STABF.

Please let me know, if you have found a solution for this.

Regards,

Vamsi