Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

user exit

Former Member
0 Kudos

hi i am doing a code fro an user exit !! in that by the help of the value in rv45a-kfrel i am checking whether the header billing plan is checked or the item billing plan is checked!! but the problem is that for transactions va21 and va22 the value is getting populated but for transactions va01 and va02 the rv45a-kfrel is always getting unchecked i.e the value is not coming !! can u guys plss tell me wat can be the reason!!!

2 REPLIES 2

Former Member
0 Kudos

Hi,

Check the field for VA01/VA01 there might be some other field you need to check. if it is some other field then

IF SY-TOCDE = 'VA01'.

.........................

.........................

elseif SY-TCODE = 'VA21'

......................

....................

endif.

Regards

Sudheer

0 Kudos

can u telll me which fields i should check!!!