‎2008 Feb 15 2:51 PM
Hi,
I have a program with internal table itab
itab
1. lifnr
2.name1
3.strength
here I want to run this program in background.
here for this program strength is input which is passed as input through parameters .
hoe can I code parameters for strength since it is not in any of the table.
‎2008 Feb 15 2:58 PM
Declare as follows ... If strength is of 10 characters .. then declare as ..
parameters : strength(10).