The scenario about integration on sap and pos equipment

hi~everyone.
    the scenario following:
     (1)the  external system will create sale order ,i plan to come true it by RFC
     (2)without middleware ,i want to incept the idoc file from external  
       system ,the idoc possible is a sale invoice message ,how can i implement
       the idoc file and create a invoice document by idoc file?
  give some cues or advices please ,thank you very much !

Hi,
Try IDOC type ORDERS.
Regards,
Atish

Similar Messages

  • A technique problem about integration on sap and pos equipment

    hi~everyone
       I have two questions to need  every's friend help.
       (1) I have some business data,i want to create the idoc file by ABAP and save   
            the idoc file to application server.
       (2) The external system create a idoc file and send it to sap application server,
            i want to read the idoc file and create a invoice by idoc message .
      I want to come true the function hereinbefore,what should i do ? give some code
       or cues please ,thank you evey much !

    Hi,
    IDOCs are used to direct communicate between two systems, sometime there may be a middleware(like XI) involved.
    Why do you want to save the data to applications server then?
    Regards,
    Atish

  • About integration between SAP and non-SAP applications via javaidoc classes

    Hi,All
    Now we are implementing a SAP-Retail project,we encounter a problem of integration between SAP and non-SAP applications(POS),we want to set Inbound/Outbound between SAP and POS applications realtimely,POS can connect to the SAP system via VPN,weather it can be implemented?
    I conceive to implement it with SAP Java Connector IDoc Class,I don't know weather it is the best solution?If not,please give some other proposal.
    I have download the classes from SAP website and try it with the samples provided by SAP(JCoIDocSample1.java/JCoIDocSample3.java),In my testing,Inbound is succeed,but,in SAP-Retail IS,standard Outbound message type is defined via file port,some one told me that SAP Java Connector IDoc Class can only receive idocs from tRFC port?is it true?If not,please tell me how to deploy in SAP so java program can receive idocs from file port?

    We too are interested in finding information on integration between SAP and Intergraph.  Were you able to obtain information and I was wondering if could share this with us.
    Thanks,
    Sue
    City of Edmonton

  • Integration between SAP and third party tax software

    can some body explain me or provide me docs regarding integration between sap and third party tax software like vertex.
    Thanks

    Hi
    First configure the same via the following menu path:
    1.) IMG>Financial accounting>Financial accounting global settings>Taxes on sales/purchases>Basic settings>External tax calculation>Define physical destination
    2.) Then test connection (option is available there).
    3.) If the connection is successful, also verify that the external tax package installed supports the R/3 4.6 version of the API. You do that by going to:
    System Information>Function List
    Check if the following functions are listed:
    • RFC_CALCULATE_TAXES_DOC
    • RFC_UPDATE_TAXES_DOC
    • RFC_FORCE_TAXES_DOC
    • RFC_DETERMINE_JURISDICTION
    4.) Then test the tax data retrieval:
    From SE37, select the relevant function modules like RFC_DETERMINE_JURISDICTION.
    The above 4 steps are necessary to satisfy that the RFC connection is established
    Hope useful
    S Jayaram

  • I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store.

    I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store. I have already had to have a technician to look at it and really couldn't figure out what the deal was.  I was told that the APP store software should give me no problems but the truth is that it locks up on the software. This machine is only 4 weeks old and I am using 37 g on a 1 T hard drive. There is no reason for it to be locking up. Also, when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that. I successfully used the help program on my pc lots of times. I did not need a $2000. plus machine to just get email. I just wanted to unload on somebody that might understand my pain and after checking out this site...I think there is a few of you out there.

    I was told that the APP store software should give me no problems but the truth is that it locks up on the software.
    The apps downloaded from the Mac App Store are written by third party developers, not Apple. If you have problems  with those apps you need to visit the support area for their websites. Launch the App Store, locate the app name. You should see a support link.
    when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that
    Go to ~/Library/Preferences. Move the com.apple.helpviewer.plist file from the Preferences folder to the Trash. Restart your Mac, try the Help menu.
    If you need help finding that file, hold down the Finder icon in the Dock then click: New Finder Window. From the menu bar top of your screen click: Go > Go to Folder. Type this in exactly as you see it here:   ~/Library/Preferences/com.apple.helpviewer.plist    That will take you right to that file.
    (.plist) files stores information about a particular app or in this case, the Help viewer. Often times deleting the .plist file resolves the issue.
    It's fine to "unload"... we understand that you expect your iMac to be stable but there are times when things go awry. That's why we have these forums so that you can you get help.
    You may want to read up on how to repair the disk if necessary or reintsall Lion >  OS X Lion: About Lion Recovery
    Apple - Find Out How - Mac Basics
    How to "switch" from PC to Mac >  Apple - Support - Switch 101
    I'm sorry you feel, "ripped off", but you are using the world's most advanced operating system and it may take some time to adjust to a new OS.   http://developer.apple.com/technologies/mac/

  • Can you recommend the best way to do an integration between SAP and Dynamics?

    Hi,
    I have a requirement to develop a integration process between SAP and Dynamics. Both environments will be deployed in Azure, so there isn't any on-premise machine involved.
    I've to implement two different business processes:
    A request is received from SAP and some data is sent to Dynamics
    A request is received from Dynamics and some data is stored in SAP
    My client is requiring me to define a cloud integration architecture that fits to the requirements.
    Doing some research, I have thought three possible architecture models.
    Use BizTalk Server as IAAS: the provision a full BizTalk virtual machine will fit each requirement. The bad thing is that it will have a big cost for the client.
    Use BizTalk Server as PAAS using BAS: other alternative the using BizTalk Services instead of a BizTalk VM. My idea with this model is using BAS to connect with the SAP and use WCF to connect with Dynamics web services. Can you tell me
    if this model is feasible? Should be the SAP machine a Windows machine in order to install BAS?
    Use BizTalk Server as PAAS using SB Queues: other alternative the using BizTalk Services instead of a BizTalk VM. My idea with this model is using
    SB Queues to connect with the SAP and use WCF or other SB Queues to connect with Dynamics. Can you tell me if this model is feasible? Is required a intensve development in both SAP and Dynamics processes to implement the
    communication using SB-Queues?
    Please, if you have other architecture models that fit better to my requirements, I'd be so grateful for this information.
    Many thanks for your help.
    Best regards.

    I have a Mini and since it has BlueTooth,  got Creative Labs' T3150 BlueTooth speakers so I can "send" music across the house to them. The iPod Touch has BlueTooth, and would work for this kind of setup, I think.

  • How PLM scenario is integrated to SAP ?

    Hi Guys,
    We are planning PLM scenario integration to SAP.
    Could someone provide me some pointers on how to start , prerequisites , technologies involved , skill set required , does ABAP techie play a key role.
    Your suggestions and helpful pointers are immensely appreciated.
    Best Regards,
    Garry.

    Hi Garrick,
    Your Question is open and very general as PLM is very vast and depends on the scenario?
    Any way i will just try to explain you:
    PLM has many parts i.e. PDM (Product Data Managment) which comprise of Material master, Bill of Materials, Document Management System, (If any CAD Interface with DMS, or MS Word or MS Excel Integrations with DMS as templates), Engineering Change Management, Order Change Management, Classification System.
    All these are with in SAP R/3 and you have configure as per the business requirement and integration b/w these objects (MM, BOM, DIR etc) are very important and needs lot of ABAP help as it involves Function Modules, enhancements, etc as per needs again.
    PLM also comprise of CFolders, Cprojects which are the Plug In to R/3 and works on Intranet and Internet again depending on the Requirement of Customer/Business.
    To work on Cprojects it is important to have PS knowledge but not mandatory,
    Again based on the Scenarios it depends the Integration of CFolders & Cprojects with your existing R/3 PS, DMS, BOM, MM, etc.
    Any SAP Functional guy can handle PLM, but with some knowledge of Functional MOdules, enhancements etc with some Innovative Ideas.
    There might also be some Workflow requirement in DMS and ECM which will be controled and authorized based on Statuses.
    Hope you have got the enough idea.
    Any specific querry you can post to SDN, SDN freinds will definetely help you.
    Regards
    Rehman
    Reward Your Points If Useful

  • First iView in the Role only transferred to SAP and next two ignored

    Hi,
    I have three iViews in a Role and when I transfer only first view is been transferred to SAP backend (wp3r) whereas the next two iviews are ignored. Is it something I have to change the iview properties ? Any ideas ?
    I want to transfer all the three iviews with the role. Could anyone please help.
    Many Thanks

    Thanks Michael
    When I tried changing the order of the iviews, I replaced the first iview with second one and it did
    transferred second iview by ignored first (When I converted the role in wp3r i can only see second iview now before it was showing first iview).
    Now, I did two roles for two iviews and they are transferred to backend alright.
    When I upload the iview to the backend in wp3r i can see the portal role name, system then I have created the role and merged it, all in green lights. Can also view the iview under the authorization role i have created. Portal admin is not involved I'm doing all this stuff.
    When you say Alias I hope you are talking about system Alias, which is anyways same for all iviews.
    Thanks very much for you help.

  • About integration between hr and mm

    hai sap friends,
    As per my knowledge integration between Hr and mm
    the transaction code is "oowiz5" and "oomm"
    that means if Training and Event management is implemented, integration happens otherwise
    In any way any scenaio plz
    thanks in advance
    madhu

    Apart from Travel MMis integrated with Time Management
    Valuating work performed by external employees, and monitoring them in Purchasing

  • Sharepoint Integration with SAP and Logistic

    Currently we have been integrating our .net server with SAP and all the project management and document management are stored in Sharepoint.. this is for a logistic company that we have been working with last 3 years.. we would like to make sure any data
    points \integration points that should be considered with SAP during the integration
    thanks -Pal

    Hi,
    As I understand, you want to integrate SharePoint with SAP.
    SAP SharePoint integration enables frequent interaction with SAP processes, which means that systems are constantly being updated with newer, more relevant data. This timely interaction helps ensure the reliability of business information, and strategic
    decision-makers can depend on “one version of the truth” regarding the performance and deployment of the company’s global workforce. There is three methods combining SAP and SharePoint: SAP BI Connector, Duet Enterprise for Microsoft SharePoint
    and SAP, SAP Netweaver Gateway Productivity acceletor for Microsoft.
    These articles below will help you.
    http://www.winshuttle.com/solutions-sap/by-function-task/sap-sharepoint/
    https://www.youtube.com/watch?v=aUmWrOR_B1M
    http://stackoverflow.com/questions/11113381/how-to-integrate-sap-and-sharepoint-by-sap-pi
    Best regards,
    Sara Fan

  • My ipod went through the wash about two years ago and now the wifi is dimed out and wont let me turn it on. :/

    okay so , my ipod is about two years old and went through the washer and dryer. no one has used it for two years because no one ever took the time to fix it, until now when my previous ipod cracked and barley works now. So i took it upon my time to fix this washed ipod and i have been able to successfully restore it and , backup, and restore backup. i have also reset the network settings, and still my wifi is dimmed out and wont let me switch it on, i have read the apple websites resolution to this problem and i have tried it and they do not seem to work as my wifi is still DIMMED out. I would like to switch over to this one because my cracked one is hard to use, but in order for me to use this one it would be very nice to have wifi so i could download apps, and when i restored and reset the ipod to act like a new one, it wont even let me sign in to my apple id because i do not have Internet, now the funny part is my wifi is working fine for my 5 family members and their phones/android tablets, i am the only one who has an apple device. please right back!!! thanks!

    See:
    iOS: Wi-Fi or Bluetooth settings grayed out or dim
    One user reported that placing the iPod in the freezer fixed the problem. A trick that works frequently with iPhones:
    Settings > AirPlane Mode ON, Do Not Disturb ON
    Power down and wait 5-10 minutes
    Power up
    Settings > AirPlane Mode OFF, Do Not Disturb OFF
    If not successful, an appointment at the Genius Bar of an Apple store is usually in order.
    Apple Retail Store - Genius Bar

  • Integration between SAP and Third Party without PI in between

    Hi All,
              We have a requirement where in we need to integrate SAP and a Third Party Product without PI in between.The third party product is exposing their Web services as API.
    So, we have an idea of exposing our RFC/BAPI as web service ,so that it can call/consume the third party web services.On these lines I have a couple of doubts,
    1.How will the monitoring of message be done?Is there any Tcode to monitor the RFC exposed Web services?
    2.What would be the advantages and disadvatages of this approach?
    Thanks.
    Venu

    Well taking out PI will 'exclude' advantages like able to monitor the messages, resending messages, error handling etc.

  • HT4623 I have clicked agree to all the terms (about 8,000 times) and the update won't move forward.  What do I need to do to move forward and complete the update?

    How do I move past the terms and agreement page of the update?  I have clicked agree for every catagory about 8,000 times and it won't move me forward or give me any kind of error message. 

    so the Wifi settings are grayed out ? In that case, use this article for solution: http://support.apple.com/kb/ts1559

  • The truth about objects, references, instances and cloning (Trees and Lists

    Hello
    As a few of you may have know from my postings over the past few weeks, ive been building my first real java ap and trying to learn along the way, hitting a few snags here and there.
    One main snag i seem to have been hitting a fair bit is objects and instances, im kinda learning on how they work and what they mean but as a php programmer it seems to be very different.
    as pointed out to me if you have objectA=objectB then in php you have two objects that share the same value but in java you have still one object value and one object pointing to the value.
    sooo my first question is
    if i have this
    Object objA=new Object()
    Object objB=objA()then object A creates a new memory allocation for the object data right? and object B is simply a reference to the object A memory allocation right?
    so therefore there is no instance of objectB? or is there an instance of object B but it just takes up the same memory allocation as object A?
    anyway, what is the point of being able to say objB=objA what can that be used for if not for making a copy of an object (i understand now that it doesnt copy an object)
    My second question (which i think i actually understand now, but im posting it to see if the answers may help others)
    If i have a List structure (e.g. arraylist) then when i add a datatype such as a treemap does it not add the changed treemap, ill try and explain with code
    ArrayList mylist=new ArrayList()
    Treemap myTree=new Treemap()
    myTree.put("hello","howdy");
    myTree.put("bye","cya");
    mylist.put(myTree);
    System.out.println(mylist.toString());
    myTree.put("another","one");
    mylist.put(myTree);
    System.out.println(mylist.toString());now to be honest ive not actually tried that code and it may actually procude the right results, but from my experience so far that similar sort of thing hasnt been working (by the way i know the above code wont compile as is :p)
    anyway what i assume is that will output this
    [Hello,howdy,bye,cya] <<this is the first system out
    [Hello,howdy,bye,cya,another,one  <<this is the second system out
    Hello,howdy,bye,cya,another,one] <<this is the second system out
    where it should produce this
    [Hello,howdy,bye,cya,
    Hello,howdy,bye,cya,another,one]
    Why when I update the treemap does the arraylist change, is this because the thing that is being put in the array list is infact not an object but simply a reference to an object?
    thanks for everyones help so far :)

    as pointed out to me if you have objectA=objectB then
    in php you have two objects that share the same value
    but in java you have still one object value and one
    object pointing to the value.Some years ago, I built a small website managing data saved in an XML file using PHP. Being used to Java, I used an OO approach and created classes managing data structures and having setter/getter methods. The fact that PHP did actually create a copy of any object being passed as and argument made me crazy. This way, I wasn't able to reach the same instances from several different places in my code. Instead, I had to put a certain operator ("&" I think) before any reference to force PHP not to make a copy but pass the reference. I also found a note on the PHP site saying that copying was faster than passing the reference, which I actually couldn't believe. If I'm not wrong, they changed the default behaviour in PHP5.
    if i have this
    Object objA=new Object()
    Object objB=objA()then object A creates a new memory allocation for the
    object data right? and object B is simply a reference
    to the object A memory allocation right?The statement "new <Class>" allocates memory. The reference itself just takes up a few bytes in order to maintain some administrative data (such as the memory address). References are basically like pointers in C, though there's no pointer arithmetics and they can't point to any arbitrary place in memory (only a legal instance or null).
    so therefore there is no instance of objectB? or is
    there an instance of object B but it just takes up
    the same memory allocation as object A?There is an instance of objectB, but it's just the same instance that objectA is pointing at. Both references objectA and objectB contain the same memory address. That's why they'd produce a result of "true" if compared using the "==" operator.
    anyway, what is the point of being able to say
    objB=objA what can that be used for if not for making
    a copy of an object (i understand now that it doesnt
    copy an object)Sometimes you don't want to make a copy, as 1) it consumes more memory and 2) you'd lose the reference to it (making it more difficult to tell what instance is actually accessed). If there was no way to pass a reference to an object into a method, methods wouldn't be able to affect the original instance.
    Why when I update the treemap does the arraylist
    change, is this because the thing that is being put
    in the array list is infact not an object but simply
    a reference to an object?The ArrayList doesn't change at all. It's the instance that's being changed, and the ArrayList has a reference to it.

  • The Basics on Integrating Photoshop Elements and iPhoto

    I've been using iPhoto and PSE 4 for several months, and love what I can do with my pictures, but I haven't mastered exactly how to integrate the two. I'd really like to continue using iPhoto to organize my pictures, but I'm just not sure I "get" how to deal with pictures I've worked on in PSE and then want to bring back (with changes) into iPhoto. I guess I'm asking for ideas on a simple, effective workflow for a hobby user with a fair number of pictures to manage. It would be helpful to me to understand some of the "behind the scenes" stuff...why things should be done a certain way; this makes it easier to really "get" what's happening, and not have to keep re-reading what to do. Thanks.

    When you import RAW files into iPhoto, the RAW is tucked safely away in your Originals folder, and iPhoto immediately places a jpeg version into the Modified folder. So if you open what you think is a RAW for editing, you are really just getting a JPEG. iPhoto can't edit RAW files at all. So, if you are importing a RAW and a jpeg version of every shot, then you are in fact doubling your library.
    I agree that it is easiest to set up Elements as your external editor in iPhoto. I do this (and only use jpegs, too). Select photos in iPhoto, double-click to open in Elements, edit, save. This save creates a modified version in iPhoto and is reflected in the iPhoto library immediately. However, if the file name or extension changes and requires a Save As, this will not link to the original in iPhoto. So do any Save As-ing to a folder outside of the iPhoto library, then import to iPhoto as a new original. In iPhoto I have a keyword to identify photos that I've edited in Elements. It used to bother me that I spent all that time editing a photo, only to have it get mixed in with all the others. With my "edited in PE 4" keyword I can find all my best edits quickly. This is my workflow for editing jpeg files.
    My suggestion for your workflow with RAW files is to use Image Capture to upload from the camera to a folder - anywhere NOT inside the iPhoto library folder. Elements has a great RAW editing workspace, so with your RAW files in a non-library folder you could access them directly from Elements if you like to tweak your RAW files.
    Then you have a choice. You could import the edited RAW files into iPhoto. Any subsequent editing would be done on the jpeg created in the Modified folder. You would not need to import your camera-created jpegs at all. (Unless you want to compare how your photo looked before and after you tweaked the RAW in Elements.) (Perhaps you had already imported the jpegs so you could view in iPhoto before you finished editing the RAW versions.) OR, leave the RAW files outside of iPhoto and only import the jpegs. But then, tweaking the RAW files wouldn't be that helpful, since you wouldn't see the outcome in iPhoto. Not a good choice, I guess. The bottom line is that if you want to edit your RAW files as RAW files, you should do so before importing into iPhoto.
    iPhoto automatically adds a RAW keyword to RAW files, so they're easy to find. An organizational suggestion is to create separate film rolls in iPhoto for RAW and jpeg. So if you import some photos today you could name one roll 20070123...RAW and the other 20070123...jpg. There may be a good reason to keep the jpeg versions independently from the RAWs, but I can't think of one specifically. Is it easier to print from jpeg? Does it make exporting faster, since you don't have to convert the files as you export? I honestly don't know, because I've never used RAW.
    I don't have a simple answer, but maybe this information will help you decide what works for you.

Maybe you are looking for

  • Count total rows in vo.

    Dear All, I have a af:showDetailItem in which i have a af:table. I want to show the total number of records in the header of af:showDetailItem. example: Employees  (count=10) So any one have any idea of how to solve this problem.? Regards, Santosh. C

  • BOE report scheduling based on BW event

    Hi Experts, I am looking for a solution to schedule a BOE report (eg. crystal, WebI) based on a BW event (eg. data load is finished). Systems: BOE XI 3.1 SP3, BW 7.01 The best option with minimum SDK enhancements so far is when BW routine creates a f

  • Use a merge field as a mailto hotlink that registers as a click-thru?

    I would like to create an email campaign in OracleCRM Email MarketingOD where each recipient's sales rep's email address appears (merge field: ${Contact.Owner Email Address}) and is also a hotlink with mailto functionality (mailto:${Contact.Owner Ema

  • Issue sound on the Pavilion dv 1720us

    Is been approx. a week  than I do not have the same good sound on my laptop.The only sound that I hear right know is from below ( HP triple bass subwoofer),  Also the touch control of the sound is still red and does not came when I touch it blue like

  • Essbase migration (from backup)

    Gurus, In the environment I work in, we backup Essbase everyday. We have script to backup all the artifacts, such as essbase.sec, essbase.bak, essbase.cfg, .otl, .csc, .rep, .rul, etc. We have several cubes in Essbase and we are supposed to recreate