cancel
Showing results for 
Search instead for 
Did you mean: 

Check some fields before to save Shipment Document

Former Member
0 Kudos

Hello,

I need to check some fields before to save de shipment document (VT01N / VT02N ).

The messaje error must stop the saving process and send the error mesagge by screen.

Where and how can I do this ??

For example: IF VTTK-ADD01 <> "01" -> send error mesagge.

THANKS,

JEOS.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jorge

Try

1) SD_SHIPMENTS_CHECK_COMPLETE

2) and especially SD_SHIPMENTS_CHECK_COMPLETE which is called from 1.

Hope this helps.

PS: To get a list of all User Exits in Transportation, use transaction SMOD. Here You can display all enhancements that are available for the area of transportation by choosing F4 in the Enhancement field. Enter V56* in the Enhancement field and choose Execute.

Former Member
0 Kudos

Forgot to mention that they (1 and 2) are Function Modules (SE37).

Item 2 should read

and especially EXIT_SAPLV56U_002 which is called from 1 EXIT_SAPLV56U_002.

Cut and Paste error!!!

Answers (0)