cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting SD Module to Windows Phone 7

Former Member
0 Kudos

I am responsible for the SD module of my company and they are about to implement SAP SD (full cycle). The company has already purchased SAP ECC 6 (without CRM).

The company needs SFA system (sales force automation) and the company is not willing to purchase and use SAP CRM which has SFA capability (as far as I know). The company is only willing to use SD module. Aside from being a SAP SD consultant, I am also a .Net programmer and the company wants me to create an SFA system. I can do this SFA system using "Microsoft .Net" and I will be using windows phone 7 device. My problem is, what SAP technology I can use so that I can connect my mobile sales transaction going to the "sales and distribution" module of SAP? Is there any solution that SAP can offer aside from SAP CRM?

Please help me to make things happen.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

OR how can I connect my SAP SD to my sales transaction which happens online?

Example a website that accepts sales order.

gomatheeswaran_palaniappa
Active Contributor
0 Kudos

Hi Anwar,

From the online site, you can pass on the details to SAP using IDoc functionality. For example, an end customer browse the product online and order it online. After verifying the customer's credit card credentials, the details of the order will be packed up from XML to IDoc in the web interface. Then it can trigger sales order in SAP. ORDERS01 is a standard IDoc provided by SAP.

Upon completion of order, delivery and invoice process the details can be updated on web server too from SAP through outbound IDocs.

The following material would give further details on the topic.

[IDoc cook book|http://logosworld.com/www7/books/IDocBook/IDocBook.pdf]

Regards,

P Gomatheeswaran

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks gomathe