What happens when an error record appars

Hi ABAP Gurus,
               Iam phaneendra can anybody explain in detail
  what happens when there is an error  record exist while processing a  session in session method and in call transaction.
ie, out of 10 records 7th one is error let it be then what happens to 6 redords that 7th record and 8th 9th 10th records.
               and also what is assychronous and synchronous
  process .thatly in updation.
good answers( helpful answers must be rewarded)
regards,
phaneendra.

Hi,
This is BASIS forums can you put this query in abap forums and get the proper soluiton.
Regards,
Anil

Similar Messages

  • What happen when an error occurs during Snapshot-Refresh?

    Hi,
    I would like to know what happens, when an error occurs
    during a refresh (COMPLETE-REFRESH) of a snapshot?
    Is there a possibility for exception-handling??
    During a complete refresh the data in the snapshot will be deleted an the requested new from the master-side. Now when
    an error occurs during the refresh what happens with the "old" data of the snapshot??? Will it be lost?
    Thanxx
    Schoeib

    Each thread has its own error state. To get the results for a thread (including error result), you need to have a wait step which waits for it. If a thread has an error and you wait for it, you will get the error at the wait step that waits for it.
    If your main thread has an error and you want some worker thread to exit, you should add code to the cleanup of your main thread's sequence which signals the worker thread to exit (you should already have some sort of mechanism for signaling the worker thread to exit (there are many ways to do this, for example, a boolean variable passed by reference to the new thread's sequence, or a TestStand notification).
    If your main thread is getting an error, but is stuck inside a step, that problem is probably specific to something your code is doing, that is not the normal behavior of TestStand. You will need to provide more details or an example sequence in order for us to better understand what is happening.
    Hope this helps,
    -Doug

  • What happen when an error occur when there are 2 threads running ?

    Here is my execution :
    My MainSequence calls another sequence in a new thread. This sequence call a VI continuously
    When an error occur in the MainSequence, nothing happen : The step with the error in Mainsequence is still in execution state (with the arrow in front of it)  and the VI in my 2nd thread is still running. All I can't do is terminate all thread
    Is this behaviour normal ? What is the mean to solve this problem (maybe calling the 2nd sequence in a new execution ?)
    Thanks for your answer
    Laurent

    Each thread has its own error state. To get the results for a thread (including error result), you need to have a wait step which waits for it. If a thread has an error and you wait for it, you will get the error at the wait step that waits for it.
    If your main thread has an error and you want some worker thread to exit, you should add code to the cleanup of your main thread's sequence which signals the worker thread to exit (you should already have some sort of mechanism for signaling the worker thread to exit (there are many ways to do this, for example, a boolean variable passed by reference to the new thread's sequence, or a TestStand notification).
    If your main thread is getting an error, but is stuck inside a step, that problem is probably specific to something your code is doing, that is not the normal behavior of TestStand. You will need to provide more details or an example sequence in order for us to better understand what is happening.
    Hope this helps,
    -Doug

  • What happens when error record

    Hi ABAP Gurus,
    Iam phaneendra can anybody explain in detail
    what happens when there is an error record exist while updating a session in session method and in call transaction.
    ie, out of 10 records 7th one is error let it be then what happens to 6 redords that 7th record and 8th 9th 10th records.
    and also what is assychronous and synchronous
    process .thatly in updation.
    good answers( helpful answers must be rewarded)
    regards,
    phaneendra.

    Hi,
    In Session Method all the 9 records will be updated except the &7th record(error record). u can get the error information in SM35.
    In call tranasction method it depends upon the mode(A,N,E). In all screen mode system will stop at 7th record and all the previous 6 records will processed. In No screen mode all the 9 records will be updated except the 7th record(error record). and track the error u have to use BDCMSGCOLL in ur program(for call transaction).
    Asyn-- System does not wait for Acknowledgement. but in Syn--- System waits for acknow.  For this reson Asyn process is fast as compare to Sync.
    Thnaks,

  • HT1498 An error occurred loading this content.  Try again later.  This is what happens when trying to watch a movie on Apple TV. Have paid for this

    An error occurred loading this content. This is what happens when trying to a movie I have purchased

    Hello, fortfrances
    You may find this article helpful when troubleshooting issues with your Apple TV. 
    Apple TV: Basic troubleshooting
    http://support.apple.com/kb/ht1551
    Cheers,
    Jason H. 

  • TS3694 What happens when the iPhone needs an activation and it doesn't respond? Then it asks me to restore it but due to an unknown error (-1) the iPhone can't be restored.

    What happens when the iPhone needs an activation and it doesn't respond? Then it asks me to restore it but due to an unknown error (-1) the iPhone can't be restored.

    Thank you for your response. However, I have done that plenty of times and each time I try to restore my phone, it extracts the software and then when it says restoring with the loading bar, an error message comes up saying an unknown error has occurred.

  • What happens when you get Error 1905??

    ERROR 1905 MODULE C:/PROGRAM FILES/ITUNES/ITUNESMINIPLAYER.DLL
    FAILURE TO UNREGISTER
    HRESULT-2147200472
    CONTACT YOUR SUPPORT PERSONNEL
    Okay...so what do I do? After this it goes to "stopping services", but says it is unable to do that. Then when I open I-tunes it says that the part of the program where the computer connects to the ipod was not installed correctly. this is soooo frustrating. my brother's had an ipod shuffle for about 2 years so itunes was already installed. i was just trying to update it so my ipod video could be read.
    iPod with Video   Windows XP  

    Sorry no but here is some info anyway,
    We increased MaxPermSize from 192 to 512
    We also increased min and max JVM Heap size to 768 and 2048 respectively.
    Since then I think we have not experienced this problem more than once.
    We also have one server with the default parameters and it seems to work fine.
    I believe that size, and number of simultaneous request/responses have an impact  on this.
    We will now install the latest updates and after that decide whether to start logging jvm activities or not.
    Best regards
    Lennart
    Från: Neo Rye [email protected]
    Skickat: den 28 november 2012 06:44
    Till: Lennart Risfelt
    Ämne: what happens when you  get a "PermGen space null" error?
    Re: what happens when you get a "PermGen space null" error?
    created by Neo Rye<http://forums.adobe.com/people/Neo+Rye> in ColdFusion - View the full discussion<http://forums.adobe.com/message/4879436#4879436

  • What happens when we delete trillion records and issue a commit.

    Q1. what happens when we delete trillion records and issue a commit and also is there any way to calculate that how much time this commit will take to complete the process?
    Q2. how do interpret the oracle execution plan?
         cost, cardinality, rows, etc...

    dba wrote:
    Q1. what happens when we delete trillion records and issue a commit and also is there any way to calculate that how much time this commit will take to complete the process?Since you're modifying the blocks, Undo will be generated for the modified data and change vector will be recorded in the redo log buffer.(and surely your records will be deleted ;) )
    The timing of a Commit doesn't depend on the size of transaction.
    dba wrote:
    Q2. how do interpret the oracle execution plan?
         cost, cardinality, rows, etc...Oracle documentation should help you, just google for that. You should also visit 'asktom.oracle.com' for the topic. I'm going through a book 'Troubleshooting Oracle Performance' written by Christian Antognini and I feel it contains very good explanation on such topics.
    Regards,
    S.K.

  • TS3694 What happens when I get the error code 3194? Is my ipod "dead"?

    What happens when I get the error code 3194? Is my ipod "dead"?

    Make sure you are using current iTunes on your computer. Click the iTunes Tab at the top of this page. Or try to Restore your iPhone with a different computer.

  • What happens when you  get a "PermGen space null" error?

    We have resently installd CF 10 64 bit om three new windows 2008 R2 servers.
    One of them keeps generating an error "PermGen Space null" when processing CF script files.
    There is nothing special about the scripts resulting in error
    we have tried to increse Maxpermsize from 192m to 768m but that had no effect.
    the other two servers seems to bee doing fine.
    Any ideas what to do?

    Sorry no but here is some info anyway,
    We increased MaxPermSize from 192 to 512
    We also increased min and max JVM Heap size to 768 and 2048 respectively.
    Since then I think we have not experienced this problem more than once.
    We also have one server with the default parameters and it seems to work fine.
    I believe that size, and number of simultaneous request/responses have an impact  on this.
    We will now install the latest updates and after that decide whether to start logging jvm activities or not.
    Best regards
    Lennart
    Från: Neo Rye [email protected]
    Skickat: den 28 november 2012 06:44
    Till: Lennart Risfelt
    Ämne: what happens when you  get a "PermGen space null" error?
    Re: what happens when you get a "PermGen space null" error?
    created by Neo Rye<http://forums.adobe.com/people/Neo+Rye> in ColdFusion - View the full discussion<http://forums.adobe.com/message/4879436#4879436

  • What happens when HTTPS communication fails during certificate check?

    Hello Experts,
    I have a scenario where a Bapi functionality(server proxy) is exposed as a webservice .
    So scenario will be SOAP -> XI -> Proxy (calls a BAPI)
    Here we are going to use HTTPS (SSL).
    I would like to know :
    What happens when a check for certificate validation fails in XI? It may be due to invalid certificate, expired certificate or a request from unauthorised user-
    - Will it be raised as a exception and we need to do some  configuration to inform it back to Sender?
    - Will the message fail in Moni with red flag ?
    - Alerts will be created ?
    Please share your experiences and expert sugestions.
    Thanks in Advance!!
    Regards,
    XI Queries.

    Hi Abhishek,
      Thanks for the reply. I will keep this in mind and design the scenario & error handling accordingly.
    Appropriate points awarded
    Kind regards,
    Xi Queries.

  • What happens when CTAS fails?

    Hi,what happens when CTAS fails?
    Will the table be created with as much data as it fetched before the error occurred.

    Just try it and you will see:
      1  create table test_table as
      2  select rownum/(case rownum when 5 then 0 else 5 end) as rn
      3  from dual
      4* connect by level < 10
    SQL> /
    select rownum/(case rownum when 5 then 0 else 5 end) as rn
    ERROR at line 2:
    ORA-01476: divisor is equal to zero
    SQL> desc test_table
    ERROR:
    ORA-04043: object test_table does not exist
    SQL>

  • What happens when you cant login or anything on itunes?

    It wont let me login to anything redeem cards open anything!

    What happens when you try to login? Error messages?

  • What happens when you transfer contents?

    I have my desktop backed up on a MyPassport Ultra. This computer runs Windows Vista Home Premium.  I am in the process of setting up a new laptop with Windows 8.1 which I understand about this || much. What happens when you transfer the contents? I understand that you plug the MyPassport into the laptop and it should direct me how to install what has been backed up. But what will it look like on the new computer? Will the folders be in the same directories? Where will they be stored? And can someone confirm what will NOT be backed up and transferred? I was told it would be programs that I installed, such as Paint Shop Pro, etc.
    Would be very grateful for any assistance

    Well! That was so much more painless than I thought, LOL. The transfer went well and I had no problems finding the files, but I apparently have not set the rules for what to copy, right. I understand from p.46 of the manual, Backing Up Files, that you select what to copy from the drop down menu under the PC/Dropbox icon. In my case that only offers Acer  (C, Data (D, and MyPassport. I chose Acer (C, thinking it copies everything on the computer except program files. But it did not copy a specific category (?) named in this image "Working".  Can you tell me what I've done wrong so I can correct it before I lose something? It would be my luck.

  • What happen when sy-subrc fails

    Hi,
    I want to know that what happens when sy-subrc fails . is there any example for it.

    Hi,
    Its a system variable which is used to check whether a particular stmt was successful or not.
    The purpose of this field to indicate success/failure of any action in SAP. After each statement in SAP is executed, the SY-SUBRC is set depending on the result of the statement. the SY-SUBRC can contain the following values.
    0 - This value is set when the statement is executed successfully.
    2 - This value is set when the statement is executed unsuccessfully.
    4 - This value is set when the statement is executed unsuccessfully.
    8 - This value is set when the statement is executed unsuccessfully.
    12 - Specified object not maintained in the user master record.
    16 - No profile entered in the user master record.
    24 - The field names of the check call do not match those of an authorization. Either the authorization or the call is incorrect.
    28 -Incorrect structure for user master record.
    32 - Incorrect structure for user master record.
    36 - Incorrect structure for user master record.
    For more deatils please go through the link [http://help.sap.com/saphelp_47x200/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm]

Maybe you are looking for