2007 Aug 13 1:33 PM
hI ALL
I WANT TO KNOW ABOUT PF-STATUS.
I AM DOING
MODULE STATUS_0100 OUTPUT.
SET PF-STATUS 'STATUS_0100'.
IF SY-UCOMM = 'BACK' OR
SY-UCOMM = 'EXIT' OR.
ENDIF
ENDMODULE.
WHAT SHOULD BE GIVEN IN FUNCTION TYPE
E,S,P,H OR NORMAL .IN MAINTAIN STATUS. SO THAT
WHEN I PRESS BACK IT WILL GO TO PREVIOUS SCREEN.
THANKS.
2007 Aug 13 1:36 PM
Hi
PF status is used to design your own MENU,APPLICATION tool BAR and other FUNCTION key's which is required for your own transaction program,
When you wants the facilities like, BACK,CANCEL,PRINT,SAVE etc on your own screen you have to design them in the PF status only
<b>Reward points for useful Answers</b>
Regards
Anji
Hi
PF status is used to design your own MENU,APPLICATION tool BAR and other FUNCTION key's which is required for your own transaction program,
When you wants the facilities like, BACK,CANCEL,PRINT,SAVE etc on your own screen you have to design them in the PF status only
<b>Reward points for useful Answers</b>
Regards
Anji
2007 Aug 13 1:36 PM
Hi
PF status is used to design your own MENU,APPLICATION tool BAR and other FUNCTION key's which is required for your own transaction program,
When you wants the facilities like, BACK,CANCEL,PRINT,SAVE etc on your own screen you have to design them in the PF status only
<b>Reward points for useful Answers</b>
Regards
Anji
2007 Aug 13 1:36 PM
Leave Function Type As BLANK.
IF SY-UCOMM = 'BACK'
Leave to screen 0.
OR
SY-UCOMM = 'EXIT' .
Leave Program.
ENDIF
ENDMODULE.
Regards,
Amit
Reward all helpful replies.
2007 Aug 13 1:37 PM
Hi,
Give the Blank value to the BACK statment, and give E as function type for Exit or Cancel, if you give this E then it will come out from the screen if there is any mandatory fields are empty
Regards
Sudheer
2007 Aug 30 9:31 AM
If you want to exit the screen or go back to the screen You need give 'E'
Regards,
Nageswar
2009 May 31 5:42 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |