‎2007 Oct 19 9:14 AM
Hi,
I am passing a range to the Select-Option specified in the Called program.
But the values are not gettin passed.
Mentioned below is the code
SUBMIT ABC TO SAP-SPOOL
DATASET EXPIRATION '9'
LIST NAME 'LISTNAME'
LIST DATASET 'LISTDATASET'
COVER TEXT ws_spool_covertext
KEEP IN SPOOL 'X'
IMMEDIATELY ' '
RECEIVER ws_date
DEPARTMENT ' '
WITHOUT SPOOL DYNPRO
WITH s_pernr-low IN r_sup_pernr
AND RETURN.
Here r_sup_pernr is a range type and s_penr is a selection-option declared in the called prg.
Can anyone tell me why the value in the range not getting passed to the select-option in the called prg ??
Is thr anything to done in the called program ??
Answers will be rewarded.
Regards,
Rohan
‎2007 Oct 19 9:17 AM
‎2007 Oct 19 9:17 AM