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

query on editing standard report ,adding dynamic selection screen

Former Member
0 Likes
468

Hi All to Abap Guru's,

I am facing this requirement for the first time ..

My requirement is to add dynamic selections on the selection screen of a predefined report and make some changes in the output..

I want to change the standard prog for the t-code "FBL5N"

this t-code contains LDB so plz help me out..this is an urgency......

based on this I have more 5 requiremnts if u could help

me out in the first object then other four I can manage my self..

so plz give me the idea how to approach this requirement ..

awaiting for u r reply...

and whoever it may be plz give u r contact number(requesting)...so that i can be in touch with u...

regards,

Ravi V Ganji

2 REPLIES 2
Read only

Former Member
0 Likes
392

Hi Ravi,

From the transaction itself you can find out the corresponding program name.

Make an Zcopy of this program and do the changes as per the requirement, means you can add Select-options or Parameters and change the program logic accordingly.

Find out where the WRITE statements are happened , add/ remove the fields according to the user requirement.

If find successful create a transaction code for it(SE93).

I think it will solve your problem.

Regards,

Antony Thomas

Read only

dani_mn
Active Contributor
0 Likes
392

Copy the program in customer name space and then open the attributes for the program and give Logical database 'DDF' there you can add your own select-options in this report and also change output according to your requierment.

Regards,

Wasim Ahmed