Application Development 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: 

Add entries to database tables using update function module

Former Member
0 Kudos

Hi All,

I have a small requirement, in which I need to update Z-tables usimg update function module in update task. In the calling program, I have gathered the data in a field symbol value of type any. I need to pass the same to that function module to update the data which is in the field symbol.

Please guide me how to achieve this technically.

Thanks in advance,

Pradipta .

1 REPLY 1

Former Member
0 Kudos

Hi,

I believe you already have evrything with you.....Start Coding the same and come back with any Coding issue.

I believe you will not be able to pass the Field Symbol in FM Interface.....You need to pass the Variable which Field Symbol is referring....