‎2006 Jun 22 8:03 AM
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
‎2006 Jun 22 10:37 AM
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
‎2006 Jun 22 10:51 AM
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