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

Method call transaction of batch input.....problems

Former Member
0 Likes
662

Hi Guys,

i have noted a problem with this kind of batch input (interactive). Each time i execute a call transac. for each operation or transaction, can not complete some. For resolve it, sometimes i must give more time (using a wait up to instruction). Exist

any way that i can be safe that a operation or transaction be executed with success with this method '?????.

Greetings

JC

4 REPLIES 4
Read only

Former Member
0 Likes
633

Hi,

What is the update mode which you are using.

Use synchronus update in call transaction.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
633

I AM USING .... :

bdcoption-nobinpt = 'X'.

bdcoption-dismode = 'N'.

bdcoption-updmode = 'U'.

AND

CALL TRANSACTION 'VA02' USING bdcdata

OPTIONS FROM bdcoption.

JC

Read only

0 Likes
633

How can i specific this mode ???? (sincro..)

JC

Read only

Former Member
0 Likes
633

My test was a success !!!!

i used this :

bdcoption-updmode = 'S' (syncro..)

thank you very much !!!

JC