Application Development 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: 

ALV Repot - RFC -Urgent

Former Member
0 Kudos

Hi Expets,

My requirment is i have to check the duplicate records like if there are two materials with the same material description yet different material number.

But this should check other system (also SAP),

My question is can i use

CALL FUNCTION 'functionname' DESTINATION name will work?

please share the above or any other alternative is there.

Thanks in advance

Rams

Message was edited by:

ramesh

Message was edited by:

ramesh

3 REPLIES 3

Former Member
0 Kudos

Yes, you can use a RFC for this purpose. You have to check whether the required criteria is same in two servers and then you take the decision.

If you have any problem in doing that, please let me know.

Regards,

Subho

0 Kudos

Hi Subhasish,

Can we do onething, first create RFC here and trasport into another, then can we call that RFC, is it possible.

thanks

Rams

Former Member
0 Kudos

Hi Rams,

can you explain a bit more what you want to do?

My understanding is, that you want to call a function module in another SAP system using CALL FUNCTION 'functionname' DESTINATION. From this function module you receive a table that you later want to display in an ALV grid, is this correct?

I don't see a problem why it shouldn't work like this.

kind regards,

Timo