cancel
Showing results for 
Search instead for 
Did you mean: 

POS SYSTEM

Former Member
0 Kudos

Hi ALL,

I got one requirement like

POS system is the sender

midle ware is xi

target system is sap system(R3)

POS system is store or web store sale also.

In POS system

1.If the file is Flat file format and multiple hierarchy level

for this cases what type of conversion I need to prefer.

2.If POS is web store sale format

then what are approaches i need to follow.

POS to XI

What are the approaches I need to follow.

XI to POS

what are the approaches I need to follow

Please help me

thanks and regards

walter

Accepted Solutions (0)

Answers (3)

Answers (3)

shivhare
Active Contributor
0 Kudos

Hi saranya walter

use

POS- XI- SAP use flat file adapter first u collect all sales file and other file that you want in one directory of XI server

when u send data from SAP to POS use IDOC adapter and collcet all file in some outbound directory and then you can use some FTP program for file transfer to store

right now we are using above scenario if any other query fell free contact

Thanks

Amit Shivhare

prateek
Active Contributor
0 Kudos

At sender, Use file adapter in first case and soap adapter in 2nd case

At receiver, the usage must be dependent on ur req. If the idocs are available, u may use idoc adapter. If sync communication is required (probably in 2nd case), then use RFC adpater. ABAP proxy is a good option in both the cases as it bypasses the adapter engine traffic.

Regards,

Prateek

Former Member
0 Kudos

Hi,

If The POS Application is Based On Webservices( Ex: .NEt or JAVA)

POS--XI--R/3

Use HTTP or SOAP--XI--IDOC or RFC or Proxy Scenario

R/3 -


XI---POS

Use IDOC or RFC or Proxy-XI-SOAP Scenario

If the POS System is based on File system

POS--XI--R/3

Use File--XI--IDOC or RFC or Proxy Scenario

R/3 -


XI---POS

Use IDOC or RFC or Proxy-XI-File Scenario

Regards

Seshagiri

Edited by: N V Seshagiri on May 6, 2008 11:43 AM

Former Member
0 Kudos

How can it be a webservices

I don't know what format of data from POS system.

Can you explain me

thanks and regards

walter

Edited by: saranya walter on May 6, 2008 12:38 PM

Former Member
0 Kudos

Hi,

Thas what i said,

if the POS Application is working on .NET or JAVA Application, then they can Expose the Interface as Webservice.

Then the data Format wil be SOAP Messages

Contact with the POS team and discuss with them

Regards

Seshagiri

shivhare
Active Contributor
0 Kudos

Hi

data format told you by POS vendor in which format they want data

for example when you send article master IDOC from SAP to POS

then POS its data go as TEXT format and text format of article master is like this

C1824 10000000020 "BLK-06/01-345-KIT-PLN-CTN (B)-39-44,48PK" A707121 EA 10101 M_F/S SHIRT-FORMAL 6 K2 345 0

C1824 10000000075 "0501-07/03/F-345-PRN-DGN-PPLN-M-XXL,25PK" A722092 EA 10105 M_F/S SHORT SHIRT 6 K2 345 0

C1824 10000000077 "0602-07/03/F-395-PRN-CARG-TSR-M-XXL,25PK" A736345 EA 10105 M_F/S SHORT SHIRT 6 K2 395 0

C1824 10000000079 "0701-07/03/F-445-PRN-CARG-TSR-M-XXL,25PK" A736499 EA 10105 M_F/S SHORT SHIRT 6 K2 445 0

C1824 10000000088 "BLK-04/01-295-PRN-CHK-ERODE-M-XXL,25PK" A542364 EA 10106 M_H/S SHORT SHIRT 6 K2 295 0

Thanks

Amit Shivhare