‎2008 Jan 23 10:58 AM
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
‎2008 Jan 23 11:01 AM
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
‎2008 Jan 23 11:04 AM
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
‎2008 Jan 23 11:06 AM
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