Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

default value updation in table

former_member225134
Participant
0 Likes
618

Hi,

    I want to update default value 'X' in ztable field through report.How to set the field value always containing X only.

3 REPLIES 3
Read only

former_member202771
Contributor
0 Likes
594

Hi Anitha,

wa_workarea-field = 'X'.

INSERT

  ztable

FROM

  wa_workarea.

Thanks,

Anil

Read only

subbu4sap
Explorer
0 Likes
594

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

Read only

former_member225134
Participant
0 Likes
594

Thanx all issue solved.