2007 Aug 08 8:19 PM
Especially the exclamation marks? " ! "
T_MERGE_TABLE-NAME = '<!p_tz1v93!>'.
Thank-You
2007 Aug 08 8:24 PM
2007 Aug 08 8:24 PM
2007 Aug 08 8:27 PM
Whatever is mentioned within single quotes ' ' will be considered as character value. So in this case a char value is being moved to the table.
Thanks,
SKJ
2007 Aug 08 8:28 PM
HI,
its like literally putting the value <!p_tz1v93!> into the table field T_MERGE_TABLE-NAME .
if it is of this kind
T_MERGE_TABLE-NAME = <!p_tz1v93!> then <!p_tz1v93!> could be a Field Symbol.. in that case it will copy the content of the field symbol <!p_tz1v93!> into table field T_MERGE_TABLE-NAME
Thanks
Mahesh