Freight is not updated in R/3 in the Extended Classic scenario

Friends,
Freight is not updated in R/3 in the Extended Classic scenario.
Once a PO is ordered, if a freight condition in SRM is applied, it does not get updated in R/3.
We have created a condition for Freight (Value and Percentage)in Create
Payment Conditions using the following menu path:
spro
--> Supplier Relationship Management
--> SRM Server
--> Cross-Application Basic Settings
--> Pricing
--> Process Payment Conditions
When creating a Purchase Order in SRM in the "Item Data" tab, there is
a"Pricing" option. Choose "Pricing" and select "Add Further Conditions"
from the drop down menu. Here Freight is available. Add Freight and
the PO record in SRM is updated with the Freight Condition. However,
upon ordering, the Freight condition does not transfer to the PO
recordin R/3.
We've heard this can be achieved by enhancement: only ie by implementing
set of BADIs..  But does anyone know WHICH BADIs we need?  Or how we could find out?  Thanks.

Hi
<b> You can either of these BADIs to handlwe the scenario.</b>
BBP_CREATE_BE_PO_NEW Exit while creating a purchase order in the backend system
BBP_CREATE_PO_BACK   OLD Exit while creating a PO in the backend system     
BBP_ECS_PO_OUT_BADI  ECS: PO Transfer to Logistics Backend                  
BBP_EXTLOCALPO_BADI  Control Extended Classic Scenario  
Hope this will help.
Please reward suitable points.
Regards
- Atul

Similar Messages

  • Freight is not updated in R/3

    Friends,
    Freight is not updated in R/3 in the Extended Classic scenario after
    creating and ordering a PO with the Freight condition added.
    We have created a condition for Freight (Value and Percentage)in Create
    Payment Conditions using the following menu path:
    spro
    --> Supplier Relationship Management
       --> SRM Server
        --> Cross-Application Basic Settings
         --> Pricing
          --> Process Payment Conditions
    When creating a Purchase Order in SRM in the "Item Data" tab, there is a
    "Pricing" option.  Choose "Pricing" and select "Add Further Conditions"
    from the drop down menu.  Here Freight is available.  Add Freight and
    the PO record in SRM is updated with the Freight Condition.  However,
    upon ordering, the  Freight condition does not transfer to the PO record
    in R/3.
    Is there a setting or configuration that will allow the interface to
    include the Freight or any other condition?
    Software versions:
    SRM:
    SRM 5.0
    SRM_SERVER 550 -- Level 0006 -- SAPKIBKT06
    SAP_BASIS 7.0 -- Level 0009 -- SAPKB70009
    ECC:
    ECC 6.0
    SAP_BASIS 7.0 -- Level 0009 -- SAPKB70009
    This is my first posting ever so forgive me if I'm not asking this question in the correct manner.  Please feel free to let me know what I've done wrong.  Thanks.

    thanks Nick. In fact i have taken up this with SAP thro OSS stating that we have good functionality of pricing proceudre in R/3 or ECC system and loosing that advantage when go for Ext classic scenario in standard SRM .
    still it can be achieved by enhancement at our end...
    I have not got any constructive reply for this message .. we hope in latter versions SAP may come up with some modificaitons in standard itself without the requirement of enhancements....
    Regards
    Mani

  • Extended Classic Scenario - PO Update issue

    Hello experts.
    We are working with SRM 5 in the extended classic scenario and we have a serious problem in a productive environment for the following case.
    (01) We create a purchase requisition (PR) in R/3 with several items;
    (02) We send PR to the SRM generating a shopping cart;
    (03) The buyer creates a PO for all items from the shopping cart;
    (04) The PO is transmitted to R/3;
    (05) For some cases buyer changes the PO wich is sent back (updated) to R/3;
    So far so good. The problem happens when some item in the request already has GR or Invoice. In those cases when the PO is updated on SRM, its transmission to R/3 does not occur, generating an error log that can be seen in transaction RZ20 of SRM.
    I understand that if any GR or Invoice exists for the item it can no longer be modified, but is it expected that no other item can also be modified from SRM? What is the expected behavior for this case?
    Moreover, even if the GR and Invoice have been canceled, we are still unable to update the PO in R/3 from SRM. Is this a expected behavior? It was our understanding that the PO should be updated if all incoming documents (GR, Invoice, SES ..) were completely canceled.
    We appreciate any help on this matter.
    Thanks and Regards,
    Evandro Miasato

    Hi, Masa,
    Thank you for your advice,
    I set the method U:Print Using Berkeley Protocol, after that
    in  trx. SP01 I have the Error Status on Composite Document -
    Status Incorrect (Reason Unknown).
    Best regards,
    Guzal.

  • Extended Classic Scenario - SHC: Buffer table not up to date

    Hello all,
    I'm working in SRM_SERVER 550, SAPKIBKT11, and having issues using BACKEND PURCHASING ORGANISATIONS and the Extended Classic Scenario.
    According to SAP note 944918 the following indicator should not be required to be set:
    Supplier Relationship Management>SRM Server>Cross-Application Basic Settings>Activate Extended Classic Scenario --> extended classic scenario active.
    I did set the Backend Purch. Grps Responsible indicator, and I did create organizational units specifically for the backend purch. grps.
    We need to set the main part of all SHCs to ECS, but when I do set the indicator in customizing to "extended classic scenario = active", I get a dump in my web environment: 'buffer table not up to date'.
    What is causing this failure in my SHC?
    I tried to implement BAdI "BBP_EXTLOCALPO_BADI" (method DETERMINE_EXTPO) like described below here: without the line bbp_extpo_gl-bbpexpo = 'X'., I can continue and create the SHCs. Problem is though: all SHCs will get marked as Classic Scenario. So, to make sure the SHCs will always get marked as ECS, I have added this line in the BAdI. Unfortunately this immediately results in the 'buffer table not up to date' error in the SHC itself, as soon as I try to open the details of the new item.
    Hope you help me out here?? It doesn't seem to be related to the BAdI, but somehow the system doesn't allow me to mark SHC items as ECS.
    Thanks & Regards,
    Berend Oosterhoff
    SRM Consultant Accenture Technology Solutions - The Netherlands.
    BAdI BBP_EXTLOCALPO_BADI:
    method IF_EX_BBP_EXTLOCALPO_BADI~DETERMINE_EXTPO.
    data definition----------------------------------------------------*
      DATA:    wa_mattype     TYPE BAPIMATDOA,
               wa_char18      TYPE MATNR,
               attrib_tab     TYPE TABLE OF bbp_attributes,
               wa_attrib_tab  TYPE bbp_attributes,
               wa_value       TYPE om_attrval,
               wa_product_id  TYPE comt_product_id.
        bbp_extpo_gl-bbpexpo = 'X'.
    from here I did the specific selection for the SC, but that's not relevant here.

    Hi Prashant,
    Thanks for your quick reply!
    Note 1085700 is about Short Dumps when creating or changing a contract. I am trying to create a Shopping Cart, without a reference to a contract. BAdI BBP_DOC_CHANGE_BADI is not active in our system.
    Any other thoughts?
    Regards,
    Berend

  • Extended Classic Scenario not creating backend PO

    Hi All
    We are just starting with SRM (Using SRM 5.0 SRM Server 5.5) and trying to decide to use Classic or Extended Classic.
    I can get the Classic working were an approved SC creates a backend PO without any problem. However when I switch on Extended Classic the backend PO is not created from an apporved SC.
    In RZ20 my error is Shopping cart 1000000080 (PReq. ): BBP_BD 002 Buffer table not up to date and Table BBP_DOCUMENT_TAB is empty
    In config I activated the extended classic scenario as well as activating the backend purchasing groups as responsible. Under sourcing I also defined for the relevant product categories as "1 - Sourcing Never Carried out"
    Am I missing something obvious??
    Many thanks for any help.
    Daniel

    Hi Daniel,
    In reference to the info. you have provided, it looks like you have not switched to Extended Classic Scenario properly.
    Once you say you are on ECS, the P.O should get created in SRM and the copy of it should get replicated to R/3.
    As you said you have flagged both the check boxes in SPRO for ECS activation, try activating sourcing also.
    SPRO > IMG > SRM > SRM Server > Sourcing > Choose one Product category for which you want to create shopping cart and set the setting as " Sourcing Always carried out".
    Check whether the approved shopping cart is coming to Sourcing cockpit or not.And from there try to create a P.O by assigning vendor.
    Also ensure that no BADI is activated which converts ECS to Classic scenario for the Product category you have choosen.
    If this cycle woks then definitely what you require will also work.Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • My firefox beta 12 using Linux platform does not update to firefox RC1 via the "check for update" function. I know windows' beta version had this fixed, when would Linux get similar support ?

    Current platform : Linux
    Current firefox version : Firefox 4 beta 12
    Issue : does not update to RC 1 using the check for update feature.
    Background : previously downloaded beta 8 and then it automatically updated to beta 12 using update features but for RC1, it does not.
    I know users under Windows platform had same problem but was resolved and they can now update via check for update feature.
    Please implement for Linux users too.
    Thanks !!

    If you can't update then you can download and install the full Firefox 4 RC version.
    * http://www.mozilla.com/firefox/all-beta.html

  • I am using Iphone 3gs. Last week I updated my itunes to latest version, although I couldnt not update my iphone OS since the download fails saying error 9006. For last 2 days all my Iphone applications fail to open except the default ones. Any solutions?

    I am using Iphone 3gs. Last week I updated my itunes to latest version, although I couldnt not update my iphone OS since the download fails saying error 9006. For last 2 days all my Iphone applications fail to open except the default ones. Any solutions?

    Download a free app and try again, you can delete the free app afterward.

  • Derived table 'tablename' is not updatable because a column of the derived table is derived or constant.

    Hi Guys,
    I have a With CTE table expression ,this cte gets the value from startdate and enddate
    I need to insert this startdate and enddate into a table ,while inserting into table,i got the below error,
    Derived table 'Datematrix' is not updatable because a column of the derived table is derived or constant.
    below is the query i used,
    declare @StartDate date='01/01/2013'
    declare @EndDate date='12/31/2013'
    ;WITH Datematrix(AllocationDate)
    As
    SELECT @StartDate AS AllocationDate
    UNION ALL
    SELECT DATEADD(D,1,AllocationDate) AS AllocationDate
    FROM Datematrix WHERE AllocationDate<@EndDate
    Insert into Datematrix(AllocationDate)
    select * from Datematrix 
    any guys update this solution.
    Thanks 
    Bhupesh.R

    ;WITH Datematrix(AllocationDate)
    As
    SELECT @StartDate AS AllocationDate
    UNION ALL
    SELECT DATEADD(D,1,AllocationDate) AS AllocationDate
    FROM Datematrix WHERE AllocationDate<@EndDate
    Insert into Datematrix(AllocationDate)
    select * from Datematrix 
    Hello,
    Your CTE bases only on fix value = @StartDate , not on a table/view; here do you want to insert data to? This don't work in any way.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • I can not update CC aps - I get the error message regardless of the ap being update

    I can not update CC aps - I get the error message regardless of the ap being update:  There was an error downloading this update. Please quit and try again later. Error Code: U43M1U49
    I have been trying to update a set of aps for a few days - never works.  I've tried sitting with the machine and monitoring the progress.  I've turned off my McAfee firewall.
    Any suggestions?
    Thanks
    Wes

    You must be connected to wifi.
    iOS will not update over a cellular connection.

  • Airport Ver 7.4.1 will not update firmware.  Goes throught the process, reboots with the same firmware version.  Power cycled the airport, did not help

    Airport Ver 7.4.1 will not update firmware.  Goes throught the process, reboots with the same firmware version.  Power cycled the airport, did not help.

    Please see the answer to your other post.

  • I have not updated my iPhone 4 since the IOS 5.1 update. Can I now update it with the latest software even though I am missing other updates?

    I have not updated my iPhone 4 since the IOS 5.1 update. Can I now update it with the latest software even though I am missing other updates?

    When going to your software updates on your device it will provide you with the latest available update for your device.
    the iPhone 4 will update to iOS 7.0.4 provided all other updates the device is asking for has been completed.
    Good luck friend.

  • HT1338 I'm getting a message that my Java is not updated, but when I run the update check, I'm told all is updated. Some web materials won't open because my Java is not updated. What do I do?

    I'm getting a message that my Java is not updated, but when I run the update check, I'm told all is updated. Some web materials won't open because my Java is not updated. What do I do?

    Hi Ginny,
    There are no more updates for Java from Apple for 10.5.8, the only way to get a Java upgrade is updating your OSX.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It looks like they do still have it:
    http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA
    And it's been reported that if you have a MobileMe account Apple will send one free.

  • I can not update my installed apps from the App Store Update page.  I can individually update from the App Store Purchased page.  I tried a soft reset but still unable.  Any suggestions?

    I can not update my installed apps from the App Store Update page.  I can individually update from the App Store Purchased page.  I tried a soft reset but still unable.  Any suggestions?

    You are doing all that you cn do right now other than to update the apps in iTunes on your computer and sync them to the iPad.
    There has been a problem with the App Store updates tab for a few days now and we are all waiting for Apple to fix it.
    Look at all of the discussions on the iPad forum that are talking about this right now.

  • Dreamweaver CS6 Templates not updating pages since i copied the website to a new computer

    Dreamweaver CS6 Templates not updating pages since i copied the website to a new computer
    First i install CS6 on the new computer
    copy the projects
    import the websites
    Now, when i change any template the pages do not update any more. New pages working correct. Also manuell updating works.
    Any Idea?
    Where are the info about the join template and the pages. Seems on the old computer - but where?
    Thx

    hm?
    now I made a new page from the template on the new machine - and find one difference:
    New Page:
    <!doctype html>
    <html lang="de"><!-- InstanceBegin template="Templates/mainvorlage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>....
    Old Page:
    <!doctype html>
    <html lang="de"><!-- InstanceBegin template="/Templates/mainvorlage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>...
    The slash / after template=" is not there on the new machine. If i remove the slash on the copied pages and restart dreamweaver then it works. A lot of work, but i can solve my problem this way.
    Maybe there is some checkbox for path handling...?

  • I did not update my iPad 3 with the last update, will that affect me updating to IOS 6?

    I did not update my iPad 3 with the last update, will that affect me updating to the new IOS 6? Will I get all the updates I missed in the previous update if I update to IOS 6. If not, tell me where to go to get the last update before I update to IOS 6. I thought I had time before this new one came out. Thanks for any help I get.

    You can update directly to iOS 6 now. Not updating to iOS 5.1.1 does not matter. If you have updated the iPad before, you know what to do.

Maybe you are looking for

  • How can I view backed up iPhoto images from another computer?

    Hi! I have an iMac, and a MacBook Pro. I have backed up both my iMac and MBP to a Seagate FreeAgent 1 TB external hard drive. I am going abroad, and I want to delete my photos from my MBP. Before I do that I want to be sure that I can still be able t

  • Oracle Workflow views return no records in JDeveloper

    Hi All, I have the following problem. When I create a jdbc connection in JDeveloper 10.1.3.0.4 jdbc:oracle:thin:@<host>:<port>:<database> And I try to browse through the records of views using workflow views I can't retrieve any records. The view see

  • Attachments cannot be opened while using browser to open my pdf documents

    HI,guys I've got a problem,can anyone help me out? Some of my PDF documents got attachments,these attachments can be opened while I using Adobe Reader. After I uploaded those PDF documents to My FTP server and then using my browser to browse those PD

  • MPEG Streamclip Issues - Audio

    So, I just started using MPEG Streamclip to get my .MOD files onto Final Cut Express. I have a question that may lead to another question. 1. When I converted the clips, they came out with no audio. I tried "Convert to MPEG" and "Convert to MPEG with

  • Application Instance Slow & Concurrent Programme Queue

    My oracle application instance R12 is slow, what all the things needs to be checked? FYI, Linux OS. How to queue the concurrent programme after submitting its request? FYI, I am not asking for a particular concurrent programme priority. I want all th