Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Query SQ02- Call RFC

Former Member
0 Kudos
808

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
691

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..

1 REPLY 1
Read only

Former Member
0 Kudos
692

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..