Application Development and Automation 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: 
Read only

BUTTON PROBLEM

Former Member
0 Likes
629

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"

5 REPLIES 5
Read only

Former Member
0 Likes
597

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.

Read only

0 Likes
597

I COPY THE STANDARD OF SAP

AND JUST IT NOT WORK

IT MARK

"gs_out_flags-sum ne 'X'"

Read only

0 Likes
597

it was 1 of my declare of l_layout

yhanks i give you points

Read only

Former Member
0 Likes
597

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.

Read only

Former Member
0 Likes
597

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