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

Function Module query

Former Member
0 Likes
421

hi all,

i have a Function module where i pass a payer say for example '123456' the output i get is the copy of this payer

say example 'abcdef'

now i want to assign this new payer to new field

say

123456 is assigned to 'tera'

now i want

abcdef to be assigned to 'mess'

ie now i want to update database with abcdef assigned to mess

how can i do it???

please give me your suggestions

3 REPLIES 3
Read only

Former Member
0 Likes
403

in function module itself i dont think so you can do it.

but you can do this by calling the function module in a program

Read only

0 Likes
403

yes i will be calling this FM in my program itself

but then i want to know how to assign the new payer

to new field

ie to update the database

Read only

0 Likes
403

very simple buddy take the value/s of that variable in an internal table,assing the values to the other variable or internal table and then use modify statement on the data base table from your internal table.

Edited by: ashish pandey on Jan 23, 2008 12:15 PM