cancel
Showing results for 
Search instead for 
Did you mean: 

Query on SUS?

Former Member
0 Kudos

Hi Friends

We have a requirement where supplier needs to upload POR's(multiple/single selection) and download POs(multiple/single selection) in MM-SUS scenario.What kind of development is required. we are in SRM 7.0 with ECC 6.0

Regards

Andrew

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

PO download from SUS is possible. Supplier can either download it in CSV or XML formats. Not sure about the upload of POR..that needs a custom development.

Thanks

Kiran

Former Member
0 Kudos

Hi Kiran

1.Can we download all POs at once or we can download one PO at a time. Is multiple selection possible.

2.What kind of development is required in order to upload PORs.Please provide some solution

Regards

Andrew

Edited by: andrewleeod on Nov 12, 2009 7:10 AM

Former Member
0 Kudos

Hi

You can download more then one PO at a time. In sus web page > Start page> list of all POs --> here You need to select the POs individually (click on the check boxes) and click on download. Then one ZIP file pop up shown on the screen then you save the ZIP file in local hard disk. But pls note that for each PO...system generates individual CSV file and XML file both. That means, if u select 10 POs to download then the ZIP file contains 10 CSV and 10 XML files.

Reg the POR upload...I am still exploring the practicalities. It could be like this..you have call the BAPI/Program which creates POR and have a FLAT file upload with relevant fields. You can have customized transaction for this or a direct Z program. You may pls explain to your ABAP developer..he can explore it further.

I will get back if I get some thing more relevant information

Thanks

Kiran

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks friends

revi_wiratman
Active Participant
0 Kudos

One possibility to automate PO and POR in SUS is to handle it in PI. In the case of PO, you can build an extra receiver determination in addition to your SUS system. In the case of POR, the additional receiver is in addition to your ECC system. The additional receiver determination can be your FTP site where supplier can login and get the files. If the target format is flat file, it is even possible to put a date and time stamp on the file as part of PI output. Your PI developer will know how this can be done.

Revi