POS interface without IS Retail

Hello everyone,
We have ECC6.0 but do not have IS retail. There are some retail business in the organization, so we are trying to build a POS interface with development. Does anyone has experience with that?  Does anybody know how the AR should be posted with all the sales data uploaded from POS?
Thanks a lot for the help!

To,
Dear Colleague,
The objective can be achieved by using SAP Middleware and you have to define Business Object, IDOC, BDOC, and sites and you have to activate all parameters as same as in both Source system and Target system,
Also try Groupware, FTP Server, TREX, for further compatibility as per your business process.

Similar Messages

  • POS Interface with no POSDM!! Possible?

    My client is planning to implement standard POS interface in IS Retail. I have worked several times with POSDM in order to post the Sales, Financial and Inventory Data into SAP, but all used standard POSDM. The client does not have POSDM license and just wants to post the sales and financial data.
    Can this be done with standard POS Interface by posting WPUBON01, WPUFIB01 Idocs straight in IS-R?

    Hi Raj,
    My client is asking for POS to POSDM integration using SAP standard services (not IDOC or BAPI). You have mentioned using standard in your previous integrations. Can you please provide more information on the POS to POSDM that you have done so far. I have no knowledge in this integration. Any documentation or links that you can provide will be great.
    Thanks in advance.
    Regards,
    Srinivas

  • Handling of Down payments / advance payments retail POS interface

    Hi all,
    Does anyone know if there´s a best practice to handle down payments with POS interface?
    thanks in advance
    Mariana

    Hi Mariana,
    Pl use the following link:
    help.sap.com/bp_retailv1470/documentation/EN/Store%20Business%20Offline%20EPOS_EN_PRES_V147.ppt
    <b>IDOC</b> for down payment is <b>WPUTAB01</b>. 
    Entries will be as follows:
    If a customer is making a down payment of Rs.1000/-
    <b>Cash a/c    DR                                                                                1000/-
    Customer or Site CR(Retail Stores if u dont maintain individual customers)     1000</b>/-
    When sales are closed say for example Rs.10000/-
    <b>Cash a/c     DR    Rs.9000/-
    Customer   or Site DR Rs.1000/-
    Sales         CR     Rs.10000/-</b>
    In SAP u need to create a <b>Special G/L with Indicator A </b> and this special G/L will be assigned to your main a/c in Tcode <b>OBXR</b>.
    <b>F-29</b> Post Customer Down Payment ,<b>F-32</b> Clear Customer ,<b>F-39</b> Clear Customer Down Payment are the FICO transactions which will be used. Pl contact yr FICO
    consultant for further details.
    Hope this helps you.
    Regards,
    Mani

  • POS Interface with SAP

    Hi,
    We are currently using SAP ECC6.0, not on IS Retail.
    As we have quite a few POS machines being used in the business, we would like to interface POS with ECC6.0.
    Is there any third party tools available in the market for achieving this solution?
    Thanks
    Ram.

    Hi Ram
    SAP offers regarding POS integration to IS Retail basically two options:
    - POS DM (see http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=113246846)
    - classic POS interface direct in ECC (WPUBON/WPUFIB/WPUTAB IDoc's for POS transactions)
    You want to interface directly in to a non IS Retail ECC system.
    Question is what do you want to interface only financial postings or also goodsmovements?
    How are the stores represented in SAP (customers/plants?)
    The transaction logs (TLOG) info from the POS should be converted to a IDoc that will represent you functional needs on the ECC side.
    For this mapping SAP offers SAP PO (proces orch), formally know as PI (or before that XI).
    There are also several middleware solutions from third party vendors that can work with SAP.
    In such a tool you have to map the TLOG to the desired IDoc you want to use in SAP.
    (IDoc could also e replaced with a BAPI/RFC for instance).
    Regards
    Bob

  • Customize interface without touching the source code

    My VP of of marketing is at it again. I have pasted in the exact email that he sent me. If anyone has ideas or suggestions or knows if Forms 9i has this built-in capability, please let me know.
    Thanks.
    Can you post this on metalink and see if someone at Oracle (or elsewhere) has an answer for us? Somehow, other LIMS developers are distributing LIMS products that allow their users to customize the interface without touching the source code -- no impact on their ability to take new releases. How do they do that?
    Here's my question:
    Anyone familiar with the Tools / Forms / Design this Form feature in MS Outlook? This allows a mere mortal to actually create and publish a custom Outlook form (could be a Contact, Task, Note, Journal, etc. form) across the organization. Is there such a capability built into Oracle9i Forms? In other words, can a developer easily build and distribute an Oracle software app such that the end-user can use an administrative tool to modify the interface/forms, add fields, change field names, move things around on the form, change colors, etc. -- without needing the Oracle Developer tool used by the original software developer, along with source code?
    Here's my original email from a few months ago:
    Our VP of marketing has been on my case about the ability to allow customers to "map" a form label (prompt) to a "custom" label of their choosing. The only way I know to do this is to create a "mapping" table and each time a form opens have code in the Post-Query trigger that changes the prompt of each column to the label that is in the "mapper" table. My fear here is Performance. Also, if the user closes that form and comes back to it - that logic has to be executed again - once again Performance. We have thought about the global variable idea, but we have over 100 tables with approx. 20 columns each. That's alot of globals to carry around. What's the overhead of carring around let's say 150 global variables?
    My questions to all of you are:
    1) Is anyone else doing this exact thing?
    2) If so, what is the performance hit?
    3) Is there a way to "remember" after the first time it paints - until the application is closed (not just that form) - other than global variables?
    4) Is there a solution already in place within Forms for this?
    5) Is there newer technology that has overcome this problem?
    My VP doesn't like the mapping idea. He wants to know isn't there a better way instead of mapping all the fields. Isn't there some simple utility provided by Oracle that allows the user to simply change the form labels (no, he's not talking about Oracle Developer). He is a real Outlook nut. So he's always comparing everything to how Outlook works. This is how it works in Outlook -- you click on Design Form, modify it, then install it on the machine. Surely Oracle must have something like this. He thinks we're asking the wrong question or not asking it in the right way. I'm not sure how else to ask it. Our users want to see "Date of Birth" spelled out instead of "DOB" as the label for a column on a form. Is there a way for them to take the fmx and change that label? Is there a better way other than storing this in a table and querying it up each time the form opens? Yes, I could use a global so I don't have to query it from the database every time, but I still have to evaluate every time the form is opened during that session to see which label I need to use and then set the prompt accordingly. Our VP doesn't like this, he wants this to be a one time change.
    Thanks so much for you help,
    Tina

    Hmmm.... either your VP of marketing or the users have too much time on their hands. ;-)
    I would go with a lookup table. If your database is responsive and you index the table by form name, you can retrieve a number of rows and setup the screen quickly enough that nobody would notice any time lag.
    If there aren't too many titles stored in the form, you could use a PLL library procedure and stuff all of them into a few globals -- just stack them into a single string separated by an odd character, like maybe chr(3). Then when the form is called again, it could first check to see if the globals exist, and parse the titles from there.
    But be careful about changing field titles. If they change DOB to Date of Birth, the length changes, and so you need to determine where the extra length goes. The title field must be wide enough and the text justification should be set properly.

  • File to File Interface without ESR objects

    Hello everyone,
    I have a requirement where our business users will  produce the .csv files in one location and we need to move to another location.
    I recon that we can build this File to File interface( usin FCC) without using ESR objects, can any one help me with the procedure since i am new to PI.  
    Thanks in advance

    HI Chandrika ,
    File to File Interface without ESR objects
    this is very simple , you need to create Configuration objs
    1. sender Communication channel and agrrenment
    2. receiver Communication channel and agrrenment
    3. u have to provide dummy service interface names and name space in interface determination,
    4.in receiver determination , we have to provide source and receiuvers bu.components and remaining dummy names.
    thanks,

  • POS Interface

    Hi Friends
    I am working on Batch Valuation. Using Standard IDOC WPUUMS for sales posting from POS. The standard IDOC do not have Batch field and In have enhanced it to insert batch number in article and billing documents. But still batch number is not getting updated for the purpose of cost price that is condition type VPRS. Standard sales order, delivery and billing process is picking batch level cost price. Can you please let me know any exit for sales inbound processing which can pass batch number in standard table MBEW to get correct valuation for VPRS during inbound processing.
    Regards
    Gautam Anand

    Hello,
    The standard POS interface idocs do not include the batch number because it is not relevant nor necessary for the POS sale transactions however, The batch number could be included using an enhancement segment.
    Idoc type WPUBON it is possible to have the batch number using E1WPB02-SERIENNR, after which userexit "EXIT_SAPLWPUE_102" can be used the field e1wpb02-seriennr into g_t_imseg-charg. Using the enhancement
    segments for WPUMMS you should also be able to add the batch number.
    Goodluck.
    Suhail Shaik

  • How to create own interface without .cpp file?

    how to create own interface without using .cpp file ? To access the method inside the interface .
    e.g.  ILayoutTarget.
      Should not be SDKFileHelper.h because they are using SDKFileHelper.cpp file

    Rathan,
    PLz chk the below link (PDF file)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79?quicklink=index&overridelayout=true
    Mutti

  • Inbound Service Interface without Input Request Message

    Is it possible to create an Inbound Service Interface without Input Request Message?  We are trying to create a web service to get all records from a database table hence no input parameter is needed.  We have tried in both XI 7.0 and PI 7.1 but couldn't do it.  Is this scenario not supported by ESR or am I missing something?  Any hint will be appreciated.
    Regards,
    Jiannan

    In the scenario I described in my initial post the table structure is only needed in the response message to receive the data. 
    For a web service generated from a RFC function module using the service creation wizard (SE80) a table parameter is automatically included in the request message.  I can understand this as the wizard can not figure out if the table parameter is needed in the request message or not.
    I have tried to use the service creation wizard to generate a web service from the function module RFCPING that has no input or output parameters.  As shown in below WSDL segment the WSDL does allow not having any input or output parameters.
    - <wsdl:types>
    - <xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style">
    - <xsd:element name="Rfcping">
    - <xsd:complexType>
      <xsd:sequence />
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="RfcpingResponse">
    - <xsd:complexType>
      <xsd:sequence />
      </xsd:complexType>
      </xsd:element>
      </xsd:schema>
      </wsdl:types>
    - <wsdl:message name="Rfcping">
      <wsdl:part name="parameters" element="tns:Rfcping" />
      </wsdl:message>
    - <wsdl:message name="RfcpingResponse">
      <wsdl:part name="parameter" element="tns:RfcpingResponse" />
      </wsdl:message>
    Thanks,
    Jiannan

  • Synchronous interface without Service Interface and Mapping

    Hi all,
    Short and simple question: Is it possible to set up a synchronous interface without using Service Interfaces and (Operation and Message) Mapping?
    In my case I would like to create an interface with a SOAP and File adapter.
    Cheers,
    Mac

    Hi Mac,
    >>Short and simple question: Is it possible to set up a synchronous interface without using Service Interfaces and (Operation and Message) Mapping?
    Yes possible provided you have both Sync adapter as sender and receiver. For eg: Soap sender --> PI --> HTTP adapter
    >>In my case I would like to create an interface with a SOAP and File adapter.
    Sync scenario using File adapter as receiver is not possible. Because File adapter works asynchronously.
    Regards
    Suraj

  • Idoc erros.......POS interface.......

    Hi All,
    Using transaction WPER for POS interface i can see the errors associated with idocs, not processed due to errors. My requirement is to capture same error messages and show in output of my report against idoc number
    Can anybody tell me from which table or function module , i can capture these error messages.?
    Table EDIDS doesnt contain same error messages.
    Regards.

    Hi Micky,
    Exact error messages showing in WPER can't be extracted from EDIDC and EDIDS tables.....
    Regards.

  • Reg timeslot in POS interface

    Hi i have pos oc3c/sdh interface. I would like enable 8 timeslot. can anyone help to do this.
    regards,
    kamalnath

    What sort of device is the pos interface on?

  • Is it possible to declare an interface without any methods?

    Hi Guys!
    is it possible to declare an interface without any methods?
    Thanx
    -Sasi

    Of course, Serializable interface of Java is an example.

  • Maximum Bandwidth on ML-1000-2 POS Interface

    I have an ML-1000-2 card on Cisco 15454 ONS, I want to set up IP between two ONS with STM-4 SDH between them. I wand to map the STM-4 to the POS interface on the ML-1000-2 card. Will this POS take the STM-4? If yes, what is the maximum STM bandwidth I can map to the POS interface on the ML-1000-2?

    I wand to map the STM-4 to the POS interface on the ML-1000-2 card. Will this POS take the STM-4.
    Yes you can map STM-4. But u can use only if u have XC-10G cross-connect card
    If yes, what is the maximum STM bandwidth I can map to the POS interface on the ML-1000-2
    You can map both port to a STM 16 rate. Each port to STM 8bandwidth.
    info from cisco
    The new Cisco IOS-based ML-1000-2 card is used for Gigabit Ethernet (1000
    Mb/s) when the XC-10G cross-connect card is in use. It supports Layer 2 and
    Layer 3 services and provides up to 2.4 Gbps of transport bandwidth, software
    provisionable in transport bandwidths from 50Mbps to the ports full line rate, in
    STS1, STS3c, STS6c, STS9c, STS12c and STS24c.

  • Check Light Levels on 7300 POS Interface

    Is there a way to check the incoming light levels of SM fiber link to a POS interface on the router itself?

    Not that I'm aware of. The card itself has the Carrier/Alarm LED that should be Green if/when a valid SONET signal is detected on the incoming line.
    To measure the optical power level though, I believe you need to disconnect the fiber and use an Optical Power meter.
    The higher end SONET cards (e.g, those used in the 15400 series) have built-in power signal level measurement but then you pay a lot more for those.

Maybe you are looking for

  • How do I use my wireless Led TV as a second monitor using my home network without any cables? Both of them are connected to home network

    How do I use my wireless Led TV as a second monitor to my mac book pro using my home network without any cables? Both of them are connected to home network

  • WLS 10.3.x setup in Data Guard environment

    Hi all, We are setting up the following environment: Oracle Database 11.2.0.2 EE RAC primary and physical standby WebLogic Server (WLS) 10.3.0 We are using MultiDataSource (MDS) per the documentation which is fine. However, this setup requires the da

  • HD and Fans

    WOuld switching the internal HD from a 5400 to a 7200 rpm on a MBPro kick start the fans a little more often or is it simply my impression? The unit seems to run a little hotter, but then again, I could be mistaken.

  • Reports in SRM

    Hi Sachin here, Can you pl. suggest me if there is any report avilable in SRM for the following queries. 1) Report for POs with pending for Confirmation/GR. 2) Report for Who is the approver ( Name/ user ID) for the PO. And can the requestor see who

  • Menus read 1 Gb in Build Tab when size is 100 MB. Why

    I know there is a 30 second loop time limit in Encore and it's menus. I did not like that becuase I like to play full songs over my menus and not have it stop and restart every 30 seconds. I found a way around that by stretching the menus background