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

About select options

Former Member
0 Likes
1,087

Hi all,

i am new to sap world , can anyone tell me how to achieve this functionality,

i want to declare select-options in my report and i need to pass 4 fields from extension based on my multiple selection of 4 fields i need to display data in report i how i can achieve it, can anyone help me regarding this...

thank you 🙂

4 REPLIES 4
Read only

venkateswaran_k
Active Contributor
1,026

Dear Damodar

You want to know how to declare? or

You want how to do the whole process and display ?

Regards,

Venkat

Read only

former_member1716
Active Contributor
1,026

Always use comment option for any response. Don't use the Answer option unless your content contributes to the answer part.

Regards!

Read only

michael_piesche
Active Contributor
1,026

You definitly need to be more specific on what you have done already, what you expect and what you get instead by showing coding, screenshots, error messages, etc. (as much detail as necessary, but as little as possible).

So far, anyone trying to help you, has to take a wild guess or look into our crystal balls.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,026

You want to create a whole program, but what is the question?

You say "pass 4 fields from extension", what kind of "extension" is it?

Do you want to call your report with SUBMIT? If yes, passing parameters is very straight forward, see the ABAP documentation (SUBMIT Zreport WITH selopt1 IN ... selopt2 IN ... AND RETURN)