cancel
Showing results for 
Search instead for 
Did you mean: 

element "item_component" window main not defined for form "zxxxx"

Former Member
0 Kudos

Hi all,

      i got an error "element "item_component" window main not defined for form zfff "

Anyone suggest on this ..

Accepted Solutions (1)

Accepted Solutions (1)

edgar_nagasaki
Contributor

Hi Pavan,

Your printing program is calling a text element from you sapscript that in fact does not exist.

Figure out if this element is really needed to be printed (so would be an issue in program) and, if yes, why it's not in your form (would be a form issue). Look for item_component in both program and form window main and understand your scenario first. Easiest way to make this error to not come out is to comment lines in your program where element is called (but would be a workaround, proper action would be to understand why it's being called).

Edgar

Answers (3)

Answers (3)

Former Member
0 Kudos

closing this conversation

hiriyappa_myageri
Participant
0 Kudos

Hi  Pavan,

the Element is not defined in you form in global definitions.

this element tem_component is not defined in you smartform .


check in global definitions.


Thanks & regards,

hiriyappa.

VijayCR
Active Contributor
0 Kudos

Are you calling your element using the write form anywer?