‎2009 Jan 15 3:07 PM
HI ,
I build container in TR secatt how i can read the data that i put in other program,
There is Fm or method ?
Regards
‎2009 Jan 15 3:24 PM
Hello Michael
If you want to read a test data container (which container do you mean?) then you can use static method
CL_APL_ECATT_TEST_DATA=>READ_VARIANTS_FOR_OBJECT.
IM_OBJ_TYPE ECTD
IM_NAME ZBC_CUSTOMER_ILNNR
IM_LANGU EN
The class for reading system containers is CL_APL_ECATT_SYSTEM_DATA.
Regards
Uwe
‎2009 Jan 15 3:24 PM
Hello Michael
If you want to read a test data container (which container do you mean?) then you can use static method
CL_APL_ECATT_TEST_DATA=>READ_VARIANTS_FOR_OBJECT.
IM_OBJ_TYPE ECTD
IM_NAME ZBC_CUSTOMER_ILNNR
IM_LANGU EN
The class for reading system containers is CL_APL_ECATT_SYSTEM_DATA.
Regards
Uwe
‎2009 Jan 15 3:33 PM
‎2009 Jan 15 3:43 PM
Hello Michael
The method returns all variants. I do not think there is a method available for reading a single variant.
Regards
Uwe