‎2009 Dec 29 4:24 PM
hey ,
i want to create BDC to go via some screens and input data and stop at the last screen .
run va02->vici->vi01 - shipment cost simulation.
in the end of the bdc recording i wrote intention error in order to stop the bdc at my screen but when i want
to leave the screen i have to push 3 times back vi01->vici->va02 .
is there any simple way to stop at screen with bdc and leave after to the program that called the bdc ?
Regards
ASA
‎2009 Dec 29 8:39 PM
are you trying to do /n to go to the next transaction in the BDC session?
If not, you could try leaving out the OK code for the screen where you want to stop, but no guarantees that the BDC would actually continue without the additional /n command....
‎2009 Dec 29 8:55 PM
hey dave ,
the recording is from one transaction to another , from va02 TO vici AND TO vi01 in simulation mode ,
between those transaction there is no /N .
i tried after VI01 to leave with /N , /NEND but it go's back to VICI and then to VA02 ( back in the order of the BDC stack ).
what do you mean by leaving out to ok code ? can you post sample code .
thanks
ASA .
‎2009 Dec 30 6:25 PM