cancel
Showing results for 
Search instead for 
Did you mean: 

Data transfer between two systems using Webdynpro ABAP

Former Member
0 Kudos

Dear friends,

I have one requirement in our business process.

I will provide inputs for Purchase order creation in one system (SAP Portal system) through custom Web dynpro screen.

On submit of the data, the inputs should be passed to other system (SAP ECC system) & PO to be created there.

Please tell the step by step procedure how to do this.

Have a nice day, thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Create an RFC Function module in SAP ECC and call it from Portal system. Please search for RFC function modules for more details.

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran,

Thanks for your prompt reply.

I am not much aware about RFC. Can you please tell step-by-step procedure?

former_member184578
Active Contributor
0 Kudos

Hi,

I hope you know creating Normal function modules in SE37!, In the properties of Function Module you can select the radio button 'Remote Enabled'  and then call that FM from other system using the destination.

Refer this wikis: http://wiki.scn.sap.com/wiki/display/Snippets/Creating+RFC+and+Remote-enabled+FM+and+call+from+anoth...

Remote Function Call - Code Gallery - SCN Wiki 

(There are lot more available in SCN)

hope this helps,

Regards,

Kiran