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: 

Error: input/output field not defined in subscreen.

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

I have defined a subscreen for transaction MM41 and when I try to put the statement: 'FIELD: MARA-ZZPARENT'

there is an error saying input/output not defined. I already declared this in layout and it is there in element list.

What causes this error? Thank you guys!

1 ACCEPTED SOLUTION

0 Kudos

Hi,

Do you have the data defined for storing the value.

I mean statement like TABLES: MARA. in your Main program or top include.

Regards,

Sesh

6 REPLIES 6

I355602
Advisor
Advisor
0 Kudos

Hi,

Have you defined this field in the TOP module....

Just check once...

Regards,

Tarun

0 Kudos

Hi,

Do you have the data defined for storing the value.

I mean statement like TABLES: MARA. in your Main program or top include.

Regards,

Sesh

0 Kudos

Hi Guys,

Actually this is a custom function group copied from MGD1 using the standard program COPYMGD1. So this custom 'Z' function group has subscreens and standard includes. I can't edit the includes as these are standards.

0 Kudos

Hi,

What you can do is create a new ztop include from the existing top include.

Define the field in ZTOP include.

And in the main program change the statement for include top to include ztop.

Hope this helps you.

Regards,

Tarun

Former Member
0 Kudos

Hi define the field in a inlude and check , i think it

is becz of filed not defined.

Regards

Former Member
0 Kudos

hi Aris,

go to your main program and make sure that you have declared the variable MARA-ZZPARENT.

Regards