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

call transaction

Former Member
0 Likes
460

hi all,

while recording i hav selected 'no batch input session'.

so how how can declare it in program as am using call transaction method.

points will be rewarded.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
439

I have obviously now read your question properly and realised I have answered something completely different.

Edited by: Martin Shinks on Jun 11, 2008 11:39 AM

hi all,

while recording i hav selected 'no batch input session'.

so how how can declare it in program as am using call transaction method.

points will be rewarded.

thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
440

I have obviously now read your question properly and realised I have answered something completely different.

Edited by: Martin Shinks on Jun 11, 2008 11:39 AM

Read only

Former Member
0 Likes
439

hey vindhya,

well to use call transaction method is quite an easy technique.

you are to use "call transaction statemnet in the code...the constituency is like follows....

CALL TRANSACTION <transaction code>

USING <bdc table>

OPTION FROM <opt>

MESSAGES INTO messtab

since ur using call transcation method.

no need to use bdc open ,insert. close statemnets,

this statement alone goes to show the usage of call transaction method.

hope its helpful in someway

reward if helpful.

take care