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

Function module GN_DELIVERY_CREATE

Former Member
0 Likes
736

Dear all,

I am using the FM GN_DELIVERY_CREATE. If we provide wrong data then it has to give error message in the parameter VBFS.

In my program even if i provide wrong data it is not showing any error message in VBFS but when i pass the same values to the fm in SE37 it is showing the error message in VBFS.

Please let me know why this FM is not giving any data in the VBFS table even if i passed wrong data it.

Thanks and Regards,

Shoban.

2 REPLIES 2
Read only

Former Member
0 Likes
522

Hi Shoban,

There are no exceptions for this FM when wrong data is passed. It has to be manually validated in the code i guess.

Regards,

Sai

Read only

0 Likes
522

Hi Sai,

Thanks for the reply.

Actually this FM shows errors messages in VBFS .I tested this case.It was worked previously. But today it is not working.