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: 

Can a Report program Display a Form.?

Former Member
0 Kudos

Hi Guys,

I am having a doubt regardin a program name : RMO71DRU.this program is a Executable program.When i am executing this program i am getting an error like" Element POS_BELZEILE2 window MAIN is not defined.for form ZINVENT"So how to correct this error.?

I don't know whether its a script with print program or just an Report program .I was able to see the ZINVENT form in SE 71 tr code.

Thanks,

Gopi

5 REPLIES 5

Former Member
0 Kudos

yes a report CAN print a form

goto the form ZINVENT

goto MAIN window

add a textelement POS_BELZEILE2.

maybe once this error is done, you may run into another one of same type.

just add text-elements until the system shuts up.

0 Kudos

Hi Florian,

Already some code is there related to POS_BELZEILE which i am pasting down

POS_BELZEILE

POS_BELZEILE

PROTECT

&ISEG-ZEILI&,,&ISEG-MATNR&,,&ISEG-CHARG&,,&ISEG-KDPOS&,,&ISEG-LGORT&,,

&MABDR-LGPBE&

&MABDR-MAKTX&,,&T064B-BTEXT&

&T064T-STEXT&,,_______________,,&ISEG-ERFME&

ENDPROTECT

So now what shall i do,U just want to take POS_BELZEILE with POS_BELZEILE2 or what?

I was just given this program to make changes which was already developed by somebody to overcome this error.The purpose this report program is to print the output.

Thanks,

Gopi.

Former Member
0 Kudos

Hi,

I didnot find any such program name with RMO71DRU, in which version you are using, iam using 4.7.

Thanks,

Sriram Ponna.

Former Member
0 Kudos

hi gopi,

for a script to display/print it need a adriver program.

i think u delete the main window in creating the script,

for script mainwindow ic mandatory.

u should n't delete that,

for smort-forms there is no such obligations.

regards,

chandu

0 Kudos

Hi Chandrashekar,

I didnot deleted the main window.It's there in ZINVENT form whcih i was able to find.

Thanks,

Gopi.