Application Development 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: 

How can I update Pool table ?

Former Member
0 Kudos

Hi

How can I update Pool table  directly in backend (oracle,sql server ) etc..

pls reply

1 ACCEPTED SOLUTION

former_member219762
Contributor
0 Kudos

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.

2 REPLIES 2

hemanth_kumar21
Contributor
0 Kudos

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@

former_member219762
Contributor
0 Kudos

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.