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: 

Displaying sales order from other system

Former Member
0 Kudos

Hi Experts,

I have a requirement of displaying sales order from other system. I will be fetching sales orders through a RFC call and displaying it in an ALV. on clicking of the sales order displayed from the ALV, I need to display it from the other system.

How can I go about this?

Please help.

Regards,

Rohan

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

what can't you find in the forum? be careful, with such questions, we may signal abuse.

Former Member
0 Kudos

rohan,

you already have answered most part of your question.

- displaying SO from other system through RFC:

-


create a remote enabled function in that target system. call this FM from your current system. (for RFC calls check this: [RFC help|http://help.sap.com/saphelp_nw04/helpdata/en/22/0425f2488911d189490000e829fbbd/content.htm]

displaying SO by double clicking in ALV:

--ALV's comes with a event USER_COMMAND. in this event you can pass your subroutine and in your subroutine you can do your coding... take help from sdn searches like :

hope these helps

Somu