Register Login

Ignore error message

Updated May 18, 2018

Hello,

I'm facing following problem :

I'm trying to automate the processing of a screen SAPMNPA10.0400, this is that the user does not see this screen, but that it processes in the background.

This screen however has 2 tab pages and I need to fill data on these two tab pages.
When I go to the second tab page however, I receive an error message, and the screen 'hangs', does not process any further until you confirm the error message.

How can I ignore this error message and go on with the processing of the screen, fill in the second tab page, and so solve the error message?
I have tried everything, with Retry on error, and OnError="Continue"
but do not succeed.

coding of my screen:

script SAPMNPA10.0400( when I'm in the first tab page, i invoke an
input script which calls the second tab page)
if V[_title=EDK Afspraak wijzigen: gegevensscherm] AND not F[Planning
beëindigd]
Enter process="EDKInschri jving.txt" OnError="Continue"
ENDIF

inputscript EDKInschrijving. txt (go to the second tab page):
Screen SAPMNPA10.0400
Enter "=TS_EADM_FC2" OnError="Continue"

the error message is received when going to the second tab page. this error message comes on the screen saplsbal_display. n0120 I have tried already to put an Enter "/12" in this screen script, but on the moment of entering the second tab page, guixt does not get there, but stays on screen SAPMNPA10.0400.

any ideas how i can resolve this?
many thanks,
 


Comments

  • 07 Jan 2011 10:38 am rekha
    My apologies ahead of time if you've already tried this but... have
    you tried recording the script and running through the screens
    manually? I bypass many error/warning/ info messages in my GuiXT
    scripts and have found recording the script is the best way to get
    all the "screen..." lines and "enter..." lines correct.

×