2006 May 30 2:11 PM
hi,
i am using the standard print program :RFKORD00
and my standard form is F140_PAY_CONF_01.
I am using the all the elements in the same sequence
in my form which are present in the standard form.
Also, the elements are placed in appropriate windows.
Still I am getting the following error:
FB287 In form Z_PYTADV in window INFO text element 506 is missing...
(Z_PYTADV is the name of my form)
and similar error for few other elements.
Please guide me on how to eliminate this error.
Rgds,
Ravindra
2006 May 30 2:28 PM
Hi Ravindra,
First plz check whether u have declared element no. 506 in the INFO window or not. If not, please declare that.
Also, please check the following things.
1. whether the window name is same as that of stanadard form or not.
2. Window type is same or not.
3. All the windows are in corresponding pages or not.
4. If you are not using some text elements (eg: 500) then you can just write like below.
/E 500
/*
and leave it like that.
Please revert back if you need any other info.
Please reward with points if found helpful.
Thanks and Regards,
Nagendra
2006 May 30 2:14 PM
I think these errors may occur even in the standard...just run the standard program n chk this..
else u can simply put the text element mentioned in the window n keep it blank... n chk out
hope it helps..
Regards..
reward if it helps..
2006 May 30 2:23 PM
Hi
plz check if u hav included the window INFO in the <b>page windows</b> of the form page.
2006 May 30 2:28 PM
Hi Ravindra,
First plz check whether u have declared element no. 506 in the INFO window or not. If not, please declare that.
Also, please check the following things.
1. whether the window name is same as that of stanadard form or not.
2. Window type is same or not.
3. All the windows are in corresponding pages or not.
4. If you are not using some text elements (eg: 500) then you can just write like below.
/E 500
/*
and leave it like that.
Please revert back if you need any other info.
Please reward with points if found helpful.
Thanks and Regards,
Nagendra
2006 May 30 2:46 PM
Thanks nagendra..
The problem is solved.
i have awarded u 10 points.
Rgds,
Ravindra
2006 May 30 2:52 PM
Point no 4 of Nagendra was of great help.
But there is one more error which is coming :
FB 295 :Doc no xxxxx customer xxxx is not a payment; no output.
and also some similar errors.
Can anyone help ?