2007 Aug 24 11:03 AM
Hi,
I have used SET PF-STATUS 'STANDARD_FULLSCREEN' and added 1 button and passed the same to REUSE_ALV_GRID_DISPLAY_LVC.
The O/p is displayed properly, but when i click on the 'Local File' icon of ALV list
it is giving me dump "Field symbol has not yet been assigned."..
Please help...
Regards,
Rushikesh
Hi,
I have used SET PF-STATUS 'STANDARD_FULLSCREEN' and added 1 button and passed the same to REUSE_ALV_GRID_DISPLAY_LVC.
The O/p is displayed properly, but when i click on the 'Local File' icon of ALV list
it is giving me dump "Field symbol has not yet been assigned."..
Please help...
Regards,
Rushikesh
2007 Aug 24 11:09 AM
I think - the dump is not becaus of the PF_STATUS thing - U can check that by commenting out the passrameter where you are passing the new pf status.
Check ur field catalog - u might have passed wrong reference fields there or may be forgot to pass the name of the internal table or u have specified wrong fieldname.
2007 Aug 24 11:16 AM
hi
you just activate the pf status screen....chk whether the icons are working...if there is a problem in pf status then the icon wil not work but it doesnt go to short dump....
so chk ur coding part..may be due to some error it might go to short dump...
reward if useful....!!
2007 Aug 24 11:25 AM
Hi,
Kindly check if you have defined a form routine for the User Commands where the code to be performed when you click on the Local file icon is present. Also iyou have to pass the name of the user command form routine to the ALV function.
Regards,
Santosh Nayak
2007 Aug 24 11:47 AM
Hi Santosh,
Do i need to handle the std ALV functions like excel donwload also in the user command subroutine,If Yes, pls suggest some solution..
Regards,
Rushikesh
2007 Aug 24 12:00 PM
Hi,
Use the function code %PC if you want the local file button to download the Alv output. This will use the Standard SAP functionality to download the output.
Regards,
Santosh Nayak
2007 Aug 24 12:15 PM
Hi Santosh,
should i call func module like "GUI_DOWNLOAD" for the on the
func code %PC.??If possible give me sample code...
Regards,
Rushikesh
2007 Aug 24 12:16 PM
Hi Rushikesh,
did you find the solution?
- because I have a similar error using FM REUSE_ALV_GRID_DISPLAY_LVC (46C): When I click the lens icon for detail display it dumps with "Field symbol has not yet been assigned.".
Before Monday I can't check it in the system...
Regards,
Clemens
2007 Aug 27 2:36 PM
Hi Clemens,
"The Field Symbol has not been assigned" Error occurs because i was trying to download more no. of fields thn default supported fields.i.e 23.
I hope yours must be similar case, Check out the no. fields your displaying.
You have to handle it explicitly...
Reward points if helpful...
Regards,
Rushikesh