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

Former Member
0 Likes
550

Hi ,

I need to retreive Bill to address in ECC. Generally Bill to info is not availabe in ECC. Get User ID (EKKO-ERNAM) then search a "Bill To " belongs to this user ID in SRM Org structure.Utitilise SRM access functional module Z_GET_N_APPROVER (ECC) AND ZGET_PURCHASE_HEAD (SRM).

How can I do this????

Kindly clarify

Points will be awarded

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
533

create RFC destination in SM59 for SRM system in sender side.

3 REPLIES 3
Read only

Former Member
0 Likes
533

Hi Jayasree,

You need to maintain(sometimes already existing) a RFC destination to your SRM system and then using

CALL FUNCTION func DESTINATION dest. here dest is nothing but your RFC destination.

Cheers

JK

Read only

Former Member
0 Likes
534

create RFC destination in SM59 for SRM system in sender side.

Read only

Former Member
0 Likes
533

Hi Jayasree

You need to maintain RFC Destination for that as told in above replies...

To get help on this You can chek this link

http://help.sap.com/saphelp_bw30b/helpdata/en/22/04262b488911d189490000e829fbbd/content.htm

And also chek out those two Function Module..If They are Defined as RFC or Not..

To make Them Remote Enabled..You need to just set The Remote Enabled Module Radio Button in the Attribute of Your Function Module...

Cheeers:)

Mithlesh