2008 Apr 09 8:48 AM
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
2008 Apr 09 8:51 AM
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
2008 Apr 09 9:02 AM
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.