Application Development and Automation 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: 
Read only

BDC - Stop at screen

Former Member
0 Likes
1,507

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

3 REPLIES 3
Read only

Former Member
0 Likes
828

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....

Read only

0 Likes
828

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 .

Read only

Former Member
0 Likes
828

Sloved !

delete the /back after the point you

want to stop