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

How to save POWL editable data

Former Member
0 Likes
485

Hi, expert

In the feeder class method GET_FIELD_CATALOG, we can set some fields as edtable by

ls_fieldcat-editable = 'X'.

INSERT ls_fieldcat INTO TABLE mt_fieldcat.

But how can I save those change into db, let us say we have a 'SAVE' button and action.

Then how can I abtain the updated data in HANDLE_ACTIO.

Thanks,

Barton

Hi, expert

In the feeder class method GET_FIELD_CATALOG, we can set some fields as edtable by

ls_fieldcat-editable = 'X'.

INSERT ls_fieldcat INTO TABLE mt_fieldcat.

But how can I save those change into db, let us say we have a 'SAVE' button and action.

Then how can I abtain the updated data in HANDLE_ACTIO.

Thanks,

Barton

1 REPLY 1
Read only

former_member761936
Active Participant
0 Likes
368

Hi ,

You will get modified data in to internal table in CHANGE event.You cna refer to BCALVEDIT* (STandard programs) for Example.

Thanks and Regards,

Narendra.Somarouthu