Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in SAp Scripts regarding the Elements?

Former Member
0 Likes
428

Hi Guys,

I am changing the program done by other guys.i am getting an error like

In form ZF110_CAN_CHECK1 / window MAIN , the element 510-B (Text-B) is missing .In main window we are having of that script i was able to see some numbers like 510 511 and 512 like that so many like this /E 510.

so any body can tell me what's the problem?

Thanks,

Gopi.

1 REPLY 1
Read only

Former Member
0 Likes
342

Hi,

When you see "/E" it means it's the script command saying anything that you give in that line is an ELEMENT.

This Element is called by your print program when you are executing the Sapscript to do necessary action.

You are getting an error saying 510 element is missing.

Please check if it's commented out with "/*" or may be "B" is mistakely used to represent Bold text. Plz take off that....or change it...play with it....am sure you wont see the error.

I hope it helps.

thanks.