cancel
Showing results for 
Search instead for 
Did you mean: 

function module

Former Member
0 Kudos

Hi experts,

I have a datasource wherein i need to fetch a field from a function module.this field is in a call function of the importing part of fn module then i need to pass this field value to two more fields.how to go with this requirement

Field Name Table Name Field Name Remarks

Sold To Party FM: CRM_ORDER_READ Parameter: ET_PARTNER Get the partner=Sold-to Party

Customer Name BUT000 NAME1, NAME2 p ass the Partner number which was obtained above

Thanks

siva

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member218672
Active Contributor
0 Kudos

Hi,

To fetch a field from a function module and to update data in r3 table by using a function module, you need to create an webdynpro java application in nwds.

You need to create a model with adaptive rfc calling technique. You'll get lots of docs on sdn and help.sap on how to create an adaptive rfc model using webdynpro java in nwds.

Regards,

Sen