Problem pressing end button

Hi experts...
i've implemented the BADI   ORDER_SAVE for some cheks on  transaction save......
firstly i've confirmed a client, and i've tried to create a contact...press save button, my Z messages are raised and saving is blocked,....I press the back arrow for return on confirmation view..
then tried to create a new business transaction and as done previously, tried to save, Z messages raised, saving is blocked then i pressed the back arrow.....
at this point i pressed the end button on IC...and my Z message raised whed i've tried to save the business transaction reappers......
in debug i've find that the flow logic pass  via BADI ORDER_SAVE although i tried to end the confirmation of account and not to save a document......
Anybody can help me to understand this, and help me????
Best regards
Marco
Edited by: Menegazzo Marco on Jan 27, 2011 5:32 PM

Here is the code. I'm a newbi, so it's not good programming
DAD_14April contains the program with both green and red lights simulating a traffic light.
DAD_Test3 only has the red LED.
Still, the program will only run when he highlight execution is selected.
I have it set to produce a random number, display the red light, detect the signal from the switch, turn off the red light, and record reaction time.
One more problem: Sometimes, the DAQ assisstant does not start aquiring data fast enough to detect the trigger. How do I get it to start aquiring data as soon as the program begins to ensure that the switch depression is detected?
Attachments:
DAD_14April.vi ‏177 KB
DAD_Test3.vi ‏176 KB

Similar Messages

Maybe you are looking for

  • SQL Server 2008 Express edition install issue.

    Ok, i've been looking around forums for a while now and have not found a post similar to this one or one that offers a solution; so here it goes. I'm trying to install management studio and in the web platform installer i keep getting this error: "Yo

  • Some images not showing up

    Please can someone help. I have many images on my index page which all work fine. I added a new table as normal and the images will not come through. Checked ftp jpg is small images are there. This is the normal page www.casandras.co.uk this is the p

  • Deploying MDM  content in PI 7.1..

    Hello, I have a requirement to deploy MDM content in PI 7.1 server through ESR. But when I try to login into ESR with j2ee_admin or PISUPER user I get the below pasted error. The j2ee_admin and PISUPER users are also not able to login into RWB which

  • SSD Issues

    Hi all, Was very excited to get my new Mac Pro 6-core with a 512 SSD, but sadly getting a lot of problems. Freezing copying from CD to the SSD...has any one else had this problem? Also, say, installing itunes 10, and copying files in the background a

  • Insert into a table using select statement

    I have a table aa_table which alread has data for 3 columns now i need to insert the date for the 4th column C_id as shown below INSERT INTO aa_table s(s.c_id) values (select id from C_table c ,aa_table s where c.cin in( select s.cin from aa_table))