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

Similar Messages

  • 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.

  • 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

  • Regarding ABAP Mapping

    Hi everyone,
                Would anyone let me know the complete steps for configuring ABAP Mapping.
    Regards,
    Varun Reddy.K

    Hi,
    Inorder to configure an ABAP mapping do the follwoing steps.
    1) Goto SE24 tcode and createa custom object e.g. 'Z_TEST_ABAP_MAPPING''
    2) Use the standard interface IF_MAPPING in your object.
    3) Now write your piece of code in the method IF_MAPPING~EXECUTE .
    METHOD IF_MAPPING~EXECUTE.
    initialize iXML
      TYPE-POOLS: IXML.
      CLASS CL_IXML DEFINITION LOAD.
    create main factory
      DATA: IXMLFACTORY TYPE REF TO IF_IXML.
      IXMLFACTORY = CL_IXML=>CREATE( ).
    create stream factory
      DATA: STREAMFACTORY TYPE REF TO IF_IXML_STREAM_FACTORY.
      STREAMFACTORY = IXMLFACTORY->CREATE_STREAM_FACTORY( ).
    create input stream
      DATA: ISTREAM TYPE REF TO IF_IXML_ISTREAM.
      ISTREAM = STREAMFACTORY->CREATE_ISTREAM_XSTRING( SOURCE ).
    parse input document =================================================
    initialize input document
      DATA: IDOCUMENT TYPE REF TO IF_IXML_DOCUMENT.
      IDOCUMENT = IXMLFACTORY->CREATE_DOCUMENT( ).
    parse input document
      DATA: IPARSER TYPE REF TO IF_IXML_PARSER.
      IPARSER = IXMLFACTORY->CREATE_PARSER( STREAM_FACTORY = STREAMFACTORY
      ISTREAM = ISTREAM
      DOCUMENT = IDOCUMENT ).
      IPARSER->PARSE( ).
    get message content of tag <BookingCode>
      DATA: INCODE TYPE REF TO IF_IXML_NODE_COLLECTION.
      INCODE = IDOCUMENT->GET_ELEMENTS_BY_TAG_NAME( 'BookingCode' ).
    get XI header data (here: "Sender Service")
      DATA: L_SENDER_SERVICE TYPE STRING.
      L_SENDER_SERVICE = PARAM->GET( IF_MAPPING_PARAM=>SENDER_SERVICE ).
    add trace (appears in message monitoring)
      DATA: L_TRACE TYPE STRING.
      CONCATENATE 'Sender Service = ' L_SENDER_SERVICE INTO L_TRACE.
      TRACE->TRACE( LEVEL = '1'
      MESSAGE = L_TRACE ).
    build up output document =============================================
    create output document
      DATA: ODOCUMENT TYPE REF TO IF_IXML_DOCUMENT.
      ODOCUMENT = IXMLFACTORY->CREATE_DOCUMENT( ).
    create element 'SenderService' and add it to the document
      DATA: MSGTYPE TYPE REF TO IF_IXML_ELEMENT.
      MSGTYPE = ODOCUMENT->CREATE_SIMPLE_ELEMENT(
      NAME = 'MsgOut'
      PARENT = ODOCUMENT ).
    create element 'SenderService' and add it to the output document
      DATA: ELEMENTSENDER TYPE REF TO IF_IXML_ELEMENT.
      ELEMENTSENDER = ODOCUMENT->CREATE_SIMPLE_ELEMENT(
      NAME = 'SenderService'
      VALUE = L_SENDER_SERVICE
      PARENT = MSGTYPE ).
    add node to the output document
      DATA: OUTCODE TYPE REF TO IF_IXML_NODE.
      OUTCODE = INCODE->GET_ITEM( INDEX = 0 ).
      DATA IRC TYPE I.
      IRC = MSGTYPE->APPEND_CHILD( OUTCODE ).
    render document ======================================================
    create output stream
      DATA: OSTREAM TYPE REF TO IF_IXML_OSTREAM.
      OSTREAM = STREAMFACTORY->CREATE_OSTREAM_XSTRING( RESULT ).
    create renderer
      DATA: RENDERER TYPE REF TO IF_IXML_RENDERER.
      RENDERER = IXMLFACTORY->CREATE_RENDERER( OSTREAM = OSTREAM
      DOCUMENT = ODOCUMENT ).
      IRC = RENDERER->RENDER( ).
    ENDMETHOD.
    Now Add additional mapping types in your Exchange Profile:
    com.sap.aii.repository.mapping.additionaltypes
    Create a new Interface Mapping
    • Select Mapping Type Abap-class
    • Enter the name of the ABAP-OO class
    Rest of the mapping proceedure remains the same..
    Reward points if found useful
    Regds,
    Sandeep

  • Regarding process mapping related to media

    Dear all
    My client is in media business, his requirements are to have episode wise Cost & revenue. I am mentioning below the process I have mapped currently
    Company code - ABC
    Business Area u2013 Channel (as their have more than one channel)
    Program - Internal order (statistical (to have P& L at program level))
    Episode --????
    Breaks (between episode) --???
    My requirement is how to define episode by covering cost & revenue form all related modules i.e.  (MM/SD/FICO) considering as were are implementing only this modules
    CO-PA we are not implementing. please reply
    Thanks a lot in advance
    Thanks & regards
    CRM
    Edited by: crm on Nov 10, 2008 3:37 PM

    Hi
    Whether it is right G/l,
    It's depends on you & your fico & client team.
    If this account exclusively defined for refurbished material,then it is right and if this g/l is defined for any other transaction then it wrong one.
    Now Related to COPA entries,
    Settle the order for which you are consuming this material by KO88, (Remove tick mark of TEST RUN)
    Go to details>>>Accounting document>>>double click on Profitability analysis
    and see values are updated in Cost field or not.
    Kapil
    Edited by: Kapildev Farakte on Nov 25, 2009 11:18 AM
    Edited by: Kapildev Farakte on Nov 25, 2009 11:20 AM

  • Regarding Value mapping in SAP+XI

    Hi Experts,
    In vaule mapping what does throw exception in behavoir if lookup fails under Value mapping properties of ESR do? Why is it needed and how to use it.
    Thanks and regards,
    Aniruddha Bhattacharya

    > In vaule mapping what does throw exception in behavoir if lookup fails under Value mapping properties of ESR do? Why is it needed and how to use it.
    Maybe you tell us what you want to achieve and we discuss, how you could do it?

  • Regarding java mapping in SAP XI

    Hi Friends,
                    I need help on java mapping.In java mapping in design side in the receivermessage interface by right clicking on and selecting java proxy generation. here i have a doubt ,we have to select both sender and receiver interfaces are not.please send me any info regarding This issue.

    Hi Vuday,
    Java Proxy
    /people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    http://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d
    Thanks,
    Satya Kumar

  • Regarding Sements Mapping for desired output

    HI All,
    I am just confused how to handle this
    I have two source segments E1EDL37, E1EDL44 and Target IBINPT00
    all 3 segments occurence is 0...9999
    So for each occurence of E1EDL37 n no of sements repeat for E1EDL44(is in E1EDL37 only) and mapped to IBINPT00
    I have mapped E1EDL44 segment and fields to IBINPT00 and also E1EDL37 fields to IBINPT00 fields
    Now when i run the scenario i am getting the output like this
    0000214031   00007205170000000224  1000 1000  GN602  5190     9H     
                    1000  1000  GN602  GN602  6H 00002
                 1000  1000  GN602  GN602  7      00003
                 1000  1000  GN602  GN602  7H 00004
                 1000  1000  GN602  GN602  8     00005
    But i should get the output like this
    <b>0000214031  00007205170000000224</b>  1000  1000  GN602 5190     9H
    <b>0000214031  00007205170000000224</b>  1000  1000  GN602 5190     6H
    <b>0000214031  00007205170000000224</b>  1000  1000  GN602 5190     7
    <b>0000214031  00007205170000000224</b>  1000  1000  GN602 5190     7H
    So each fields of E1EDL37(has 1st and 2nd field) also should be repeated with the no of segments for E1EDL44 to target IBINPT00
    So any one please give suggestion on how to handle the desired output
    Thanks and Regards,
    sridhar

    Hi Himadri,
    I have used useOneAsMany node function but now i am not getting any values to the target...
    I have used like this
    E1EDL37,EXIDV,EXIDV to useOneAsMany --> SplitByValue > IBINPT00>IDVOL(target filed)...
    I am not getting the values now at all why? could u help me
    <b>Note</b> E1EDL37 (occurence is 0..9999) , EXIDV occurence (0.1) IDVOL (0.1)
    Thanks and Regards,
    sridhar

  • Regarding java mapping failure

    Hai all
      Iam Ajay , here i would like to create XML Tree using DOM Parser. In the java Program i need to import
    "com.sap.aii.mapping.*" library. Unfortunately i don't have that. could you suggest me where do i import the jar file which includes the above java library .
    Thank you

    HI,
    The jar files required for java mapping is aii_map_api.jar
    You can find this in your your XI server in the following path:
    <b>j2ee\cluster\server0\apps\sap.com\com.sap.xi.services</b>
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions (Mappings->Question No 5)
    Regards,
    Moorthy

  • Regarding Message Mapping

    Hi All,
    The problem is I have created 2 Message Mappings and Two Message Interfaces
    Two Messages Mappings and Message Interfaces are activated successfully, my question is which Message Mapping will execute among them(Message Mapping). If it Executes latest one Message Mapping ok, if I want to Execute Old one how can I execute that. I dont know whether we can create more than one Message Mapping, if it is possible here then can I Execute any one among all these Message Mapping help me in this problem.
    Thanks & Regards,
    Ashok.

    hi,
    in your scenarios your mappings
    are executed on the basis of the <b>interface mappings</b>
    one interface mapping can have a few message mappings
    that will all be executed :
    /people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping
    you always use interface mappings (in directory)
    so you need to check how which message mappings
    are included in your interface mapping
    to find out which will be used in your scenarios
    Regards,
    michal

  • Regarding Java Mapping

    Hi,
    I am new to java mapping. I just want to know what files I have to upload in IMPORTED ARCHIVES in Integration Repository to run the mapping properly.
    Thanks In Advance.
    Yaseen.

    Yaseen,
    If you are calling some class that is no a part of the standard jdk, then you need to have those classes / packages available under imported archives.
    <i>I dont think so when I upload only class file, it says class not found.</i>
    Compile your JAVA Mapping code , create the class file and then import that clas file under Imported Archives and use the same for  mapping program in interface mapping.
    Like i mentioned, if you are using some class in the Java Mapping that is not a part of stanadrad jdk, then you need import those Packages also.
    Regards,
    Bhavesh

  • Regarding Value Mapping

    Hi,
    Iam doing a scenario which deals with value mapping,and there are duplicate values in destination for different sources.I have created a Group for all repeating values in destination,and i have used that name to map for different sources.But my scenario is not working as desired.What do i do?

    Hi
    You may not be using value mapping for its intended purpose. It should be used to map between different ID schemes for the same entities, such as companies, persons etc. An ID for such an entity must always be unique, or it would be of no good use. And then you cannot have duplicate target values, because you would then get an ambiguity if you were to map in the other direction.
    But sometimes you really need value mappings just in order to make something configurable rather than hard coded into a message mapping. This is when you run into this sort of problem. For example:
    Jim -> Manager
    Bob -> Employee
    Sue -> Employee
    The job title is NOT an ID, and certainly not unique. As you can see you cannot map backwards from "Employee" to a unique target value.
    I think you might be better off using the mapping lookup API. If you don't want to go this way, you could of course do a hack, such as
    Jim -> Manager_1
    Bob -> Employee_1
    Sue -> Employee_2
    and then afterwards remove the underscore + suffix.
    Regards
    Jorgen

  • Query Regarding XSD Mapping

    Hi Experts,
    I 've the following requirement:
    My Source XSD is of the form:
    <element name="source" ....>
    <complextype>
    <element name="customNode" minoccurs=*0* maxoccurs=20>
    <complextype>
    <sequence>
    <element 1....>
    <element 2....>
    </sequence>
    </complextype>
    </complexType>
    </element>
    The target XSD is of the form:
    <element name="target"....>
    <complextype>
    <element name="customNode" minoccurs=*20* maxoccurs=20>
    <complextype>
    <sequence>
    <element 1....>
    <element 2....>
    </sequence>
    </complextype>
    </complexType>
    </element>
    Please note the difference is the minoccurs property. I need to map the customNode element of the source and target XSDs. In the target XSD, I should
    populate 20 items of this element type with some default values when
    there are less than 20 elements in the source type.
    Can you please suggest how this can be achieved. Can this be achieved using XSLT mappings?
    Any pointers will be immensely helpful.
    Regards,
    Ganapathi

    I am wondering if this setting in jDeveloper will actually do it for you
    Tools -> Preferences -> XSL Maps ->Generate empty node for all required unmapped nodes
    I am sure XSLT can do it but it will probably render the mapper designer "useless" (you can't view your xslt in the graphical way any more);
    another not so elegant way i can think of is to map whatever you can in the xslt, for example, 5 existing nodes from the source
    then use a loop to "append" the remaining 15 empty nodes.
    just my 2 cents.

  • Configuring MAP Quarter in tcode GVAR (regards to MAP in BI)

    Hi,
    I'm activating and configuring business content for Merchandise and Assortment Planning in BI, (BI cont 7.04).
    I have a huge activation guide from SAP, but this is old and when MAP was based on BPS, now it is in BI IP. (It can be found here if you're interested: http://help.sap.com/bp_bblibrary/600/html/R61_EN_RU.htm)
    According to the newer, but very much less detailed guide (http://help.sap.com/SCENARIOS_BUS2008/helpdata/EN/72/164a4135fff66fe10000000a1550b0/frameset.htm), I need to define MAP Month, week and quarter in transaction GVAR in BI system.
    My question is, does anybody know how to configure the MAP Quarter? As this is not in the guide, I can't seem to get it correct.
    Any help is appreciated.
    Thanks a lot for your time.
    Regards,
    Øystein

    Hi again,
    in GVAR i add 4 periods, the correct month, and the last sunday of the period, but when trying to save i get the error  "Gaps in financial year variant periods MQ".
    Can anybody suggest me, or if I have put this question in the wrong forum, where would it be best to ask to get an answer? (And is it possible to for me to move this thread, or need to close it and create a new one?)
    Thanks

  • Regarding india map in geo spatial

    Please update India's map at that is on test drive at http://maps.oracle.com/elocation/ajax/index.jsp. I think google handles it better by showing dotted lines in the disputed areas of Kashmir rather than showing smaller kashmir region. I think this policy can be followed for other disputed areas around the world.

    Hi,
    To do this you have to have the settings done in Info object maintenance where in the Map should have been integrated already.
    Once that is done, in BEx designer you can have the setting by cloicking the icon.
    Hope this helps to start with.
    Assign points if useful.
    Regards,
    Venkat

Maybe you are looking for