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

Regarding sap script & print program

sreeramkumar_madisetty
Active Contributor
0 Likes
583

Hi

I was added an logo to the existed sap script and i am converting my script output to PDf and sending as email.

In this process i am getting the output perfectly without logo(sap script is there without logo initially).

But with logo while i am processing , I am getting the error message that

"TD 427: Element UCB_LOGO" in my Inbox.

How I rectify this error.

Please suggest me any ideas.

<b>Points are assured for useful answers.</b>

Regards,

Sreeram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
544

Hi Sreeram,

perhaps the longtext of the message give you a hint:

&CAUSE&

A text element was entered which is not defined in the specified form

window.

&SYSTEM_RESPONSE&

The function was ignored.

&WHAT_TO_DO&

Please specify a text element defined in the form window. You can

determine the names of text elements in form windows using the SAPscript

form maintenance transaction.

Seems, that the text element called in your print program doesn't exist.

Best regards

Stephan

3 REPLIES 3
Read only

Former Member
0 Likes
545

Hi Sreeram,

perhaps the longtext of the message give you a hint:

&CAUSE&

A text element was entered which is not defined in the specified form

window.

&SYSTEM_RESPONSE&

The function was ignored.

&WHAT_TO_DO&

Please specify a text element defined in the form window. You can

determine the names of text elements in form windows using the SAPscript

form maintenance transaction.

Seems, that the text element called in your print program doesn't exist.

Best regards

Stephan

Read only

Former Member
0 Likes
544

hi

since ur changing some std script...did u assign the form after adding the logo window....if not assign it ...through SPRO.

hope this helps

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
544

Hi

It's Answered.