Re: adopt the incoming customer's discount in PO

Hi,
Our customer send us a Sales IDOC.
When we create the sales order, we take the discount and pricing from our side.
Now, we want to create an incoming order with discount as per customer's condition.
This way, we don;t have to check the discount at item & header level all time.
Has anyone ever attempt to configure it this way?
Please assist
Bye

No feedback.
I think I will have to do some customization

Similar Messages

  • How can I import CD's with differing custom settings? IWhen I want to change settings the AAC encoder window does not appear because Itunes has adopted the first custom settings as default.

    I imported a CD with custom settings for stereo bit rate, sample rate and channels. When I tried to import a second CD with different settings I could not get to the AAc encoder window that gave the settings options. The custom settings I had chosen for the first CD had become the default "custom" settings.

    Hi there,
    please take a look at my suggestion under message #19227279
    regards,
    Markus

  • B2C scenario customer specific discount when customer login to the B2C site

    Hi E-Commerce gurus,
    We want to implement a customer specific discount scenario when the customer login to the B2C web site afterwards that easily see the customer specific discount as soon as duration of the login process. We have also succeed sales org-material     scenario that according to our given below function module calculates a discount rate covers all the material within the related sales organization and also shows the indicator of discount rate on the every material pictures at the web site.
    Moreover we have configured an access sequence for condition ZB2I(discount condition) that related with Sales Org.-Customer then we replicate the CNACRMPRCUS666 condition table from ECC to CRM with all values but we can not calculate and display the discount rate on the web site when the customer log on the site and/or going to the basket. 
    Is there any available BADI, BAPI on ABAP and JAVA Stack. How can we display the spesific customer discount rate when the customer log on the site and/or going to the basket?
    Kind Regards, 
    Fahrettin
    DATA : lv_time_stamp    TYPE timestamp.
      DATA : BEGIN OF ls_product,
                product_guid    TYPE comt_product_guid,
                indirim         TYPE prct_cond_rate,
             END OF ls_product,
             lt_product         LIKE TABLE OF ls_product.
      DATA : ls_shop_s          TYPE crmm_isa_shop_h,
             ls_vrt             TYPE comm_pcat_vrt.
      CALL FUNCTION 'CRM_ISA_SHOP_READ'
        EXPORTING
          iv_shop_id     = iv_shop_id
        IMPORTING
          es_shop_h      = ls_shop_s
        EXCEPTIONS
          shop_not_found = 1
          OTHERS         = 2.
      IF sy-subrc <> 0.
        RAISE shop_not_found.
      ENDIF.
      SELECT SINGLE * INTO ls_vrt
      FROM comm_pcat_vrt
      WHERE guid = ls_shop_s-pcat_vrt_guid.
      IF sy-subrc <> 0.
        RAISE shop_not_found.
      ENDIF.
      CONVERT DATE sy-datum TIME sy-uzeit INTO TIME STAMP lv_time_stamp
      TIME ZONE sy-zonlo.
      CLEAR ev_indirim.
      SELECT SINGLE kbetr  AS indirim
      INTO ev_indirim
      FROM cnccrmprsap350
      WHERE sales_org      EQ ls_vrt-sales_org
        AND timestamp_from LE lv_time_stamp
        AND timestamp_to   GE lv_time_stamp
        AND kschl          EQ 'ZB2I'.
      ev_indirim = - ev_indirim / 10.
      SELECT DISTINCT product AS product_guid kbetr AS indirim
      INTO CORRESPONDING FIELDS OF TABLE lt_product
      FROM cnccrmprcus518
      WHERE timestamp_from LE lv_time_stamp
        AND timestamp_to   GE lv_time_stamp
        AND kschl          EQ 'ZB2I'.
      LOOP AT lt_product INTO ls_product.
        ls_product-indirim = - ls_product-indirim .
        IF ls_product-indirim GT 90.
          ls_product-indirim =  ls_product-indirim / 10.
        ENDIF.
        MOVE-CORRESPONDING ls_product TO  et_list.
        APPEND et_list.
      ENDLOOP.
      SORT et_list .
    ENDFUNCTION.

    Hi,
    As per my knowledge if you want to implement customer specific discount then you should use ISA B2B instead of ISA B2C. ISA B2B gives you this facility which you want to implement on B2C.
    Also How you will distinguish User in B2C to display specific prise. Your discount price is based on Sales Org or base on user?
    As your ABAP program is working fine but you are not getting it on web site then you have to write custom java code and collect all the required information on ISA side then pass it to RFC's import parameter and get the result back and display result on ISA B2C.
    eCommerce Developer

  • How to Collect the Incoming Payment from Alternative Customer?

    Hi All,
    Can any one solve the below problem and in which screen I have to execute?
    1. How to Collect the Incoming Payment from Alternative Customer, if one Customer is having 2 Accounts in the same Company Code?
    Thanks
    Chandra

    Please see the below link:
    http://help.sap.com/saphelp_47x200/helpdata/en/01/a9b220455711d182b40000e829fbfe/frameset.htm
    Thanks
    Chandra

  • Incomeing payment with discount

    Hi all,
    I was doing incomeing payment with discount allowed , here payment terms and discount amt also is correct, but the system did't  show in the customer and discound allowed line time , the document did't not saved, the system shows one error.
    error :Rules for posting key 15 and out 200200 set incorrectly for SKFBT field
    pls can anybody help me
    Regards
    sri

    Hi sri,
    T.code -OB41
    There is a conflict in the field status group set for the GL Account and the posting key. For example at one place the field status is set as mandatory field and at the other it is supressed. Check the field status and ensure that both are same.
    From the customer gl Master check what is the field status assigned and check the field status of the different fields. Sametime also check the field status for the posting key 50. This is in configuration. Once, this is set right there will not be any problem in posting the transactions.
    Go to OB41 T. Code there double click on 50 Posting key then click on Maintain field status there you have to change all optional fields. I think your problem go off.
    Regards
    Surya

  • Incoming payment - post discount & small differencas a total as one item

    Hi Guru,
    When posting incoming payment cash discount and small differences are posted as one item for each open item.
    For example:
    Open item    discount    Small difference
    100               1               0.05
    200               2               0.10
    At posting SAP post
    Item 1   300  (to clear the open item)
    Item 2   1  (cash discount)
    Item 3   2  (cash discount)
    Item 4   0.05 (small difference)
    Item 5   0.10 (small difference)
    Is there a way that I can group ALL discount and All small difference into one item each ie
    Item 1   300  (to clear the open item)
    Item 2   3       i.e. 1+2 the total of item 2 and 3 above  (cash discount)
    Item 3   0.15  i.e. 0.05+0.1 the total of item 4 and 5 above (small difference)
    If so,  where is the setting??
    Thanks
    Linda

    Hi,
    In general SAP clears on line item basis and posts line item for each clearing.  If my understanding is not wrong this is the standard behaviour.  This facilitates you to know each item that is cleared.  But please check the settings for clearing differences / charge off under business transactions/accounts receivable and accounts payable.  Unfortunately, I do not have a system handy to give you exact path.
    thanks,
    Kumar

  • %CALL_CONTROL-6-CALL_LOOP: The incoming call has a global identfier already present in the list of currently handled calls.

    000049: Oct 26 14:51:04.181: %VOICE_IEC-3-GW: H323: Internal Error (H323 Interwo
    rking Error): IEC=1.1.127.5.21.0 on callID 261 GUID=80316352D0FE011E02002302A5CC
    B8F9
    000050: Oct 26 15:24:50.315: %CALL_CONTROL-6-CALL_LOOP: The incoming call has a
    global identfier already present in the list of currently handled calls. It is b
    eing refused.
    000051: Oct 26 15:24:50.315: %VOICE_IEC-3-GW: CCAPI: Internal Error (Incoming lo
    op): IEC=1.1.180.1.28.0 on callID 0
    000052: Oct 26 15:24:50.315: %VOICE_IEC-3-GW: H323: Internal Error (H323 Interwo
    rking Error): IEC=1.1.127.5.21.0 on callID 363
    According to Cisco it says:
    It means that the voice gateway has detected a loop in the call route
    What debugs can I do to track this problem down.
    All dial peers are like this. They are all voip dial peers with different  destination-patterns and different session target IP addresses. No PSTN dial peers at all.
    dial-peer voice 30000 voip
    huntstop
    destination-pattern 3[01]...
    session target ipv4:192.168.99.4
    dtmf-relay h245-signal
    ip qos dscp cs5 media

    Q: How long has this system been in place - is it a new system, or is this something that just started on a system that has been in place for awhile? 
    A: My customer says to me that this system has been in place for nearly a year and the problem started only a couple of days ago.
    Q: If so were there any changes to the infrastructure, or the dialplan in particular?
    A: Again this is the first question I asked and he said “NO CHANGES”. But that is what most customer say – right?
    Q: Have you seen this occur in the past in the logs?  If so how often do you see it?
    A: Started on 26th Oct 2010. Since the problem started the router has been reloaded and the problem is still there. It is very intermittent and I have to do the debug when I get the problem.
    Q: Have you tried to establish what is causing these: H323: Internal Error (H323 Interworking Error)  ?
    A: Not sure how to troubleshoot this. The explanation of this message on CCO is not that great.

  • Creating BP and then a Lead transaction from the incoming Email.

    Hi CRM Gurus,
    I am in a situation where our business needs to create a BP and then a Lead Transaction from the incoming mail from the customer.
    Can some one please help me out with the configuration, which needs to be done to achieve the mentioned requirement.
    Thanks in advance..
    Cheers!!!
    Ajay

    Hi
    this example is not for ERMS but in it there should be quite similar possibility.
    for Interaction Center you have Agent Inbox functionality, in SPRO tcode your will find configuration for Agent Inbox, where you may review it. To find workflow which is used by system you may go to SWETYPV tcode and look for object CICSUPRT2 and event MAILRECEIVED. Or go to SWEL and check whuch workflows were executed at a time when email arrived.
    Then best will be to copy this workflow in tcode SWDD to a new one, and set it in above configuration to be executed.
    In SWDD in this workflow add tasks for BP creation and Lead creation. Possibly you will find methods to be used in tcode SWO1 for objects like Lead or Business Partner. Or you may develop yours object in SWO1 with own menthods, and use it later in SWDD for tasks creation.
    Regards

  • TS3988 I cannot change the incoming mail sever

    I recently set up two aliases through iCloud and then added them as new email accoutns to my email client on my computer. However, I cannot click on the field to change the incoming mail server. There is a generic greyed out 'mail.example.com', but I cannot change that on either account. I also have squiggly lines nest to the inboxes on the email client. When I click on those, I am asked to put in a password. The only password I know to put in is my iCloud Password, but that doesn't work, and it asks again.
    Can anyone please help?
    Thanks,
    Jeremy

    I am up against the same problem with a reticent Incoming Mail Server field as I attempt to set up IMAP accounts for my original mac.com alias addresses. I've tried deleting the incomplete account setups, then recreating an identical account using "imap.mail.me.com" without success. Nor have I found any improvement by changing the Account Type from an iCloud IMAP to a plain IMAP account…and back again.
    The field labeled Alias appears to offer a choice of Custom or Edit Aliases but attempts to make a different selection are futile…the setting remains on Custom.
    Curiously, however, my primary mac.com address appears to be operating correctly, though it requires an altogether different IMAP address — po3-imap.mail.me.com.  Presumably, a solution exists; however, it remains elusive and far from intuitive to this observer.  Any insight from more experienced users than I will be gratefully received! Thank you.
    n.b.:  a conversation with an AppleCare specialist left him equally perplexed and questioning whether a mac.com alias email address can, indeed, be set up in iCloud to work alongside ones primary mac.com address.

  • OS4: Can I change the incoming email notification sound???

    OS4: Can I change the incoming email notification sound???
    I installed OS4 but still cant seem to.
    HOW CAN I CHANGE MY INCOMING EMAIL ALERT SOUND???

    Apparantly Apple have yet to realize that people like to customize their handsets.
    I had an HP in 2001 and it had fully customized sounds.
    It also had the option of a calendar on the Wallpaper - one of the most important features of a business handset.
    OS4 on IPhone and yet the only way of someone getting these important features is to JB it. This is my 3rd Iphone and I won't be getting an IPhone 4, 5 or 6 until an OS update unlocks that wallpaper for a calendar.

  • Question on the Verizon Customer Agreement? Verizon Users Please

    In the Verizon Customer Agreement, it says that if I accept the agreement, I can cancel a line of Service within 14 ays of accepting this Agreement without having to pay an early termination fee as long as you return, within the applicable period, any equipment I purchased from them or one of their authourozed agents at a discount with my acceptance of this Agreement, but I will still have to pay for my Service through that date.
    What does that mean? I've had my iPhone for less than three days, so if I cancel my service within 14 days (meaning I don't have to pay a Early Termination Fee), what do I have to pay? Because it says I have to pay for my Service through that day. Does this mean I have to pay at least one bill before the contract is over?

    Of course! You DID purchase the phone from them, didn't you?
    as long as you return, within the applicable period, any equipment I purchased from them or one of their authourozed agents at a discount with my acceptance of this Agreement,

  • The J5780 answer anywere to the incoming calls

    Dear Customer support,
    I've already setted up the J5780 in the menu 4 - 2 for NOT AUTOMATICALLY ANSWER, but the machine always answer to the incoming calls.
    We use that for only SEND faxes and we want disable the answering options.
    I done something wrong?
    Can you help us?
    Thanks a lot!
    Francesco Rondoni

    To the best of my knowledge.
    Yes device will be registered on network and will "receive calls" - the person who has it should not have option to pick those with lost mode.
    wifi connection is usually not automatic, unless device is around previously known network, but cellular connection is established and reconnects.
    Information that police gave you, about ability to trace IMEI is unknown to me, but I do not work for the police, they know better. (hopefully)

  • Company Name not getting Displayed in the incoming screen

    I changed my blackberry from earlier 0S 7 to Z10 two days ago, but to my surprise it is not displaying company name in the incoming call screen. I have more than 20 people whose name is repeating and not able to identify, how come this feature is not available in the new model, what is solution ?

    @ is a default value as per ALV internal process. This is used in icons .
    I think this is causing the confusion.
    Check in the fieldcat if there is any adjsutment to be made to handle this.
    Br,
    Vijay

  • Hi Team, I am new for SAP PPPI. Looking for guidline to adopt the SAP standard recipe formula

    I am working with Pharma company having API scenario.
    Here in BOM we have maintain the API quantity as 100% dry where as we received it in moist form. After sampling we come to know the moisture contain & assay contain. This value is stored in table driver directly from QA32 usage decision. We have maintain the classification view with moisture & Assay in %. for every batch the % moisture & Assay is different. Now i want to adopt the recipe formula for API calculation. The formula for calculation is as per below.
    =(Bom Component Qty* Moisture contain %- Bom Component Qty* Assay%)/100
    Please guide me with screen shot, how i can map it in recipe formula...

    I am working with Pharma company having API scenario.
    Here in BOM we have maintain the API quantity as 100% dry where as we received it in moist form. After sampling we come to know the moisture contain & assay contain. This value is stored in table driver directly from QA32 usage decision. We have maintain the classification view with moisture & Assay in %. for every batch the % moisture & Assay is different. Now i want to adopt the recipe formula for API calculation. The formula for calculation is as per below.
    =(Bom Component Qty* Moisture contain %- Bom Component Qty* Assay%)/100
    Please guide me with screen shot, how i can map it in recipe formula...

  • Absolutely the WORST customer service!!! Customer disservice is more Absolutely the WORST customer service!!! Customer disservice is more appropriate! Bring back support to the U.S.!! Bring back support to the U.S.!

    Absolutely the WORST customer service!!! Customer disservice is more appropriate! Bring back support to the U.S.!

    Hi richmc. I will only deal with the last part of your message.
    You say that you want to use Outlook 2007 to collect your mail. That is not a problem, it is just an email client. BT do not supply this email client. Microsoft do.
    You cannot expect BT to be able to assist customers with all the different email clients available to use. You can get the server details etc to set it up yourself.
    Most ISP's are the same on support issues for things that they do not supply.
    BT do have a paid support service if you did want to use it but for things like email setup it should not be needed.
    You also say that you have your own domain names. These NEED to be hosted somewhere to be able to use them for email.
    I don't believe that BT do hosting anymore(Could be wrong). So you would need to get in touch with a hosting company, someone like Nethosting, 1&1, GoDaddy etc to set up an email hosting account and then set up your email client to your hosting companies email servers.
    toekneem
    http://www.no2nuisancecalls.net
    (EASBF)

Maybe you are looking for