‎2005 Nov 29 4:46 PM
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
‎2005 Nov 29 4:56 PM
ZTEXTOLIBRE domain might be holding a deep structure.
check it once.
regards
vijay
‎2005 Nov 29 4:57 PM
hi can you paste the code so that we can figure out what is the mistake.
regards
vijay
‎2005 Nov 29 5:15 PM
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.