B2B in PI 7.0 - EDIFACT format to IDOC and vice versa

We need to establish B2B scenario in PI 7.0
IDOC to EDIFACT and EDIFACT to IDOC.
Please let me know the solution without using any third party adapter like seeburger.
Any example scenario of the same case will be helpful

Hi ,
If you are decided to not using SeeBurger then its difficult to implement B2B Scenario
Your requirement IDOC 2 EDIFACT or Vice VERSA, you have to do more analyzation about EDIFACT.
You can acheive using Adapter module, you have to about EJB's stuff to write Adapter module to support EDIFACT Message, Search for info about Adapter Module in SDN you wil find some lot off stuff about Adapter MODULE.
then coming to mapping its really challenging to do Mapping between IDOC TO EDIFACT.
You have to alalyze the EDIFACT Structure .
I implemented B2B scebario in my project SeeBurger.
Regards,
Raj

Similar Messages

  • How to convert an ISO 8583 message format to XML and vice versa within OSB.

    Hi Guys,
    Can anyone help me out with this problem.
    ISO8583 message is used in bank or financial institutes for card-originated transactions
    Example of an ISO8583 message:
    02004200040000000002161234567890123456060
    9173030123456789ABC1000123456789012345678
    90123456789012345678901234567890123456789
    0123456789012345678901234567890123456789
    Where:
    0200 - MTI (Message Type Indicator),
    4200040000000002 - primary bitmap,
    1234567890123456 - field 2,
    0609173030 - field 7,
    123456789ABC - field 22,
    012345678901234567890123456789012345678901234567890\
    1234567890123456789012345678901234567890123456789 - field 63.

    Hi guys,
    I was trying to do this transformation(ISO8583-XML). But I am stuck in the process of creating the MFL file. Can somebody help me with the details.
    Can somebody help me with the following.
    Field Type:
    Field Occurance:
    Field Attributes:
    Termination:
    Code Page:
    salil

  • Can I convert an ePub document to pdf format and vice versa?  If so, how?

    I would like to publish my book in both pdf and ePub formats.  If I create the book in one of these formats, can I convert the finished product to the other?  If so, how do I do that?

    It doesn't work to convert between PDF and EPUB, or back. Start with the same InDesign file and export separately to PDF and to EPUB.

  • Formatting is off when opening Word docs in Pages and vice versa

    I recently decided to switch from Windows to Mac and bought a MacBook. I used to use Word on my Windows computer and now when I open .doc or .docx files in Pages, the formatting is off, i.e. bullets, tabs, spacing, etc. This formatting problem also happens when other people use Word to open my files that I created in Pages and saved as a .doc. Is there some fix for this so that I don't have to reformat each document that was created in Word but that I now open in Pages?

    For maximum compatibility I think you need to use Word for Mac or OpenOffice.

  • Using B2B for sending PAYMUL files in EDIFACT format

    Hi B2B Gurus,
    One of our client has the following requirement.
    1) Create Payment batches in Oracle AP and Format the payments using an EDI format program.
    2) Translate the EDI format file into PAYMUL EDIFACT format.
    3) Send the PAYMUL file across to the bank and receive the acknowledgments.
    At the moment our client uses the services of a third party vendor to take care of the EDI translation, document management and transportation
    features.
    Would it be possible to achieve the above requirement using Oracle B2B Integration + Adapters?
    If yes, would request you to provide me with the Adapters we need to buy (license required) and also the components that would be required to achieve the above functionality.
    Thanks and Regards,
    B2B Naive
    Edited by: user5546779 on Feb 9, 2010 11:05 PM

    Hi,
    Oracle B2B can translate the EDI XML to native EDI format and vice-versa. It has support for both the flavours of EDI - EDIFACT and X12. It has the support for almost all the transport protocols as well. Moreover, for any customization, there is facility of java callouts as well.
    Would it be possible to achieve the above requirement using Oracle B2B Integration + Adapters?From the high level requirement you posted, I can say that it is very much possible to achieve this using Oracle Integration B2B product only.
    If yes, would request you to provide me with the Adapters we need to buy (license required) and also the components that would be required to achieve the above functionality.Now this will vary as per your network design, solution design and detailed requirements but at high level you need to buy only Oracle B2B. First of all you should decide the scope and requirements and then go for estimation. After that decide whether you may go with 10g version or you need 11g (as it has various supports which are not there in 10g).
    For the start, below documents may help you out -
    http://www.oracle.com/technology/products/integration/b2b/pdf/edi_cookbook_oracle_b2b.pdf
    http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_TN_002_B2B_Standards_Supported.pdf
    http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_TN_014_Questionaire_Sizing.pdf
    http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_TN_015_Questionaire_SI_Assessement.pdf
    http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_TN_016_Questionaire_Trading_Partner.pdf
    http://www.oracle.com/technology/products/soa/b2b/collateral/b2b_11g_ds.pdf
    http://www.oracle.com/technology/products/integration/b2b/Oracle_B2B_10g.html
    Regards,
    Anuj

  • Trouble with international formats. Converting and storing in database.

    Back again!
    This time, I've got my app working as it should. I extract strings of information from a file, and store them appropriately in a database. Some of the data I cast to double as they are money values. The problem is this:
    I'm storing the data in an access database. I need one of the values to be in European format. That is, using commas for decimal points and vice versa. Eg: $3.20, would become E3,20. (Don't know the shortcut for the Euro symbol).
    I can't change swap commas to demimals points and THEN cast to double, because double wants american standard numbers. So how do I, or is there another way, to store the value in the database as:
    E3,20 and not E3.20...??? I've changed the type in the access database column to Euro, so I get the Euro symbol...but if I put in a decimal, it stays a decimal.
    Any ideas???
    Thanks again.
    ...DJVege...

    OK! And I'm lost again!!!! :-( Sorry, my bad!
    Now, I've formatted the values perfectly in Java. But
    unless I keep the type of column in Access as text,
    they don't transfer over properly. If I keep them as
    number, then only the numbers come over etc...If you have the numbers in Access as number and you can format numbers in Java then what is your problem? Without showing your code I (an most other non-mindreaders) don't have a chance. How are you getting the values form the Access database?
    >
    Also, do you know the custom format i need to use, so
    that, even if I keep the column as text, Thjis does not make sense? I showed you two examples. What do you want in the way for format that they don't give.
    it will
    stick a � sign in front of it??? I don't understand! Show your code.
    I figure, I'll just
    stick to the text field, So you want to bodge it and leave the problem to someone else to deal with later on!
    but somehow I need to stick
    a � sign in front of it for display purposes.I have shown you how to format the numbers! I have suggested that the Euro symbol Unicode can be found using Google (it took me less than 30 seconds). What more can I do other than write the whole of your code for you?

  • Conversion of EDI File format to IDOC format

    We have a file in u201C.ediu201D format. We could not process this file with RSEINB00 ( IDoc inbound processing using file ) program.
    1-) Could we directly do our process with this u201C.ediu201D file ? Or do we have to convert this u201C.ediu201D file to IDOC format?

    If it's EDI format file (Ex: EDIFACT, X12 ...etc), we should convert the file to IDOc file by using mapping in subsystems like Gentran or TLe..etc. Conversion from edi format to idoc format will not be done in SAP.
    Reddy

  • Using Adobe Photoshop CS2 version 9 and have updated it, but when stacking photos, it comes up with PSD, whereas I want Jpeg, and I change the format to Jpeg and the box then comes up with cannot save as there is a program error. Be very grateful for help

    Using Adobe Photoshop CS2 version 9 and have updated it, but when stacking photos, it comes up with PSD, whereas I want Jpeg, and I change the format to Jpeg and the box then comes up with cannot save as there is a program error. Be very grateful for help with this, please.

    jpg does not support Layers.
    Just to make sure, what exactly do you mean by "stacking photos" and what do you want to achieve thereby?

  • Missing Format Text, Insert, and Edit Source, etc Options on Some Pages

    I’m having trouble understanding why certain pages have more edit options than others. I’m new to Sharepoint Workspace 2010 and I’ve been reading/ researching for answers for 2 days now. I tried to HyperSnap in some pictures however it will not allow me
    to until my account is verified and it's not sending a verification email, sorry!
    Issue: 
    On some pages, I have the edit pencil with lots of great edit options such as Format Text, Insert and Edit Source. (This is good!)
    On some pages I have no edit pencil, but when I go to Page
    à Edit Page à I get few edit options, not including Format Text, Insert or Edit Source. (This is not good)
    After reading other somewhat similar posts, I noticed that on the pages where I get lots of edit options, they show SitePages in the URL. Where I get few edit options, SitePages is not in the URL.
    Is there a fix so that I can have the expanded edit options in all of my pages? Thank you for your help!

    Hi,
    In SharePoint we don’t have edit page options [ribbon toolbar page edit formatting options] for all types of page for application page we cannot edit application page like site pages
    again the missing edit button might be due to many causes:  
    Can you verify that it's not a permissions issue? Try navigating to the page in edit mode by appending to the url: your-site/Pages/YourPage.aspx?ControlMode=Edit&DisplayMode=Design
    Or you can try this
    your-site/Pages/YourPage.aspx? ?ToolPaneView=2
    1. You can check  that on some pages the ribbon is hidden by default. You need to make it visible by clicking on "Show Ribbon" on the "Site Actions" drop-down menu.
    2. You haven't been doing Visual Upgrade (which actually replaces your master page with the v4.master)
    3. If you have different master page and may be your master page is not 100% compatibile with SP2010, nor does it use the elements from v4.master (collaboration) or the example nightandday.master
    To add the button in your page you could use the <SharePoint:PageStateActionButton id="PageStateActionButton" runat="server" Visible="false" /> (if you've seen already that would generate the button on the left side of
    the ribbon)!
    Please can you ping the URL of the page and how you crated that page to further assist, we would be happy to help.
    Krishana Kumar http://www.mosstechnet-kk.com

  • I formatted my desktop. and now i have a fresh copy of firefox on my desktop. How can i use firefox sync to get all my history, passwords and add-ons

    I have a firefox sync account. I used to sync all my information and save it to Firefox server. Because of some reason i have to format my system and now i have a fresh copy of Firefox installed. Now i want to use sync to restore all my password,history related details.

    Duplicate of [https://support.mozilla.org/en-US/questions/934093 https://support.mozilla.org/en-US/questions/934093]

  • Is there a way of running cd's"windows" formatted with inf and swf files?

    Is there a way of opening and running CD's 'window' formatted with .inf and .swf files on a mac??

    In your operating system, move the photos to wherever you want them to be (keeping the folder tree structure the same), and then in Lightroom re-link via http://www.computer-darkroom.com/lr2_find_folder/find-folder.htm

  • Can we have a tooltip text, formatted on 2 and more rows

    Hello,
    I am interested if it is possible (in List GUIBB) to make a tooltip(on a list cell), containing additional description, formatted on 2 and more rows like bulleted list.
    As I can see the "tooltip" field in the fields description(parameter structure FPMGB_S_LISTFIELD_DESCR of below method) is of type char(100), but I can also assign "tooltip_ref" in method if_fpm_guibb_list~get_definition.
    I tried to insert some special symbol like "\n" but it was rendered exactly.

    I solved the problem already by using the special character  constant cl_abap_char_utilities=>newline for new-line-segmenting the tooltip text on lines.
    (In List GUIBB)I have added a technical field to the field catalog in method IF_FPM_GUIBB_LISTGET_DEFINITION and then in method IF_FPM_GUIBB_LISTGET_DATA assigned the field "tooltip_ref" (thus got limitation of 512 chars instead of "tooltip", which is limited at only 100 chars) of the field description structure to it.

  • Format of date and numbers

    Hi,
    in Italy the format of date is DD/MM/YYYY e the formato of numbers is NNN,DD (DD means Decimal).
    I use Excel for IPAD but when I write for instance 28/03/2015 the field shows 03/28/2015, the same problem is for numbers where the comma and the dot are inverted.
    How do I change the format of date and numbers?
    Thank you in advance.
    Max

    The general format of the date is tied to the language...use US english, get US date formatting.
    You may want to poke around in excel's settings. I know the desktop version allows you to alter the date formatting, but I'm not sure if the iPad app has that. Look for 'cell formatting' in the settings and see if it's alterable.
    If not, you can try to make your template on a PC, then put that excel onto your iPad and see if it honors the cell formatting already in place.

  • Format hard drive and use the TM

    the story is long but start from downloadingthe mountain lion. i try to install but the system told me i need to run hard drive repair utility becouse the hard drive is damaged. i did that but the software told me is too much and i need to format the hard. after that . i try to remove some un use software and even try to re install the lion first and then update it to mountain lion but it didn't work.
    i have back up on time machine. i have outlook 2011 mac plus paralele with autocad and quickbook acounting software on windows.
    i need to know if i format the machine and use the TM to restore the machine . do i need to install all software again . do i lose any data or just machine will look the same as now.
    i am new in mac i have it just for year.
    please help.
    thanks

    Yes, you can use an external drive. To upgrade, however, means:
    Purchase Snow Leopard DVD then update Snow Leopard to 10.6.8.
    Access the App Store with your Apple ID and purchase and download Lion.
    Your computer must meet system requirements:
    Snow Leopard General requirements
    Mac computer with an Intel processor
    1GB of memory
    5GB of available disk space
    DVD drive for installation
    Some features require a compatible Internet service provider; fees may apply.
    Some features require Apple’s MobileMe service; fees and terms apply.
    Lion System Requirements
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    Some features require an Apple ID; terms apply.
    Obviously, you do not have to upgrade to Lion but can stop at Snow Leopard 10.6.8 which is sufficient for the current versions of iLife apps. Note that iDVD is no longer part of the newest version of iLife. Lion 10.7.2 or later is needed should you wish to use iCloud.

  • HT1848 i formatted my computer and now i would like to sync my music from my iphone back to the computer, is there any way to do this? i don't want to loose my music. p.s. all my music that was on the computer was there privately, i did not get it from it

    i formatted my computer and now i would like to sync my music from my iphone back to the computer, is there any way to do this? i don't want to loose my music. p.s. all my music that was on the computer was there privately, i did not get it from itunes.

    See Recover your iTunes library from your iPod or iOS device.
    tt2

Maybe you are looking for

  • NO IMAGE IN VIEWER

    Just replaced FCE with Pro 4.0. All is well, until I try to play a clip in either the timeline (CANVAS) or a clip in the VIEWER screen. I have a firewire device attached,and the playback is good through the device, but the Canvas and clip VIEWER scre

  • Aggregate functions without group by clause

    hi friends, i was asked an interesting question by my friend. The question is... There is a DEPT table which has dept_no and dept_name. There is an EMP table which has emp_no, emp_name and dept_no. My requirement is to get the the dept_no, dept_name

  • APP-PAY-07114 error while open forms

    Hello everyone, I have added a function in custom.pll and compiled using f60gen and then when i tried to open the form, i am getting the following error message. APP-PAY-07114: Oracle error ORA-01115: IO error reading block..... Please give me some s

  • Embedding a flash intro

    Hi, I download and edited a flash intro template for my css dreamweaver page. I was wondering how I embed this into my index so that it plays then fades into my index page? I know it must be different then inserting a flash movie, has anyone ever don

  • HT1918 I forgot the answers to my security questions, how do I change the answers?

    I forgot the answers to my security questions, which I made the answers along time ago. How do I reset them? It will not allow me to purchase anything on my account.