cancel
Showing results for 
Search instead for 
Did you mean: 

Error Spool in f110

Former Member
0 Kudos

Hi All,

When was runing F110 payment process it generating two spool's.

One is working fine.other one is give some error msg like this - > window MAIN , the element 510-W (Text-W) is missing.

I have maintained in my script even though same erro it's showing.

Can any one suggest?

Thanks in adv.

Regards,

Brahmaji.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

make sure you are not only implementing the missing text-element but at least one line after it. You can decomment that line but as far as i remeber it is neccesary to have it.

depending on your control over the driver program you could as well decomment the part of the driver program where this text element is beeing called.

arul_murugan
Active Participant
0 Kudos

Hi,

Declare the Element in the MAIN window as mentioned below, if you are not passing any values

/E Element name

/*

i think it will work

Thanks

Arul