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

update z table from bdc

Karan_Chopra_
Active Participant
0 Likes
432

how can i update a z table created ( ZTEST ) using a BDC with the entries from a selection screen

how can i update a z table created ( ZTEST ) using a BDC with the entries from a selection screen

2 REPLIES 2
Read only

Former Member
0 Likes
377

Why do you want BDC to update Ztable.

Have u got any transaction which update ZTABLE?.

If not you can use update statement to update the ZTABLE.

Thanks,

Arun

Read only

Former Member
0 Likes
377

You can use UPDATE, INSERT or MODIFY statements to update custom table(s) .

To update SAP table(s), please use BDC or BAPI instead of direct update using above statements.