Hi All,
Got the Solution. I have to use 'Value' after 'Using' for each variables in 'FORM' statement like this,
FORM ADD USING VALUE(P_A) VALUE(P_B) VALUE(P_C).
By using this, Value of Actual Parameters aren't changing.
Hi All,
Got the Solution. I have to use 'Value' after 'Using' for each variables in 'FORM' statement like this,
FORM ADD USING VALUE(P_A) VALUE(P_B) VALUE(P_C).
By using this, Value of Actual Parameters aren't changing.