2007 Jun 11 10:30 PM
Hi again,
This time with new issue, I have three programs in sequence, the user don't want to execute all three in sequence, instead they want to execute only once. Now in my first program i have submitted the second program with all the selection-sets, now i had submitted my third program with the details from the second program.
First program is going to display a selection screen, now i am going to supply the external file, now the second program picks up the value and creates a vendor invoice document, and the third program is going to update my business area in different table.
My problem is: Everything is working fine. ie. my first program validates the file, second program creates the document, but the third program is not at all triggering. The important thing is, It is triggering the program if i set a breakpoint in the third program and everything works as expected.
To my knowledge: When i am debugging the program it is assigning the document number but it is not actually exist in the database, once the message 'Document number XXXXX created' comes it is updating database, but my third program is not triggering at all after this part.
Don't know what to do? Striving my best.......please share your views.
2007 Jun 11 10:32 PM
are you using any bdc program ? or BAPI
if it is BDC Call transaction use Update mode 'S'..
if it is BAPI then use wait 10 seconds.
2007 Jun 11 10:32 PM
are you using any bdc program ? or BAPI
if it is BDC Call transaction use Update mode 'S'..
if it is BAPI then use wait 10 seconds.
2007 Jun 11 11:08 PM