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

bdc calltransaction

Former Member
0 Likes
563

Hi Friends,

while updating the 10 records in MM01 T Code by using Call Transaction mode A update S, when 3rd record was error then what happens.

and as well as what happen when i take mode N update S

and as well as what happen when i take mode E update S

4 REPLIES 4
Read only

Former Member
0 Likes
546

In N mode : All the 10 records will be processed with error on 3rd.

In E Mode : System will display the screen (Errors Only) for 3rd rec. and when the user skips the screen processing continues.

Read only

Former Member
0 Likes
546

Hi,

Mode = 'A' -- Make you to watch all screens pertaining to the transaction.

Mode = 'N' -- You will not see any screens. it will process the transaction back ground.

Mode = 'E' It will display the screen where exactly the error is occuring.

Read only

Former Member
0 Likes
546

Hi,

When 3rd record was error,

Call Transaction mode A update S : Here when you press enter then only it will go to further process.All screens will display

when mode N update S :Here no need to press enter.Automatically

error record will skip and other records will get processed.No screens will display

mode E update S : Only error records will get display and when you press enter it will process other records.

Read only

Former Member
0 Likes
546

Mode 'A': You can view all the screens associated with the program

Mode 'N' : You will not see any screens. it will process the transaction back ground.

Mode 'E' : It will display the error screens

reward points if useful