Sorting while mapping

Hi,
I have an source IDOC that contains different subnodes (infotypes) at the same level.  Is it possible to sort by a certain field (for e.g. PerNum) while mapping
My target datastructure looks like the following:
E1P0000 (InfoType 0000)
+PerNum
+Subtype
+OtherElements
E1P0001 (InfoType 0001)
+PerNum
+Subtype
++OtherElements
Thanks,
Basant Gupta

Hi,
You can try using standard 'SORT' function.
Regards
Vijaya

Similar Messages

  • Error while mapping two times nested table

    Hi,
    I have a Product table which has nested ProductSubcategory in it.
    ProductSubcategory nested table also has nested table ProductCategory inside it.
    So there is a nested table inside nested table.
    I designed a dimension on warehoue builder and while mapping, i got "ORA-22913: must specify table name for nested table column or attribute" error.
    I mapped nested tables before with using varray iterator and expand object, but they were nested once. Is there any solution for mapping two or more time nested tables?
    Now i exracted tables and i continuou working but, i wondered is there any way.
    Creation codes are below. Thanx :)
    CREATE TABLE PRODUCT
    (     PRODUCTID NUMBER NOT NULL ,
         ProductSubcategory ProductSubcategory,
         MODIFIEDDATE DATE NOT NULL)
    NESTED TABLE ProductSubcategory STORE AS ProductSubcategory_TABLE
    ( NESTED TABLE ProductCategoryId STORE AS ProductCategory_TABLE);
    CREATE TYPE TYPE_ProductSubcategory AS OBJECT (
         ProductSubcategoryID number ,
         ProductCategoryId ProductCategory ,
         Name Varchar(50) ,
         rowguid varchar2(100) ,
         ModifiedDate date );
    CREATE TYPE TYPE_ProductCategory AS OBJECT (
         ProductCategoryID number ,
         Name Varchar(50) ,
         rowguid varchar2(100) ,
         ModifiedDate date );

    Bharadwaj Hari wrote:
    Hi,
    I agree with u...I am not sure of the environment the user has so i put forth all the 3 option that crossed my mind that time....thats why i said he has to choose what best suits him/her...
    Also if the database is huge and we create physical temp tables (option 2 and ur idea) its like having redundant data in the database which is also a problem....So ist upto the user to actually evaluate the situation and come up with what best suits him/her...
    Regards
    BharathHi,
    I understand your opinion. But I am not sure that the user have enough experience to choose the best option by his one. And about the redundant data: because of this I wrote that he should truncate the tables after the last mapping which loads all data into the real target table.
    Regards,
    Detlef

  • Java.lang.OutOfMemoryError Exeption while Mapping

    HI Team,
    I am using PI 7.1 and while mapping IDOC to File my message mapping is getting this error
    "java.lang.OutOfMemoryError"
    Some time the Mapping is getting Opened, but some times it is giving this error.
    #45 18:55:56 [AWT-EventQueue-2] FINE AutoLog.created.java.lang.OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space
         at javax.swing.text.GapContent.allocateArray(Unknown Source)
         at javax.swing.text.GapVector.resize(Unknown Source)
         at javax.swing.text.GapVector.shiftEnd(Unknown Source)
         at javax.swing.text.GapContent.shiftEnd(Unknown Source)
         at javax.swing.text.GapVector.open(Unknown Source)
         at javax.swing.text.GapVector.replace(Unknown Source)
         at javax.swing.text.GapContent.insertString(Unknown Source)
         at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source)
         at javax.swing.text.AbstractDocument.insertString(Unknown Source)
         at com.sap.aii.ib.gui.xmleditor.doc.TextDocument.editorCommited(TextDocument.java:110)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdSchemaTextable.fireEditorCommited(XsdSchemaTextable.java:113)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdSchemaTextable.setText(XsdSchemaTextable.java:104)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdSchemaTextable.setSchema(XsdSchemaTextable.java:96)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdContainerTextView.setSchema(XsdContainerTextView.java:57)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdContainerTextView.<init>(XsdContainerTextView.java:47)
         at com.sap.aii.ib.gui.xmleditor.docview.MultiViewEditor.makeFromTreeDoc(MultiViewEditor.java:244)
         at com.sap.aii.ib.gui.xmleditor.docview.MultiViewEditor.<init>(MultiViewEditor.java:85)
         at com.sap.aii.mappingtool.mf.TransformationPanel.createSourceView(TransformationPanel.java:251)
         at com.sap.aii.mappingtool.mf.TransformationPanel.<init>(TransformationPanel.java:96)
         at com.sap.aii.mappingtool.mf.MappingTool.<init>(MappingTool.java:43)
         at com.sap.aii.mappingtool.api.MappingToolFactory.getInstance(MappingToolFactory.java:61)
         at com.sap.aii.mappingtool.fwutil.util.ToolUtil.restartTool(ToolUtil.java:376)
         at com.sap.aii.mappingtool.fwutil.api.ViewUtil.refreshControls(ViewUtil.java:61)
         at com.sap.aii.ibrep.gui.mapping.xitrafo.XiMappingView.refreshControls(XiMappingView.java:197)
         at com.sap.aii.ibrep.gui.mapping.xitrafo.XiTransformationView.refreshControls(XiTransformationView.java:132)
         at com.sap.aii.ib.gui.editor.XiView.refresh(XiView.java:230)
         at com.sap.aii.utilxi.swing.framework.DocumentContainer.refreshView(DocumentContainer.java:341)
         at com.sap.aii.utilxi.swing.framework.cmd.SaveCommand.execute(SaveCommand.java:80)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:198)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:154)
         at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:82)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    #44 18:55:56 [AWT-EventQueue-2] DEBUG AutoLog.created.java.lang.OutOfMemoryError: Java heap space
    #43 18:55:56 [AWT-EventQueue-2] FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.FrameworkException: com.sap.aii.utilxi.swing.framework.FrameworkException: Internal problem occurred
         at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.init(ExceptionDialog.java:126)
         at com.sap.aii.utilxi.swing.toolkit.ExceptionDialog.<init>(ExceptionDialog.java:98)
         at com.sap.aii.mappingtool.fwutil.util.ToolUtil.restartTool(ToolUtil.java:400)
         at com.sap.aii.mappingtool.fwutil.api.ViewUtil.refreshControls(ViewUtil.java:61)
         at com.sap.aii.ibrep.gui.mapping.xitrafo.XiMappingView.refreshControls(XiMappingView.java:197)
         at com.sap.aii.ibrep.gui.mapping.xitrafo.XiTransformationView.refreshControls(XiTransformationView.java:132)
         at com.sap.aii.ib.gui.editor.XiView.refresh(XiView.java:230)
         at com.sap.aii.utilxi.swing.framework.DocumentContainer.refreshView(DocumentContainer.java:341)
         at com.sap.aii.utilxi.swing.framework.cmd.SaveCommand.execute(SaveCommand.java:80)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:198)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:154)
         at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:82)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor.dispatchEvent(Guitilities.java:320)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.OutOfMemoryError: Java heap space
         at javax.swing.text.GapContent.allocateArray(Unknown Source)
         at javax.swing.text.GapVector.resize(Unknown Source)
         at javax.swing.text.GapVector.shiftEnd(Unknown Source)
         at javax.swing.text.GapContent.shiftEnd(Unknown Source)
         at javax.swing.text.GapVector.open(Unknown Source)
         at javax.swing.text.GapVector.replace(Unknown Source)
         at javax.swing.text.GapContent.insertString(Unknown Source)
         at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source)
         at javax.swing.text.AbstractDocument.insertString(Unknown Source)
         at com.sap.aii.ib.gui.xmleditor.doc.TextDocument.editorCommited(TextDocument.java:110)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdSchemaTextable.fireEditorCommited(XsdSchemaTextable.java:113)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdSchemaTextable.setText(XsdSchemaTextable.java:104)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdSchemaTextable.setSchema(XsdSchemaTextable.java:96)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdContainerTextView.setSchema(XsdContainerTextView.java:57)
         at com.sap.aii.ib.gui.xmleditor.docview.views.XsdContainerTextView.<init>(XsdContainerTextView.java:47)
         at com.sap.aii.ib.gui.xmleditor.docview.MultiViewEditor.makeFromTreeDoc(MultiViewEditor.java:244)
         at com.sap.aii.ib.gui.xmleditor.docview.MultiViewEditor.<init>(MultiViewEditor.java:85)
         at com.sap.aii.mappingtool.mf.TransformationPanel.createSourceView(TransformationPanel.java:251)
         at com.sap.aii.mappingtool.mf.TransformationPanel.<init>(TransformationPanel.java:96)
         at com.sap.aii.mappingtool.mf.MappingTool.<init>(MappingTool.java:43)
         at com.sap.aii.mappingtool.api.MappingToolFactory.getInstance(MappingToolFactory.java:61)
         at com.sap.aii.mappingtool.fwutil.util.ToolUtil.restartTool(ToolUtil.java:376)
         at com.sap.aii.mappingtool.fwutil.api.ViewUtil.refreshControls(ViewUtil.java:61)
         at com.sap.aii.ibrep.gui.mapping.xitrafo.XiMappingView.refreshControls(XiMappingView.java:197)
         at com.sap.aii.ibrep.gui.mapping.xitrafo.XiTransformationView.refreshControls(XiTransformationView.java:132)
         at com.sap.aii.ib.gui.editor.XiView.refresh(XiView.java:230)
         at com.sap.aii.utilxi.swing.framework.DocumentContainer.refreshView(DocumentContainer.java:341)
         at com.sap.aii.utilxi.swing.framework.cmd.SaveCommand.execute(SaveCommand.java:80)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:198)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:154)
         at com.sap.aii.utilxi.swing.framework.CommandAction.actionPerformed(CommandAction.java:82)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    Can any one tell how to post entire log file.
    Thanks in Advance,
    Sriram

    > #45 18:55:56 [AWT-EventQueue-2] FINE AutoLog.created.java.lang.OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space
    I'd say that the message is too big for your currently configured Java heap --> increase it.
    Markus

  • Facing problems while mapping fields in LSMW.

    Hi Friends,
           i got a requirement to upload the address. Address is in
    flat file.requirement is to use LSMW with object 0602 and the
    standard report program is RSADRLSM02.This standard report
    program uses the structures for uploading are ADR_LSM0 to
    ADR_LSM6.But i have some fields in the source structure are
    not at all related to the fields in destination structure(i.e ADR_LSM0 to ADR_LSM6)therefore i am facing problem while
    mapping the source and destination fields.is there any other
    way to map the fields.Please help me it's very urgent.
    Thanks in advance.
    Regards,
    Sumiti Gupta.

    Thanks for the reply santosh.
    GIS FIELD                                      SAP LOCATION
    ADDR_GID(10char)                     EXADR-KUNNR
    STR_NO(10)                               ADR_LSM0-STRT_CODE
    STR_NAME (42)                         ADR_LSM0-STREET
    ADDRESS_UNIT(7)                     ADR_LSM0-HOUSENUM_H
                                                          and
                                                     ADR_LSM0-HOUSENUM_L
    ADDRESS_UNIT_TYPE(5)           EVBSD-VBSART
    POST_CODE (10)                       ADR_LSM0-POST_CODE
    MUNI_NAME (40)                        EXADR-APPLDATA
    MAILING_CITY(60)                      ADR_LSM0-CITY_NAME
    MAP_PAGE(4)                           EADRSTRTGRID_GRID_ID
    EVAC_ZONE(1)                          EVBSD-ZEVAC
    PIN_NUM (18)                            EHAUD-PLTXT
    in the above fields the structure with ADR_LSM0 are found with the other fields i m not able to find the similar fields in the destination structure.Please help me.
    Regards,
    Sumiti Gupta.

  • Getting error while mapping fields btween DS and Data target IO

    Hi,
    I am getting error message "Rule(target field:0DEL_GR_WT): No source units assigned" while activating transfer rules btween Data source and Data target.
    Infoobject has got mapped with source field BRGEW.
    Even in the data source the field units are GEWEI
    In BI the units are 0unit_of_wt.
    Every thing seems to be fine,but while mapping fiellds in the transfermation i am getting above error

    Hi,
    I think u have to assign source unit in transformation .
    double click on that  particular filed and it will take you to other screen and there you have choose that field and have to  assign,
    if am wrong please ignore it.
    Thanks,
    Jack

  • Context error while mapping

    Hi Experts,
      I am using remove context node function to map my target node.The problem is the required node in the target is in higher context than the source node. i have mapped the fields below these nodes normally.
    while mapping the nodes i am using remove context function.but when testing the target node is existing only once in payload. 
    Please help me out.
    Thanks,
    Srikanth

    Hi Srikanth,
    Communication via mail is against the SDN Forum Rules.
    I have uploaded the photo--(I had removed the other part of the image as its confidential ...so don't worry)
    http://www.flickr.com/photos/23638845@N04/2782914807/
    This will help other XI experts to open their views also. So Plz don't mind...
    Please find here with you the my suggestion about it.
    Look the way you had mapped the gate message and westim message based on existance of gate message, is seems to be correct.
    As you have said there will be always only one either get or westim message available. So no need to do any context changes with remove context.
    Make sure to add this kind of check condition for all the internal fields also.
    Let me know if this would solve your problem.
    thanks
    Swarup

  • ORA-00904 while mapping source model

    Hi,
    while mapping the source model from Sybase 11 I get an ORA-00904 invalid column name error. There is no error recorded in the log, just an error message box opens. The last log entry is "...rows inserted into table SYBASE_SYSPROCEDURES".
    omwb is 1.2.2.2.0 (with 1.2.2.2.1 sybase.jar), Oracle is 8.0.4
    Thanks for any help.

    Hi ,
    Please drop and recreate the user that owns your workbench repository.
    If the problem persists then e-mail [email protected]
    Regards
    John

  • Error while mapping UICust & View.......

    Hello all,
    Need ur urgent help!!

    Hello all,
    Need ur urgent help!!
    Not able to map UICust node to View.Till UICust the app works fine but as i map the node to View........ Error comes of contact administrator without any exception
    Contact Administrator error is coming after mapping UICust and View.
    Its not happpening in case of 1 single attribute but while mapping the node this error is encountered.
    Urgent help required....Kindly help
    Thanks n regards
    Mandeep

  • Error While mapping using Join

    Hello Guys
    I just started Learning OWB i have a small problem while Mapping
    I mappped a column from source directly to Target and when i use the same column for Join condition for another mapping its not allowing me to so that
    and its giving error API 8003 and is there any way in OWB to use SQL directly to populate Target table
    Please
    Help me out
    Thanks

    Hi,
    U cannot connect a column to the target directly and also use it in a joiner. Take all the cols to the joner. Use the appropriate conditions and the from the joiner connect it to the target table.
    Regards
    Bharath

  • Error - Message: update61.map(0)_FILE_NOT_FOUND while mapping update61

    Hello!
    I tried to install the new patch (update) for my installed Designer 6i.
    But the installation failed. I allway got that following ERROR-Message:
    "Error - Message: update61.map(0)_FILE_NOT_FOUND while mapping update61"
    Whats wrong? What should I do?
    Thank you
    Uwe

    once i faced similiar problem i was installing typical installation then i used custom and installed only the necessary components i needed then it worked ok .

  • ForEach sort on Map values

    Hi,
    Is there any way to sort a map values using ForEach droplet.
    Thanks,

    Could you pls explain a little bit more.In order to sort Map elements by key, set the value as follows:
    {+|-}_key
    For example:
    <dsp:param name="sortProperties" value=" _key"/>See sortProperties section:
    http://docs.oracle.com/cd/E23095_01/Platform.93/PageDevGuide/html/s1316foreach01.html
    -RMishra

  • SAP Best Practices V 4.31 questions- Getting errors while mapping reports.

    Case 1:
    I am trying to map following reports from SAP BP V 4.31 to our data sources:
    a)POSD-Month-Material Group
    b)POSD-Month Suppliers
    c)POSD-Suppliers
    These are the 3 reports out of 9 reports under trade dashboard.
    We have followed the steps outlined in section 9 and used the code provided in appendix IX of the "Manual data source creation document"  ,
    These reports seem to use a field "DMBTR" :
    Report claims this field(DMBTR  ) would exist under following structure : ZBPBI131_STRU_TRADE_POSD
    But the document specified this(DMBTR) field as part of structure : ZBPBI131_STRU_TRADE_PO
    And the report is hence showing this field as orphaned and needs to be mapped while updating source.
    I am clueless what is wrong ( document and code given there (or) report version i got)  and how to map that DMBTR field to existing infoset and what impact it would create if i force it into the infoset declining the guiding document.
    Case 2:
    While mapping reports under" Sales Plan vs. Actual Dashboard" , I am getting error saying "Some tables were not found" ,even after  we created the Query ZBPBI131_QRYSD on top of its infoset in SAP.
    I am clueless what have gone wrong.We have followed exact steps as mentioned in the manual data source creation document.
    Any help from anyone is greatly appreciated.
    Thank you

    Ingo,
    I saw the same reply from you for  some other users post.
    Suggesting to post to All in One forums.
    I was unable to find that exact forum, could you point me with a link.
    infact if i can get to that forum, may be my question has been already answered.
    Your help is appreciated.
    Thank you

  • Error while mapping a Java class for a Search Dialog Box component

    Hi,
    Scenario : There is PAR which I have developed for the sorting options for a Search Component set to be used in Km Search Iview.
                   I have copied this PAR from a similiar search functionality and customised the same.
    Problem: When I deploy the PAR and then map this class for the sort options while creating a New Search Dialog box :
    I get the following "Class not found error" ... Please can you let me know what could be the problem.
    Any help would be appreciated here as I have tried all the possibilities to solve the problem.
    Regards,
    Vaishali.

    I modified the xml file as described in the forum.But the error persists.
    One interesting thing is:
    When I create model after restarting the NDS,I get the following error:
    org.eclipse.swt.SWTException: Failed to execute runnable <i>(java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library librfc. Found version "620.0.1237" but required at least version "620.0.1374".)</i>
    I get the NoClassDef found error next time onwards,
    Where do I get the 620.0.1374 version of librfc?
    thanx.
    Bhupesh

  • Error while invoking database stored procedure while mapping to varchar,int

    Hi I am using Oracle SOA 11g 11.1.1.4
    In that i am calling db procedure.The procedure is taking input parameters int and varchar and nillable is true for both cases.Its a sybase data base.
    I am calling this db proc through db adater.Here I am mapping integer and string values to input parametres of db procedure.
    While testing i am getting following exception.Here in the error 9000 is the value i am passing for integer input.
    Exception occured when binding was invoked. Exception occured during invocation
    failed due to: Unimplemented object conversion. Conversion of type
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Procedure1' failed due to: Unimplemented object conversion. Conversion of type 9000 whose JDBC type is OTHER to a Java object is not supported. An attempt was made to convert type 9000 to a Java object using an unsupported JDBC type: OTHER. Use a data type with a supported JDBC type. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary>
    </part>
    <part name="detail">
    <detail>Unimplemented object conversion. Conversion of type 9000 whose JDBC type is OTHER to a Java object is not supported. An attempt was made to convert type 9000 to a Java object using an unsupported JDBC type: OTHER. Use a data type with a supported JDBC type. </detail>
    </part>
    <part name="code">
    <code>null</code>
    </part>
    </bindingFault>
    </bpelFault>
    </fault>
    <faultType>
    Please help on this.
    Thanks
    <message>0</message>
    </faultType>
    </messages>

    I'm having a similar issue, while trying to invoke a SP from MS SQL Server.
    where the following is the DB adapter
    <schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/RetailDelivery/dbo/BPEL_Proc/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/RetailDelivery/dbo/BPEL_Proc/" elementFormDefault="qualified">
    <element name="InputParameters">
    <complexType>
    <sequence>
    <element name="WorkFlowId" type="int" db:index="1" db:type="INT" minOccurs="0" nillable="true"/>
    <element name="Err" type="int" db:index="2" db:type="INT" minOccurs="0" nillable="true"/>
    <element name="StateID" type="int" db:index="3" db:type="INT" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <element name="OutputParameters">
    <complexType>
    <sequence>
    <element name="WorkFlowId" type="int" db:index="1" db:type="INT" minOccurs="0" nillable="true"/>
    <element name="Err" type="int" db:index="2" db:type="INT" minOccurs="0" nillable="true"/>
    <element name="StateID" type="int" db:index="3" db:type="INT" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    and this is .xsl for data transformations
    <xsl:template match="/">
    <db:InputParameters>
    <db:WorkFlowId>
    <xsl:if test="/ns0:Customer_Object/ns0:input_number/@xsi:nil">
    <xsl:attribute name="xsi:nil">
    <xsl:value-of select="/ns0:Customer_Object/ns0:input_number/@xsi:nil"/>
    </xsl:attribute>
    </xsl:if>
    <xsl:value-of select="/ns0:Customer_Object/ns0:input_number"/>
    </db:WorkFlowId>
    </db:InputParameters>
    </xsl:template>
    </xsl:stylesheet>
    where input_number is defined as Int.
    The problem is
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PD_Tables_Populate' failed due to: Unimplemented object conversion.
    Conversion of type 6014 whose JDBC type is OTHER to a Java object is not supported.
    An attempt was made to convert type 6014 to a Java object using an unsupported JDBC type: OTHER.
    Use a data type with a supported JDBC type.
    where 6014 is actually the value i am filling in input_number field. The issue is that if i create new application and using the same db adapter it is working, but for some reason it is giving me this error for the current application.
    I'm using the same DB connection for calling other procedures and they are working with the same application.
    Any help will be appreciated! Thanks in advance!
    The problem was in the DB Adapter. After re-deploying it and delete/create data source it is working correctly now.
    Edited by: Huku on Aug 29, 2011 1:04 PM

  • How to skip a blank  row in File Sender Adapter - while mapping ?

    Hi friends ,
                     While i am reading a test file it contains some Blank Lines i need to skip that blank lines and i have to read only full line .
                        Do i need to give any configuration in File Sender Adapter ?
                        Expecting your reply asap
    Best Regards .,
    V.Rangarajan

    <i>Hi friends ,
    While i am reading a test file it contains some Blank Lines i need to skip that blank lines and i have to read only full line .
    Do i need to give any configuration in File Sender Adapter ?</i>
    >>>>
    currently the only option that the file adapter provides you is to skip lines at the starting of the file but not in the middle of the file.
    in case these blank lines are at the starting of the file then you can use the following option
    <i>Under Document Offset, specify the number of lines that are to be ignored at the beginning of the document.
    This enables you to skip comment lines or column names during processing. If you do not make an entry, the default value is zero lines.</i>
    Ref: http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    else the best way would be to handle the same in your mapping (test if the xml node is empty, in tht case do not map it) or use a module to delete all blank lines in the file.

Maybe you are looking for

  • Error while accessing application with custom components

    Hi experts, I have an application (HAP_MAIN_DOCUMENT) of component FPM_OIF_COMPONENT which uses a Webdynpro component with the same name (HAP_MAIN_DOCUMENT). This Webdynpro component (HAP_MAIN_DOCUMENT) uses 2 other components (HAP_DOCUMENT_BODY and

  • R12 Bank Accounts Table and cloumns

    When the data from ap_bank_accounts_all table got migrated into R12 instance.What are the tables in which the data got inserted. Like in CE_BANK_ACCOUNTS. Below columns were present in ap_bank_accounts_all ,what are the replacement columns in replace

  • Problems with Wireless connection AFTER 10.4.2 update

    I have read several topics on wireless problems AFTER the 10.4.2 update and wondering if anyone (or Apple) has found a fix to this problem. I cant get to my network or the internet via airport. I have tried zapping the pram, resetting the permissions

  • Material for oo abap

    Hi All      can any one send me the materials on complete oo abap .... regards, varma

  • Proxying the Oracle Maven Repository with Artifactory/Nexus/Archiva

    Hi Folks, We are aware that some of you would want to proxy the Oracle Maven Repository with repository managers like Artifactory and Nexus.  We have tested the three common ones, and found that they all need small patches to understand the authentic