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

Icon missing

Former Member
0 Likes
1,129

Hi,

In the standard transaction VL06O -> "For Picking", an icon "ICON_EXPAND" (function code "ALLS")

exists which when expanded shows all selection screen fields and when contracted shows the restricted fields.

I have copied the programs related to this transaction to cuztomized programs retaining the same pf-status. All the icons are appearing in my custom tcode except this one.

I have activated tha pf-status and when i execute it from SE41, its showing the icon. The coding is all the same expect the program names. Is there anyway to bring it in the tcode?

1 ACCEPTED SOLUTION
Read only

dev_parbutteea
Active Contributor
0 Likes
695

Hi,

there might be some codes which is removing the icon you need. Please cross check this in your codes. If you cannot find it, then just change the ok-code/ function code associated to the icon in your pf-status and program also.

Regards,

Dev.

2 REPLIES 2
Read only

dev_parbutteea
Active Contributor
0 Likes
696

Hi,

there might be some codes which is removing the icon you need. Please cross check this in your codes. If you cannot find it, then just change the ok-code/ function code associated to the icon in your pf-status and program also.

Regards,

Dev.

Read only

Former Member
0 Likes
695

It was actually a problem with the variant. For the standard program the variant is created to include few selection screen fields and exclude few. So for that reason the icon was appearing automatically. I noticed that i hadn't created the variant for my program in that manner. Anyway thanks for the reply.