Regarding EDI Map

Hi All,
I   created  EDI Map . Positioning fieldds are not able to understand.
Please can u guide when a Zfield is there how did u MAP in the document.
Thks & regards
Venkat

Hi suresh suresh ,
                            Suppose you are having three views to be displayed based on the road map selection.
create three view container Ui Element in the main view
create a node in the component controller with attributes visibility_view1, visibility_view2, visibility_view3.
map the node to the main view.
bind the visibility property of each view container UI element to the corresponding attributes in the newly created node.
Then go to window , embedd each view to corresponding view containers.
now on the action of each step of the road map make the attribute visibility_view to false or true depending on you logic required.
Regards
Sarath

Similar Messages

  • Regarding Gentran Mapping

    Hi Gurus,
       Im new to EDI Mapping.In my client they r using Gentran mapping tool.I dont know anything about that.Please let me know the detail view of gentran mapping.
    Could u please send any Gentran mapping document or step by step procedure.
    Thanks a lot.
    i ll give points*
    Regards
    Martin

    Hi ALL,
    Could you please send any document for Gentran mapping.
      My email id is [email protected]
    Thanks
    Martin

  • EDI Mapping

    Hi,
    As my client is implementing EDI through a trusted link, they had asked me to take care of the mapping section along with the development of interfaces.
    As generally the middleware or translator people would do the mapping processes, it is totally new for me.
    Please advise me in this regard where to start and what is the my job into this. 
    Do i have to map the incoming or outgoing edi standards to idoc segments.
    If so, what are the all things i need to know and do.
    As i have ample time, it would be nice for a quick start into it.
    Please help me in this regard.
    Thanks in advance,
    Anandh.B
    Points would be awarded for everyone ............

    Anandha,
    As you mentioned, EDI mapping is typically done using a middleware tool or EDI Translator.  Are they asking you to do mapping in ABAP or is there another tool you are going to use?
    If you are going to write ABAP programs to do your mapping you have a big challenge ahead of you.  You will need to become familiar with whatever EDI standards you will be mapping from.  These standards will have the layout of the messages that you will receive.
    If you are going to code all of this in ABAP you don't necessarily have to go to IDOCs however it can be very helpful when loading data.  By using SAP's IDOC technology and processing you have better traceability into the transaction posting in your system.
    In general this is what you will probably need to know:
    1.  Which EDI messages you will need to translate
    2.  Which IDOC types those messages correspond with
    3.  The structures of both the EDI messages and IDOCs
    4.  Setup of SAP IDOC system.  (Execute area menu WEDI from the main screen in SAP)
    5.  Set up of the application data for IDOC processing - particularly in the outbound - which partners will be recieving which messages
    I am sure there is a lot more but this will hopefully get you started.
    Chris

  • Is there any update regarding Apple maps from Apple...?

    is there any update regarding Apple maps from Apple...? I live in sydney. I Know there are lots of issues with Apple maps but i reported more than 3 issues and i could see there is no resolution for those issues ?

    Apple does not broadcast anything.   The audio encoding options selected for content is controlled by the services the content comes from.  Apple just distributes content they are provided with.  I am not 100% sure but I believe the current ATV only supports 5.1 so it is pretty likely 7.1 could not be supported with out a new ATV device update, and they have not updated ATV in about four years now.   Starting to wonder if they are going to.   They used to own this market and now have pretty much lost it.   You might check Amazon Fire.   I think it might support 7.1.   I finally gave up on waiting on Apple and bought one and am mostly happy with it.

  • IDOC EDI mapping ..

    hi,
    Please let me know if my understanding is correct. In SAP EDI setup two people involved, ABAP programmer who customzes the IDOCS, sets up the EDI setup on SAP side like number ranges, partner profiles, condition records, message control etc and monitors the IDOC status till it is transmitted to the EDI subsystem and also the IDOCs received at SAP end.
    The other person is an EDI specialist who will map the IDOCs to the EDI doc set based on trading partner requirements in the EDI subsystem.
    So the ABAP deveoper need not know anything about the mapping done at EDI subsystem ?? His job is only at the SAP end ?? Am I right ??
    thanks
    Edited by: sdnuser1 sdnsurname on Mar 20, 2008 6:03 AM

    Hi,
    Ur assumptions are correct up to some extent...
    What will happen SAP EDI implementation proejcts is most of the times it is the SAP technical people responsibility to do the EDI mapping also.
    So an ABAPer with EDI knowledege(ABAP/EDI consultant) will take care of SAP EDI settings at SAP side and he/she will develop the mapping document and hand over the same to EDI sybsystem provider.
    EDI subsystem people will feed the mapping instructions into EDI subsystem based on ur mapping document.Core EDI people will not understand the SAP terminology and as ABAP/EDI consultant will take of both settings.For an ABAP/EDI consultant also will not be given full access of EDI subsystem and u will only hand over the mapping docuemnt(IDOC segments to EDI standards mapping ) and they will feed the instructiona and get back 2 u for any doubts..
    Hope this help.Let me know if u need any help for further understanding..
    Rward if helpfulll
    ramesh

  • Edi mapping with Gentran

    Some one guide me in EDI Mapping with Gentran.....for Unix
    EX 856
    Ramesh

    I need Application integration Mapping guied line,,,,any helping documents (rules and steps) or guide or screen shots .....at present i need to do 856 mapping as soon as possible....any help is rewarded max,,,,,,Ramesh
    or Documents can send to my mail id [email protected]
    Note: Max points will rewareded for your help
    Ramesh

  • Generating IDoc DDF structures for EDI mapping

    Hello all,
    I am looking for a way to generate IDoc DDF structures to use them in the EDI mapping in Gentran.
    I was able to find one on ERPGenie.com (developed by Kevin Wilson) but it is only available for ECC 4.x. We are on ECC 6 and the program gives me an ABAP dump when I try to run it.
    Does anyone have the fix for this code? Or perhaps another way to accomplish this task?
    Actually, I am only interested in generating the MBGMCR02 IDoc
    Thanks for your help
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Apr 7, 2008 12:36 PM

    It's been a long time since I have done any IDOC processing. 
    Go to SE37 and enter the function module IDOC_INPUT_ORDERS.  Display the source code.  Search for "CALL CUSTOMER".  You should see several "CALL CUSTOMER-FUNCTION" lines.  These are enhancements where you can manipulate the IDOC data.  If you locate the correct one (where the data is read from the IDOC but not yet validated), you should be able to map the partner function value.  Double-clicking on the number in quotes will bring you to an "EXIT_" function module.  A "ZX" INCLUDE program is referenced.  If you haven't used the exit yet, double-clicking on the ZX INCLUDE will create it.  The values passed into the function module are available in the INCLUDE.
    Ideally, you should create a project in transaction CMOD that references the chosen enhancement.  This way you can activate/deactivate without commenting/uncommenting the code in the INCLUDE.

  • PI EDI help: What is the source of ISA13 in a IDOC to EDI mapping

    Hello Experts,
    It would be of great help if you can provide the field mapping for ISA 13 in outbound from IDOC sceanrio: 
    IDOC:  INVOIC02 - to - EDI 810 mapping.
    Is it the best practice to have ECC send the value in a particular IDOC field ( like  RFINT) or PI has to use a custom function to populate the ISA13 field.?
    Thank you,
    Patrick.

    Hi,
    ISA13 is for Interchange Control Number. It is a control number assigned by the interchange sender.
    Normally its Sequential number starting with 000000001 and incremented by 1 for each subsequent ISA between sender and receiver.
    This is a very useful value to include. It creates an explicit link between the IDoc and the EDI transmission. This number eases Production Support greatly. When there's an issue with a Partner EDI transmission, the Partner's EDI support people want to know the Interchange Control Number
    The IDoc interface does not process or check this field.
    regards
    Ganga

  • EDI mapping questions

    Dear SAP Friends,
    My client has planned to develop a program to convert SAP payment run data (F110 for Checks only) to EDI 820 format.
    I have some points to know the information about EDI 820 format for the following segments to map them to SAP tables and fields.
    I didn't' find the fields to map these segments in tables PAYR, REGUH, REGUP which are used while payment run.
    BPR10 - Originating Company Id - (Tax ID code preceded by a 1 to be assigned by your implementation manager)
    What exactly this ID means and where to find in above tables or is there any other way for this to be mapped?
    REF02 - Corp Id - Populate with signature ID number to be assigned by Bank.
    Where to find the table and field for this in SAP and where to map in the which table, to get it automatically populate in F110 run.
    REF02 - PC Id - The following list contains the delivery options available: US – US Mail / FX – Federal Express / UP – UPS / AI - Airborne.
    Is this the way to deliver the checks for payments from the bank. How to map this too.
    My client does not want to hardcode anything because to use this program for some other company codes as well.
    I will really appreciate your responses.
    Thanks and Regards,
    Paul

    Hi,
    >>I searched a lot about the configuration details of the Seeburger adapters like AS2 and SFTP but could not find anything good,can you please provide me the same
    When you purchase the third party adapter from seeburger you'll get configuration guide which will giv you the clear idea of cofiguring.
    >>where and how to use AS2 and SFTP?What is VAN?Is it an alternative to AS2 or SFTP
    The AS2 protocol is internally based on HTTP.AS2 uses two different message types: the actual payload message and the Message Disposition Notification (MDN). The payload message encapsulates an EDI file so that it can be transmitted via HTTP. The purpose of the MDN is to acknowledge the receipt of a payload message.
    http://www.edibasics.co.uk/
    >>What are certificates in Seeburger
    certificate information required for encryption and signing
    Refer these links it may help you
    Re: Seeburger BIC Mapping Designer: Special Character (German Umlaut) Problem
    SEEBURGER integration using PI: BIS, BIC, AS2 Adapter, FTP ?
    Handling EDI interfaces using Seeburger BIC modules
    http://wiki.sdn.sap.com/wiki/display/XI/SeeburgerSuiteforSAPPI
    Regards,
    Priyanka
    Edited by: priyanka.anagani on Dec 26, 2011 7:22 PM

  • ACH EDI Mapping

    Hello,
    Firstly Payment is  run using transaction F110 and then a medium program for EDI transmission (SE38, SAPFPAYM) to create an extract with a user-definable name.  This extract will be placed on the SAP Server. The file will be placed in a folder where a watcher job will move via EDI to the bank. I need  the mapping here for the file to EDI. Can anyone give me the details. New to EDI .Please Help me out..
    Viky

    Hi Vicky,
                   Have done with the mapping of EDI for ACH. I have some points to share with you.
    Regards,
    Sim

  • EDI Mapping using Gentran

    Hi Friends,
    Please give the information on Gentran Mapping of EDI messages using Application Integration or Visual Mapper
    Regards,
    Nitin Patil

    Hi ALL,
    Could you please send any document for Gentran mapping.
      My email id is [email protected]
    Thanks
    Martin

  • Developing a X12 EDI Map

    Hi All,
    We are totally new to Oracle B2B software. I have a simple requirement as follows:
    We are generating a flat file from the database with all the data needed. I just need to produce a X12 format EDI output file by taking this flat file as the input file and send this out to trading partner. Kindly guide me what tools are required for me to develop a X12 map and produce this output file.
    Any details to guide me is highly appreciated. Thanks in advance for your help.
    Regards,
    Ajoy

    Hi,
    As I mentioned earlier also, it does not matter to B2B that what are you doing in backend. It will take an input, process it and post it to TP in case of outbound and in case of inbound it will receive an input, process it and pass it to Backend.
    For sending a FLAT file through B2B after converting it into a XML please refer the link I provided. ECS file is used to translate the input file to a XML and add additional wrappers around it as per the EDI standard. If you want to forward the same Flat File to TP (without converting it into a XML), then no need of a ECS and XSD but you must have a unique identification field in that file using which each file can be differentiate with other.
    The default, input point (Internal Delivery Channel) in case of outbound for Oracle B2B is IP_OUT_QUEUE but you may configure of your own as per your requirement. Oracle B2B supports almost all Transport Protocols for Delivery Channel (through which you pass/receive data to/from your TP) and Internal Delivery Channel (through which you pass/receive data to/from back-end) .
    In your case configuration steps should be below-
    1. Generate ecs and xsd files using document editor (depending on the Positional Flat file)
    2. Configure Oracle B2B EDI protocol as per your requirement (Refer the link I provided here)
    3. Create and configure Remote Trading Partners (TP identification, Operational Capability, Communication capability)
    4. Configure host trading partner (TP identification, Communication capability)
    5. Configure IDC
    6. Configure Agreements
    7. Deploy Agreements
    For testing your file should reach to outbound IDC (which you have selected in the corresponding agreement) either automatically/manually. Rest will be taken care by B2B. In happy flow that document must be converted into a XML and passed to the TP URI (if you are using translation).
    Sri,
    As you are a beginner, so you may need sample configuration and suggestion on your design as well. I will suggest you to contact Oracle B2B IDC team directly to get all these things. Ramesh and Prasanna are EDI gurus and they will definitely guide you in this implementation better than anyone else. For their contact details please refer to their profiles in top users list.
    For any problems while implementation we are always here!!
    All the best!!
    Regards,
    Anuj

  • Regarding EDI----XI----IDOC

    Hi All,
    I have One Requirement here is that
    My Client's Customer will send EDI Formated Data (ANSI Type ) to Client. That Data has to be Posted into SAP R/3 Database. So here We are Using XI For that .
    Can Any One Explain me what could be the Scenario here And
    How to Handle this ANSI Data Format.
    Regards
    Babu

    Hi
    Scenario is EDI-XI-IDOC
    Data Will come in the Form of ANSI
    1) I Will Use IDOC Adapter in the Receiver End
    2) For Sender Side Which Adapter I Need to Use & How to do the Conversion From ANSI Format to XML ??????
    Can You Provide Any Real time Scenario Or Any thing Which meets this Requirement.
    I am Still in Confusion How this ANSI Data Will be Converted into XML Either it Can Happen in Seburger Adapter OR in XI Also
    Can You Expalin me How this Conversion in Detailed
    >>>>>>>>>>>>>>>>
    if you are getting the data in the format like ANSI then you have to first create the XML message with the help of the BIC mapper.
    the BIC mapper is basically used to convert the EDI message into the XML message. to convert the EDI message into XML message ypu have to create the mapping using the option createE2xmapping in the BIC mapper.
    the mapping that will be generated using the BIC mapper have to be deployed on the server.
    and in the adapter you have to used the same mapping name that you have deploy on the XI server in the module tab of the adapter.
    if you still face the problem please reply me back.
    Thanks
    Rinku

  • Regarding EDI--XI----File

    Hi All,
    Here My Sending Application (SAP r/3 ) is Using EDI Tool to send the Data to the Customer.
    So here How to Built the Scenario in XI
    Which Interface we need to Develop here.
    Regards
    Babu

    Hi,
    You need To Develope Your scenario as EDI File to IDOC or Vice versa.
    EDI File: This will be EDI standard format basically some flat file .
    This will be converted into XI understandable format using BIC tool.
    Then Mapping will be done.
    IDOC will be posted.
    For greater help on Seeburger..
    Have a look at these,
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    /people/william.li/blog/2006/03/17/how-to-get-started-using-conversion-agent-from-itemfield
    /people/paul.medaille/blog/2005/11/17/more-on-the-sap-conversion-agent-by-itemfield
    http://www.stylusstudio.com/edi/XML_to_X12.html
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b0b355ae-0501-0010-3b83-8f2bb566fa47
    Details on XI EDI adapter from seeburger
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    SAP Adapters
    EDI with XI
    http://www.seeburger.com
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/SEEBURGER_SAP_Adapter_engl.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    http://www.sap.com/asia/company/events/nwtechdays/presentation/australia-slides/Pre-Built_Integration.pdf
    http://www.seeburger.com
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    Regards,
    Akshay Jamgaonkar.
    Reward points if find useful.

  • Confused regarding  interface mapping in BPM scenarion

    hi
    my scenario goes like this:
    have 2 sources sendign files to target.
    Am using BPM to merge the input files into a single target file.
    am confused as to which interfaces to use in interface mapping.
    (have 3 abstract ,and 2 outbound and 1 inbound interfaces).
    am already using 2 abstract interfaces as input and 1 abstract target interface in o/p for nterface mapping.
    However ,while running the configuratin wizard,no interface mapping appears.
    please help me ASAP.

    Hi...
      Whenever you use transformation in BPM process where you will mention interface mapping there itself, so you cant see the it in interface determination. Your scenario is configured correctly.
    Regards
    Leela

Maybe you are looking for

  • Printer Jobs Stop Immediately OS 10.4.11

    I have a new Epson 710 all-in-one printer, which replaced my Epson Stylus Photo R200 that worked fine with same setup. Although it did print when I first set it up, jobs now immediately stop (with red exclamation mark on utility icon), if I start the

  • I install ios 6 in iphone 4g.how to install cydia

    My Friends How Show Facbook Download Photo. How To Install Cydia In Iphone 4G IOS6

  • DW Workbench - Source System : Object Information

    I recently applied some bi support packs through spam, and I realize now in my BW Workbench Source Systems under Modeling,  the active/inactive sign under Source System : Object Information column is no longer showing, which, usually indicate whether

  • HP8600 network printer suddenly won't print from my comp only

    Ok I have an HP officejet pro 8600.  It has been working fine. It is wireless and has printed from my computer and my married male counter part (since the h word is not permitted in this community) with no problems. Now it suddenly prints out blank p

  • Database manager for Java DB/Apache Derby?

    Does anyone know a great and free database manager software with GUI for Java DB/Apache Derby where I can create and open databases? Something like Mysql Administrator and Mysql Query Builder for Mysql. Thanks in advance!