‎2007 May 08 7:22 AM
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
‎2007 May 08 8:22 AM
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
‎2007 May 08 8:22 AM
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
‎2007 May 08 9:25 AM
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
‎2007 May 23 8:47 AM