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

Updating the changing parameter

radhushankar
Participant
0 Likes
434

Hi All,

I have to update a changing parameter in a function module which is having the following structure.

test type changing.

If i look in to the type changing. it has the following structure.

type-pools.

pritt type pritt,

prott type prott,

proat type proat.

i need to update the proat,which has vbeln and lifnr and mesgv1 fields.

if i directly adress the fields like test-vbeln ,i am getting a error message like test is not a table with out a header line and it has no component called vbeln.

but if i made a condition like,

if test is initial.

check flag.

endif.

i am not getting any error.

can any one let me know how to access the contents.

thanks.

Hi All,

I have to update a changing parameter in a function module which is having the following structure.

test type changing.

If i look in to the type changing. it has the following structure.

type-pools.

pritt type pritt,

prott type prott,

proat type proat.

i need to update the proat,which has vbeln and lifnr and mesgv1 fields.

if i directly adress the fields like test-vbeln ,i am getting a error message like test is not a table with out a header line and it has no component called vbeln.

but if i made a condition like,

if test is initial.

check flag.

endif.

i am not getting any error.

can any one let me know how to access the contents.

thanks.

1 REPLY 1
Read only

radhushankar
Participant
0 Likes
392

Can any one take this up?