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- doubt clarify

Former Member
0 Likes
999

hi gurus , in call transaction - there r 3 modes , n , a, e is it similar with asynchronous , synchronous , local , if there is difference wats that ? wat exactly happens if we handle this 3 modes ? & when at wat situation we handle this 3 modes

Note: if u specify with example its little bit easier in realstic experience . AWARD POINT EXITS FOR BETTER CLARIFICATION

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
979

Hi,

Synchronous and Asynchronous are for update.

Modes A, N, E are processing modes,

If you use 'A' : While processing it will take you to all the screens for that transaction.

If you use 'N' : While processing it will not take you to all the screens for that transaction(NO screens will be available).

If you use 'E' : While processing if any error occurs only that screens will be visible.

Thanks,

Sriram POnna.

8 REPLIES 8
Read only

Former Member
0 Likes
980

Hi,

Synchronous and Asynchronous are for update.

Modes A, N, E are processing modes,

If you use 'A' : While processing it will take you to all the screens for that transaction.

If you use 'N' : While processing it will not take you to all the screens for that transaction(NO screens will be available).

If you use 'E' : While processing if any error occurs only that screens will be visible.

Thanks,

Sriram POnna.

Read only

0 Likes
979

THANKU , THEN WAT ABOUT LOCAL MODE ??

Read only

0 Likes
979

Hi,

L Local updating.

If you update data locally, the update of the database will not be processed in a separate process, but in the process of the calling program. (Refer to the keyword documentation of SET UPDATE TASK LOCAL for more information.)

Thanks,

Sriram Ponna.

Read only

0 Likes
979

Thanks sriram , if u doint mind one more question ...

what is recording ? after completion of recording we select session or call transaction mtd with respect to requirement right ..,

is it recording is the method of data conversion ..??

if we want to convert data , recording is mandatory ? if not then wat r other different ways in conversion ..?

under wat criteria we go for recording ?

PLZ CLARIFY ME -- SRIRAM

Read only

0 Likes
979

Hi,

Recording is compulsory for data upload for both session method and call transaction method.

Recording the process of capturing the fields of the transaction code.

If you want to upload any data to a particular transaction, we will be going to recording.

Thanks,

Sriram Ponna.

Read only

0 Likes
979

HI ABAPERS

what is recording ? after completion of recording we select session or call transaction mtd with respect to requirement right ..,

is it recording is the method of data conversion ..??

if we want to convert data , recording is mandatory ? if not then wat r other different ways in conversion ..?

under wat criteria we go for recording ?

Read only

0 Likes
979

THANKS SRIRAM

u solved my doubt - i have few more doubts can i ask u .. guide me abaper plz

Read only

Former Member
0 Likes
979

hi

good

go through this link, which will give you better idea about the CALL TRANSCTION.

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/call_tra.htm

THANKS

MRUTYUN^