cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MODULE POOL

0 Likes
631

i have a code in module pool tab1 tab2 tab3

IF SY-UCOMM = 'YES2'. tab2


amnt required ...........
YNFA-BUD_AMT = YNFA-AMT_REQ. budget no yes < pushbtns>
ELSEIF SY-UCOMM = 'NO2'. amnt ..............
CLEAR YNFA-BUD_AMT.
ELSEIF SY-UCOMM = 'JUSTY'.
CALL SCREEN 1009.

ENDIF.

when i click on yes i gets me the same value but when i click on no it not gets clear

on the screen when i click on NO pushbutton it not gets clear but while am debugging this it works perfect

View Entire Topic
Former Member

Hi Ankit,

Please could you elaborate it more ?

Jelena_Perfiljeva
Active Contributor
0 Likes

I'm also not able to understand the question or what OP is trying to achieve exactly.