Always display ALV Grid as ALV List? - sap

I have a following issue.
I would like to display an ALV Grid always as ALV list for my user. So instead of always doing that...
...I would like to set a variable or something in, for example, SU01 that would always show me the output as ALV list.
Is there a trick that would allow me to do so? The ALV grid is presented from SAP standard transaction so I do not have control over the ABAP code under the hood.
EDIT:
I have a possibility to change layout.
However the only options I have are SAP List Viewer and Microsoft Excel.
When I choose SAP List Viewer the view I get is the ALV Grid.

It is not possible system-wide. It can be done only for separate transactions.
e.g. FB
or ME.

Try setting a own data Set/Parameter ID FIT_ALVC to X in your user profile Parameters tab
To get to that screen go menu "System>User profile>Own Data
...then click on the Parameters tab

I have the same issue. I changed the company, and my setting is as its on the picture with date 8.8.2012, but I want to change it to the screen I was used to have the second ALV Grid. Can you please help with this?
I don not even have the possibility to change the layout as is on the picture above. But my colleagues in here have the ALV Grid view since the beginning. So there should be an option. I am despaired already so thank you for all your pieces of advice.
Found it!
On FBL1/3/5N screen, go to Settings-->Switch List. That should get you ALV
list.
Hope it can help somebody.

Related

PowerBI: How to display a detail data on a second page after clicking on a row in a Matrix?

I am very new to PowerBI.
I have displayed a table of data using Matrix but want to show details of additional data upon clicking one of the rows. It can be displayed on the second page.
I wonder if it's possible and can someine direct me to what the process is?
Thanks
You have to use the drill-through feature provided by Power BI. If you don't already know how it works, this post has the exact thing you are trying to accomplish.

Edit data by Pentaho dashboard

Is it possible to edit data in database by Pentaho dashboards?
I want to do dashboard where data will be presented in table with edit buttons. When button will be pressed, the form will appear in modal window filled by data. User will change and press ok, and this changes affects to database.
I haven't found anything related, all I found was just present data, not change.
thanks
Yes. Take a look at the table editor sparkl plugin

Drag and Drop data in PDF form field

I have a project that requires the user to fill out a pdf form. I am loading the pdf file into an object tag. On the side I have a list of predetermined values. I would like to enable the user to drag one of those values to a field in the form and drop it there.
I can have them right-click the value, copy it and then right-click and paste in the field, but I would like to create something a little more user friendly.
Any suggestions are highly appreciated.
Thank you.
From what I can find (I was just searching if this was possible as well), and what I know from building forms in Adobe's form builder, this is sadly no possible.

Access 2007, why is my subform header and footer not visible in form view?

Embarrassingly, I think I am missing something rather simple here but I just can't seem to figure this out. I'd would like a calculated field to appear in the subform header or footer, but I can't even get it visible.
I checked the property sheet settings of the subform and it clearly states: "Form Header--visible. Display When--always".
Appreciate any help in this unnecessarily frustrating matter.
When you right click on the detail, make sure you've selected Form Header/Footer, not Page Header/Footer
Not OP's issue, but this might help other newbs like myself.
Make sure you have selected a suitable default view, such as single or continuous form.

Hide a field/paramater in SSRS

Is it possible to hide a field in a SQL 2008 Report, based on the value of a parameter? I'm leaning towards a custom application and if push comes to shove I'll have do manually code each piece, but I would like to leverage SSRS as much as possible. I've included a screen shot of the report before it is populated. The area in red is what I would like to hide say, =iif(X=1,true,false)
Set up the Expression In Text box Property >> Visibility >> Show or Hide on axpression.
=iif(X=1,true,false)
Hope this help..
Look for the screen shot and more detail click here
using SSRS manager, Parameter field cannot hide programtically. but you can create asp.net webform with SSRS report. MSDN link