cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Make a Custom Report from Standard SAP Report

athakyriaz
Participant
0 Kudos
654

Hello community , 

i want to make a custom report from a standard Report.

For example i wan to add on "VA05" transaction 2 more fields.

How can i do this ?

Can i copy as one Standard transaction code and then to add some fields ?

Thanks a lot.

 
 

Accepted Solutions (0)

Answers (1)

Answers (1)

RaymondGiuseppi
Active Contributor

Good pratice would be enhancing the standard report, copy of standard is usually bad idea  (Next upgrade, patches, etc. )

  • Look at BAdI BADI_SDOC_WRAPPER 
  • Look for the available Enhancement-points/sections provided in ES_SD_SALES_DOCUMENT_VIEW.
athakyriaz
Participant
0 Kudos
Hello , thanks for your reply. You said that is Bad idea to copy as a standard Report, but the point is , Can i do this ?
RaymondGiuseppi
Active Contributor

Of course, you can copy the program, and the class behind, in a customer namespace. Then adapt the code.

athakyriaz
Participant
0 Kudos
Ok, I understand what you are saying. I start to make a new program from ES_SD_SALES_DOCUMENT_VIEW and it works well. Now i know 2 technical names from 2 fields , how can i add this to my Code ?