SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Two buttons are missing from transactio FPL9 after enhancemnt.

sudipkumarpatra
Explorer
0 Kudos
256

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

1 ACCEPTED SOLUTION

AmlanBanerjee
Active Contributor
0 Kudos
172

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

View solution in original post

2 REPLIES 2

AmlanBanerjee
Active Contributor
0 Kudos
173

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

0 Kudos
172

Thanks Amlan,

We have add those two field in standard screen and by that way the problem was resolved.

Regards,

Sudip