2009 Feb 16 3:41 AM
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.
2009 Feb 16 5:25 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |