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

Text Element error in SAP script

Former Member
0 Likes
2,584

Hi All,

I have modified a sap script and now getting print perfectly without any flaws.

But system is raising an error log in spool (Tcode: SP01) as below..

In form ZFFIAP_PMNT_RMTT / window MAIN , the element 610-C (Text-C) is missing.

When i checked the MAIN window of sap script, there is a text element with name 610-C.

How to resolve this error..????

Please Help me...

Regards

Pavan

6 REPLIES 6
Read only

Former Member
0 Likes
1,285

Hi,

If the output is coming properly, if it is a warning/error, ofcourse we can forget it.

But check whether that element exists in script or not.

If it is there, whether it is commented or not?

Might be in the write_form that Text element was used, so it will be throwing that error.

If it is there in MAIN window, this error should not come.

check by commenting it or removing the comments.

regards,

Anji

Read only

Former Member
0 Likes
1,285

Hi,

This type of errors will come when you have element in the Script and not maintained in the Driver program, checkout the Driver program whether the Element is used or not, if that is not used then Coment that element code and rerun, then you won't get this error

Regards

Sudheer

Read only

Former Member
0 Likes
1,285

Hey just try doing this.

1) Try doing a syntax check on the form for that print program.

FORM->CHECK->TEXTS

See if u get any errors or warnings. If no errors then do this.

Create one more text element with the same name in the MAIN window and see if u get still the same errors in the spool. If u don't get that means the old text element has been commented for some reason.

Cheers,

Sam

Read only

0 Likes
1,285

Thanks for your inputs.

I have checked the Driver Program. There is no text element '610-C' used in WRITE_FORM statements in the driver code.

There is no such element in the MAIN Window of sap script.

Still i m facing same error.....

"In form ZFFIAP_PMNT_RMTT / window MAIN , the element 610-C (Text-C) is missing"...

What might be the reason..????

I have checked other window too for such text element...

If i create a text element "610-C" in the MAIN window of sap script, still same error is being created as log file in Spool (SP01). INterestingly this error is not creating any impact on script printing...!!!

Can anyone help me.....????

Regards

Pavan

Read only

0 Likes
1,285

Hi PAvan,

You can ignore this as long as it is not affecting your output. But how sure are you that it wont affect in all scenarios. May be you can do and end to end thorough testing for all possible scenarios and then ignore it if its not affecting any of ur outputs.

Also, did u try doing a code check in SE71 as I had mentioned earlier. Please perform a syntax check and a Code check on the form. U shud be able to figure it out there. Let me know your findings.

Reward points if useful...

Cheers,

Sam

Read only

0 Likes
1,285

Hi ABAPers,

I am into ECC6 upgrade project i am getting the similar problem for text element 610-F. But the script is not printing when i compared with 4.7 system everything(Print program & script) is fine there with the same data why i am getting this porblem only in ECC6 system

Can you please suggest me how to resolve this issue.

Regards,

Ramahari.