DESADV.DELVRY 03 IDOC to file  Issue with Mapping

Hi All,
We have DESADV.DELVRY03 used in this scenario. The Header Text Field : E1TXTH8 had the segment :TDID(Text ID) .
The Codition is : If TDID =9500 Condition , then the field of :E1EDL41 - BSTNR (Customer PO number ) should be mapped , sent as file data
I am doing the Graphical (Visual Mapping tool) as i am not expertised in XSLT .
Since the TDID and BSTNR  fields are from diffrent  segments , it is throwing an error.
Could you please suggest how to solve this isuse as it is  crtical task .
-I tried with:  if TDID=9500 , then BSTNR = (CutomerPONo--interface field) , this throws an error :
RuntimeException in Message-Mapping transformation: Runtime exception during processing target field mapping /ns0:ShipmentDelivery_Request/ReferenceData_Party/CustomerPONumber. The message is: Exception:[java.lang.IllegalArgumentException: Cannot cast 9500 to boolean] in class com.sap.aii.mappingtool.flib3.Bool method equals[9500, 9500, com.sap.aii.mappingtool.tf3.rt.Context@54039b37]
Edited by: Varalakshmi SB on Jan 13, 2011 11:18 AM

Hi,
Create the graphical mapping as below:
Use IfWithoutElse. If TDID equalS "9500" then E1EDL41 - BSTNR.
Since TDID and BSTNR are in different contexts, change the contexts to segment level.
After that use, removeContexts and SplitByValue node functions.
It would roughly look like below:
IfWithoutElse -- TDID equalS 9500 -- then -- BSTNR -- removeContexts SplitByValue -- <Target Structure>
Thank you.
Regards,
Subbu

Similar Messages

  • IDOC to FILE scenario With Screen shots

    CAN YOU PLEASE SEND US THE DETAILS OF IDOC to FILE scenario With Screen shots  and do  the needful for me

    Hi Surya,
    I thought i will just share a few basic thoughts that you need to take care while doing an IDOC to File Scenario. Just see if it helps you in anyways.
    While doing an IDOC -> XI -> File scenario, The Points to noted are:
    1. You don’t need a DT, MT or a message interface for the IDOC as it itself acts as the Message Interface.
    2. You import the IDOC and use the same in your mapping.
    3. In this configuration note that you don’t have a sender agreement as you don’t have a sender IDOC adapter.
    If it is that you wanted to send an IDOC from XI (File to IDOC) , then in this case:
    points 1 and 2 will remain, but the 3 will not. You will need a sender agreement for the file and a receiver agreement for the IDOC.
    IDOC -> File scenario ref:
    <a href="/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters scenario</a>
    File -> IDOC ref:
    <a href="/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping to IDOC</a>
    To be able to trigger your IDOC from the SAP ISU system, you will have to set the partner profile in we20. Select your Business System (mostly under Logical system) and then create Outbound entries for whichever IDOC you want to trigger.
    You define your basic type also in your partner profile settings, Please go thru the following links to get a better idea about partner profile:
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b833243d711d1893e0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7cd343d711d1893e0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/32/692037b1f10709e10000009b38f839/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/5e/b8f8bf356dc84096e4fedc2cd71426/frameset.htm
    Also, I would suggest that you go through this blog by michal if any issue arises,
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    Also have a look at these forum threads...
    IDOC TO FILE SCENARIO
    idoc to file scenario
    I hope this helps.
    Regards,
    Abhy Thomas

  • IDoc-to-File scenario with external Partner ... PCK necessary?

    Hi all,
    I have a question concerning to a IDoc-to-File Scenario with an external Partner. Here is a short Description of the Scenario:
    The SAP ERP System creates an IDoc which should be send to the SAP Integration Server. The Integration Server respectively the IDoc-Adapter transform the IDoc in IDoc-XML. The Integration Server executes a Mapping and so on. In the final step the Integration Server should send the XML-File to a FTP Server in New York (external Partner) with the File/FTP-Adapter.
    Have I to install the Partner Connectivity Kit at a Server in New York or is it working without the PCK? Which are my possibilities?
    Thanks for your help
    with kind regards
    Christopher

    Hello,
    If the FTP server has connectivity to XI and if the
    port is open XI can directly do the FTP using File
    Adapter.
    Thanks,
    Himadri
    Hi,
    thanks for your quick answer.
    What means "connectivity to XI"? Our SAP-Environment is in Germany and the FTP-Server is in New York. Is it enough to open the port in the firewall?
    Thanks for your answer
    Christopher Kühn

  • DESADV.DELVRY 03(IDOC) - File Scenario .Issue with Mapping

    Hi All,
    we have used DESADV.DELVRY 03 as Source. we need to generate an XML file.
    Condition : we have segment :u2022E1ADRM1 : Central Address Segment Group, Main .this is Unbounded (0 ...99)
    The Segments has field:     PARTNER_Q  . The IDOC can have PARTNER_Q(Qualifier) as -> WE, SP, OSO.
    The condition is if PARTNER_Q =WE , then the data of SHIP TO PARTy should be transfered to file
    Same time, If Partner_Q =AG , Data of Sold to Party " should be transfered.
    Note :1.I DOC generated can have  PARTNER_Q= SP, AG , OSP , ZM etc.
             2. The adress are unique . Sold to Praty id , Sales ORG address are not same .. its different.
    I have develeoped  interface with Ship to party , sold to party , sales org fields , but I am little confused how to match all fields  of Qualifier : SP, WE, OSP  a once to -> file.
    I can't duplicate segment: E1ADRM1 structure as it is Source
    Please provide your input .
    Edited by: Varalakshmi SB on Jan 14, 2011 1:27 PM
    Edited by: Varalakshmi SB on Jan 14, 2011 1:29 PM

    Hi,
    this kind of conditions will be common during handling of idoc structures...
    All you need to do handle the context of the segment E1ADRM1 to the parent node..so that data of all qualifiers will be in single context and checks for the condition you provide
    i.e if E1EDRM1/PARTNER-Q Equals WE then pass the target value to the target field..
    if you like to gain confidence of your mapping once mapping is done put some test data and right click your mapping conditions and click queue to see the output and how the values are passed to the conditions..
    HTH
    Rajesh

  • XI Article Idoc to File Issue

    Hi,
    I have an issue with an Idoc (ARTMAS05) to File Interface. This scenario consists of Single Article Idocs are being written to file using the Graphical Message Mapper. BPM is not used.
    The issue is down to Article Variants. A single Article can contain one or more Article Variants. The output file consists of individual ‘Article’ records output for each individual Article Variant. To achieve this the Graphical Mapping is driven from segment /ARTMAS05/IDOC/E1BPE1MARART. This works correctly and produces the correct number of output lines in the flat file. However information on each variant is also contained in segment /ARTMAS05/IDOC/E1BPE1MARMRT. I have not been able to get the initial loop around E1BPE1MARART to correctly access segment E1BPE1MARMRT. Is there any way of carrying this out in the Graphical Mapper without resorting to a UDF?
    Thanks in advance.
    A sample structure is (for simplicity I have left out unused idoc segments):
    ARTMAS
      IDOC
         E1BPE1MATHEAD
         E1BPE1MARART(1)
         E1BPE1MARART(2)
         E1BPE1MARART(3)
         E1BPE1MARMRT(1)
         E1BPE1MARMRT(2)
         E1BPE1MARMRT(3)
    This should produce a file as illustrated below.
    HEADER
    ARTICLE(1) – consisting of data from E1BPE1MARART(1) and E1BPE1MARMRT(1)
    ARTICLE(2) – consisting of data from E1BPE1MARART(1) and E1BPE1MARMRT(2)
    ARTICLE(3) – consisting of data from E1BPE1MARART(1) and E1BPE1MARMRT(3)
    FOOTER
    However the data from and E1BPE1MARMRT is never correctly obtained.

    hi John, 
                   an you check your mapping in <b>Message Mapping</b> , there is a option <b>TEST</b>, give your source structure there and check your target structure.
    if still the problem is same, plz do post again, with your structure, and error.
    hope this will help
    regards
    HONEY

  • Idoc to file problem with DynamicConfiguration

    HI SAP Guru's
    I have a iDoc to File scenario and the output file requirement is bit tricky.
    output file should be xx_Region_iDoc Number_YYYYMMDDHHMMSS
    I been through couple of blogs but non of them mentioned about the iDoc all of them showed the about the FileName in FileAdapter.
    I believe it is only possibly via Dynamic configuration.
    I need to extract E1EDKA1/LAND1, DOCNUM from Source IDoc Structure and then concat it with Date and generate the output file name.
    I cannot even get the iDoc Number i.e. DOCNUM via Dynamic Configuration.
    I was trying this method but it didn't work.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/IDoc","DOCNUM");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName; 
    Can somebody please let me know how to achieve this and how?

    Hi Rodrigo,
    I have done the UDF with 3 inputs and mapped it with header of Target side and now would like to know about the setting in File Adapter.
    1. Could tell me what do I need to write in "File Name Scheme" , I am using *.xml , is it right?
    2. I also check the Use Adapter Specific Message Attributes,
        Fail if Adapter-Specific Message Attributes Missing
        FileName
    Could you please tell me is there anything else I need to do because I have been through couple of blogs and all of them mentioned about File but not about the IDoc.
    DynamicConfigurationKey key = DynamicConfigurationKey.create(u201Chttp://sap.com/xi/XI/System/Fileu201D,u201CFileNameu201D);
    Except you who mentioned this
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/IDoc",fileName);
    I am bit confused about the FileName because there is no FileName in IDoc;
    I found these information in IDoc Dynamic Configuration
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Determination
      -->
    - <SAP:DynamicConfiguration xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="SNDPOR">SAPDGE</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="SNDPRN">DGE008</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="SNDPRT">LS</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="RCVPOR">A000000012</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="RCVPRN">CITIPHMX</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="RCVPRT">B</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="MESTYP">PAYEXT</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="IDOCTYP">PEXR2002</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/IDoc" name="CIMTYP">ZPEXR2002</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/Message/30" name="CALLER_CODEPAGE">4102</SAP:Record>
      </SAP:DynamicConfiguration>
    Please comment.

  • IDOC to FILE(xml) graphical mapping using node function createIf

    Greetings All,
                My Scenario is Idoc to File(XML)
    Target Structure is 
                           MO_MAT_LAN....................(0: unbound)
                                LAN_KEY.......................(0 :1)
                                DESCRIPTION.................(0 : 1)
    Source MATMAS Idoc
                           E1MAKTM.........................(0 : 99)
                                SPRAS_ISO..................(0 :1) 
                                MAKTX..........................(0 :1)
    initially i had mapped E1MAKTM----->MO_MAT_LAN but i dont want target node MO_MAT_LAN to be created when the SPRAS_ISO is equal to EN
    I have tried using node function createIf but the node is geting created only once although the input stucture is having occurance more than 5.
    Can anyone please help me to achive this.
    Many thanks,
    Rohit

    U have to use:-
    SPRAS_ISO mak the context to E1MAKTM compare (Use equals) it with Constant function EN out put to be given to If without else and in then Give E1MAKTM and map out put of If node to MO_MAT_LAN.
    chirag

  • Photo file issues with iWeb and Aperture....also too much duplicating!!

    A little background, before I get into my iWeb issue.....
    Years ago I tried iPhoto, but I didn't like how it duplicated all my photo files and I wasn't very fond of the file structure it created. Years later (last month) I got Aperture. Aperture (still has a long way to go) also duplicates all your files and places them in their own file structure. If I can get along with Aperture (and if it will get along with my other programs), I won't mind putting all my files into the file structure it creates. But for now, I still have my original files in the original file structure I have had for many years as a back up.
    On to my issue with iWeb and Aperture....
    To add photos to iWeb, you can either go into the iWeb media center or you can drag and drop photos from other locations.
    1st: iWeb media center
    To get my photos into the media center, I would have to load them into iPhoto (iP 6 does allow you to keep your original file structure, but it still creates .jpg files, which fills up your hard-drive. More duplicates I don't need or want). So that is out for me. iP6 will let you view and use your Raw files.
    Another way is to drag and drop your file structure directly into the media center window. I don't think this duplicates any files (at least I haven't been able to find any), but it takes an awfully long time to thumbnail all your photos (several hours and still waiting for 22K + files). Also, it won't show any Raw files. Again, out for me.
    Aperture won't let you drag and drop its library into the media center at all. So if I was to move all my files into the Aperture Library, I wouldn't be able to access them for iWeb at all.....Out for me.
    2nd: Drag and Drop
    I was able to drag and drop Raw files directly into iWeb from C1 Pro, Adobe Bridge and Adobe Lightroom.
    As I said before, I am trying to move over to Aperture. However, Aperture won't let me drag and drop photos. What is the deal here??? These are both Apple programs and they won't play nice with each other. Very annoying.
    Anyway, I put a link below to my iWeb test webpage I made. All the photos were Raw files that I did a drag and drop from C1 Pro, Adobe Bridge and Lightroom. There were no problems with the publishing.
    http://web.mac.com/phil_navarro/iWeb/Site%202/Drag%20and%20Drop%20test.html
    So, does anyone know if they can get photos from Aperture to work?? Thanks for any responses.
    Phil
    G5 Desktop   Mac OS X (10.4.4)  

    Jedi,
    Perhaps you are right.
    I am not a web developer and I will never be. I don't feel like spending countless hours learning how to use Dreamweaver or some other Pro web app. iWeb looked like a way to start making websites of my photos for my friends and family (much easier and better than Home Page on .Mac). All I was asking was for a way to drag and drop my photos (especially Raw files) with Aperture. Which I can do with Lightroom, Adobe Bridge and C1 Pro, and without using iPhoto.
    I am not a Pro photographer either, but I purchased Aperture based on what was advertised on the Apple website. From that ad, Aperture fit my photo needs almost to a tee. I am looking to adjust Raw files, Crop, Archive and keep my use of Hard Disk space down to a minimum. I can use Photoshop for the other 5% of things I do. However, Aperture has some issues (if you own it, then you already know. If you don't, you can read the Aperture Forum) This is one of the reasons I never went to iPhoto for archiving. I didn't like the way it duplicated all my files, taking up more disk space and its file structure. So even though Aperture won't play nice with other programs, I was surprised that it wouldn't play nice with any Apple programs.
    After reading your post and based on what you are saying, everyone either needs to have/learn/use Pro apps only or have/learn/use iApps only. Don't Cross the Streams!!
    I guess that means Apple will need to fix DVD Studio Pro. It uses photos that are in your iPhoto library and music from iTunes (iApps in a Pro app??....for shame...."it was never intended"). Also, DVD SP won't read the Aperture library. Does that mean there are 3 platforms? Pro, iApp and Mediocre??
    Now I have 2 questions:
    1. Can someone please tell me which apps are Pro and iApp, or if there is Mediocre? I don't want to mix them up and "Cross the Streams".
    2. Again....is there anyway to use Aperture with iWeb?
    TIA,
    Narvon

  • 3 issues with mapped-superclass

    I created a superclass for my entities which is a simple pojo with 4 properties. I mapped it in JPA with mapped-superclass.
    I want the 'ownerId' and 'created' fields to be read-only on the API, in other words, the pojo shouldn't have setters for those 2 fields.
    TLE objects violently to the absence of those setters. I throws a NPE (see below).
    Secondly, I decided I could live without the read-only requirement, so I put the setters on the pojo, set the mapping's access= to access="FIELD" so that the setters are not called. Out of curiosity, I threw exceptions in the setters just to make sure.
    TLE insists on calling the setters, regardless of the 'access' mode I choose. It's always PROPERTY access which is used. FIELD is ignored.
    So I can live with that too. However once I managed to deploy the whole JPA and started testing it, I realised the prePersist event listener isn't called as it is should be according to the mapping I defined. The prePersist callback is in the mapped-superclass entity mapping and calls a method on the superclass. However it isn't called.
    Does anybody here use mapped-superclass without trouble, or is there an example app out on the net demonstrating its use without issues?
    This is TLE build 58g-fcs, btw.
    Regards
    Adam
    java.lang.NullPointerException
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.objects.MetadataMethod.getSetMethodName(MetadataMethod.java:69)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.MetadataAccessor.getSetMethodName(MetadataAccessor.java:330)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.MetadataAccessor.setAccessorMethods(MetadataAccessor.java:575)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.BasicAccessor.processDirectToFieldMapping(BasicAccessor.java:182)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.BasicAccessor.process(BasicAccessor.java:160)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ClassAccessor.processAccessor(ClassAccessor.java:528)
         at oracle.toplink.essentials.internal.ejb.cmp3.xml.accessors.XMLClassAccessor.processAccessors(XMLClassAccessor.java:371)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ClassAccessor.processMappedSuperclass(ClassAccessor.java:1128)
         at oracle.toplink.essentials.internal.ejb.cmp3.xml.accessors.XMLMappedSuperclassAccessor.process(XMLMappedSuperclassAccessor.java:67)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ClassAccessor.processMappedSuperclasses(ClassAccessor.java:1138)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.accessors.ClassAccessor.process(ClassAccessor.java:495)
         at oracle.toplink.essentials.internal.ejb.cmp3.xml.accessors.XMLClassAccessor.process(XMLClassAccessor.java:322)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProcessor.processMappingFile(MetadataProcessor.java:568)
         at oracle.toplink.essentials.internal.ejb.cmp3.metadata.MetadataProcessor.processMappingFiles(MetadataProcessor.java:533)
         at oracle.toplink.essentials.ejb.cmp3.persistence.PersistenceUnitProcessor.processORMetadata(PersistenceUnitProcessor.java:368)
         at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:607)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.callPredeploy(JavaSECMPInitializer.java:171)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initPersistenceUnits(JavaSECMPInitializer.java:239)
         at oracle.toplink.essentials.internal.ejb.cmp3.JavaSECMPInitializer.initialize(JavaSECMPInitializer.java:255)
         at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createEntityManagerFactory(EntityManagerFactoryProvider.java:155)
         at javax.persistence.Persistence.createFactory(Persistence.java:172)

    https://glassfish.dev.java.net/issues/show_bug.cgi?id=4414

  • Wacom, issue with mapping area

    Hello,
    I have:
    Wacon Intuos Pen & Touch, CTH-480/S.
    Wacom driver 6.3.10w2.
    Adobe Photoshop CC 2014.2.1.
    MacBook Pro (late 2013)
    Mac OS X 10.10.1 Yosemite
    I don't have any external monitors
    Most of the times I restart my computer I have to revise the mapping area. Fot "All Others" and for "Adobe Photoshop CC 2014.app".
    I want to use it as:
    Mode: Pen
    Screen Area: Full
    Tablet Area: Portion... (0,0, 4750,7600)
    But after each reset, the tablet works as if I had it set to :
    Mode: Pen
    Screen Area: Portion... (the upper left portion)
    Tablet Area: Portion... (0,0, 4750,7600)
    Notice the screen area set to "Monitor 1" and still the issue:
    Notice the screen area is set to "Full" an still the issue.
    I'm using my tablet with the original provided USB cable. I also tried using another USB port on my computer. I don't have any other device connected to my computer. I have also my Magic Mouse (Apple Bluetooth mouse) turned off. Also I'm using the original provided power source and I also tried using the computer unplugged.
    I had this issue with several older drivers as well.
    This issue started with Mac OS X 10.10 Yosemite. I also tried to fix it, doing a clean install of Yosemite.
    I had tried the "REMOVE" and "RE INSTALL" driver using the "Wacom Tablet Utility".
    I will appreciate your help.
    Kind regards,
           Juan Pedro
    More info:

    Peter,
    Thank you for your reply.
    Your steps does not solve the problem. I had tried those steps several times, but without luck.
    The issue is (I think) because I use a more dense ppi and the driver gets the boot up ppi resolution. I use my screen at "More Space" but when the computer turns on... it on "Best (Retina)".
    So my idea is the driver gets the "Best (Retina)" ppi and when my sessions starts and the computer changes to "More Space"... the Wacom driver already got the other resolution and there is the problem.
    Check this post for more details: Low screen resolution on login after boot | Apple Support Communities
    Miranda,
    The drivers at the UK site and the US site are in the same family.
    The difference is the UK are a bit older than the US.
    For me, the new 6.3.11w3 driver is working a bit better.
    Not perfect, but better.

  • Issue with Mapping Spaces for Receiver Flat File Fixed Length

    Hi Mapping experts,
    my scenario is receiver FILE (fixed length)
    so if a validation applied on a target field returns false then I need to pass the spaces having the number of characters defined for that field
    example
    targetField length = 8
    using "IF" function to perform validation,   if validation is true  THEN = FIELD
    if validation is false ELSE = "________"    (underscore to represent 8 spaces)
    the problem is the validation is of multiple occurences in one queue and if the "true" statement is on the 6th row, I get _________ which is the value of the 1st row (which is correct because rows 1 to 5 are all false therefore having the value of ELSE which is _______ mapped to it)
    How can I get the value of the TRUE row regardless of what row it is located?
    e.g. IF = input is 5 rows of validation,     TRUE is in the 3rd row,   i will get the 3rd row value
           IF = input is 5 rows of validation,     NO TRUE Value,   return 8 spaces
    right now when i Display Queue values are
    iF:in0          iF:in1          iF:in2          iF:out
    1111          false          [_________]     [_________]
    2222          false                    [_________]
    3333          true                    3333
    4444          false                    [_________]
    5555          false                    [_________]
    In above Queue i only get the value of the 1st row which is ________   --> because my target field occurrences definition in Data Type is 0....1
    if I change Data Type occurrences to 1...unbounded I get 5 target fields generated --> WRONG because target file is fixed field, so only one occurence of that target field is required

    Can you give me the idea of what validation are you using so that anyone can help you with the UDF straightaway
    because you need to have a UDf in place which will iterate the number of times the field occurs and then it will check the entire queue first ,where validation is true and only at the instant it will return the value
    if the entire queue is value it will return the  8 underscores
    I hope this is what you wanted
    regards
    ninad

  • Convert Date format from YYYYMMDD to MM/DD/YYYY --issue with Mapping

    Hi All ,
    I have IDOC(DESADV.DELVRY03-> file ) scenario which i am working on . While debugging noticed that the field :
    E1EDT13\NATNZ -Data Transformation(from yyyymmdd to mm/dd/yyyy)-Target .This works
    But say if IDOC doesn't pass any value (For Good's issue) I get Error during debugging : RuntimeException in Message-Mapping transformation: Unparseable date: ""
    I did check thsi blog : Convertinf Date format from YYYY-MM-DD to MMDDYYYY  but this is  about the Data Transformtaion.
    I tried using constants , create if , -these function doesn't work /not applicle in this case
    Could you please provide  inputs as to how to handle two condition :
    1. With date -- then transform
    2.Else , pass nothing

    Hi Varalakshmi,
    Plese try to use UDF for date conversion and include logic which would check the Space value from the source structure.
    so if there is space return as such
    else.
    perform the conversion logic.
      Convertinf Date format from YYYY-MM-DD to MMDDYYYY
    (The conversion logic has been provided by micheal in the thread you have provided in the query)
    Thanks,
    Ram.

  • Issue with Map ID

    I recently upgraded to RoboHelp v7. I have a help project
    that was converted from v6. I added three new map IDs to the
    project. Two of them worked, but the third didn't. Everything
    looked fine, it just didn't bring anything up. I thought maybe
    there's a bug in the new version where it has a problem with the
    last ID in the file, so I added another, blank ID at the end. When
    I did that, the topic that wasn't working started to work, and one
    that was previously working stopped working. Is this a known issue?
    Anybody know of a workaround?

    Hi, kfielder,
    This sounds like the same problem as the one described in the
    following thread:
    1st
    row of ALI-file does not work
    In short, there appears to be a problem with the way that
    RoboHelp 7 is encoding the map (.h) and alias (.ali) files. I
    believe that at least two other users have reported this as a bug.
    Pete

  • Non-English characters File issue with RSEINB00 Program

    Hi,
    We use RESEINB00 program to process IDoc files - to create Master data such as Material Master. Our IDoc file has some special characters - like crème. This letter 'è' would be treated as 'e#' and the Program terminates.
    Inside the program RSEINB00, they used READ DATASET . Had they used 'IN TEXT MODE', this issue would not have come, I guess.
    One option, the least preferred, is that to copy this program and change that line of code. But, is there any other option for this? Please advise.
    Thanks in advance,
    Ram.

    I am n't sure what SAP version you are using , check for OSS notes & update accordingly
    The code below is the latest code..
    clear l_rc.
    if l_unicode = c_true.
        catch system-exceptions convt_codepage_init = 9.
        open dataset l_filename for input in text mode encoding utf-8
           replacement character l_repchar message l_os_message.
        l_rc = sy-subrc.
        endcatch.
      else.
        catch system-exceptions convt_codepage_init = 9.
        open dataset l_filename for input in text mode encoding non-unicode
          replacement character l_repchar message l_os_message.
        l_rc = sy-subrc.
        endcatch.
      endif.
      if sy-subrc = 9.
        l_rc = sy-subrc.
      endif.

  • ZEN AO .MSP file issues with Adobe Acrobat

    I'm currently having the following problem...
    I've got two ZEN AO's. One for Adobe Acrobat 7.0 Professional and one for
    Adobe Acrobat 7.0 Standard. I've added the latest Adobe Acrobat 7.0.5 .msp
    (Windows Installer Patch) file to it's respective ZEN AO and incremented the
    AO version number. On my test workstations that are cleanly imaged I
    associate and install either Adobe Acrobat 7.0 ZEN AO and neither object
    applies the 7.0.5 msp during the initial installation of the object/package.
    What gives? I've noticed that during the last part of the installation when
    it looks like it's applying the .msp I see "gibberish" in the text field
    right above the progress bar of the ZEN "Distributing blah blah blah" dialog
    box. I can launch Adobe and verify that the patch has not been applied. I
    can then verify (via NAL in myapps.html) the application and the patch
    applies as expected (I can verify that by launching the application). A new
    install of these objects/packages should include the patch should it not?
    Also if the application was previously installed by this "same" AO (only the
    patch has been added and the version number incremented) and I "install" the
    application (keep in mind it's already installed) NAL / Windows Installer
    goes through the routine of installation and then appears to apply the .msp,
    again I notice the gibberish in the text field right above the progress bar
    of the ZEN "Distributing blah blah blah" dialog box. I can then verify the
    application and the patch applies as expected (again, I can verify that by
    launching the application). What is up with this? I can't believe after
    roughly fifteen agent releases (I say fifteen based on the # of releases on
    the agent release TID) that Novell can't get this basic functionality right.
    Windows 2000 SP4 Update Rollup 1 (including all updates)
    Windows XP SP2 (including all updates)
    Novell Client 4.9 SP1 (including all updates)
    ZEN Agent IR5 and ZEN Agent IR6
    Bryan

    B,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

Maybe you are looking for

  • Just how much better is nattres than compressor in converting pal - NTSC?

    I am on the verge of buying the Nattres plugin but before i do i would like to know how much better it is than compressor. I did some test with compressor and the results are unacceptable. I have to send some stock footage to America from here in Sou

  • Error message in systems preferences

    Hi. I attempted to open the users & groups preference pane and got this message: Preferences Error could not load users & groups preference pane Other preference panes open just fine. Signed in as owner of my own machine. has worked fine in the past.

  • Help with adobe reader x (10.1.5)

    I need to delete some text and am having a lot of dificulty with it.  I'm sure this is just basic knowlege for most people, but I don't use adobe reader that often.  Help!!!!

  • Subscribed Calendars Do Not Update

    My wife and I subscribe to each others schedules. However, there are constant problems with the updating. For example, when I delete an appointment from my schedule, it doesn't show up on her iCal--even after we refresh both computers and vice versa.

  • Transport file system error in Configuration objects..

    Hi folks, I have transported the sld and design objets sucessfully to production from dev. When i am doing for configuration objects there i getting error the error is Import failed because of business system transfer of object Service | BS_Test_Rece