Application Development 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: 

sap-script error

Former Member
0 Kudos
548

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
174

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

5 REPLIES 5

Former Member
0 Kudos
174

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..

Former Member
0 Kudos
174

Hi

plz check if u hav included the window INFO in the <b>page windows</b> of the form page.

Former Member
0 Kudos
175

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

0 Kudos
174

Thanks nagendra..

The problem is solved.

i have awarded u 10 points.

Rgds,

Ravindra

0 Kudos
174

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 ?