Application Development and Automation 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: 
Read only

User exit

Former Member
0 Likes
417

Hello frnds,

I hav a problem in user exit as i m new so facing problem can anyone hlp me.i giving detailed information about my requirement to u all.

user exit IT001

we have to create a user exit that checks that the fy of the reversal document is the same as the fiscal year of the reversed document

In on line transaction FB08 we take value filed RF05A-GJAHS. With this value check if equal last five digit of value in filed BSIS-BUDAT.

If equal TRUE, else FALSE

this was given

it is one user exit

plz tell me hw to do

loooking for ur replies.

thanking u

regards,

satya

3 REPLIES 3
Read only

Former Member
0 Likes
382

Hi,

First using OFFSET find the last five digits in BSIS-BUDAT.

Take this value into one TEMp variabl.

Now check the condition.

IF RF05A-GJAHS EQ TEMP.

.......stmts

ELSE.

stmts.

ENDIF.

Kishore.

Read only

Former Member
0 Likes
382

Hi

Try to check the FI validation: trx OB28

Max

Read only

0 Likes
382

Hi , Max

Thank u for ur reply.

Actually i m not getting an exit for this requirement. do u hav any idea for this exit.

looking for yr help.

regards,

satya