‎2006 Jun 21 9:52 AM
I TAKE TEH standard TOOLBAR OF SAP TO MY ALV PROG.
NOW WHEN I CLICK ON BUTTON "LOCAL FILE"
I GET DUMP
"FIELD SYMBOL HAS NOT YET BEEN ASSIGNED"
‎2006 Jun 21 9:55 AM
if u r using a ALV thro FM, i wud suggest this.
set a PF-status (Copy the standard one for your application, say for eg, Proj Systems) into your program.
Now activate (or add) a menu option for download.
Copy the code for this function from the code given for the download button.
‎2006 Jun 21 10:04 AM
I COPY THE STANDARD OF SAP
AND JUST IT NOT WORK
IT MARK
"gs_out_flags-sum ne 'X'"
‎2006 Jun 21 10:07 AM
‎2006 Jun 21 10:02 AM
Hi liat,
1. this error happens in this case also.
2. just check out , if this is the problem.
3. while calling the FM, do not pass the parameter
*I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE'
regards,
amit m.
‎2006 Jun 21 10:08 AM
Hi Liat,
'Local file' Button automatically comes if you call the FM REUSE_ALV_GRID_DISPLAY and it works perfect without copying any standard PF-STATUS.
Regards,
Mukesh KUmar