Application Development and Automation 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: 
Read only

Error: input/output field not defined in subscreen.

aris_hidalgo
Contributor
0 Likes
5,661

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
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
2,777

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

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!

6 REPLIES 6
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
2,777

Hi,

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

Just check once...

Regards,

Tarun

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
2,778

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

Read only

0 Likes
2,777

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.

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
2,777

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

Read only

Former Member
0 Likes
2,777

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

is becz of filed not defined.

Regards

Read only

Former Member
0 Likes
2,777

hi Aris,

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

Regards