Skip to content

Ralphive/csv2s4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv2s4

Reads a CSV file and create Sales Orders in S/4 Hana Cloud

Pre reqs:

  • NodeJS

  • CSV file in the format:

item1,item2,item3...itemN,yyyy-mm-dd

/sap/opu/odata/sap/API_SALES_ORDER_SRV/A_SalesOrder

To run this app

  • Clone/Download it
  • Install the dependencies

npm install

  • run it with this format

node app.js <csv file path> <s4 tenant URL> <base64 encoded user:password>

Example

node app.js myfile.csv https://my666666.s4hana.ondemand.com SWFtS2luZE9mOkFIYWNrZXJNeXNlbGZUb28=

use base64 encode to get the value

About

Read a CSV file and create Sales Orders in S4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors