I have created purchage requist(PR) at 3rd party system(java system) now, p

hi,
i have doubt in one scenario that is
suppose i have created purchage requist(PR) at 3rd party system(java system) now, purchase requisition is generated at SAP with PR number.....now is this possible to get that PR number in 3 rd party system(java system)..
can u help me out plz........
Thanks & Regarding
suresh

Hi Suresh,
the most easy would be to set a synchronous scenario; including request and response. The handicap is a bad performance or, if like i suppose, using of IDoc is required, which is allways asynchronous. Then you have to configure sending of IDocs (direction XI) in case of creating PRs, which send PR no to Java system. Synchronous scenario would be possible with RFC or ABAP proxy.
Regards,
Udo

Similar Messages

  • While creating the purchasing order in 3rd party

    sd guru's,
    while creating the p.o.in 3rd party sales 'company code not assigned to country or country to calculation procedure' i have this error.
    i assigned country to company code.
    then i was trying to assign calculation procedure to country 'in' in t-code'obbg', but there is no calculation procedure for india.
    how to define calculation procedure and assign.
    plz..
    thanks and regards.
    raju.

    Raju,
    In OBYZ-Define caluculation procedure and assign in OBBG
    AWARD IF U FINDS THIS AS USEFUL....
    Regds
    MM

  • The FInal Step, i have created a program to all my specifications and i am now ready to connect the hardware

    I have created a program to all my specifications and i am now ready to connect the hardware.
    My program was created to automate the cleaning process of an atmostpheric chamber. It controls two valves based on the pressure readings and time intervals. When creating this program i figured that if a could make a boolean turn on or off based on the pressure readings then it would be no problem somehow wiring it to send a signal to the hardware. I have reached that point and don't know how to proceed.  I was told that the first step is to figure out what kind of Card is being interfaced with the program. 
    I have read up on this subject and it seems like there is many ways to do it.
    All sugestions will be greatly appreciated

    I'm not sure how you can create the program without knowing what hardware you're going to be using. But...  What have you read up on? You will need to select your data acquisition hardware. What kind of signals do you have? What kind of transducers do you have? What kind of actuators do you have? You may want to start with:
    Introduction to Data Acquisition
    Digital Voltage Measurement Fundamentals
    Complete Data Acquisition Tutorial
    EDIT: Re-reading your post and seeing Waldemar's response: Do you actually already have a card installed?
    Message Edited by smercurio_fc on 07-29-2008 02:25 PM

  • I have an iPhone 5.  Which 3rd party apps work with Apple Health to record daily steps???

    I have an iPhone 5.  Which 3rd party apps work with Apple Health that sync with the daily steps data repository???

    Iran uses GSM, so the iPhone 5 will work.  It is already unlocked.  Just put local Iranian SIM in phone. 

  • Integration with  with 3rd Party Document management System

    Hi
    We are implementing Invoice Management in SAP, using the Opentext VIM ECC Addon.
    The Customer has a 3rd Party Document Management System called DocHarbour which is NOT Archivelink enabled.
    The process flow is that Invoices will be scanned and available in a share drive somewhere.
    Using SAP and Invoice Management Work, we would like to attached these documents to the relevant SAP Documents, and then post them to the 3rd Party Doc Management System , but the Images must be retreival in SAP at any time .
    Everything tells me the 3rd party Doc Management System needs to be ArchiveLink enabled for this work.
    Is anyone able to shed any light on this issue , provide possible solutions , workarounds or infor ?
    Any help or information appreciated.
    Thanks in advance.

    Dear Minesh
    My suggestion would be use SAP Content server provided by SAP as is easily available and easy to setup.
    Doing Integration with third party involves much time and efforts.
    Client always thinks of Moon. Always show him his city.
    With Regards
    Mangesh Pande

  • How does one create product keys when developing 3rd party Addons

    HI
    DOes anyone have experience in developing 3rd party addons? How do you manage liscense keys, is there a function module which can generate the key?
    and buildingin a expiry date so that a customer can note hack a table entry to continue?
    Thanks
    Henry

    woodwing seems to have a nice toolset to make it easier for sure... but I'm not sure that is the correct direction for
    us.  As we don't want to have to submit anything to Apple.  Our needs are for internal use only and we would not be creating content for the public.
    I don't follow the ePup process fully...  PDF's we can load right onto the iPad.  It's a real shame about flash not working as we can make some very slick flash content right out of indesign with little effort.  (maybe the direction should be a Flash to HTML5 converter?  Goto page commands assigned to buttons would be wonderfull if they worked but when you export the doc to PDF Acrobat complains that it is not compatible.  When we export to flash it works like a charm on a PC.
    Haven't found a good gudie for bookmarks yet... and if that would give us buttons on each page to move the user back and forth through the document.

  • TS1702 Do I have to create ITune account before download 3rd party App?

    I am a new user for Ipad. I try to download app, but iTune account is keep coming up and I cannot download the app I like. Do I have to create iTune account?

    yes you need an Apple ID (basically an iTunes account, yes) to download apps

  • Can I create a LaunchDaemon for my 3rd-party wireless card?

    Hi there,
    I wanted to get .11n wireless on my old Power Mac G5 (Quad 2.5) so I bought a third-party PCI-E card. It works fine, however it's not AirPort compatible, and so at present I have to run it from my Login Items, which in turn means the network isn't available until I login. It uses an application called RALink Wireless Utility.
    Does anyone know if there is a way of creating a custom Launch Daemon/Agent for the Wireless Utility app so that I can get it to connect to the wireless network from the login screen? If that is not possible I could get the computer to login automatically on my account, but ideally it would be good to have the launchd option...
    Thanks!
    :-Joe

    Hi BDAqua,
    Sorry for not replying... I've been meaning to try this out but haven't had time yet, but thanks for the link and I'll let you know how I get on!
    Cheers, Joe

  • Creating ios native extension with 3rd party frameworks

    Hello,
    I'm new to Air development and creating a ios native extension for my flex mobile project.I want to include third party frameworks such as admob,facebook,chartboost in my ANE
    I have tried to link frameworks using packagedDependencies but it dosn't work.(gives me an error telling that "armv7 not supported")
    am I doing something wrong? or is there any proper way to link frameworks?
    platformoptions.xml
    <platform xmlns="http://ns.adobe.com/air/extension/4.0">
         <sdkVersion>7.1</sdkVersion>
         <linkerOptions>
              <option>-ios_version_min 6.1</option>
              <option>-framework StoreKit</option>
              <option>-framework CoreGraphics</option>
              <option>-framework UIKit</option>
              <option>-framework Foundation</option>
         </linkerOptions>
         <packagedDependencies>
             <packagedDependency>frameworks/Chartboost.framework</packagedDependency>
             <packagedDependency>ios/libAdExtension.a</packagedDependency>
        </packagedDependencies>
    </platform>
    extensionxml
    <extension xmlns="http://ns.adobe.com/air/extension/4.0">
        <id>com.my.extensions</id>
        <versionNumber>1</versionNumber>
            <platforms>
                <platform name="iPhone-ARM">
                <applicationDeployment>
                <nativeLibrary>libAdExtension.a</nativeLibrary>
                <initializer>ExtInitializer</initializer>
                <finalizer>ExtFinalizer</finalizer>
                </applicationDeployment>
            </platform>
        </platforms>
    </extension>
    -command
    /Applications/Adobe\ Flash\ Builder\ 4.7/sdks/4.6.0+airSDK4.0/bin/adt -package -target ane adExtension.ane extension.xml -swc bin/AdsLibrary.swc -platform iPhone-ARM library.swf frameworks/Chartboost.framework ios/libAdExtension.a -C ios . -platformoptions platformoptions.xml
    -error
    ld: warning: ignoring file /var/folders/3r/x0bh_4.... file was built for unsupported file format ( 0Undefined symbols for architecture armv7:
      "_OBJC_CLASS_$_Chartboost", referenced from:
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    *I used lipo to combine simulator and device .a files
    please help

    From the catalog Chartboost.framework copy the static library file Chartboost(path: Chartboost.framework/Versions/A/Chartboost) and use it instead of .framework :
    <platform xmlns="http://ns.adobe.com/air/extension/4.0">
         <sdkVersion>7.1</sdkVersion>
         <linkerOptions>
              <option>-ios_version_min 6.1</option>
              <option>-framework StoreKit</option>
              <option>-framework CoreGraphics</option>
              <option>-framework UIKit</option>
              <option>-framework Foundation</option>
         </linkerOptions>
         <packagedDependencies>
             <packagedDependency>frameworks/Chartboost</packagedDependency>
             <packagedDependency>ios/libAdExtension.a</packagedDependency>
        </packagedDependencies>
    </platform>
    adt -package -target ane adExtension.ane extension.xml -swc bin/AdsLibrary.swc -platform iPhone-ARM library.swf frameworks/Chartboost ios/libAdExtension.a -C ios . -platformoptions platformoptions.xml

  • Does Adobe have a download manager or a 3rd party sponsored download manager

    aloha,
    Having significant difficulty getting a Adobe download completed and unzipped.
    1) Can't get a complete download of zipped files AdobeEncoreContent_en-US.zip & EncoreContentEnglish.zip.
    2) If successful in the download, neither of my unzip programs will work on unzipping the content.
    Any help please
    mahalo-n-aloha...konadon

    Aloha Pat,
    Can't means several unsuccesfull attempts to download from the adobe site at      http://helpx.adobe.com/x-productkb/multi/library-functional-content-missing.html
    my unzip programs are 1) the imbedded browser program within OS WIN7 & Firefox, 2) 7zip.
    I don't use a download manager and just learned about Akamai from the reply by kglad, however, all of my downloads have been from Adobe and according to the url provided by kglad, I should aoutomatically recieve a copy of Akamai Download Manager along with my Adobe downloads, and that has not been my experience thus far.
    Mahalo-n-aloha...konadon

  • SD - 3rd party processing invoice creation

    Hello Friends
    I have created a sales order for 3rd party procesing and then created a PO with ref to PR. And now i am trying to create an invoice to customer , but my question is can i go head do the Invoice without doing GR , because we are not doing delivery , please advise.
    Thank's

    This really depends on the settings maintained for the third party item category.
    Go to item category details using t.code VOV7.
    Check the value assigned to the field billing relevance. If value F is assigned, then only after accounting processed the vendor invoice (against the third party purchase order), you can create the billing document against the sales order.
    The standard setting assigns value F to this field.
    Regards

  • Since I upgraded to Elements 13, I have lost all my filters from 3rd partys.  How can I install them in version 13 that still are installed in version 11 and 12?

    Since I upgraded to Elements 13, I have lost all my filters from 3rd party.  How can I install them in version 13 that still are installed in version 11 and 12?

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *http://kb.mozillazine.org/Lost_bookmarks

  • Can someone please tell me how to extend a piece of music I have created in garageband, I cannot find anything in the help topics and i am new to the system.

    Can someone please tell me how to extend a piece of music that I have created in garageband.  I am new to the system and cannot find any info in the help topics.  The music is currently only 1 minute and I need it to be 1.39sec to fit in with the film it will be used with in iMovie.  Thanks.

    Yes, it helps.
    You are using a version of the newest GarageBand 10.0, and not GarageBand '11 as in your original post.  And I was sending you screenshots from GarageBand '11, LOL!
    In GarageBand  10.0 is the end-of-song marker hiding behind the zoom controls. Zoom out as far as possible by shifting the zoom scrollbar to the left. Then you should be able to see a corner of the end-of-song marker peeping out behind the zoom control. Try to grab it with the mouse pointer and shift it to the time you want.

  • How to publish a 3rd party webservice ?

    Hi Guys,
    I have a wsdl file of the 3rd party webservice and now i need to consume this service in ABAP on ECC 6.0.
    I am following the video presentation by Thomas Jung
    /people/thomas.jung/blog/2007/12/17/consuming-services-with-abap
    while doing so the service already exists in SOAMANAGER under services so that it will be aviable for consuming. How can i make my 3rd party WSDL to be available there. Do i need to publish my service ?
    any suggestions or ideas would be appreciated
    Thanks,
    Raj

    Hi Rajeev,
    I have consumed the the 3rd party WSDL and created the consumer proxy object with out publishing the service.
    I have tried to define the Logical Port for this proxy in the SOAMANAGER and when i have provided all the details of the URL and Login details for the WSDL access settings with the option HTTP access.
    I am getting the errros as below
    SRT Framework Exception: Error in WSDL access: Exception occured in communication Framework:
    Error in HTTP Framework:
    I have tried the same URL in the browser with the login details and i am able to access the WSDL but from different server.
    I am tryinng all these by logging into ECC 6.0 from the webgui on a different server. Do you think the actual ECC 6.0 server from where the request goes the might be blocked?
    any help or suggestions would be appreciated
    Thanks,
    Raj

  • Migration of Documents from 3rd party software to SAP DMS

    Dear Experts,
    We have implemented SAP DMS . Prior to DMS we were using Third party software for creating and storing the documents.
    There are abot 3000 documents in the third party software, now the challege is how we  must have to migrate the DATA from 3rd party software to SAP DMS with creating Dirs. Are there any upload programmes suffice the requirement or any development needs to be done or any possibilities.
    Kindly help me out in the above scenario.
    Regards
    jayanth

    Hi,
    from DMS point of view I think that SDXA functionality could also be useful for this action. For further information on SXDA functions please see SAP note 817743.
    Best regards,
    Christoph

Maybe you are looking for