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: 

Table Update problem between EXIT1 & EXIT2

ricky_shaw
Contributor
0 Kudos
114

Hello Frnds,
My scenario is like this:

I have 2  exits say exit1 & exit2. My actual requirement is to set a flag in std table field(say fld1)
for every item(s).

The process flow is like:

1)EXIT1

2)EXIT2

3)commit work. After this the std db table flag gets updated.

Only EXIT1 is able to set flag for fld1 = 'X'. But there is no sufficient data(Doc#) flowing in at this time.

EXIT2 has run time data coming in via the importing params. It also has the field fld1 but still its unable to
set the flag.Also EXIT2 has update_task as IMPORT parameter.

I did some perform on commit in EXIT1 but it did not help.

How do i handle this situation? Do i need to use any update task..etc??


Please suggest.

thanks

1 ACCEPTED SOLUTION

madhu_vadlamani
Active Contributor
0 Kudos
80

Hi Ricky,

Can you confirm which transaction and what are the exits you are using.

Regards,

Madhu.

3 REPLIES 3

madhu_vadlamani
Active Contributor
0 Kudos
81

Hi Ricky,

Can you confirm which transaction and what are the exits you are using.

Regards,

Madhu.

0 Kudos
80

This is in IS Utilities module.

Tcode: FPR1.

FQEVENTS(like exits) : 0042 & 3040

0 Kudos
80

Hi Ricky,

I think you are referring to the same link posted by you: http://scn.sap.com/thread/3196396.

in ISU utilitites:

So , you can try using FQEVENTS: 3000.

Thanks

Hari