2010 Feb 15 9:19 PM
Dear All,
I have created one module pool program with screen painter and along with menu painter. When I executive this program and some input data wants to come back the edit program. In this case I am getting an error when I press back (Push-button). The error name is This Function is not possible.
This message what every push button I press getting same error. I thought, I did some mistake in menu painter. Can any one pls explain me really what step I need to do.
Regards,
Chandra.
Dear All,
I have created one module pool program with screen painter and along with menu painter. When I executive this program and some input data wants to come back the edit program. In this case I am getting an error when I press back (Push-button). The error name is This Function is not possible.
This message what every push button I press getting same error. I thought, I did some mistake in menu painter. Can any one pls explain me really what step I need to do.
Regards,
Chandra.
2010 Feb 16 10:35 AM
you need to write code for that...
suppose exit button is there , then you need towrite like
CASE SY-UCOMM.
WHEN SY-UCOMM = 'EXIT'
LEAVE PROGRAM/TRANSACTION " Like that...
WHEN OTHERS.
ENDCASE.
2010 Feb 16 10:46 AM
Hi,
Try this
IF ( SY-UCOMM NE 'BACK' ).
CALL SCREEN 0130.
ENDIF.
2011 Jan 11 5:15 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |