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.

Similar Messages

  • 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

  • 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

  • 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.

  • 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

  • Mapping Issue for IDoc to JDBC interface

    Hi All,
      I am having problem in implementing logic in IDoc to JDBC interface where I have to filter out E1WBB07-KSCHL = VKP0.
      Source IDoc structure is like ->
    E1WBB01(occ 0 -1000)
      |-> E1WBB03 (occ 0-100)
                |-> E1WBB07(occ 0-1000)
                         |-> KSCHL
                              DATAB
                              DATBI
    Now, For each KSCHL = VKA0 there should be a duplicate VKP0 record. From these 2 records only the VKA0 should get processed and VKP0 ignored.
    Duplicates for VKP0 and VKA0 can be identified by identical DATAB and DATBI.
    Suppose, in one  E1WBB03 segment,there are 4 E1WBB07 segment having following values.
    1: KSCHL=VKP0, DATAB=20102011, DATBI=25102011
    2: KSCHL=VKP0, DATAB=26102011, DATBI=30102011
    3: KSCHL=VKA0, DATAB=26102011, DATBI=30102011
    4: KSCHL=VKP0, DATAB=01112011, DATBI=31129999
    2 & 3 are duplicates. From these, 2 should get dropped.
    As a result only 1, 3 and 4 should get  processed.
    How can I proceed with this..?...I have tried some work around but not able to do it successfully. Is a UDF required to compare DATAB and DATBI. If yes how it can be written.?
    Thnx in advance,
    Praveen.

    chk below mapping:
    change the context of DATAB, DATAB1 and KSCHL to E1WBB03 (right click-> context) in all the mappings shown below
    1)
    DATAB
    ------------concat-----sort----splibyvalue(value change)-----collapse context---TargetNode
    DATBI
    2)
    DATAB
    ------------concat-----sortbykey \
    DATBI                    /        \
    KSCHL------------/                 \
    ----------------------------------------FormatByExample----sort-----UDF1----Target KSCHL
    DATAB                                    /
    ----concat---sort--splibyvalue(value change)-
    DATBI
    3)
    DATAB
    ---concat ( ; )-----sort-splibyvalue(value change)---collapse context--splitbyvalue (each value)--UDF2---TargetDATAB
    DATBI
    4)
    DATAB
    ------------concat ( ; )-----sort----splibyvalue(value change)-----collapse context--splitbyvalue (each value)--UDF3---TargetDATABI
    DATBI
    UDF1: execution type : all values of a context...input: var1
    int a=var1.length;
    int count=0;
    if(a>=2)
    for(int i=0;i<a;i++)
    if(var1<i>.equals("VKA0"))
    count= count+1;
    else
    result.addValue(var1[0]);
    if(count>1)
    for(int i=0;i<count;i++)
    result.addValue("VKA0");
    UDF2:execution type: single value...input: var1
    String [] temp= var1.split(";");
    return temp[0];
    UDF3: execution type: single value...input: var1
    String [] temp= var1.split(";");
    return temp[1];

  • Need help on IDOC to file interface.

    Hi Folks,
    I am working on IDOC to file Interface. We are pushing 15 Idocs from SAP R/3 system to SAP PI. Idocs in R/3 system are in correct order. When it comes nto PI system IDOC order is diffrent.
    For Example :  I am sending 6 idocs 1000, 1001,1002,1003,1004,1005 from R/3 system. WHen these idocs coming into PI its order is changing so in PI system IDOCS order is 1000, 1004,1001,1005,1002.  But, I want IDOCS are should be same as R/3 system.
    For handling this issue, what are the necessary steps I need to follow in PI?
    Thanks,
    Enivass

    Hi Enivas,
    Check this link regarding serialing IDOC: http://help.sap.com/saphelp_nw04/helpdata/en/bd/277264c3ddd44ea429af5e7d2c6e69/content.htm
    http://www.saptechnical .com/Tutorials/ALE/Serialization/page1.htm
    Thanks,

  • IDOC type for interface between SAP ECC and SAP F&R

    Hi Experts,
    I need SAP standatd IDOC type for interfacing between SAP ECC and SAP F&R [SAP Forecasting and Replenishment] using message type u201CFRE_LOC_SITEu201D.
    Please help me in finding the idoc type?
    Regards,
    Krishan

    Hi Denish,
    You have 2 ways of loading data from R/3 to APO.
    1. R/3 to BW cube to APO-BW cube to APO planning area
    or
    2.  R/3 to APO-BW cube to APO planning area   
    BW can be a enterprise BW system ( independent) or you can use the BW inbuilt in APO also referred to as APO-BW.
    The only difference between the 2 BW systems is APO-BW can not take the load of reporting where as the enterprise BW can.
    Unless your company policy requires the enterprie BW system, I suggest using 2nd way.
    You can load the data from R/3 to APO-BW cube using extractors either generic or standard depending on your data. You need to have a RFC connection setup between APO-BW and R/3. ( This is not CIF).
    When you load the data into the APO-BW cube, you just have to load the data from the cube to APO planning area using the transaction /sapapo/tscube.
    Refer to [DP Data Mart|http://help.sap.com/saphelp_scm50/helpdata/en/13/5ada58309111d398250000e8a49608/frameset.htm] for more information about the data transfer between APO-BW and APO.

  • How to design an IDOC-XI-JDBC interface

    Hello Experts!
    I'm looking for some guidance on how to design an interface where R/3 is sending an IDOC to XI (via IDOC Adapter Receiver), then XI transforms this data into a JDBC database INSERT action.
    I want to make to make the JDBC request a SYNC interface so that I can capture the number of rows inserted into the database and do some appropriate action when the insert count returns a zero value.
    Since the IDOC to XI interface is ASYNC, how do I design my link so I can redirect the JDBC response out to a different adapter?
    Thanks for your help!
    XI Rookie

    Hi,
    This will help you
    /people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures
    /people/laxman.molugu/blog/2006/08/13/integration-with-databases-made-easy-150-part-1
    Re: Idoc triggering from a transaction
    Message Mapping - JDBC to IDoc
    Re: JDBC - System/Application Acknowledgement
    /people/michal.krawczyk2/blog/2005/09/01/xi-idoc-adapter--edidc40--demystified
    Regards
    Agasthuri Doss

  • Error in IDOC ststus , for interface IDOC to File

    Hi All,
              iI am doing IDOC to file interface , in which i am using IDOC Orders05, we are using the same IDOC for other interface to connect with DOTNET connectors , when i trigger the IDOC ORDERS05 for my interface when i check the ststus , in which it is pointing the to partner No and Port to that dontnet, not to my Iterface for SAP XI , anyone there to help me in  this isssue
    Thanking you
    Sridhar

    Hello,
             While sending Idoc you will be providing the Port which in turn needs RFC Destination and this is one which takes the document to External system configured in RFC.
    If you need to send the idoc to External Systems other than R/3 then you need to use T type connection which uses JCO for estblishing session. if it is R/3 then requires logon credentails and type 3 for configuring RFC.
    HTH
    Rajesh

  • IDoc to File interface

    Hi Experts Team,
    My scenario is IDoc to File interface. I need to create 12 different files based on the Plant code (WERKS). At the end of the day, i need to ftp the file to different locations. How can I do the design and is there any need for BPM here?
    Please explain..
    Thanks & Regards,
    Kanda

    Hi S.P ,
    You may use the variable substitution functionality of receiver file adapter and can generate the file based on the xml payload content which contains your WERKS field.
    You may refer the following blogs for the understanding of the concept.
    An interesting usage of Variable Substitution in XI
    Thanks & Regards
    Prabhat

  • Web Service u0096 IDOC with acknowledgement interface

    hi experts,
    for this scenario do i need to use ccBPM??
    <b><i>Web Service – IDOC with acknowledgement interface.</i></b>
    because we need response from idoc and idoc supports asynchronous processing.

    hi,
    yes you need to use a BPM if you want to use
    acknowledgment to a web service from IDOC interface
    more on IDOC can be found in my book:
    <a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • IDOC and BAPI interfaces.

    Hi SAP experts,
    Can anydody please help me out regarding the SAP interfaces e.g. IDOC, BAPI if any other,,,,,,,,,,
    Please give me some examples also.
    Thanks & regards
    Amar Adam

    Hi Reddy,
    Very general question, I don't think you will find the answer in one document.
    BAPIs are normal function modules, with predefined input and output structures to perform standard business transactions.
    IDOCs are standardised interface documents to transfer data.
    Once the IDOC is read, it almost always calls a BAPI to perform the business transaction.
    Therefore start with reading about BAPIs since you will definately have to master those when starting to work on interfaces.
    There are hundreds of BAPIs so best is to start with a specific process, example sales order create or material master create.
    Try transaction BAPI, this lists most of the BAPIs and contains excellent documentation.
    Thanks for your points,
    Filip

  • 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?

Maybe you are looking for

  • My N800 review

    My full review with pics at http://reviews.phonereport.info Cellphones have come a long way and so has Nokia. From being a paper factory to the biggest phone maker, Nokia is widening its products. In one way Nokia is making a big mistake as people li

  • HP Laserjet M1120 Multifunction CANNOT SCAN in OS 10.8.2

    I am using a brand new macbook air and a HP laserjet M1120 multifunction printer. I upgraded to OS 10.8.2 out of the box, and the printer was very easy to install, but the scan functionality does not work at all.  Under no menu, program, sub-menu, do

  • How to pass two parameters in one url?

    the tutorial teaches me to use /faces/Details.jsp?personId=#{currentRow.value['PERSON.PERSONID']} to pass one parameter. How can i pass two parameters in one url? /faces/Details.jsp?personId=#{currentRow.value['PERSON.PERSONID']}&personName=#{current

  • How to overwrite message which is in AdfDhtmlLookAndFeel._TRANSLATIONS

    Hi, I have observed that few messages are displaying on UI which are matching with messages defined in the file AdfTranslations-11.1.1.5.0-1095en.js Is it possible to overwrite any specific message which is defined in this file?

  • Screen Shot Size

    Oh, I hope somebody can help me with this issue, it's causing much frustration. :( I'm recording a demonstration of how to execute a particular function within a website. When I create the project, I'm able to align the screen shot with the red box e