2012 Jun 27 4:47 AM
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
2012 Jun 27 5:37 AM
Hi Ricky,
Can you confirm which transaction and what are the exits you are using.
Regards,
Madhu.
2012 Jun 27 5:37 AM
Hi Ricky,
Can you confirm which transaction and what are the exits you are using.
Regards,
Madhu.
2012 Jun 27 2:47 PM
This is in IS Utilities module.
Tcode: FPR1.
FQEVENTS(like exits) : 0042 & 3040
2012 Jun 29 2:54 PM
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