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: 

Export to XML greyed out in GUI STATUS

Former Member
0 Kudos

Hi Experts,

I am facing an issue with GUI status SALV_STANDARD  , XML export option under "LIST-->Export" is greyed out .

If i execute gui status from se41 it works fine and all options are visible but when i use it in report it simply gets greyed out .

We have ungraded to EHP6 and after this problem is coming.

Please suggest.

Thanks

Yuvraj

5 REPLIES 5

arindam_m
Active Contributor
0 Kudos

Hi,

Hope its not a authorization issue attached to the T-Code you are using. Just check if so.

Cheers,

Arindam

Former Member
0 Kudos

Thanks for the reply but it is not authorization issue checked my SU53 its all good.

arindam_m
Active Contributor
0 Kudos

Hi,

Can you please mention the steps or T-code you are using.

Cheers,

Arindam

Former Member
0 Kudos

hi

Its a custom tcode and using gui status SALv_STANDARD..after execution if  go to top most menu "LIST-->EXPORT" options are greyed out in it.

arindam_m
Active Contributor
0 Kudos

Hi,

Try something like this:

* Enabling status functions
  GT_ALVTAB->SET_SCREEN_STATUS(
     PFSTATUS      =  'ZSALV_STANDARD'
     REPORT        =  SY-REPID
     SET_FUNCTIONS = GR_ALV->C_FUNCTIONS_ALL

where GT_ALVTAB Type Ref to CL_SALV_TABLE. Also check demo program SALV_DEMO_TABLE_FUNCTION. Where ZSALV_STANDARD is a copy of SALV_STANDARD

Cheers,

Arindam