‎2010 Oct 07 10:48 AM
Hi Gurus....
I have developed a RFC-FM for creating the BDC for transaction CO11N.
While executing the FM from SAP GUI screen, it works welll, but the same gives prob while executing from outside as an RFC Call.
The system is not able to create the material document when the same code is called from the dot net envoirnment.
The system throws the error message: Protocol error when communicating with SAPGUI.
Please help.
Thanks In Advance...
Abhi.
‎2010 Oct 07 11:22 AM
‎2010 Oct 07 11:40 AM
I had a similar issue with another transaction. Running via SAP GUI was ok. Via an interface did not work. I had to use a different transaction in the end.
I suspect you will need to look for another way of getting the data into SAP. Another transaction, IDoc, BAPI for example. If none of them exist. You may be able to amend your FM so that a BDC session is created, then processed via a batch job.
‎2011 Apr 08 3:59 AM