Application Development 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: 

SUBMIT report using selection-table issue

Former Member
0 Kudos

Hi Experts,

Actually I am calling report2 from report1.

In report1 i have select-options field WERKS.

In report2 I have parameters field WERKS.

Please let m know how to call report2 using SUBMIT button selection-table concept.

How to insert records in selection-table and how to use this values to submit for parameter field.

Please help me.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Khaladar,

In your case u are going to map select options with parameters...selection-options have a range of values and parameters hold one value at a time... so i didnt exactly got ur requirement.. Any how below code will help u , modify it according to ur requirement...

SUBMIT ZREPORT2 WITH p_werks = s_werks-low AND RETURN.

Thanks & Regards,

Shafivullah Mohammad

3 REPLIES 3

Former Member
0 Kudos

Hi Khaladar,

In your case u are going to map select options with parameters...selection-options have a range of values and parameters hold one value at a time... so i didnt exactly got ur requirement.. Any how below code will help u , modify it according to ur requirement...

SUBMIT ZREPORT2 WITH p_werks = s_werks-low AND RETURN.

Thanks & Regards,

Shafivullah Mohammad

Former Member
0 Kudos

Hi,

This question has been answered many times

Please refer to the link

[]

nabheetscn
Active Contributor
0 Kudos

Hello,

For selct options create a range same as tha of plant type,fill the data and submit as follow.

submit XYZ report

with s_werks in r_werks

p_bukrs eq lv_bukrs,

and return.

Hope it helps.

Pleas e let me know in case of any problem.

Regards,

Nabheet Madan