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: 

System =) List =) Save =) Local File is grayed out in ECC6

Former Member
0 Kudos

Hi experts,

I tried to search this question before posting.

Many of my reports (both standard SAP and customize) CAN NOT user function:

System>List>Save-->Local File since we updated to ECC6

Please suggest me any OSS note I can use to resolve this problem.

Thanks,

Khanh

1 ACCEPTED SOLUTION

rainer_hbenthal
Active Contributor

Check download authorization.

16 REPLIES 16

rainer_hbenthal
Active Contributor

Check download authorization.

0 Kudos

Hi Hübenthal,

Do you mean user authorization in ECC?

Thanks,

Khanh

0 Kudos

You can restrict users to download content from SAP, that affects downloading the way you mentioned, it affects the buttons in ALVs and to download Spoolfiles. But i'm not an authorization specialist so i do not no the object name for that.

0 Kudos

Hi Hübenthal ,

I mean this is the standard function of SAP:

System>List>Save-->Local File

It worked in 4.6c system but it was disable since we updated to ECC6 system.

Thanks,

Khanh

0 Kudos

Hi,

The authorization object S_GUI controls the activity for importing or exporting a file with the activity number 60 and 61.

Regards,

Vikranth

0 Kudos

Hi Vikranth,

I wrote the code as below to check download authorization:

AUTHORITY-CHECK OBJECT 'S_GUI'
         ID 'ACTVT' FIELD '60'. " '61'.

if sy-subrc <> 0.
 write: 'do not have authorization'.
else.
  write: 'have authorization'.
endif.

Both cases the result is 'have authorization'.

Is it correct?

Thanks,

Khanh

0 Kudos

Hi,

I do not think this is authorization problem.

I found an OSS note #1033149 for SU53 and SU56. My problem is a bit related to this ticket but I'm not sure whether this ticket can fix my problem.

Please suggest me if you know any OSS note or solution.

Thanks,

Khanh

Former Member
0 Kudos

Hi,

i think that's not a problem of autorization. I think the outout in ecc6 are often changed to alv-grid

and these output cannot be save.

I'm not sure if I'm right, please test it.

Regards, Dieter

Former Member
0 Kudos

Not answered yet

Former Member
0 Kudos

Not answered yet

0 Kudos

Hi,

Did you have solution about this issue?

Former Member
0 Kudos

I just had a similar customer query, a user could not use menu->system->list->save->local file.

It turned out that ALV list display was selected.

After switching to classic list display (Menu->Settings->Switch List) the menu items were active.

0 Kudos

Hi Peter, where did you go to switch to classic list display? I can't find Menu -> Settings -> Switch List.


0 Kudos

Hello Andrew,

            It is under settings --> switch list.

Thanks,

Rev

former_member651445
Discoverer
0 Kudos

Otherwhise , if the screen doesnt give you the ability of downloading , look for the printer icon in the upper icon bar , if it is active , click it , it will take you to another screen where you can define a layout for the data that the system is displaying and in that screen you will be able to download the contents.

Hope this helps.

former_member757778
Discoverer
0 Kudos

Hi experts,

is there any feasibility to add the shortcut key for saving the output spreadsheet of a custom program.

path : list--->save/send--->file-->spreadsheet

I want to add a shortcut key for directly populating the file type selection popup