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: 

How To add a field in search criteria in SAP standard report

Former Member
0 Kudos

Hi AlL,

I have a requirement where i need to add a field in search criteria of selection screen and display in output of Standard SAP report.

I have read in threads that to obtain Access key and modify the code in std report , if i am not able to get an Access key and not allowed to copy the report as Z.

Could you please let me know how to solve this kind of requirement.

thanks

Chary

8 REPLIES 8

Former Member
0 Kudos

Options you have are

Change the standard report <b><-- you ruled it out</b>

Copy to a Z program <b><-- you ruled it out</b>

There is some flexibility where you can configure to achieve what you wanted. <b><-- doubtful</b>

Can you tell us which report?

Srinivas

0 Kudos

Welcome to SDN. Please go through the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/collaborationareas/communityguidelines">Community Guidelines</a>.

Regards,

Srinivas

0 Kudos

Hi,

You seemed to have closed the doors even before starting the work...What Report is it anyway?

Regards,

Suresh Datti

0 Kudos

... you may copy to Y...

Former Member
0 Kudos

Hi all,

sorry to bother you guys!.

thanks for the replies

The report is RFDUML00, I hope I will be getting the access key or I might need to copy the report , I think it makes sense now, Please advise me how to proceed further, Is there any User-exit?

what is the code i need to add.

Thanks

Chary

0 Kudos

Well - it's a report so there won't be a user exit. I think your options are what the others (and you) have suggested - change the standard program or make a copy.

There are different opinions on the forum about which to do.

Rob

PS - you're not bothering anyone. We like problems.

Message was edited by: Rob Burbank

Former Member
0 Kudos

Hi all,

I got the confirmation that i need to copy the report, Could anyone let me know what code need to be added to populate the field in search criteria of the selection screen.

Thanks

Chary.

0 Kudos

Hi Phani,

Which additional field(s) do you want to add on the selection screen? And which additional fields do you want on the output?

You can add the new fields in the Parameters & Select options block of the source code. You can insert your code after the 'END OFBLOCK 2' statement.

Regards,

Suresh Datti