2008 Dec 04 7:44 AM
Hi All,
I have created a Custom Transaction. but the screen menu options are disabled.
How can I activate the menu options like BACK button,EXIT button, CANCEL buttons etc..
Please help me out with this.
Thanks and Regards,
Srik.
Hi All,
I have created a Custom Transaction. but the screen menu options are disabled.
How can I activate the menu options like BACK button,EXIT button, CANCEL buttons etc..
Please help me out with this.
Thanks and Regards,
Srik.
2008 Dec 04 7:46 AM
create a status by using
SET PF-STATUS 'mystatus'.
In this status you can define your buttons and menu entries.
regards,
Hans
2008 Dec 04 7:49 AM
Hi Hans,
Could you please tell me in detail. how and where to create?
Thanks and Regards,
Srik.
2008 Dec 04 7:49 AM
create PF status for that and double click on that it takes u to se41. there give some fcode for those buttons and write code in se38 as per ur need.
those buttons will be activated
2008 Dec 04 8:01 AM
Hi,
Do you create and activate a status on the custom Transaction's Report?
If no. You need create and activate a status.
Try code.
SET PF-STATUS 'XXX'.
Best Regards,
Wind
2008 Dec 04 8:17 AM
Hi WIND,
I had put SET PF-STATUS 'STATUS_0101' in my code.
Now how to get the menu bar. what should I do next?
Regards,
Srik.
2008 Dec 04 9:06 AM
Hi
Just double click on the Set pf status 'STATUS_0101' it will take you to SE41 there select the Function Keys there you fing the standard buttons
if you are using BACK EXIT CANCEL, make sure to select TYPE E as the Function type
regards
Ramchander Rao.k
2008 Dec 04 9:09 AM
Hi,
When it is taking to SE41 it is asking for Normal screen or Dialog or Contxt Menu. which one to select . I used the context menu and tried and when trying to insert the menu options it is telling it can be used only for menu bars. Please help me with the steps in SE41.
Regards,
Srik
2008 Dec 04 9:15 AM
Hi,
context menu means RIGHT MOUSE CLICK
if you want it for normal screen then
just select normal screen
regards
Ramchander Rao.K
Edited by: ramchander krishnamraju on Dec 4, 2008 10:16 AM
2008 Dec 04 10:00 AM
Hi Ramchander,
I created accordingly selecting the normal screen and created the menu but they r not refelcting in the transaction. In the menu bar option I typed as BACK, code and text has come. I saved and activated.
is this only the procedure?
Help me out.
Regards,
Srik.
2008 Dec 04 10:03 AM
Hi,
You need to activate the screen where this STATUS has been declared or double click on the program and activate it , this activates all the components of the program
regards
Ramchander Rao.K
2008 Dec 04 11:01 AM
Hi,
Try double clicking the Main Program and activate it this activates all the includes PF Status Fm screens etc
It is always a good pracise in SE80 to activate from the main program itself.
thanks and regards
Ramchander Rao.K
2008 Dec 04 8:04 AM
Hi !! First create the PF Status in by using se41 then write the following code in the PBO module
e.g, here the screen no is 1010,
SET PF-STATUS '1010'.
hope this will help u
Regards
SHOAIB REHMAN
2008 Dec 04 8:07 AM
Hi Shoib,
I did that It took me to SE41. there how to include the options?
Regards,
Srik.
2008 Dec 04 8:21 AM
MY friend,
it will go SE41....
there u can create Menu Bar
Application Toolbar
Function Keys
thank u,
santhosh
Edited by: santhosh kumar on Dec 4, 2008 9:23 AM
2008 Dec 04 8:57 AM
hi..
just try frm se80 there you can create all the graphal part.
there in that GUI Status:
just create with some name.
and call the PF-status in your program
like: set pf-satus 'XXX" name
if it is module pool then creata module below PAI.
like:
module exit_screen_9000 at exit-command.
in that modules maintain:
module exit_screen_9000 input.
case sy-ucomm.
when 'BACK' or
'EXIT' or
'CANC'.
leave program.
endcase.
endmodule.
ok just try it,. it may useful to u.. all the best..
UR's
GSANA
2008 Dec 04 9:21 AM
Hi,
You need to create PF status for the screen.
When you assign a Function code to the button, it will become active.
Use se41 for creation of menu and buttons.
Reg,
Raj
2008 Dec 04 10:03 AM
2008 Dec 04 10:54 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |