‎2008 Mar 18 10:46 AM
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
‎2008 Mar 18 11:07 AM
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
‎2008 Mar 18 11:10 AM
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