Hello, i need to know pass a select option parameter to a procedure. I tried the following
For eg if i have a select option called so_belnr & i call the procedure using the following
PERFORM VALIDATE_DOCUMENT TABLES SO_BELNR USING GJAHR BUKRS , i still cannot use the
select option paramter in the called procedure.
Pls help.