Is it possible to use format like X12 in PI 7.0 ?

I would like to know, does PI 7.0 supports ebXML (Electronic Business using eXtensible Markup Language) and X12 EDI?

Hi Sonal,
you can use third party adapter like (Seeburger EDI adapter) for ANSI X12 conversions (it's sold through SAP service marketplace).
For EbXML you need also third party communication adapter (if you choose Seeburger it's sold directly from the company).
See link below:
http://www.seeburger.com/ebxml-adapter/
Regards
Naycho

Similar Messages

  • [SOLVED]:Is it possible to use functions like decode in 'setWhereClause()'?

    Hello,
    My requirement is that I have 2 poplists - Country and States.
    When I select a country,the corresponding states of that country should get populated in the states poplist.
    The approach I took is that :
    I selected firePartialAction as ActionType in Country poplist. Then I called a function to VOImpl of StatesVO and set the where clause there.
    Now I was thinking about using decode as there is no direct connection between the CountryVO and StatesVO.
    Is it possible to use functions like decode in 'setWhereClause()'?
    For Example:
    setWhereClause("DECODE(LOOKUP_TYPE,'XXC_IND_STATES','IND','XXC_US_STATES','US') = :1");
    setWhereClauseParam(0,Country);
    executeQuery();
    When I tried running the page,no error was given but when the country poplist was changed - there is no change in states poplist.
    If its not possible to use decode in setWhereClause(), could you please guide me as to how I can write a query to retrieve a value from a table and store it in a variable 'A'- so that I can pass that variable 'A' in setWhereClauseParam function .
    Message was edited by:
    Anju Susan

    That kewl, but for u knowledge u can add anything in ur where clause of query through ur code in Voimpl class. It is even possible to do change entire query, see Voimpl class methods in javadoc.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                           

  • HT5527 Is it possible to use iCloud like Dropbox?

    I have loads of storage on iCloud, but the use seems limited?
    Is it possible to use iCloud like Dropbox, or the erstwhile MobileMe, to store Microsoft Office documents, photos et al for genernal access over the internet?
    Thank you

    Welcome to Apple Support Communities
    iCloud isn't like Dropbox. However, you can store iCloud-compatible app documents on iCloud, so in that case, you can use it like Dropbox, but you will need that app to access to your files.
    If you want iCloud to store files, use another service like Dropbox or SkyDrive. They are better for that purpose. iCloud is focused on data sync between iPhones, iPads, iPods touch, Macs and PCs

  • Is it possible to use format-currency() inside set_variable()?

    Hi gurus,
    I have a few numbers to sum up for the report, and I want to round the numbers according to the currency before they are summed up. What is the best way to achieve this?
    The way I can think of is:
    To around the number I can use <?format-currency:VALUE; CURRENCY; 'false'?> in the template. Then initialize a variable SUBVALUE=0 and then add each rounded numer to this variable:
    <?xdoxslt:set_variable($_XDOCTX, 'SUBVALUE’, xdoxslt:get_variable($_XDOCTX, 'SUBVALUE’) + (format-currency:VALUE; CURRENCY; 'false'))?>
    However, I'm getting error indicating that I can't use format-currency:VALUE inside set_variable() in this way...Am I using the function wrongly? Or is there another function that can achieve this?
    Appreciate your help :)
    Sophy

    Hi Tim,
    As you said, the reason that why I have to add after rounding is to avoid the 0.01 issue. Our PM requires the numbers shown in report to be mathematically correct, so if we add before rounding then we'll have sub-toatal and totals different by 0.01 or so.
    And since I need to round the values according to the currency, I can't round it in the query...I have to use format-currency in the template to do the rounding.
    Thanks :)
    Sophy

  • Is it possible to use Arch like a source-based distro?

    I installed Gentoo on a spare box recently, and rather liked the idea of a source-based distribution. It's nice to think that the natively compiled code is optimized for my processor, even though even many Gentooists admit that the practical performance gains are minimal. However, Gentoo is less KISS-oriented and less bleeding edge than Arch, and I love Arch too much to switch anyway. I was wondering if one could recompile an entire Arch system using processor-specific optimizations like Gentoo, and maybe even have some equivalent of Gentoo USE flags? I can't manually recompile every package, and then do it again every time there's an upgrade - that would be too tedious. So, is there some automated method - to essentially use Arch like a source-based distribution? Can ABS help, or maybe a community-contributed tool? And finally, for a source-based and yet Arch-like distribution, what do you guys think of CRUX? Given that their documentation and community is much smaller than ours, is it very bothersome to install and maintain a desktop system using CRUX?

    Xyne wrote:
    Rebuild everything from source:
    bauerbill --build-all -S $(pacman -Qq)
    Build all available upgrade from source, including dependencies:
    bauerbill --build-all -Syu
    Install new package by building from source, including dependencies:
    bauerbill --build-all -S <pkgname>
    Bauerbill also provides an "AutoPatch" option that enables you automatically apply patches to PKGBUILDs and install files when building from source so you only have to edit a PKGBUILD once.
    *edit*
    Of course, you could simply enable "BuildAll" in the configuration file and skip the flag.
    @Xyne
    So bauerbill will build all the deps for packages from source too [dependency resolution] and build from source packages from groups [ex. xorg, gnome, kde, xfce4, etc]?? I'm having a hell of a time with pacbuilder as it's not as functional as I had hoped, so I am thinking of using bauerbill, if it does what I need or is actually functional as pacbuilder but more functional [deps, patching, etc] then i'll use it exclusively! Thanks for any help.
    Last edited by Chaniyth (2010-08-19 02:49:14)

  • Is it possible to use music like ringtone for iphone 5?

    How can I put music as ringtone?
    Help me

    You have to trim a song to 40 sec or less. (Right click on a song>get info>options>set start and stop time).
    Then right click again and click on Creata AAC version.
    Find the new file (right click>show in finder/explorer) and rename the extension to m4r.
    Drug the new file to iTunes Tones section (left pane of iTunes)
    Sync your iPhone.
    Try google for detail directions

  • Is it possible to use that in the Alert????

    Dear all,
    We have a table XTR_BOND, so i want whenever the user enter any value to get that record by anevent alert(After insert for that table)
    so is it possible to use it like that???
    select t.bond_issue_code, t.DESCRIPTION
    into &bond_issue_code, &DESCRIPTION
    from XTR_BOND_ISSUES t
    where rowid = :rowid
    Kindly help,
    Thanks in advance
    Regards....Ashraf

    BANNER
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production The stored procedure adds a row to a table. There's a trigger on this table that fires when this occurs. This trigger uses DBMS_SCHEDULER to run a job. This job executes a C executable program on a remote server. When the C program finishes, it updates a field in a table in the database (using OCI driver) indicating the job is complete. The stored procedure needs to see this flag has been set showing the job is complete in order to continue.
    In a nutshell, the C program produces a lot of other results, and the stored procedure retrieves these results to send back to the calling java program. Of course, it must wait until the results are ready in the database before retrieving them.
    I'm a total newbie here (maybe there's a better way). I'd like to avoid polling if possible, thus my interest in DBMS_ALERT. I haven't been able to find clear, simple, and complete example online. I think often most discussion online give snippets that assume background knowledge.
    Edited by: tem on Apr 12, 2012 4:46 PM

  • Use Pages like a drawing program

    I'm on the trial version of pages right now, and before I purchase the program, becasue it seems really flexible, is is possible to use Pages like a drawing program, or as other page layout programs like Pagemaker or InDesign?
    iBook, iMac DV   Mac OS X (10.4.3)  

    Kyler,
    Welcome to Apple Discussions. Neither PageMaker, InDesign, nor Pages is a drawing program. Yes, there are some very rudimentary things you can do to insert lines and boxes, but that's a far cry from what Freehand will do. Steve Jobs introduced iWork by saying, "We're building the successor to AppleWorks." Many have inferred from that statement that Apple will eventually release all of the iWork apps that currently make up the AppleWorks suite: draw, database, and spreadsheet. But that's just speculation, although at least somewhat accurate. So, if you need a drawing program, Pages isn't going to get it done for you. But neither will PageMaker or InDesign.

  • Date Format Like D D M M Y Y Y Y in RTF. If possible any body please let me

    Hi,
    While developing RTF File. I want to display output date format like 'M M D D Y Y Y Y' by using XML Publisher.
    If possible any body please let me know ASAP.
    Regards,
    Rajesh

    Thanks for replaying mail!.
    I have tried previously the belows format on RTF File. It is not working.
    <?xdoxslt:ora_format_date(INVOICE_DATE, 'D D M M Y Y Y Y')?>
    <?format-date:INVOICE_DATE;'D D M M Y Y Y Y'?>
    Please let me know any other possibility is there let me know ASAP step by step.
    Regards,
    Rajesh
    Edited by: Rajesh on Oct 16, 2012 10:55 PM
    Edited by: Rajesh on Oct 16, 2012 11:05 PM

  • How can I use pdf pack to convert cubase documents  (music scores)  into pdfs? I am looking for the former possibility to install acrobat like a printer but i don't have this option with "pdf pack". Can you help?

    How can I use pdf pack to convert cubase documents  (music scores)  into pdfs? I am looking for the former possibility to install acrobat like a printer but i don't have this option with "pdf pack". Can you help?

    Hi mariab,
    What format are those music scores (I'm not familiar with cubase documents). But, it may be that Adobe PDF Pack doesn't support that format. In that case, Acrobat is the way to go. You can then print your files to PDF as you'd like. You're welcome to try Acrobat for free for 30 days to see whether it's going to work for you. If you decide it is, and you'd like to use it going forward, you could convert your PDF Pack subscription into an Acrobat subscription.
    Best,
    Sara

  • Is it possible to handle formatted text actions(RTF) using Clipboard?

    Hi All,
    Is it possible to handle formatted text actions(RTF) using Clipboard?
    My application requires to copy the contents from other applications like MS-Word and contents to be pasted in my Application..
    if so how?i appreciate for any piece of code or links to the same.
    Thanks and regds
    Mohan

    -Any Suggestions?

  • Is it possible to use repository variable in conditional formatting

    Is it possible to use repository variable in conditional formatting . if no then is there any workaround for implementing the same....
    Also i came across a sql of an init block.. which goes like 'exec OracleBi..procedure_name'
    Is 'OracleBi..' a keyword or something like that....

    Refer http://www.biblogs.com/2008/09/03/obiee-repository-variables-filtering-and-conditional-formatting/
    Init blk is calling any procedure here with name OracleBI here...no any specific significance.
    Hope this help
    Edited by: Deepak Gupta on Aug 12, 2011 8:27 AM

  • Is it possible to use FaceTime With my two IPad With the same email address? I Will Google to china next month And i would like to communicate With my kids.

    IS it possible to use FaceTime With my two IPad That has the same address? I Will Go to China soon And i would like to discuss With my kids from there i.e. One IPad in China And one in Montréal.

    No, this is not possible.  It would be like dialing your own phone number.  You must verify an additional new email address for your second iPad.  See the following link which will tell you how to do this.  You will need to add this new address to Facetime app in one of your iPads.
    http://support.apple.com/kb/HE68

  • Is it possible to use the Study Cards feature in iBooks without the special new .iBooks format?

    The all new iBooks 2 has been released today, with quite a compelling array of features for students. I've watched a few videos, among those the introducory video from Apple, and one of the features that appealed to me most is the Study Cards feature, which uses notes you've created to generate study cards you can practise with.
    Now, I have a bunch of .ePub books, most of which are annotated and have notes. To my surprise (and a tiny bit of frustration) however, I wasn't able to find the button to activate Study Cards.
    I've tried to make a book myself using the also newly released iBooks Author application, and found that with the new book it indeed is possible to use the notes.
    Is there any way to make Study Cards available for .ePub books as well?

    I was thinking, perhaps there's a way to import ePub files into the iBook Author software, and thus create an iBooks format that enables the use of Study Cards.
    I haven't found an easy way to do so yet, though. Perhaps some authors with more experience could share their methods of converting their published books to this new format, so we can try to do it with our own (DRM free) ebooks?

  • Have I an Ipod HiFi A1121 and I would like to know if it is possible to use my iphone 4 with it.

    I have an Ipod HiFi A1121 and I would like to know if it is possible to use my iphone 4 with it. Thanks.

    Hello,
    Yes, you can use your iPhone 4 with it, but I don't recommend using it with the dock connector as it wasn't designed for the iPhone 4 and you may have unexpected results.
    I recommend using it with the auxilliary jack on the back of the unit.  That's how I use mine and it works great to this very day.  The iPod-Hifi is still an amazing and great sounding unit and they're incredibly rare to find now of days.  I saw one on sale at Amazon.com for $999 haha!

Maybe you are looking for

  • Photo stream taking up storage but no photos in photo stream , so confused

    I am using the IPhone 4 with ios6 version. When I go to settings and click on photo/camera it says 430mb on camera roll and  4.1kb used in photo stream. So when I go to the photo app to delete photos I click on photo stream tab it says I have no phot

  • Primary key column auto increment

    Hello, In my Azure SQL Database I noticed that weird thing is happening. I have table with primary key column with auto increment, and all works fine, on new insert that value automatically increment, but every now and then, that value, for no reason

  • Strange event handling in firefox

    I have a simple web page with an embedded quick time to play audio files. I register events (e.g., qt_play, qt_ended) and monitor their occurrence. When I hit "play" I see the qt_play event, the audio plays, but I do not see the qt_pause or qt_ended

  • Starting out with Hibernate

    Hi I am new to Hibernate and trying to find as much information as possible about it. I know there are quite a few differences between Hibernate 2 and 3 and version 3 is not backwards compatible. If I was to choose between Hibernate 2 and 3 for a pro

  • How to remove disabled plugin in Firefox

    I have three Firefox Plugins which are disabled, but no means to remove same, and they do not show up Microsoft Uninstall or Change a Program Panel.