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: 

Change output of abap logical database report

Former Member
0 Kudos

Hello

I have an abap report that is using a logical database to display some fields.My problem is that i have to change it and display more fields for output ,how can i control this?

Thank you

4 REPLIES 4

Former Member
0 Kudos

you can create fields in your report and display them along with LDB fields

Thanks

Bala Duvvuri

0 Kudos

Hello

Can you please provide me more information.

I have tried to change the report in SE38 ,or try and find the list of output fields in se36 but nothing can be changed since it is all generated by sap.

Thnak you

Former Member
0 Kudos

Hi,

We need to add the required (additional) fields to the internal table structure, fill the fields with relevant data and display them on the screen. How is the output fields related to using a LDB..?

Can you explain me a little bit more on the below stmt?

" I have an abap report that is using a logical database to display some fields."

I am not clear in understanding the relation b/w 'using LDB' and 'fields in output'. I dont think the fields displayed in the output screen will be restricted while using a LDB. Pls correct me if i understood wrong.

Thanks,

teja.

0 Kudos

Hello

Apparently i was trying to change a report that was generated by sap.This was a report created based on a query and an infoset. In order to change the output fields of this report i just had to change the infoset of this querry and select all the output fields needed.

Thank you.