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: 

CATA: time sheet problem

former_member251546
Participant
0 Kudos

Hi,

Good day guys

Ive dev the user exit for order conrformation which is iw41. its fine and its transport to QA also.

now funcitonal guys testing the CAt2 and CATA for time sheet filling and transport to target componets.

when he doing his testing with cata t.code,my user exit is kicking and gives the custom error. wht is the realtion between iw41 and CATA t.code?

my user exit name :EXIT_SAPLCORF_004. for iw41

i think, if i put transation code based condition, it wont be interfear with other transactions? but still ive dobut wht is the relation between iw41 and cata tcode?

can any plz tell me?

Regards

1 ACCEPTED SOLUTION

former_member183990
Active Contributor
0 Kudos

while creating time sheet put a break point at your exit code.and check for sy-tcode at runtime

and check for t-code it is called and do the same for iw41 as well

and according you have to put sy-tcode inside your program as well

because for eg: for BUP01 ,BUP02,BUP03 the tcode called will be FTP01512

and in case of FV60 and MIRO the tcode called internally might be FBA7

so please be carefull in putting checks

.

cheers

S.Janagar

3 REPLIES 3

former_member183990
Active Contributor
0 Kudos

while creating time sheet put a break point at your exit code.and check for sy-tcode at runtime

and check for t-code it is called and do the same for iw41 as well

and according you have to put sy-tcode inside your program as well

because for eg: for BUP01 ,BUP02,BUP03 the tcode called will be FTP01512

and in case of FV60 and MIRO the tcode called internally might be FBA7

so please be carefull in putting checks

.

cheers

S.Janagar

0 Kudos

Thank you..Just now ive put the break point & checked..CATA t.code check my user exit..



so i can put condition in user exit .like if sy-code  ne  'CATA'
                                                                 statement 1
                                                                  statement 2
                                                              endif.

plz let me if any other checks are required ? plz let me know

Regards

Edited by: balaji kiran on Apr 9, 2010 8:47 AM

0 Kudos

yes that is enough

cheers

S.Janagar