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: 

abap report

Former Member
0 Kudos

Hi abap gurus,

i am working for the call center management. so i have to generate report for the getting call from the custmers on daily basis. in this case i used parameters option.

i have to generate report for the monthly basis. in this case i have used select-options. so how to write the code for this one. any guidence to write the code.

i have to generate for service order calls as well as service request calls

3 REPLIES 3

Former Member
0 Kudos

Hi

then u can use tabbed screen with two buttons one for daily base and onother for monthly base

thanks

Former Member
0 Kudos

hi chatanya,

you can use parameters and select option both , take f1 help on parameters and select option and use them, u can use it in this way.

SELECTION-SCREEN BEGIN OF BLOCK b1 with frame.

PARAMETERS: p_plant TYPE werks,

p_sloc type lgort_d.

SELECTION-SCREEN END OF BLOCK b1.

SELECTION-SCREEN BEGIN OF BLOCK b2.

select_option: s_nact type vepo-lgort_d.

SELECTION-SCREEN END OF BLOCK b2.

hope this helps

tanmaya

ThomasZloch
Active Contributor
0 Kudos

Vague subject, vague description, please start working on the task and post specific problems only.

Thread locked

Thomas