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

ALV PF STATUS Error

Former Member
0 Likes
1,463

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

8 REPLIES 8
Read only

Former Member
0 Likes
1,132

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.

Read only

Former Member
0 Likes
1,132

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....!!

Read only

Former Member
0 Likes
1,132

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

Read only

0 Likes
1,132

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

Read only

Former Member
0 Likes
1,132

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

Read only

0 Likes
1,132

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

Read only

Clemenss
Active Contributor
0 Likes
1,132

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

Read only

Former Member
0 Likes
1,132

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