2014 Aug 04 5:28 AM
Dear Experts,
I have created program 'X' with OOP ALV, and this is result of Export option on ALV toolbar:
Program 'X' have missed some functions of Export button on ALV Toolbar : Spreadsheet, Word processing and ABC Analys.
What I need is difference from program 'Y' like below caption:
I've asked my mentor and she told me "Just copy the status from program 'Y' to program 'X' ",
but it's not allow and show this error: "Copying statuses is restricted in modification mode".
I've already searched, follow SAP note : 550180 - Copying a status in modification mode,
but still not work.
Could anyone please help me on this problem?
Thanks in advance
2014 Aug 05 5:07 AM
Dear Expert,
The solution have found.
I'm sorry for disturbing at the first times post.
I have declare a variant TYPE werks, this is a structure, NOT a data element.
What I should use is TYPE werks_d OR TYPE likp-werks.
Now, the toolbar item is working fine.
Thank you.
2014 Aug 04 6:08 AM
which method are you using to display ALV? SALV or FM or CLASS
2014 Aug 04 6:47 AM
2014 Aug 05 5:07 AM
Dear Expert,
The solution have found.
I'm sorry for disturbing at the first times post.
I have declare a variant TYPE werks, this is a structure, NOT a data element.
What I should use is TYPE werks_d OR TYPE likp-werks.
Now, the toolbar item is working fine.
Thank you.
2021 Jun 24 3:31 PM
Hello Son le,
I have the exact same issue.
Using CL_SALV_TABLE below options are coming up.
But when using cl_gui_alv_grid below is the menu coming up on clicking "Export"
Is there a way to copy the PF status of CL_GUI_ALV_GRID to SALV? to get the menu displayed shown in second screenshot?
Thanks in Advance!