Hi,
I created an Open Hub Destination which has 67 fields.
In the transformation, i am using 'routine' for one of the transformation rule.
In the routine, the target field type is not defined automatically and I am not able to change it. When i save the routine, it gives me error: E:The field string "_TY_S_TG_1" contains no fields.
Please help.
Thanks,
CH
-
CLASS routine DEFINITION.
PUBLIC SECTION.
TYPES:
BEGIN OF tys_SC_1,
InfoObject: 0MATERIAL Product.
MATERIAL TYPE /BI0/OIMATERIAL,
END OF tys_SC_1.
TYPES:
<b><i>BEGIN OF tys_TG_1,
Field: TXTLG.
END OF tys_TG_1.</i></b>
PRIVATE SECTION.
TYPE-POOLS: rsd, rstr.
-