2008 Jun 12 1:54 PM
Hi All,
I have a function Module With TABLES xyz,
xyz has 40 fields, now i need to stop 4 fields out of 40 passing from the FM. is there any way other than creating a new structure and its row type by removing those fields....
PLease help me with this.
Thanks and Regards,
Rajesh.M
2008 Jun 12 1:59 PM
hi,
if you does not want to pass those fields from the function module before the endfunction statement clear the contents of those fields.
Otherwise you have to create a new work area with out those fields and work with that work area and finally pass it to interfacing structure or table.
Regards,
Veeresh
hi,
if you does not want to pass those fields from the function module before the endfunction statement clear the contents of those fields.
Otherwise you have to create a new work area with out those fields and work with that work area and finally pass it to interfacing structure or table.
Regards,
Veeresh
2008 Jun 12 1:59 PM
hi,
if you does not want to pass those fields from the function module before the endfunction statement clear the contents of those fields.
Otherwise you have to create a new work area with out those fields and work with that work area and finally pass it to interfacing structure or table.
Regards,
Veeresh
2008 Jun 12 2:02 PM
Hi!
You can clear the values from the given 4 fields in your xyz internal table, within a LOOP, before you call the given FM. Mostly it is enough.
Regards
Tamá
2009 Feb 22 10:24 AM
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |