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

Script problem

NAeda
Contributor
0 Likes
479

hello frnds

while i was trying to modify the script.. i have include some elements and windows in script.. but the values are not populating..!

while debugging the script i got these problem please suggest me regarding these....

Element EXCISE_INV window TITLE is not defined for form ZJ_1I_EXC_INVOIC

Element REPEAT window TITLE is not defined for form ZJ_1I_EXC_INVOIC

Element DOCU_NO window INFO is not defined for form ZJ_1I_EXC_INVOIC

Element TR_DETAILS window HEADER is not defined for form ZJ_1I_EXC_INVOIC

Element SRNOS window MAIN is not defined for form ZJ_1I_EXC_INVOIC

thnks

Aeda

2 REPLIES 2
Read only

Former Member
0 Likes
448

Hi,

Did you create new elements in your script?

Have you called WRITE_FORM fm to pass the values to these elements?

Thanks,

Shravan G

Read only

Former Member
0 Likes
448

Kindly check the error msgs

Element EXCISE_INV window TITLE is not defined for form ZJ_1I_EXC_INVOIC

Define element EXCISE_INV for window TITLE and then call this element in print program using write_form

similarly do for other error messages.

hope it will help.

anya