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

populating the output parameter in function module.

Former Member
0 Likes
731

Hi Experts,

I have written a function module,with material number,BEZEI as input and mvgr2 as output from table tvm2t.I am facing a problem in populating the material number as well in outputtable.The material number in input is nothing to do with output.

please help me at the earliest.

Regards,

Sridevi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
693

R u passing single field as exporting parameters or passing in a table !!

4 REPLIES 4
Read only

Former Member
0 Likes
693

Hi Sridevi,

please give us more details, your question is pretty confusing. Mvgr2 is the material group, so if you have this field as output why do you look for material numbers?

Regards

Nicola

Read only

0 Likes
693

Hi ,

Input parameters are : Matnr,Bezei.

Output parameters : matnr,,mvgr2.

So I need to populate the above input and output parameters in the table parameters to enter multiple row.The problem which I am facing is the input matnr

value is not getting populated in the output.So please do the needful at the earliest.

Thanks,

Sridevi.

Read only

0 Likes
693

Hmmm, you wrote that the output is 'table parameter' but you mention 2 single fields. If you expect a good reply here, it helps to mention how you defined the table and how you select the data for the output. For example: input is matnr and you select the material group of this matnr. Output is all other matnr of this material group. Then we would know what you want to do here.

So please describe what you need and give us the table description.

Regards

Nicola

Read only

Former Member
0 Likes
694

R u passing single field as exporting parameters or passing in a table !!