‎2008 Feb 22 5:31 AM
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.
‎2008 Feb 22 5:47 AM
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
‎2008 Feb 22 5:50 AM
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.