"System" and "Help" not part of GUI Stan
Can anyone tell me how I can activate the System --> List --> Save option?? I have a custom screen where the user would like to be able to save what is on the screen..but the System --> List --> Save option is grayed out...and I can't add it to the GUI Status Menu Bar because System and Help aren't part of that??? Please advise...
System -> List -> Save is part of the standard "system" functions. As such, you can't control when it is active or not. System -> List -> Save will be available any time an ABAP list is displayed on the screen. If it is a dynpro, you can't use it. You will have to code your own save routine.
If the user only wants a snapshot of what is on the screen you could use the "Hardcopy" option on the Customizing menu available always. In Windows you can create a printer which "Prints to file" instead of a printer. But this will only capture what is currently displayed on the screen, not any of the fields you would have to scroll to see.
Is there a function module that can do this??