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: 

Submitting program

Former Member
0 Kudos
76

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
56

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.

2 REPLIES 2

Former Member
0 Kudos
57

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.

0 Kudos
56

Thanks seshu..........it is working