Application Development 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: 

REG: IW38

Former Member
0 Kudos

Hi all ,

Iam copying standard pgm of IW38

after copying the program and exectuing iam missing Icon for All Selections in application tool bar .

i debugging i got that pgm is calling logical database there is perform for setting Pf status .

this perfom is in pgm RSDBRUNT

SET PF-STATUS P_PFKEY OF PROGRAM CURRENT_SCR-GUI_PROG

EXCLUDING CURRENT_SCR-EXCL.

Internal table CURRENT_SCR-EXCL contains list of icons for excluding .This table contains Icon which i required

so icon is not displaying in the out put .

can any one suggest how to get Icon displayed.

thanks ,

kamlakar.

1 REPLY 1

former_member156446
Active Contributor
0 Kudos

in the debug mode check which PF- status is getting called and try to copy that into a Zpfstat and use the same way as SAP does.

In SE80 you have some option to copy a PF status from standard to custom Z.. I am sure you will find it with a search in SCN.