2014 Jun 27 7:18 AM
Hi,
I want to update default value 'X' in ztable field through report.How to set the field value always containing X only.
2014 Jun 27 7:24 AM
Hi Anitha,
wa_workarea-field = 'X'.
INSERT
ztable
FROM
wa_workarea.
Thanks,
Anil
2014 Jun 27 7:39 AM
Hi Anitha,
Can you a bit clarify your question ? - I understand if the ZTable field value is 'X' you need to update it right ?
Then , fetch the entries of the tables for which the field values is 'X' and modify the field value as per the business requirement and update the same table. You can use the work areas while updating the ZTable.
Thanks,
SK
2014 Jun 27 7:48 AM