Hi ,
I have written a FM in CRM which is to be called from R3 and further processing logic is there in R3.
I am facing problem when i call this function from R3..
I am getting no output in pridoc i.e. it is blank.
I have checked connection also it is woking fine .
To trace the problem i tried debug the program but when debugger goes in CRM , and starts processing CRM_ORDER_READ it is not giving output and gives short dump as connection closed ( no data ).
When i am pressing F6 on CRM_ORDER_READ to see the output it toggles between R3 and CRM.
And the guids for which the CRM_ORDER_READ is called in my program are valid and having corresponding data in tables.
Please help i am not getting what to do
Thanks.