1

In the views push button of the ALV we have you can choose Crystal Report to show the grid in a crystal report format

enter image description here

And it would result something like this:

enter image description here

I want to show the Crystal report view to the user from the beginning instead of showing the ALV grid and choosing CR view manually. Is there a way?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Ehsan
  • 4,334
  • 7
  • 39
  • 59
  • How do you create and call the ALV? – vwegert Nov 15 '15 at 14:49
  • I have followed this link: https://scn.sap.com/thread/616304. So I have my data in an internal table and have put it to the alv grid from the examples. so what I want to achieve it to just show my data in a crystal report form not in the alv grid. What do you suggest? – Ehsan Nov 16 '15 at 07:59

1 Answers1

0

Use this button on the ALV toolbar

click here to see image

and choose "Save Layout" option

click here to see image

Fill layout and name, and make sure that default check-box is selected.

Suncatcher
  • 10,355
  • 10
  • 52
  • 90
  • I suppose this will not work. Dunno about Crystal for sure, but changing ALV representation mode to List re-initializes the whole layout framework and all layout variants including default are invalidated. – Suncatcher Dec 18 '19 at 14:51