cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript form error

Former Member
0 Kudos

Hi ,

I am working on goods receipt / goods issue slip .

I used output type WA01 and copied the standard form to zform.When i designed my layout ,after the configurations my form is attached to the standard program SAPM07DR.

for goods receipt it is attached to the program in wa01, and for goods issue to the program in we01.

But when i execute the t-code mb02, its creating express message saying update terminated by the author xxxxxx.

from sm13, it points to error message 426 element kopf or 427 WINDOW KOPF.

some times its hitting other forms and dispyaing messgs w1kopf or we2kopf .

my func people are telling that the output type which we created is already used by some one in my project with the same program name.

when they attach my form to this , its working.But when we take out their form and attach my form to the program in that out type , its creating express documents.

do i need to copy SAPM07DR program into zprogram and then attach my form to that.

thx.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It is not required to copy into zprogram.

Just goto form paniter transaction,you need to uncomment the text element.

Looks like you or someone commented the text elements,these are mandatory.

just uncomment the text element ,you can comment the the below text or paragraph format.

Thanks

Seshu

Former Member
0 Kudos

Hi Seshu,

text element is uncomment.

its like in main window

/E KOPF

and in footer

/E FUSS

Former Member
0 Kudos

I am not sure why you are getting.

goto se71 -> utilities -> activate debugger and also keep the break point at print program at window text element.

Check in debugging,i guess formatting problem or window text element problem.

Thanks

Seshu