Dear all:
I'm trying to use T-CODE SMQ1 to record exceptions of a RFC.
But I can't find a way to put the result of a RFC to SMQ1.
Is there someone knows the way can help me finish it.
What I only know for now is I need to write some code in SE37,but I don't know how to do it correctly.
If you get some idea,please let me know.
Thank you and best wishes.
Perform some search on QRFC in online help.
call function ’rfc_function’ destination rfcdest in background task [as separate unit].
Ref: Queued Remote Function Call (qRFC) then samples like qRFC Programming: Introductory Example.
Regards,
Raymond
Hi Liu,
Go through the program RSTRFCT0 to understand how q-rfc works. Also go through the below documentation about q-rfc.
Regards,
Karthikeyan
Add a comment