Skip to Content
0
Former Member
Jan 07, 2011 at 10:24 AM

CRM_ORDER_READ giving no output when it is called in RFC.

190 Views

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.