Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

POS Interface -Retail

Former Member
0 Kudos

Hi Gurus,

We need to communicate to POS system. 1.Article data (Outbound) and expect 2.Sales per receipts at every end of the day (Inbound). However since it is very small company we don't have Middle-ware to or converter to IDOC.

In this case can anyone advise me how to write converter programs which converts IDOCS to custom xml file ?

OR

Is there any way i can extract(article master) and upload(POS sales per rcpt) data in SAP without using IDOCs. Please advise.

With Regards

Ashwin.

1 REPLY 1

Former Member
0 Kudos

Hi Ashwin,

yes we can do very well. We can comunicate to pos system with xml file it self.For this we have to config in port we21. Instead of file we have to choose xml file. we have to create our port in xml file then xml file will generate.

For inbound idocs finally we are passing it to one function module IDOC_INPUT_POS_SALES_DOCUMENTS check this but we have to write a program for this the flat file we have to convert it to idoc strucutred format. and pass it this functiona module. then it will work.

2. sales per receits : wpbon01

For outbound idoc we have to use this idoc types

1. article master : wpu_plu01

Pavan