‎2008 Apr 10 9:40 AM
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
‎2008 Apr 10 9:43 AM
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.
‎2008 Apr 10 9:45 AM
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.
‎2008 Apr 10 9:53 AM
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.
‎2008 Apr 10 9:54 AM
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