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

Smart Form, Data Element and Parameters

Former Member
0 Likes
498

1.- I created an Smart Form with an import parameter. The import's parameter type is a data element.

2.- I create an executable to call the Smart Form, I need to declare a parameter of the type of the same data element.

The problem is that when I try to compile I receive an error message:

The deep data type "ZTEXTOLIBRE" is not allowed. not allowed.

The type of the parameter must be of this type because if not, i'd receive an error when i send the parameter to the function that call the Smart Form. Any idea?

Thanx

3 REPLIES 3
Read only

Former Member
0 Likes
464

ZTEXTOLIBRE domain might be holding a deep structure.

check it once.

regards

vijay

Read only

Former Member
0 Likes
464

hi can you paste the code so that we can figure out what is the mistake.

regards

vijay

Read only

Former Member
0 Likes
464

Hi Jose,

check with this smartform LB_BIL_INVOICE declaration and with the driver program declaration.

like IS_BIL_INVOICE TYPE LBBIL_INVOICE in the form Interface and

like DATA: ls_bil_invoice TYPE lbbil_invoice in the driver program RLB_INVOICE.

Hope this will help.

Thanks,

Vamsi.