cancel
Showing results for 
Search instead for 
Did you mean: 

Import API to execute an Update IMPEX programmatically

0 Kudos

Is it possible to use the Import API to execute an Update Impex programmatically? Currently I must log into HAC and execute an update Impex using the web interface which is tedious.

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Kudos

Hi Thomas,

Impex import and update can be done in multiple ways. One as you said from HAC. For small amount of impexes can run from here.

The second option is to run it from backoffice. For more information you can see below link.

https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/6.7.0.0/en-US/a8beb8ac6b684228ac692c3c4...

The third option is to update the system. You can see InitialDataSystemSetup.java file. Here you can add impexes programatically and run as part of updating the system.