2009 Feb 09 2:15 PM
Hi experts,
I have standard program RIQMEL30 .
i want to use data coming from RIQMEL30 for that i am calling in My zprogram .
i don't want display RIQMEL30 output in zprogram but i want use that data in zprogram with out displaying in my program
Here i am using
SUBMIT RIQMEL30
VIA SELECTION-SCREEN
USING SELECTION-SET P_VARI
EXPORTING LIST TO MEMORY
AND RETURN.
even though it is displaying output please help me out.
Edited by: Matt on Feb 9, 2009 3:16 PM - Subject changed to more informative and without ALL CAPITALS
Hi experts,
I have standard program RIQMEL30 .
i want to use data coming from RIQMEL30 for that i am calling in My zprogram .
i don't want display RIQMEL30 output in zprogram but i want use that data in zprogram with out displaying in my program
Here i am using
SUBMIT RIQMEL30
VIA SELECTION-SCREEN
USING SELECTION-SET P_VARI
EXPORTING LIST TO MEMORY
AND RETURN.
even though it is displaying output please help me out.
Edited by: Matt on Feb 9, 2009 3:16 PM - Subject changed to more informative and without ALL CAPITALS
2009 Feb 09 2:21 PM
submit zj_alv using SELECTION-SETS OF PROGRAM zj_alv
AND RETURN WITH SELECTION-TABLE In itab.Non-Catchable Exceptions:
Cause: You tried to use WITH sel IN itab to transfer a table that does not have the appropriate structure to a selection.
2009 Feb 09 2:26 PM
hI JOY,
what is itab in that is it output table or input table.
i don't want to display list but i need to use data from first program.
please reply.
2009 Feb 09 2:34 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |