Extend out-of-the-box script for Publishing Vendor to ERP.

Hello Experts,
We are using ESO 5.1 SP9.
I would like to now how it's possible to modify the out-of-the-box script that publishes the vendor to ERP (this script actually generates an XML file). Current client wants to add more fields that are required in their SAP backend system.
I've already created the extension fields so this information can be captured by the vendor in ESO system. Now I need the information found on these fields to move to the XML file so PI module can process them to ERP.
Only thing I found was through Setup-> System Setup -> Integration -> Script Definition -> Publish Supplier.
Script is as follows:
import com.frictionless.sap.integration.exporter.FileExporter;
FileExporter exporter = new FileExporter(doc);
exporter.process();
Your help is greatly appreciated.
Thanks!

Hello Guys,
I was trying to replicate this in version 7.0 for master agreement's extensions.
I've enabled the extensions in the Integrated Document Configuration for the class
contracts.Contract.
Is there anything else that I should set/configure to get this working? I'm looking the XML file that is being sent to PI and the extensions are not there.
Thanks!
Robert

Similar Messages

  • SOA out of the box service for OID interaction

    Hi Friends,
    Oracle soa provides an out of the box link for oid interaction. Can anybody share wsdl url for this service?
    Thanks,
    Sachin

    Sachin,
    SOA 10g with OID: http://redshift-au.blogspot.com/2009/05/soa-oid-integration.html
    SOA 11g with OID: http://oraclesoaandoim.blogspot.com/2011/02/oid-oracle-internet-directory-and.html

  • Out of the box porlets for Content Management with BEA Portal

    I am looking at BEA Portal for a simple Intranet site with some basic content management system capabilities. I would like to implement this without the use of a third party tool and wanted to know if there are any open source or out of the box BEA portlets/web-apps with basic CMS capabilities beyond what has been shown in the Portal tutorials around CMS. From doing the tutorials, I have learned how to manage content, and how to build a site from scratch to access the content using the <cm:> tags. However, without additional third party products such as Documentum or Interwoven, is there any free BEA/open source portlets to:
    - Configure exposure of this content in a runtime framework? (ie content manager can expose new content from the repository by a configurable admin GUI, place where this content is on the page)
    - Allow for a simple approval workflow where content that gets added to the repository by user A has to be approved by user B before automatically exposing?
    Interested to know if custom portal type development is the only way to do these kind of simple functions, or third party product.

    Hi,
    Did you have a chance to look into WebLogic Portal 8.1 SP3? Check out the new Library Services features, which includes versioning and simple approval:
    http://e-docs.bea.com/wlp/docs81/adminportal/help/CM_MAN_LifecycleOV.html
    We also provide a few ootb portlets that allow users to interact with the CM system. Let us know if you have additional questions.
    Best Regards,
    --alex                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Out of the box support for Solaris 10???

    I'm curious to what video and network cards are supported out of the box for Solaris 10? I have already viewed the HCL, but the list doesn't really give a straight answer.

    I'm curious to what video and network cards are supported out of the box for Solaris 10? I have already viewed the HCL, but the list doesn't really give a straight answer.

  • Are there Apple translated (i18n) resource files ("out-of-the-box") for Objective C?  In the SDK?

    Hello, experts:
    From previous experience, I know that both Adobe and Oracle provide some "out-of-the-box" translations for their respective UI language.  I'm new to Apple development and Objective C and looking to determine if any such localization support is provided by Apple for Objective C.  Hint:  Thinking it might be either included in the SDK or downloadable but I could not find any such information.  Does Apple provide any translated resources?
    Thank you in advance for your help.

    To follow up on Tom's advice, if you go directly to the downloads directory:
    https://developer.apple.com/internationalization/downloads/
    There are resource files meant to be used by the old AppleGlot that provide a lot of Apple's translations.

  • Out of the box iphone dfu restore

    Hello guys,
    Soon ill receive my fist iphone ever, its gonna be 4s, so i wanted to ask for a little bit of help from pro users
    I saw this video http://www.youtube.com/watch?v=tdwz1w47HqE
    And as i dont have an iphone 4 to compare it to 4s for any speed related issues shown in this video.
    I want to make and DFU restore or just basic restore just to be sure everything works as it should, but i dont know which one is better.I suppose it should be DFU,
    but to be sure, i wanted to ask you guys for recommendation.
    Thats it for 1st question, another one would be if i should do that straight out of the box without even turning on device, or should i turn in on,activate it set up some things and after that do DFU restore or basic restore.
    Im looking forward to any helpful comments and i want to apologize for my bad english
    With best regards
    Radim.

    Well it's completely up to you, but I suggest that you activate your phone out of the box and then DFU restore. But honestly, iphone 4S should be clean installed out of the box. Apple doesn't put junks or trials into their OS out of the box. Only Microsoft vendors does that (HP, Toshiba, Dell, Sony, etc)

  • Localize (multilingual , bilingual) error messages in out of the box (OOTB) new / edit item form.

    In a multilingual environment am using variation. I have 3 sites root site, English site and Arabic.
    All my lists are in root site with one condition I need to use out-of-the-box forms for data entry. My problem is when I try to insert an item in root web list, it will display English version of new item form.
    I cannot duplicate entry forms for each language, because if a new field is added in list I need to translate and update all the forms manually.

    I'm missing how your question is related to Microsoft Office? What kind of a solution is this (so that I know which forum to move the question to)?
    Cindy Meister, VSTO/Word MVP,
    my blog

  • String  problem using B1ITM2B1ITM out of the box B1iSN 8.8 scenario

    Hi all,
        I am testing the out of the box scenario for Item syncronization (B1 to B1)
    It works fine except for one thing:
        If the ItemName contains xml special characters like < > & in the xml message they are  correctly converted into xml rappresentation &lt; &gt; amp; but when the message is sent to the destination company doesn't happen a reconversion to the readable rappresentation.
    What do I have to do to have the exact rappresentation  even in the destination company? Should i have to put translation tags into the xsl transformation? If so which they are?
    Thank you all in advance, Regards Luca.

    Solved...
        I found a bug in the conversion to xml format:
    >   is uncorrectly replaced with &amp;gt;
    so I have replaced:
    <ItemName>
         <xsl:value-of select="BO/Items/row/ItemName"></xsl:value-of>
    </ItemName>
    with:
    <xsl:variable name="itname">
            <xsl:call-template name="b1ilib.strgReplace">
                 <xsl:with-param name="subs">&lt;</xsl:with-param>
              <xsl:with-param name="var">&amp;lt;</xsl:with-param>
               <xsl:with-param name="wstrg" select="BO/Items/row/ItemName"></xsl:with-param>
         </xsl:call-template>
    </xsl:variable>
    <ItemName>
         <xsl:call-template name="b1ilib.strgReplace">
                <xsl:with-param name="subs">&gt;</xsl:with-param>
                <xsl:with-param name="var">&amp;gt;</xsl:with-param>
                <xsl:with-param name="wstrg" select="$itname"></xsl:with-param>
         </xsl:call-template>
    </ItemName>
    A similar problem has been detected here:
    B1iSN: Tips, tricks and important topics

  • After the in place upgrade from SharePoint server 2007 to 2010, the out of the box approval workflow does not prompt for additional information after check in of a major version.

    I think it has to do with the interaction between Word, InfoPath, IIS, and /or SharePoint, but I cannot put my finger on it.  Maybe client integration or authentication settings?  I have looked at it in wireshark
    and have not seen anything glaring.
    Steps to reproduce the (working) behavior:
    Set up a document library in SharePoint 2010.
    Under versioning settings, make the following changes:
    Set Require Content Approval for submitted Items to Yes
    Select Create Major and Minor (draft) versions
    Set require checkout to Yes
    Create an out of the box “approval” workflow with the following settings:
    Start this workflow to approve publishing a major version of an item.
    I then create a new document. Save it.  check it in.  it is now version 0.1.
    I then open it again. check it out.  Make a change. Close and save it.
    Check it in.
    Publish major version:
    At this point a screen is presented to me to enter workflow parameters.  This screen comes up in Enterprise 2013 and MOSS 2007, but not the migrated version of 2010:
    This is what I need help with.  It should come up in 2010.  To fix it in 2013, I had to change the IIS bindings to only have 1 entry for a port.  I did this for 2010 and it did not work.
    Any help or ideas is very appreciated.  Thanks very much in advance.

    Hi Chris,
    According to your description, my understanding is that the approval workflow cannot work when the workflow was set to start to approve publishing a major version of an item after upgrading to SharePoint 2010.
    I recommend to check the approval workflow in Workflow settings of the corresponding library to see if the Start this workflow to approve publishing a major version of an item is checked.
    For test, I recommend to create a new OOB approval workflow and set it to start to approve publishing a major version of an item in the same library to see if the workflow can work.
    Thanks
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Is it possible to change out of the box Callout content for already existing library using some javascript API ?

    Is it possible to change out of the box Callout content (change DOM elements) for already existing library using some javascript API?
     API ?

    Hi,
    We can use CSS and jQuery to achieve it.
    Please add the following code into the Content Editor Web Part.
    <style type="text/css">
    .js-callout-content{
    display:none;
    .js-callout-mainElement span{
    display:none;
    .js-callout-mainElement{
    border-width:0px;
    </style>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $("a[title='Open Menu']").click(function(){
    setTimeout(function(){
    $(".js-callout-body .js-callout-bodySection").eq(0).html("<span>Test</span>");
    $(".js-callout-mainElement span").show();
    $(".js-callout-content").show();
    $(".js-callout-mainElement").css("border-width","1px");
    },1000);
    </script>
    Result:
    Best Regards
    Dennis Guo
    TechNet Community Support

  • I just purchased a new SSD for my mac and I wanted to do a fresh/clean install on the SSD, like if my Macbook just came out of the box. How do I do that?

    I just purchased a new SSD for my mac and I wanted to do a fresh/clean install on the SSD, like if my Macbook just came out of the box. How do I do that?

    Install Mavericks, Lion/Mountain Lion Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    1. Select Disk Utility from the main menu and click on the Continue button.
    2. After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet
                if possible because it is three times faster than wireless.
    This will install the version of OS X that originally came with your model if you have a model that supports Internet Recovery - 2010 models and later: Computers that can be upgraded to use OS X Internet Recovery.

  • Image capture for web-browsers out-of-the-box -- really no hopes?

    Hi all,
    I planned to extend user's interface for my web2.0 app with a webcam. It looks for me like JMF is the only framework, which promises a multiplatform usage for web-surfers. Therefore, I tried some JMF code and some JMF samples already. However it looks for me now like one should rather forget about the installers providing an "out-of-the-box webcam support ready for housewives". I'd wish i am wrong.
    Would you believe one can really make a simple installer enabling browsers like firefox, ie, safari and opera to upload a webcam snapshot by a single mouse click?
    Thank you for your hints and comments,
    have a nice day,
    Valery.

    hi cat2014,
    Welcome to the forums and sorry to hear about your sound trouble.
    To check what's going on, can you provide these additional info:
    1. What's the model of your lenovo unit (eg. Y50-70)
    2. When you play a music file (ie. iTunes or YouTube), is the volume fluctuating but there's no sound comming from the built-in speakers?
       - Link to picture
    If the speakers are enabled and the volume is fluctuating, this means that the sound adapter is okay and there's most likely a problem with the speakers. To check, try to:
      a. Use an earphone or an external speaker and observe if you can hear a sound
      b. Press the Windows Key +X and choose Device Manager. On the Device Manager window, navigate to Sound, video and game controllers and uninstall the sound adapter (ensure that you delete the device driver). When finished, do a scan for hardware changes. Windows will now use a generic sound driver and observe if you can how hear a sound from the built-in speakers
    Let me know how it goes.
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Clean Install VS Time Machine for "out of the box" performance

    Hi all ^^
    Just under a year a go I made the leap of PC to Mac and have never looked back, im super happy with my Mac however I have been experiancing a decrease in performance since Ive been using it, back when I was using a PC I clean installed the OS once a year and then proceeded to add my files back, thus restoring my PC to full performance.
    Ive been reading around these forums looking at Time Machine backups, hoping to see 'how much' gets restored when you perform a recovery from time machine, and from what I have read is that everything gets restored. So my question is purely for some advice and clarification
    "If I want to restore my Macbook to its "out of the box" performance, Is it viable for me to use a Time Machine back up?"
    if not
    "If Time Machine Back ups wont help restoring performance, Would it be possible to Clean Install and then extract purely the Files from my TM Back up?" I read another user had issues, the Mac recognised the files belonged to another mac and he couldent use them.
    So I wont waffle on any furthur, but im looking for the easist way to clean install or restore performance to my Mac, a long term solution I can use each year
    Please and Thank you
    Em

    Thankyou for your answer
    Im quite a clean freak when it comes to my PC, I keep my desktop bare, things I dont use remain unloaded.etc
    I think as I am without a Defrag or Disk Clean up tool I feel abit helpless to maintain optimal standards. I not very experianced with the in's and out's of computers but all I really want on my Mac are my Files, Applications and the OS, nothing more.
    I appreciate your time and experiance, so ild ask instead: In your experiance is it worth performing a clean install? I have hadly any junk on my Mac, and from the tone of your post you beleive a program such as MacKeeper would be sufficent?
    Futhurmore a clean install once a year isnt worth it? I depend alot on what people have told me, so I may have fallen victim to a rumour :S

  • Why is my mac so slow i have cleansed and cleaned it is a 2010 mac mini i5 but it runs like a 20 year old pc i have only had it for a few months and it was straight out of the box

    why is my mac so slow i have cleansed and cleaned it is a 2010 mac mini i5 but it runs like a 20 year old pc i have only had it for a few months and it was straight out of the box

    I'm thinking that you have a > Mac mini (Mid 2011) - Technical Specifications because the 2010 model's only have Core 2 Duo processors and the 2011 had the first i5 processor. 
    2 GB of RAM is the minimum requirement for Mountain Lion, but it's hardly enough to really enjoy doing anything else.
    see > Memory and Free Installation Guides for Apple Mac Mini
    Plus I don't have any problems running Mountain Lion and a load of App's on my 2010 Mac Mini with 8GB of RAM.

  • Out of the box execution plan for Payables EBS 11.5.10

    Has anyone else experienced performance issues with the out of the box execution plan for the Payables subject area for Oracle EBS 11.5.10? Our incremental ETL for this particular subject area is taking 8+ hours. I understand that there are several factors involved with performance and that there are a lot of AP transactions, but this is ridiculous for a nightly incremental ETL job.
    In particular it is the SDE_ORA_APTransactionFact_Payment task that is taking forever. This query appears to have extremely high cost (see explain plan below). Has anyone been successful in rewriting or changing this query?
    SELECT STATEMENT  ALL_ROWSCost: 586,953  Bytes: 16,550  Cardinality: 50                                                                         
                13 NESTED LOOPS OUTER  Cost: 586,953  Bytes: 16,550  Cardinality: 50                                                         
                            10 NESTED LOOPS  Cost: 586,952  Bytes: 15,800  Cardinality: 50                                             
                                        7 HASH JOIN  Cost: 468,320  Bytes: 11,693,526  Cardinality: 59,358                               
                                                    5 HASH JOIN  Cost: 429,964  Bytes: 9,200,490  Cardinality: 59,358                     
                                                                3 HASH JOIN  Cost: 366,009  Bytes: 7,740,544  Cardinality: 60,473         
                                                                            1 TABLE ACCESS FULL TABLE AP.AP_AE_LINES_ALL Cost: 273,240  Bytes: 15,212,604  Cardinality: 230,494 
                                                                            2 TABLE ACCESS FULL TABLE AP.AP_INVOICE_PAYMENTS_ALL Cost: 45,211  Bytes: 715,512,860  Cardinality: 11,540,530 
                                                                4 TABLE ACCESS FULL TABLE AP.AP_PAYMENT_SCHEDULES_ALL Cost: 39,003  Bytes: 309,648,420  Cardinality: 11,468,460       
                                                    6 TABLE ACCESS FULL TABLE AP.AP_CHECKS_ALL Cost: 28,675  Bytes: 130,126,920  Cardinality: 3,098,260               
                                        9 TABLE ACCESS BY INDEX ROWID TABLE AP.AP_INVOICES_ALL Cost: 2  Bytes: 119  Cardinality: 1                                 
                                                    8 INDEX UNIQUE SCAN INDEX (UNIQUE) AP.AP_INVOICES_U1 Cost: 1  Cardinality: 1             
                            12 TABLE ACCESS BY INDEX ROWID TABLE PO.PO_HEADERS_ALL Cost: 1  Bytes: 15  Cardinality: 1                                                 
                                        11 INDEX UNIQUE SCAN INDEX (UNIQUE) PO.PO_HEADERS_U1 Cost: 1  Cardinality: 1                       

    Hi Srini, All,
    Thanks for the reply.
    The payables documentation (i.e. User Guide) discusses about options that could be used in implementing EFT. However, if possible, we would like suggestions on what would be the better ways to implement EFT (US bank) using either XML or text formats. We would also prefer not using e-commerce gateway or EDI.
    Thanks in advance.
    MM

Maybe you are looking for