Feature Table values Not coming in order in MDM

Hi
We have a problem with one of our extracts.
There is a qualified table called "Feature". And in syndication map we are extracting some models which have associated "Feature" values.(30 values).
In data manager i can see the  features associated with a model.  And associated "Sequence numbers" of all these Features.
But while syndication extract the Features are not coming in XML  according to the sequence number.
The order of features is not same as the Sequence numbers displayed in data manager.
Can anyone help me to find the cause of this . Do i need to make change anywhere else to make the extract according to the Sequence number?
Your quick response is greatly appreciated.
Thanks
Dhanish Joseph

Hi Dhanish,
Syndicator always tries to send the records in the same order as you see in the Records pane of the syndicator.
In data manager,when you were trying to search based on the qualified table, you must have sorted them in sequence (by clicking on the field on the records pane) and the same thing might not be sorted in syndicator.
Please check if this is the case and sort the records in syndicator based on your qualified field and you will get the syndication files in the desired sequence.
Regards,
Sravan

Similar Messages

  • Tables are not coming to oracle model from sqlserver 2000 while using OMWB

    Hi,
    I am using oracle migration workbench to migrate SQL Server 2000 to oracle 9i. When �capture source database and create the oracle model� is run. only tablespace and users coming to Oracle model from sql server. Table are not coming. These table are owned by dbo in sql server and
    All other users in the database has full privilege on this tables. Do I need to some setup to get this tables
    In oracle model.
    Thanks
    Harish

    Try the following
    || This script sets the "dbo" to have the "sa" login.
    || NOTE: Server settings for the SQL Server instance must be set to
    ||"Allow modifications to be made directly to the system catalogs".
    || This is found under Server Setttings tab for server properties.
    UPDATE sysusers
    SET sid = (SELECT sid FROM master..sysxlogins WHERE name = 'sa')
    WHERE name = 'dbo'

  • PR/ Sales order value not coming in condition value routine

    As per the requirement while creating a PO I need to add a new condition type and need to calculate condition price for this newly added condition based on some matrix.
    For this requirement PO will always be created with reference to PR and with account assignment category as 'E' .
    (Hence sales order number /item will be copied from PR to PO in account assignment tab  )
    Now I have created a new pricing requirement routine ( To add the condition type ) and new condition routine to calculate and update the price.
    These routines are working fine if i check them with hard coded price values.
    But the problem is that I need the PR number(which we put in item overview ) / Sales order item number (from account assignment ). these values are not coming in pricing tables in the routine...structure EKPO come blank, KOMP-AUBEL is also blank).
    Please give your suggestions how i can i get PR/ SO in the condition values routine .
    Please reply

    resolved my self

  • Workflow Issue- Value not coming in BUS2032

    Hi
    I am creating a Workflow for Sales order. In USer Exit , i am calling FM "SAP_WAPI_CREATE_EVENT" to trigger the custom workflow with event TRIGGER created in BO ZBUS2032 which is delegated to BUS2032.
    In Workflow Trigerring Event , I am binding._EVT_OBJECT with BO- BUS2032 and created BUS2032 a workflow container.
    When i am triggering the workflow , Workflow is getting trigerred, But nothing is getting passed to BUS2032 due to which Workflow is not coming in Workflow Overview of Sales Order but workflow gets trigerred via SWIA and if i check workflow container values at runtime - BUS2032 is blank.
    Can you please advise.

    Hi Silky,
    Did you debug and see.Check this documentation on this from sap-img.Check this and post.
    http://help.sap.com/saphelp_40b/helpdata/fr/fb/135de9457311d189440000e829fbbd/content.htm
    Regards,
    Madhu.

  • Mapping Condition issue, Value not coming in multiple segments.

    Hi All,
    File to Idoc scenario.
    My file looks like below.
    HD 89650 28/01/11 "Presciber tan"
    AF "disc-rsn"
    RK "007287001" A
    KE disc-code "007287"
    KE addr-num "001"
    DF w-phone "03 98483299"
    AF "drs"
    RK "007287" A
    KE dr-num "007287"
    DF affil "OPSM"
    DF country "0"
    AF "disc-rsn"
    RK "dr-addraddress-1 17287|1EN" A
    KE disc-code "008287"
    KE field-name "address-1"
    KE element " 1"
    T         16
    Condition:
    I have a condition where I need to create an Idoc segment Z1disc when row - "AF "disc-rsn"" exists.
    For the filed "Z1disc-CODE", I need to pass the value when row "KE disc-code" exists,
    Result:
    From my file, AF "disc-rsn" exists twice, so I created 2 Z1disc segments.
    Coming to the field "Z1disc-CODE", the value "KE disc-code" exists twice in the file. After mapping, the value is coming only once in the first segment. The field "CODE" is not coming in the second segment like below.
    Idoc
    -- Zdisc
    --- Lang -- E    
    --- Code --  "007287"
    ---Zdisc
    Lang -- E
    When the check the display queue, it is showing like below
    SUPPRESS
    007287
    007287 -- (Context)
    008287
    008287-- (Context)
    It showing correctly from display queue, but the value are not populating except in first segement.
    For your information, After content conversion, my source xml will look like below.
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MT_Optum xmlns:ns="http://luxottica.com/SAP_CRM/DirectSales/OptomDiscount">
    - <RecordSet>
      <Row>HD 89650 28/01/11 "Presciber tan"</Row>
      </RecordSet>
    - <RecordSet>
      <Row>AF "disc-rsn"</Row>
      </RecordSet>
    - <RecordSet>
      <Row>RK "007287001" A</Row>
      </RecordSet>
    - <RecordSet>
      <Row>KE disc-code "007287"</Row>
    Kindly help me, I'm trying all the options and it is not working.
    Is there anything I need to change in Source structure?
    Thanks
    Deepthi.

    Hi Aravind,
    Here is my Source message.
      <?xml version="1.0" encoding="UTF-8" ?>
    - <MT_XIOptum>
    - <Header>
      <HRow>HD 89650 28/01/11 "Presciber tan"</HRow>
      </Header>
    - <Detail>
      <Row>AF "disc-rsn"</Row>
      <Row>RK "007287001" A</Row>
      <Row>KE disc-code "007287"</Row>
      <Row>KE addr-num "001"</Row>
      <Row>DF fax-num ""</Row>
      <Row>DF in-out "I"</Row>
      <Row>DF phone-2 ""</Row>
      <Row>DF post-code "3108"</Row>
      <Row>DF provider-num "4349201J"</Row>
      <Row>DF rec-stat "A"</Row>
      <Row>DF w-phone "03 98483299"</Row>
      <Row>AF "drs"</Row>
      <Row>RK "007287" A</Row>
      <Row>KE dr-num "007287"</Row>
      <Row>DF affil "OPSM"</Row>
      <Row>DF country "0"</Row>
      <Row>DF descript "KK"</Row>
      <Row>DF rec-stat "A"</Row>
      <Row>AF "disc-rsn"</Row>
      <Row>RK "dr-addraddress-1 17287|1EN" A</Row>
      <Row>KE disc-code "008287"</Row>
      <Row>KE field-name "address-1"</Row>
      <Row>KE element " 1"</Row>
      </Detail>
    - <Trailer>
      <TRow>T 25</TRow>
      </Trailer>
      </MT_XIOptum>
    Row> -> [removeContext] ->[ equalsS "disc-rsn" ] -> [createIf] -> <Zdisc>
    This Part is working.
    <Row>> startWith2>IF
    KE disc-code-->THEN > removeContexts>SplitbyValue>SUBSTRING>Code.
    When I check the display queue at Code. I'm getting the below values.
    SUPPRESS
    007287
    007287 -- Context change
    008287
    008287-- Context Change
    Only 007287 is displaying in FIrst segment "Z1Disc" and second value "008287" not coming in second segment "Z1Disc".
    Anything is wrong?

  • Copa report values not coming in report

    hi Gurus
    In copa Values are not coming in report.
    where is the problem
    can anybody suggest
    bye
    Ramesh Reddy

    Hi Ramesh,
    First u check with whether the COPA is integrated with other modules or not? that means with fi/mm and co and SD...

  • Values not coming on export invoice

    Dear all,
    While creating Excise invoice for exports i am not getting excise values in document because i have not maintained condition types in Export pricing procedure.
    Now i have maintained Condition types in Export Pricing procedure both percentage and quantity condition types of excise and i kept all as statistical, even though the values were not coming to J1IIN and my client require excise values on print at the same time values has to come on ARE-1 document also
    can anybody guide me how values has to come on both these documents 1. Export Excise invoice 2.ARE-1 document.
    regards
    venkata

    Refer SAP Note No. 822226 for code correction.
    Regards,
    Dilip Shende

  • Excise invice -values not coming

    i have create billing & accounting doc is generated -bed /cess are posted.
    but when i'm creating excise invoice with ref to billing bed /cess values are not coming in excise invoice
    J1IIN
    pl SUGGEST

    Hi
      Please check in your billing document against all your excise condition types you have duty values.
    If billing document does not contain duty values then obviously system will not bring the duty values in your excise invoice (J1IIN).
      If you have duty values in your billing document then still excise invoice is not copied to your excise invoice then please check the below customization setting:
    MG>Logistics General>Tax on goods movements>India>Basic settings>Determination of excise duty>Maintain Excise defaults:
      Here ensure that all your excise condition types are properly maintained for your TAX PROCEDURE.
    Example if you are using JEXP-BED, JECS-ECS, JA1X-SeCess condition type in your pricing procedure.
    Then check you have maintained as follows:
    BED COND (A/R BED)..........JEXP
    A/R BED Perc (BED Perc)......JEXP
    A/R ECS Cond..........JECS
    A/R ECS Perc ..........JECS
    A/R AT1 Cond...........JA1X
    A/R AT1 Perc............JA1X.
    The above setting is required only if you are using percentage condition type. If you are using both percentage and Total condition type. Then it has to be classified as below. JEXT-BED JECP-ECS and JA1Y-SeCess.. These are total condition types.
    BED COND (A/R BED)..........JEXT
    A/R BED Perc (BED Perc)......JEXP
    A/R ECS Cond..........JECP
    A/R ECS Perc ..........JECS
    A/R AT1 Cond...........JA1Y
    A/R AT1 Perc............JA1X.
    Regards
    MBS

  • All columns of trinidad table are not coming up on page while its running

    Hi,
    I have put two trinidad tables on my page.But while the page is run, I am unable to see all the columns of the table.Only a few columns are visible.
    Also, though there are 5 rows in teh table ,there is a lot of gap below the tablespace.So the next table comes after a very big gap.
    How to solve the above two problems? Kindly let me know your valuable suggestions.
    Regards

    Hi santosh,
    Following is my code.I am providing only one column code(similarly there are 3 more columns),along with the table code.
    <tr:table value="#{phonebeannew.inputphone}" var="row"
    rows="#{bindings.phone.rangeSize}"
    inlineStyle="height:#{phonebeannew.rownumbers + 275}px"
    id="t1" width="100%">
    <tr:column sortProperty="phonetype" sortable="false"
    headerText="phonetype"
    id="c3" width="5px">
    <tr:inputText value="#{row.phonetype}"
    simple="true">
    I gave width as 5px but it doesnt make any difference in output.
    The 'phonebeannew' is our bean and inputphone is a property of it.input phone holds the array of values for the 4 columns.
    Kindly let me know if you want any further information which I can provide
    Regards

  • Float value not coming for xml where in xsd datatype is double

    Dear Nandy, Previously i faced same error. Then I Chaned the data type "Double into String i changed in the xsd". Or  "Double into Integer also it will work"  Please changed the data type then run it.  Please let me know. Thanks & RegardsKasireddy+966545281845

    We are using xml as source and xml parser is used. In xsd datatype is double but where in xml value is like-100.0 but after xml parser value is coming 100 though datattype is double. I can see scale is 0. Can anybode tell me how to increase  scale in xml parser or any other way to solve this. Thanks.

  • Sales order values not coming in copa report can been seen in ke24

    hi
    i have did sd and billing and actual settlement through va88
    i can able to values in ke24 actual line items.
    but when i cant able to see values in ke30 copa report aganist sales order characteristic
    and aganist record type A values are not flowing in copa report.
    please help me.
    thanks
    kareem

    hi ajay,
    i have again prepare actual line items report from ke94 ,ke91 and executed report ,
    here for that particular sales order values are flowing through record type C but not flowing for record type A.
    sales order is not displaying for record type A.
    and for that c only revenue and  and  raw material cost is flowing.
    thanks
    kareem

  • Sales order item contion value not coming correcctly

    Hi Friends,
    I created new condition type-YES7, taken sale basis as D
    Cond. class           A Discount or surcharge                 
    Calculat.type          B   Fixed amount                                                
    Cond.category       5 Customer reserve 5                                          
    Plus/minus              A Positi
    Scale basis            D Gross weight scale
    Manual entries       C Manual entry has priority
    Selected below indicators as well
    group conditon
    item conditon
    delete
    I have created condition scales as below
    scale qty                                 Rate
    0,001     KG     5,00    EUROS
    10,000          10,00
    20,000          20,00
    30,000          30,00
    40,000          40,00
    50,000          50,00
    as per my requirement, based on gross weight of each line item, condition record should pick from scales .
    But here,It is cumulating the total gross weight of all line items and showing total gross weight scale value(conditon record value) for each line item of sales order.
    so please let me know how to rectify this issues.
    Thanks in advane.
    Regards,
    Ramkrishna

    Just remove the Group condition and then try .Please refer the  logic behind the Group condition
    Group condition
    Indicates whether the system calculates the basis for the scale value from more than one item in the document.
    Use
    For a group condition to be effective, the items must belong to a group. You can freely define the group to meet the needs of your own organization. The items can, for example, all belong to the same material group.
    Example
    A sales order contains two items. Both items belong to the material group 01.
    Material     Quantity     Material group
    A     150     01
    B     100     01
    The group condition indicator is set in the definition of the condition type for material group discounts. The condition record for material group 01 includes the following pricing scale:
    Scale quantity     Discount
    from      1 pc     -1%
    from      200 pc     -2%
    Neither item alone qualifies for the 2% discount but sytem will apply the 2% as 100 + 150 > 200 .
    However, when the items are combined as part of a group condition, the combined quantity creates a basis of 250 pieces.
    This basis then exceeds the scale value of 200 pieces, which is necessary to qualify for the higher discount.
    Hope it should work after that ...
    Br
    Gaurav

  • Rfx Custom Tab(Table) Value not mapping in Change Doc BADI

    Hi,
    I am currently adding Custom Tab with Table in SRM Rfx Webdynpro Screen SRM PPS 7.01 Extended classic . I did the configuration steps to add the custom table, visibility setups, created a new Webdynpro, enhanced in Component controller and could get current active instance Rfx values.
    In local memory using a class method i am exporting custom tab values to Change Doc BADI and updating the et_hcf with the custom values.
    The values are getting saved in the data base and i am able to get it via function module and show in the screen again.
    My Problem is when i am modifying a saved Rfx it saves the entry another time. When i debug the change doc badi i could see all the time the et_hcf and it_hcf is coming empty in the first place and each time the entries from screen are consider as new entries and getting saved in DB.
    I have created Custom tab with table in Contract screen, PO Header and shopping cart line item. Rfx screen is little different and not getting the et_hcf value again in Change Doc BADI. Do anyone have similar issue in handling Rfx.? Please help me. I can Change my code logic and fix this problem still it looks like a standard bug to me that et_hcf or it_hcf is not getting values to the change doc BADI as it does in PO or Contract. Also let me know if i need to check any of my configuration.

    Hi,
    Checkout the below link :
    <link to blacklisted site removed by moderator>
    Shailaja Ainala.
    Edited by: Thomas Zloch on Jan 28, 2012 9:06 PM

  • PO Price Value not coming in  report

    Dear Gurus,
                         I have problem that when i  run report mb51 for a plant and movt. type 101.In purchase order no of line items there.from all line items some of line items not showing po. price value they are showing 0 amt. but this amount exist in GRN doc or Posting Doc. What is the problem that standard report not showing amt for particular line item .Pl help to solve this problem.
    Thanks
    Abhinav

    Hi
    Check once PO item value has been decreased (once GR and IV has been completed on PO you can alter the PO value which will have no effect) and also check deletion indicator/ blocking has been set for PO item.
    Thanks

  • Invoicing Plan Net Value not equals to Ordered Value

    Dear Xperts,
    Need your advice.
    Is it SAP standards, when an invoicing plan BPO is created with reference to an outline agreement the net value at the outline agreement (header statistic) is taken from the BPO net value (Quantity X Price) NOT BPO ordered value (Quantity X Price X Months).
    Scenario Simulated:
    (1)     Contract Detail (value contract)
    Target Value = RM12,000 (price RM1000 ; 12 months validity)                                                                     
    (2)     Purchase Order
    Quantity = 1 pcs ; Price = RM1000 ; Invoicing Plan = 12 months
    Ordered Value = RM 12,000
    Net Value = RM1000
    As a result the utilization value (contract header statistic) is:
    Target Value : RM12,000
    Net Value : RM1000.
    This will lead to a misleading info of utilization value of the contract.
    Your experts explaination is highly appreciated.

    Anybody?

Maybe you are looking for

  • Need to Re-install Tiger

    After a whole host of issued with USB Hard drives... I am considering re-installing my tiger software to my Macbook. It seems to be unable to mount any external USB HD. I thought for sure it was just my seagate external hd... but now I have installed

  • How can I continuously auto-save and auto-name the JPEG files with a controlled time interval

    Hi, I am newly involved in some Labview projects that out of my knowledge. I am trying to save multiple JPEG images from a live imaging task to a folder in the computer hard disk every certain minutes. I'd like to name these files with the date and t

  • Can`t export to tape

    When I try to export to tape the start dialog box appears after some minutes and nothing else happends what is wrong, it is no problem when capture It also appears a dialogbox  Premiere runs at low memory ,is these two problems related?

  • Does windows have a problem with iDVD DVDs?

    Works fine on Mac Works fine on Playstation Works fine on B&O DVD Doesn't work fine on Wintel PC. The DVD buttons are only sometimes activated - mosty they are not recognised and don't function. When they do function, it's only by pressing a little "

  • How do i fix this error when i download an ebook from my local library

    error message error getting license  License service communication problem