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 can I update Pool table ?

Former Member
0 Likes
895

Hi

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

pls reply

1 ACCEPTED SOLUTION
Read only

former_member219762
Contributor
0 Likes
708

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.

Hi

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

pls reply

2 REPLIES 2
Read only

hemanth_kumar21
Contributor
0 Likes
708

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@

Read only

former_member219762
Contributor
0 Likes
709

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.