2013 Oct 25 1:38 PM
Hi experts ,
We have a problem in FPL9 transaction display where Two buttons are missing from transactio FPL9 after enhancemnt. Details of enhancement and issue is described in attched doc.
Could you please let me know to getthose buttons back.
Regards,
Sudip
2013 Oct 28 12:26 AM
Sudip,
As per the reference techniques-
(a) If you are want to refer to GUI definitions from other programs, then the fields are assigned to the program in which the status is defined.
(b) If you define a status which is used by several programs through a function module call, you must create the fields for dynamic texts in the same function group in which the status was created.
(c) If the call takes place using SET PF-STATUS ... OF PROGRAM, there is not reasonable interface for text transfer. However, fields must also be created and filled in called program.
(d) If you are working with include menus, you must create the fields for dynamic texts in the program for which the status was originally created, and not in the program containing the included menu
Check which of the scenario, I think (c) ,you have used for your enhancement and rectify accordingly.
Hope it helps....
Thanks,
Amlan
2013 Oct 28 12:26 AM
Sudip,
As per the reference techniques-
(a) If you are want to refer to GUI definitions from other programs, then the fields are assigned to the program in which the status is defined.
(b) If you define a status which is used by several programs through a function module call, you must create the fields for dynamic texts in the same function group in which the status was created.
(c) If the call takes place using SET PF-STATUS ... OF PROGRAM, there is not reasonable interface for text transfer. However, fields must also be created and filled in called program.
(d) If you are working with include menus, you must create the fields for dynamic texts in the program for which the status was originally created, and not in the program containing the included menu
Check which of the scenario, I think (c) ,you have used for your enhancement and rectify accordingly.
Hope it helps....
Thanks,
Amlan
2013 Oct 29 10:24 AM
Thanks Amlan,
We have add those two field in standard screen and by that way the problem was resolved.
Regards,
Sudip