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: 

Enhancing standard report

Former Member
0 Kudos

Hi All,

I got a requirement to enhance standard report(SDV03V02) in this I have to add new field on the selection-screen and that field should be included in the select statement.sd that to get only those records in the output.we can do it by copying the program but that will final option. I want to do it

by enhancement-point but I am new to this topic can any one please guide me the approach to do enhancements.

Regards,

Srinivas

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

you may check [these|https://www.sdn.sap.com/irj/sdn/nw-development?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050] [original link is broken]; to know about the SAP Enhancement [Famework|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc]. but I think, you will need to modify the reoport either by copying or by using access key for your requirement.

2 REPLIES 2

amit_khare
Active Contributor
0 Kudos

you may check [these|https://www.sdn.sap.com/irj/sdn/nw-development?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050] [original link is broken]; to know about the SAP Enhancement [Famework|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc]. but I think, you will need to modify the reoport either by copying or by using access key for your requirement.

Former Member
0 Kudos

Hi Srinivas,

In report SDV03V02 find SDV03V02_SELECTION_SCREEN this inclode. double click on it. Selection screen has designed for this report in this include. If you want to add your own extra field here

just click on circular ( Enhance ) button or press SHIFT + F4. You will gate white screen. Now go in EDIT menu & say "enhancement operation --> Show implicit enhancement option". at the end of include you will gate one red color line.Click Right click on that line & say Enhancement Implemetation ->create.

Now below you will be able to Add your own code there you can add your field in selectin-screen now.

plz give point if answer is helpful.

Thanks & Regards.

Pradip Pawar.