cancel
Showing results for 
Search instead for 
Did you mean: 

[Smartforms] Table interface variables is not seen in code

Former Member
0 Kudos

I have defined a table type ZLFA1T for structure LFA1.

I have a smartforms that has an interface with this type - ZLFA1T. However, when I try to use this variable, (in a code, for example), the smartform does not activate because it could not see the variable.

Here are some screenshots:

+ [interface where it_lfa1 is defined|http://i.imgur.com/WugPV.png]

+ [the code node with the error when activating|http://i.imgur.com/8enba.png]

Do you know why this happens?

--

Kyle

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem solved. it_lfa1, and wa_lfa1 should be defined in Input Parameter. wa_lfa1 should be defined in Output Parameters as well.

Former Member
0 Kudos

Hi Kyle,

Define IT_LFA1 int Tables tab of Form Interface ( you have defined it in Import Tab).

Regards

Srikanth M

Edited by: Srikanth Mellam on Mar 9, 2010 7:09 AM