Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SUBMIT Statement and RIQMEL30

Former Member
0 Likes
665

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

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
618
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.

Read only

0 Likes
618

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.

Read only

0 Likes
618

it would be of type output structure of the calling program.