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

RFC enabled function module which will be called from XI

Former Member
0 Likes
275

Hi Abappers,

I have to send confirmation of the sales orders created by inbound Idocs ORDERS05 to XI. For this I have to use outbound Idoc ALEAUD01. But since I also need to send NETWR(from VBAK) and there is no field in this Idoc for that,

I have to develop an RFC enabled function module for which a RFC lookup will be performed from XI. This function module has to return NETWR values for sales orders. Can anyone please tell me how to go about with this function module.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
250

Hi Priyanka,

Add a parameter in <b>tables tab</b> of function module with reference to NETWR. It'll work.

Regards,

Younus

Reward Helpful Answers!!!!

1 REPLY 1
Read only

Former Member
0 Likes
251

Hi Priyanka,

Add a parameter in <b>tables tab</b> of function module with reference to NETWR. It'll work.

Regards,

Younus

Reward Helpful Answers!!!!