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: 

call transaction method

Former Member
0 Kudos

Hi Experts,

I would like to know .. whether work can be alloted[[ data can be trasfered ]] in background in call transaction..

Kindly reply me

Thanks in advance

Santosh

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

use CALL TRANSACTION <,,,,,,> MODE n.

where n cab be one of the following -

"A" Processing with display of screens

"E" Display of screens only if an error occurs

"N" Processing without display of screens. If a breakpoint is reached in one of the called transactions, processing is terminated with sy-subrc same as 1001. The field sy-msgty contains "S", sy-msgid contains "00", sy-msgno contains "344", sy-msgv1 contains "SAPMSSY3", and sy-msgv2 contains "0131".

"P" Processing without display of the screens. If a breakpoint is reached in one of the called transactions, the system branches to the ABAP Debugger.

For you it is N.

Regards,

Amit

Reward all helpful replies.

11 REPLIES 11

amit_khare
Active Contributor
0 Kudos

use CALL TRANSACTION <,,,,,,> MODE n.

where n cab be one of the following -

"A" Processing with display of screens

"E" Display of screens only if an error occurs

"N" Processing without display of screens. If a breakpoint is reached in one of the called transactions, processing is terminated with sy-subrc same as 1001. The field sy-msgty contains "S", sy-msgid contains "00", sy-msgno contains "344", sy-msgv1 contains "SAPMSSY3", and sy-msgv2 contains "0131".

"P" Processing without display of the screens. If a breakpoint is reached in one of the called transactions, the system branches to the ABAP Debugger.

For you it is N.

Regards,

Amit

Reward all helpful replies.

0 Kudos

Hi Amit,

Thanks for the reply..

I just want to know whether Call Transaction method can do transfer data in background work.. i mean just like session method..

Just i want to know the difference between session methods background work and call transaction method ... No screen mode [ back ground work]]

Thank You

Santosh

0 Kudos

Session method ill create a session in the SM35 tcode, whic even can be sceduled for later run.

Call transaction method do not create the session and directly execute on call.

Check this link for more detail -

Regards,

Amit

0 Kudos

Hi Amit ,

Thank you for the concern

Just if interviewer asks you whether call transaction used for background process or not??

What would you reply???

Thanks in advance

Santosh

0 Kudos

As I said in previous post; Yes.

Regards,

Amit

Reward all helpful replies.

0 Kudos

Hi Amit,

Thank you..

Sorry to bother you ..

Do u have any idea on POST_LOCAL

regarding this CALL TRANSACTION METHOD 's background work..

Thanks in Advance Amit

Santosh

0 Kudos

POST_LOCAL - switch on local update

This is optional parameter.

it is one of the importing parameter in BDC_INSERT function module.

Regards,

Amit

Reward all helpful replies.

0 Kudos

Hi Amit,

Well and Wish

Thanks for the response

i would like to ask you .. what is the difference between local update and synchronous and asynchronous method

thank you

santosh

0 Kudos

Check this link for the update methods.

Regards,

Amit

Reward all helpful replies.

0 Kudos

Hi amit,

where do you get these links which you have sent to me

Can you reply me regarding that as i have so many doubts on many areas..

I want to check ...

Thanks

Santosh

0 Kudos

Just spend some time and search the forum before posting.

Regards,

Amit

Reward all helpful replies.