2020 Jun 24 11:18 AM
Hi , I am writing one report by using SAP query . In the record processing I am calling one RFC to fetch the data from ECC to CRM.
When I execute the report , it is giving dump because of that RFC.
How Can I call the RFC in SAP query SQ02 record processing ?
I didn't get the proper blog to refer the same.

Thanks
Ram
2020 Jun 24 12:01 PM
Solved by myself by adding "KEEPING LOGICAL UNIT OF WORK" after destination
Call function' ZMM' destination 'ECCSYS100' KEEPING LOGICAL UNIT OF WORK
Importing
Exporting ..
Etcc..
2020 Jun 24 12:01 PM
Solved by myself by adding "KEEPING LOGICAL UNIT OF WORK" after destination
Call function' ZMM' destination 'ECCSYS100' KEEPING LOGICAL UNIT OF WORK
Importing
Exporting ..
Etcc..