ID without conditions

Hi
I have single receiver and two interfaces under that. I don't have any condition as of now for both interfaces. I configured both interfaces in Interface Determination and didn't give any condition. Its an Idoc to File scenario.
I mean what should ideally happen when an Idoc is triggered. Shouldn't the message go to both interfaces at the same time as I am not using any condition ?
I have two message mappings. Both works well when tested at Message Mapping level. But if I copy the payload from the message mapping of first message mapping, the message is routed to the target to which its mapped but doesn't go to the second interface. Now when I copy message from second message mapping, mapping fails for first interfce and shows scheduled for outbound processing status for the second interface.
Its quite strange and I am not able to figure it out.
Regards

I mean what should ideally happen when an Idoc is triggered. Shouldn't the message go to both interfaces at the same
time as I am not using any condition ?
Refer this help section for more information:
http://help.sap.com/saphelp_nwpi71/helpdata/EN/44/591a3de1754689e10000000a11466f/content.htm
From above section:
In this case, evaluation of the interface determination results in two messages with the same payload at runtime. A different
mapping (either M1 or M_2) is executed for each message and they are forwarded to the two interfaces (either IF_1 or IF_2) at
the receiver.
It means that only one payload will be generated.....it seems to be not working like Receiver Determination without Conditions
Regards,
Abhishek.

Similar Messages

  • How to retrieve all external refereces in a frame maker file without conditional text of hidden

    How to retrieve all external refereces in a frame maker file without conditional text of hidden

    Hi,<br />Finally I found the solution of the above problem.<br />Use following interface-function combination.<br />///////////code start<br />UIDList lst = Utils<IInCopyWorkFlowUtils>()->GetInCopyStories(doc);<br />for(int32 index = 0;index < lst.Length();index++)<br />{<br /><br />UIDRef incopyStory = Utils<IInCopyWorkFlowUtils>()->GetContainingInCopyStory(lst.GetRef(index));<br />if(incopyStory == UIDRef::gNull)<br />{<br />                                             break;<br />}<br />IDataLink * dLink = Utils<IInCopyBridgeUtils>()->QueryDataLink(incopyStory);<br />if(dLink == nil)<br />{<br />     break;<br />}<br />}<br />//////code end

  • Fetching prices from price list without condition technique

    Hi,
    I have a situation where i need to create a price list of materials which will not be used in my regular sales process pricing.
    I would require these prices to send the data to an external interface.
    As per my understanding the price list is used to get the customer specific prices and will be used in sales processing for automatic pricing. Kindly let me know how to use the price list without using condition technique.
    As i need to create a condition table, Access sequence, condition type to use the price lists, kindly suggest how to avoid the regular process and directly fetch the price of the material from the price list.
    Is this possible, if so do let me know the steps.
    Regards,
    K.Byla

    hi,
    this is to inform you that,
    PRICE LIST:
    it is applicable for a list of Customer's which are under the same group and share same pricing requriments.
    With out using Condiiton Technique we are not able to do anything.
    this is one of the important field which plays a very important role in pricing determination through CONDITION RECORDS.
    you can go through PRICING REPORT, even this does not give any solution to this issue.
    you can go for ENHANCEMENT, by creating a Z table with the fields:
    KSCHL, AMOUNT & OTHER fields into condideration.
    or
    use SM30 and update into the tables - which is not suggested.
    please test and confirm.
    HOPE THIS CLEARS your issue.
    balajia

  • Multiple receiver without condition

    hi,
      I hava a scenario of multiple receiver without the condition. I used 2 send step but i don't find any parameters in send step to specify the receiver channel in send step. Please let me know whether to specify it.
    regards,
    Dhil

    Hi Ahmed,
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers
    in the above blog <status>tag is getting populated from the sender but in my case i need to calcualte in runtime and it was in BPM for eg. sum of particular field f1.  then need to send accordingly only based on this f1 value.
    please help me out how this will be possible. can we use the variable in Recevier determination which i declared in BPM.
    Regards,
    Dhil

  • Does SQL Query run faster with/without Conditions....

    Hi All, forgive my novice question.
    Was just wondering" In general if we run a SQL query on a single table; does my query run faster if there are multiple where conditions? or without. What happens if the conditions increase? My table is a big one with 5 million rows and some bitmap indexes defined on it.
    Thanks,
    Kon

    I think it's difficult to give general rule because there are too much dependencies on the fact that the columns are indexed or not, on the way tables and indexes statistics are computed or not, on the possible session or instance parameters that the optimizer may use, on the Oracle version, etc.
    Message was edited by:
    Pierre Forstmann

  • Purchase order netprice without condition record

    Hi All,
    We are trying to create a PO and there is no condition record exists for the material,but the system still pulls the price.
    Could any body tell me where this netprice is coming from?
    There is an inforecord exists for this material and vendor but no condition records are being maintained.
    Thanks in advance.
    Regards,
    Venkat

    Hi Venkat,
    The price will be picked from info record or last po(with that material and vendor combination) or contract or condition records.
    This is the priority level.
    Regards,
    Prasath

  • Rounding off to nearest whole number without condition

    hi,
    i want to round a real number to an integer value,,wihout any conditions like
    10.01 should be 11
    10.1 should be 11 and like that
    is it posible to do it?
    thanks in advance.
    amit

    It doesn't look like you are trying to round to the nearest whole number here. It looks like you are trying to find the smallest integer value that is greater than or equal to the real number. If so, you would want to use the CEIL function (i.e.
      1  SELECT CEIL(10.01)
      2*   FROM dual
    SCOTT @ hp92 Local> /
    CEIL(10.01)
             11Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • PRICING DETERMINATION WITHOUT CONDITION RECORD

    HI ALL,
    can anybody explain me when you creating one purchase order if there no condition record for this material (for an example info record) how the price can automatically picked up and sit into the net price field.
    What is big-pricing procedure (RM0000)?.
    PLEASE EXPLAIN ME IN DETAILS WITH A PROPER EXAMPLE.

    Hi
    There is a condition type P101 to adopt the price from the Material master. Apart from this the Price is determined based on the info update indicator, this will creat an info recoprd automatically, if you see the inforecord then the price will not be present as this info record has not been manully created.
    RM0000 is the Standard Pricing procedure given by SAP.
    Determination of Purchase Price (Example)
    Purchasing creates a PO for 100 swivel chairs at $250 each, to be supplied by vendor Miller Co. No outline purchase agreement exists with this vendor. The agreed condition (discount of $10 granted on each chair purchased) is stored in an info record. No general price stipulations apply.
    The system carries out the following price determination process:
    Assignment of price calculation schema:
    RM0000
    Search for condition records belonging to the condition types listed in the calculation schema:
    The system searches only for condition records belonging to condition types that are marked in the schema as non-manual.
    Condition type PB00
    Determination of access sequence
    0002
    Accesses within access sequence 0002
    Accessing of condition table 068 (plant-specific agreement item) is not carried out
    Accessing of 016 (contract item) is not carried out.
    Table 017 (info record) is accessed and the condition record is found.
    Condition records belonging to the other condition types are then sought.
    In the example, no further condition records are found because condition type RB00 (discount) is a supplementary condition belonging to condition type PB00 and thus has no access sequence of its own.
    The system then suggests a price of $240 per chair in the purchase order. The buyer can then enter further conditions (covering delivery costs, for example).
    Hope this clears your doubts.
    Please go through the link for more details
    http://help.sap.com/saphelp_erp2004/helpdata/EN/75/ee1fa755c811d189900000e8322d00/frameset.htm
    Thanks & Regards
    Kishore

  • S.Cess without condition records

    when i created an excise invoice,S.Cess is triggering evethough I didn't maintain any condition records for the same.I am wondering how come this 2% S.cess is getting captured.I request you all to kindly help me in solving this problem
    Regards,
    Phani Prasad
    Edited by: phanip on Jul 17, 2009 9:32 AM

    Kindly check the Condition Type of S.Cess in the Sales Order by Double Click it.you will get a Tax Code.then go to FTXP with that Tax Code where you will see the Amount of 2 %.
    Best regards,
    Ankur

  • Merge Tables without Condition

    Hi All,
    I have a table t1 with only one column c1 and has 'n' records. I have another table t2 with only one column c2 and also has 'n' records.
    Now I need to insert these two columns into a third table t3(c1,c2).
    Thanx in advance.
    Badhri ...

    If the two columns really don't have any relationship between them then they shouldn't be in the same table.
    Having said that you acheive it using PL/SQL
    declare
    lcur1 is select col from table1;
    lrec1 lcur1%rowtype;
    lcur2 is select col from table2;
    begin
    open lcur1;
    fetch lcur1 into lrec1;
    for lrec2 in lcur2
    loop
    insert into table3 values (lrec1.col1, lrec2.col1);
    fetch lcur1 into lrec1;
    end loop;
    close lcur1;
    commit;
    end;
    Still bad practice though.
    APC

  • SharePoint 2010 list view web part not showing conditional formatting

    when I create conditional formatting in custom list is working fine & when it call through web part page (Data view web part) conditional formatting not showing. data is showing without conditional formatting.
    Dinuka M.

    When you use conditional formatting on some page it is writing inline CSS codes inside that page. thats why when you create a new page and add the same web part to that page, you must edit that page to apply conditional formatting to that
    web part.
    Best Regards, Mustafa Yılmaz MCITP, MCPD | www.mustafa-yilmaz.org | www.sharepointciyiz.biz
    When you say edit the page, do you mean edit it in SharePoint Designer, or in SharePoint itself. And is it a case of just editing, then saving the page and it will apply the conditional formatting, or is there a specific property you need to edit, and if so,
    what is it?

  • MIGO - Accounting - Condition type for Mark up posting to Inventory account

    Hi All,
    We have a requirement for posting intercompany Stock transfer between Company A and B, and the transfer price will be Moving Average Price (say $ 100) + Mark up (say 25% i.e., 25) of supplying plant.
    Created a new PO pricing procedure, and created a new Accrual condition type ZMRK for markup and made it statistical posting. Also in the pricing procedure the Condition type we assigned an Account key ZM1 and Accrual Key ZMA. we tried posting the Goods receipts in the receiving Company B, and it is posting the following entry :
    Invetory A/C                 DR         125               (note: Account key ZM1 was not considered for debit account for markup)
    GR/IR     A/C                          CR      100
    Markup Accrual   A/C             CR        25
    REQUIREMENT: Our requirement is that the Mark-UP condition should not hit Inventory Account and should be debited to I/C Mark Up account  (assigned to Account key ZM1) and entry should be as below:
    Inventory A/C           DR         100
    Markup  A/C            DR           25
    GR/IR     A/C                  CR            125 (accrual is not required, if we can include the markup into GR/IR account)
    OR
    Inventory A/C        DR       100
    Markup      A/C        DR         25
    GR/IR         A/C               CR       100
    Markup Accrual A/C       CR         25
    NOTE: The Material is maintained as Moving Average Price and we dont want to add the Mark Up cost into the MAP of the receiving plant.
    Please check and let me know if there is a way to do a condition type in PO pricing procedure to solve the issue of not hitting the inventory posting for condition record or any other way to handle this requirement.
    Thanks in advance,
    Surya

    If you dont want the mark up to come in invoice separately, why do you want it to hit a GR / IR account? ( in short why use del cost condition )
    If hitting gr / ir is not a requirement and you just need to acrue it, try the following
    PB00 to take 100
    create 2 conditions one positve and one negative ( accrual, without condition category ) to take the value 10
    the + and - will cancel in the inventory account; you can accrue to different accrual accounts

  • Condition Type  not displaying on the pricing procedure

    Hello We are copying a sales order contract with reference to a sales order but we want a condition on the contract pricing procedure to be determined. Now I know I could redetermine pricing by selecting these option but we can't do that as there could be  a year difference so we need the old pricing. B    Carry out new pricing C    Copy manual pricing elements and redetermine the others e.g. Sales Order  Pricing Procedure XXXX                         Conditions ZPR0                          Conditions ZHD1 Create Contract with reference to sales order    Contract  Pricing Procedure yyyyy                         Conditions ZPR0                          Conditions ZHD1                         Conditions ZNEW In the analysis the condition ZNEW has the "Condition without condition record (not relevant)" As I mention in new pricing it appears   

    Hi Roy,
    Trust you are doing good,
    I have gone through the question which you have asked but its not clear what do you want to exactly do.
    Pricing Procedure XXXX                         Conditions ZPR0                          Conditions ZHD1 Create Contract with reference to sales order    Contract  Pricing Procedure yyyyy                         Conditions
    Here you talking about two different pricing procedures..or you talking in terms of pricing values.
    Please highlight.
    Thank you,
    Regards
    SRT

  • Pricing condition/procedure set up for mark up price

    Hi All,
    I am struggling with a requirement related to MM pricing procedure. Below is the requirement:
    When a PO is created of a material, it will have something called as markup price included in the price of that material. Example- If a material price is 100, it will be made up of basic price 90 + mark up price 10 (two different condition types -PB00 and say ZPB0).
    Now when GR is posted, inventory a/c should be debited with 100, GRIR clearing a/c should be credited with 90 and GRIR clearing a/c for markup (new a/c) should be credited with 10. In short mark up price should be speared out in a different clearing account just like freight clearing account.
    At the time of IR, there should be only one line item showing balance of 100. Note there should not be two line items, one with 90 and other with 10 (just like in case of planned delivery cost).
    So, this scenario is very similar to planned delivery cost scenario except client doesn't want to have two line items in IR.
    Is there any standard way to achieve this?
    Regards,
    Pat.

    If you dont want the mark up to come in invoice separately, why do you want it to hit a GR / IR account? ( in short why use del cost condition )
    If hitting gr / ir is not a requirement and you just need to acrue it, try the following
    PB00 to take 100
    create 2 conditions one positve and one negative ( accrual, without condition category ) to take the value 10
    the + and - will cancel in the inventory account; you can accrue to different accrual accounts

  • EDI1 Condition Types for Purchase Order

    Hi All,
    The vendor sends a price change(855) that can be accepted automatically. The IDoc is updated but the purchase order is not updated with the confirmed price.
    I found the below from SAP Market Place
    Answer:
    Prerequisites for the use of the price update are:
    a) Condition types EDI1 and EDI2 must be maintained in the condition schema.
    b) The price transfer must be activated in the confirmation control key.
    I have configured EDI1 and i can see a different Vendor  Price in  in INBOUND IDOC Seg E1EDP01 -VPREI AND THE 855 is posted the Application and i see the Order Ack on the PO
    T-Code M/06  : Condition Type
    Cond. class   B Prices
    Calculat.type C Quantity
    Cond.category d Confirmed purchase net price/value
    Manual entries      B Automatic entry has priority
    Manual entries      B Automatic entry has priority
    Amount/Percent , Qty Relation ,Item Condition , Deletion check Boxes are Selected
    Question 1 ) Acess Sequence is Blank
                  2)  PricingProc is Blank ( i believe we are using ZM000  PricingProc)
    T -Code  M/08
    Step  90  ( Its the last Step)
    Counter     0     
    Condition Type EDI1     Vendor Price
    Print  = X
    Another  question is
    1) Do i need to do anything at Vendor Level
    After getiing the 855 , if i do an analysis on Pricing ,
    I see  EDI1     207     Condition has been found (without condition record)
    I Don't see the Vendor Price Any where in PO
    I would appreciate if anyone can provide any help
    Thanks
    Venki
    Thanks

    Hi ,
    I'm sorry for the confusion.
    The user creates a PO for an EDI Vendor and the PO is sent out to Vendor Immediately i.e EDI 850 and the Vendor Responds back with an EDI 855 PO Ack back and its posted to the application we get the PO Ack in the Confirmations Tab of PO.
    This works fine.
    But we are try to implement the Price Mis-match .
    Lets say we have Material For $10 as per Material Master and we created a PO with Material and sends out an 850 , but the vendor has increased the price between now and last order from $10 to $12 , and the vendor sends new price $12 in 855 and we are receiving into the IDOC and we want that price to show up in our PO and I believe thats the PURPOSE of EDI1 Pricing Condition.
    I would appreciate if anyone can help me how to Configure the EDI1 Pricing Condition -Its Purely on Purchasing Side
    Hope i'm clear this time
    Thanks

Maybe you are looking for

  • Hierarchy data not display in particular Alignment

    I have created hierarchy on node id  the basis of parent id with group indent of 0.2. Put the other field  in detail field but after running the report it showing data in hierarchical order data (i.e data is not proper alignment).

  • Satellite A100 has a black screen and won't load into the Bios

    I bought a Satellite A100 - (model psaa8c-0fh00e) about 5 months ago. it was left on over night which is not uncommon and when i came back to use it about 15 hours later it was just a black screen. moved the touch screen and its keys and nothing happ

  • Calling EJB from JSP in SSL Mode

    Hi, I need to call an EJB from JSP in SSL Mode. How can i do that. Regards, S.V.Satish Kumar

  • Use of variables in SQL statements

    Hi, I am looking for for a way to set a variable which will be referenced several times within a UNION query. Something like: Var=3 SELECT * FROM VIEW_1 WHERE FIELD_1 = Var UNION SELECT * FROM VIEW_2 WHERE FIELD_1 = Var UNION SELECT * FROM VIEW_3 WHE

  • BBM messenger conversation dissapear!

    When I have several conversations in the BB messenger with contacts, and some conversations disappear after a couple of days. Why are they being erased? I never erased them. thanks