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: 

TCODE

Former Member
0 Kudos

Hi Guys,

Is there any tcode available for call transaction and session method?

thanks in advance

7 REPLIES 7

Former Member
0 Kudos

Hi ramakrishna,

They are the methods in the BDC. there will not be any tcode for the same.

Reward points if useful.

Regards,

Atish

Former Member
0 Kudos

hi friend,

call transaction is a keyword whish helps us to call a Tcode form the report program ,

award points if useful dear,

thank you,

Regards,

Jagrut BharatKumar Shukla

Former Member
0 Kudos

Call transaction and session are the two methods to implements BDC.

You can use tcode <b>SHDB</b> for the recording purpose and then it will creat a program. When you execute the program you can go for either call transaction or session. If you go to session you need to go to tcode <b>SM35</b> to check the status of your session.

Please reward the helpful entries.

Regards,

Raman.

Message was edited by:

Raman Vinocha

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

For calling tcodes(transaction), you need to use these key words properly in code.

call transaction 'VA01'.

For more information on these,check this link.

http://www.sap-img.com/bdc.htm

Former Member
0 Kudos

The call transaction and call session are the methods in BDC .

There is no separate transaction for call transaction .

SHDB for recording purpose . ( Recording a particular transaction)

Former Member
0 Kudos

Hey Ramakrishna,

They are the methods for using upload the data to DB table. There are no t-codes available for those methods. You can write the code for that.

Hope this helps you. Reply for queries, shall post the updates.

Regards.

Kumar.

Former Member
0 Kudos

Hi

There is no special tcode for call transaction and session method ..

there is a transaction code for recording BDC using tcode SHDB .

there we can specify either call r session method

regards

suprith