cancel
Showing results for 
Search instead for 
Did you mean: 

Upload SPL data

Former Member
0 Kudos

Hi

I have requirement from the customer

Customer want set up automation process to upload SPL master data. SPL is XML(App Server) format and provided by MK Denial.

Objective is avoiding manual steps and run batch job.

I need steps to consider achive this trasaction, like varinats and so on.

regards

Satish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I have a similar requirement, but now I understand MK is proving Webservces, can some one suggest me on how I can use the webservices provided by MK to automate the process.

Thanks

-Amit

Former Member
0 Kudos

From what I know here are the steps

step 1 : you have to have a shared folder on your server

step 2: run a background schedule job on your system for /sapsll/spl_upload_ixml with proper parameters pointing to application server share fodler

step 3: include spl re-index steps to the job

step 3a. you can have a flag return file to app server (using abap) if requried

step 4: have a batch or shell job on app server to move spl to a different folder other than load folder

cheers

mkr

Former Member
0 Kudos

Also, Step "1a" would include a UNIX (or other type) script to go retrieve the XML file from the MK Data FTP site for the customer. MK Data does not push data into customer systems anymore so you must retrieve the file from them.

Former Member
0 Kudos

thanks

satish