2009 Oct 09 9:51 AM
Hi all ,
Iam copying standard pgm of IW38
After copying the program and exectuing iam missing Icon for All Selections in application tool bar Rest all re coming .
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.
2009 Oct 09 10:00 AM
Hi,
Before sending the funciton codes to the PERFORM, delete the required function codes from the internal table
Delete from <itab> where code = <Required Func code>
Now the function code which you have deleted will not be excluded.
Hope this helps
Regards
Shiva
Hi all ,
Iam copying standard pgm of IW38
After copying the program and exectuing iam missing Icon for All Selections in application tool bar Rest all re coming .
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.
2009 Oct 09 10:00 AM
Hi,
Before sending the funciton codes to the PERFORM, delete the required function codes from the internal table
Delete from <itab> where code = <Required Func code>
Now the function code which you have deleted will not be excluded.
Hope this helps
Regards
Shiva
2009 Oct 09 1:58 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |