‎2009 Jan 07 5:52 AM
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?
‎2009 Jan 07 6:16 AM
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.
‎2009 Jan 07 6:16 AM
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.
‎2009 Jan 12 4:21 AM
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.