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

declare type pool in smartform

Former Member
0 Likes
447

Hi

In form interface of zsmartform, trying to define import parameter which are defined in standared print program

Ex: l_nast type NAST

l_doc type meins_task.

this type " meins_task" is declared in Type Groups in standard print program

I defined Type pool MEINS in Global definition of smartform.

but still it is giving syntax error.

let me know how ?

Hi

In form interface of zsmartform, trying to define import parameter which are defined in standared print program

Ex: l_nast type NAST

l_doc type meins_task.

this type " meins_task" is declared in Type Groups in standard print program

I defined Type pool MEINS in Global definition of smartform.

but still it is giving syntax error.

let me know how ?

1 REPLY 1
Read only

Former Member
0 Likes
351

Hi

The reference type used in interface of smartforms needs to be declared in the dictionary.

The type defined directly in smartform can be used as reference for the variable defined in global data section.

Max