2013 Nov 03 7:34 AM
Hi
How can I update Pool table directly in backend (oracle,sql server ) etc..
pls reply
2013 Nov 03 6:10 PM
Hi,
Pool table works with sap only. So it is not possible to update directly in back end using native sql. If you want update through sap follow as kumar said.
Regards,
Sreenivas.
2013 Nov 03 3:28 PM
Hi,
Below is the example to upload the data into the pool table INDX.
EXPORT tab = itab
TO DATABASE indx(XY)
FROM wa_indx
CLIENT cl
ID 'TABLE'.
http://help.sap.com/abapdocu_702/en/abapexport_data_cluster_medium.htm#!ABAP_ALTERNATIVE_4@4@
2013 Nov 03 6:10 PM
Hi,
Pool table works with sap only. So it is not possible to update directly in back end using native sql. If you want update through sap follow as kumar said.
Regards,
Sreenivas.