Hi Experts,
Apologies if I am not posting on appropriate area & please direct me.
I have created an ABAP Webservice (RFC Enabled FM) which does the post goods issue & reverse deliveries.
1. To do PGI I have used Standard FM ( WS_DELIVERY_UPDATE) inside my custom FM
2. To do reverse I have written a small BDC in that custom FM with Call transaction 'VL09' using BDC .....
This RFC enabled FM is working fine both the functionality .
Issue : when testing web service via SOAP UI (software only option 1 is working and when I execute with option 2 it is throwing some error but I am unable to understand this error.
Can anyone have a look into it to guide me towards the possible cause of this error.