ECC PO Realese Stratagy details need to be populated in SRM Shopping Cart

FOLKS,
We are configuring SRM7.0 with ECC6 ( Ehp4) having Classic Scenario
We don't want to use Approval process for Shopping Cart, since it will be in ECC PO. The ECC PO in relevant document tab page as a follow on document in Shopping Cart shows only  some key fields like Qty, Supplier, Price..etc.
But Requester ( Shopping Cart creater ) want to see in the  the Release Status of ECC PO and to whom it is pending in the SHOPPING CART ITSELF (along with other fields of ECC PO in relevant document tab page) .
Can anyone please suggest/confirm me, whether it is possible or not ? If yes , which BADI..or enhancement ?
Thanks
Regards
NAP

Hi,
Yes. You can enhance WebDynpro UI.
Here is some basic references.
6 series on User Interface flexibility in WebDynpro ABAP.
http://www.sdn.sap.com/irj/scn/advancedsearch?query=%22abapUIFlexibility%22
ABAP UI Flexibility Part 1: Demo Overview
ABAP UI Flexibility Part 2: Floorplan Manager
ABAP UI Flexibility Part 3: Feeder Classes
ABAP UI Flexibility Part 4: BADIs
ABAP UI Flexibility Part 5: BRF+
ABAP UI Flexibility Part 6: Looking Ahead to 7.02
Regards,
Masa

Similar Messages

  • Need some suggestions or help with shopping cart.

    I am looking and searching and searching and looking for a
    good e-commerce package I can use with my future sites as well as a
    current one I am developing. It is a automotive site with multiple
    sizes of parts and accessories, I have opted to use a drop down for
    selecting the size but need to figure out how to incorporate that
    when I do the shopping cart and etc... I have looked at cartweaver
    and cannot afford that right now I am looking for something similar
    to it but cheaper in price if not free...

    I've used Cartweaver and found it rather good. It's one of
    the few that can be licensed so as you can use it on as many sites
    as you want. Most only allow you to use a shopping cart on a single
    site.
    I've used Cartweaver ColdFusion. They also have a PHP and ASP
    version of the software, you'll need to decide what back-end
    technology you want to use: ASP, PHP, ColdFusion. and buy that one.
    I would check with your hosting company and see what back-end
    technology they offer you.

  • SRM - Shopping Cart - how to debug BADI BBP_CREATE_BE_RS_NEW in ECC system

    Hi,
    We are using BADI BBP_CREATE_BE_RS_NEW (ECC system).
    We put external breakpoint on this BADI.   Made sure also that the BADI is activated.
    Our problem is it didnu2019t stop on our breakpoint.  Authorizations to debug/etc are there.
    When it was not possible to debug when shopping cart is created in internet link (SRM), we used tcode BBPSC01 (ECC system) to see if we can go to the BADI and debug it.  However still the program did not stop at break point at the ECC side.
    (SRM Module shopping cart)
    How do we debug this BADI in ECC?  Anything to set up or ?????
    SRM_SERVER   550   0013    SAPKIBKT13   SRM_SERVER 550: Add-on installation
    SRM add on to ECC 6.0
    Looking forward to hearing from you as soon as possible.
    Thanks.

    Hello,
    User calling BAdI in ECC must be a dialog one in order to be able to debug with.
    Check whom user is called in R/3 by having a look at RFC transactional assigned to your R/3 backend in SRM SM59 transaction.
    Then, in R/3, modify this user as a dialog one (type 'B') then put an external break-point for this user.
    Regards.
    Laurent

  • BADI BBP_CREATE_BE_RS_NEW  - how to debug in ECC (SRM shopping cart)

    Hi,
    We are using BADI BBP_CREATE_BE_RS_NEW (ECC system).
    We put external breakpoint on this BADI.   Made sure also that the BADI is activated.
    Our problem is it didnu2019t stop on our breakpoint.  Authorizations to debug/etc are there.
    When it was not possible to debug when shopping cart is created in internet link (SRM), we used tcode BBPSC01 (ECC system) to see if we can go to the BADI and debug it.  However still the program did not stop at break point at the ECC side.
    (SRM Module shopping cart)
    How do we debug this BADI in ECC?  Anything to set up or ?????
    SRM_SERVER   550   0013    SAPKIBKT13   SRM_SERVER 550: Add-on installation
    SRM add on to ECC 6.0
    Looking forward to hearing from you <removed by moderator>.
    Thanks.
    Edited by: Thomas Zloch on Sep 30, 2011 4:01 PM

    1) If your debugging in our Development system.
    You can use the DO , ENDDO loop.
    Copy and paste the below code in your BADI code where you want to start debugging.
    Create the shopping cart in SRM then the screen will be in processing mode.
    Go to ECC system transaction code SM50
    execute the transaction you will see an ALV report with all processeor running.
    You will find one line with your BADI name .
    Select that line and GOTO -> Program/Session menu option -> Program -> Debugging.
    After the above action Debugger will start and the curser will be at DO , ENDDO loop.
    make the FLAG value = 'X" in the debugging and from there you can debug the BADI.
    DATA : FLAG.
    DO.
    IF FLAG = 'X'.
       EXIT.
    ENDIF.
    ENDDO.
    Once your debugging is over make sure that the above code is deleted.
    Let me know if there are any concerns.
    2) If you want to debug in the Testing or production environment then you have to login to ECC system with your RFC user name and put the external break point.
    When you create the Shopping cart the RFC user will run the ECC logic thats why we ned to login with the RFC user.
    We can request BASIS people to give the access for some time to debug the application with RFC user.
    This you can do in Development also.
    Thanks
    Naresh
    Edited by: Naresh Nelapatla on Oct 26, 2011 1:54 PM

  • Retrieve approvers id of srm shopping carts, in ECC

    Hi everybody!
    I'm currently working on an SRM 5.0 in classic scenario and ECC6.0.
    We will have to create some specific reports and in that way I'm trying to retrieve in ECC, in a table or a function module, ID's of all approvers of my shopping carts in SRM.
    I really do not know where those data may be stored?.
    Please help!Thanks a lot!
    regards,
    morgane

    Hello Morgan
    In standard, approvers from Purchasing document approval workflow in SRM (in your case Shopping Cart) are not transmitted to R/3 backend.
    If it's mandatory for you to have those data in R/3 Backend, you could do this by storing approvers ID in CUF for SC header, then pass on those CUF to standard fields (or CUF) in corresponding R/3 purchasing document.
    Regards.
    Laurent.

  • Work order on CRM needs to move to EBP as Shopping Cart

    Hi
    I had a related issue, not sure where to post it.
    I have an implementation where, services originate as a Work order on CRM and needs to move to EBP. What is the best way to do this. Is there any existing EXTREQ functionality that can achieve this or is there any BADI definitions available for this (which can be implemented).
    Greetings
    John

    Hi
    I had a related issue, not sure where to post it.
    I have an implementation where, services originate as a Work order on CRM and needs to move to EBP. What is the best way to do this. Is there any existing EXTREQ functionality that can achieve this or is there any BADI definitions available for this (which can be implemented).
    Greetings
    John

  • Need help on getting started with shopping cart!!

    hi guys,
    i want to build a fairly simple shopping cart with servlets and jsps.. can you please point me to a starting point.. a tutorial or a general road map for it.. i am pretty okay with servlets and jsps and currently using them for a web-app..
    any help would be greatly appreciated..thanks..

    go to http://www.moreservlets.com, download the free pdf book "Core Servlets and Java Server Pages", there is a example program on section 9.4 talks about shopping cart.
    Hope it helps.

  • Material price to be defaulted in shopping carts from Contracts in ECC

    Hi Guys,
    We are having a scenario wherein we need to get the price in shopping cart from contracts in ECC.In our case for a material only one contract exists for a given time frame in the ECC.We are working on classic scenario in SRM 5.5 as an add on to ECC.Any help to get this working will be highly appreciated.
    Thanks in advance.
    Regards,
    Pawan.

    Hi Pawan,
    As long as you dont have the Configuration Step "Sourcing Via Vendor List activated", all contracts that you have created for a material will automatically show up in the source of supply as the proposed SOS. This and Info records are displayed on the SOS tab on the SRM Shopping cart via an RFC call that Standard SRM Does.
    Pls try out a scenario:
    1.) Create a contract for a material in ECC
    2.) Replicate the material in SRM
    3.) Create a Shopping cart in SRM with that material
    4.) you will automatically see the contract beoing displayed on the SOS.
    Following are the pricing priority in SRM.
    <b><b>Price Determination in EBP</b>
    Priorities
    1.) Manual price (only if field is open for input)
    2.) Contract
    3.) Catalog
    4.) Price from product linkage or from product
    So as long as you dont have a manual price for the Shopping cart, the price will be adopted from the contract. i would suggest for materials with contracts, update the s/c price with the BBP_DOC_CHANGE_BADI at the time of submission with an RFC call to ECC to obtain the right proce from the contract.
    Hope this info helps !!
    Pls assign points, if answer helps you
    Sundeep

  • Shopping Cart No not displays in Classic PO in ECC

    Hi Experts,
    We are configuring SRM7.0 with ECC6 ( Ehp4) having Classic Scenario .
    Its strange that, in the Classic PO craeted from SRM Shopping Cart, there is no any refernce of Shopping Cart Number anywhere like ECC PR ?
    Can anyone suggest is there is any std way to display the SC No in PO / PR craeted from SRM Shopping Cart ?
    If  not, what is the way ? Is any BADi..etc
    Thanks
    NAP

    Hi Narendra,
    You can implement the BADi mentioned by Muthu for passing the SC# to ECC PO .Sc info not stored in ECC tables but only SRM tables.
    You can get the SC details from the PO number by simply quering the table BBP_PDBEI.
    You must query BBP_PDBEI for each SC item GUID.
    You will find:
    - BBP_PDBEI-BE_OBJECT_TYPE = BUS2201
    - BBP_PDBEI-BE_OBJECT_ID = ECC PO number
    -- BBP_PDBEI-GUID = SC guid
    Another simple way would be implementing BBP_DOC_CHANGE BADI instead. The tracking number field exists hidden in the shopping cart in SRM, and will tranfer as standard to R/3. The field to change is ET_ITEM-BE_TRACKING_NO.
    The above development has been discussed in the below thread..Pls see the below link for code details :
    Pass SC numbber to Tracking number
    HTH.

  • Details needed

    Hi,
    When I want to integrate with third party system(non-SAP),what are the details I have to collect?
    What are the details needed from XI side?How we can say that we are able to integrate with SAP XI or not?
    Please share your guidance.
    Regards,
    Alex.

    hi,
    That actually depends on the third party system you are having,like you are having file,mail,jdbc etc.And from adapter parameters you can understand what all features and parameters are required from the XI side.
    like for mail adapter you can refer:
    http://help.sap.com/saphelp_nw04/helpdata/en/ad/bf93409c663228e10000000a1550b0/frameset.htm
    for jdbc:
    http://help.sap.com/saphelp_nw04/helpdata/en/ad/bf93409c663228e10000000a1550b0/frameset.htm
    for file:
    http://help.sap.com/saphelp_nw04/helpdata/en/ad/bf93409c663228e10000000a1550b0/frameset.htm
    for jms:
    http://help.sap.com/saphelp_nw04/helpdata/en/ad/bf93409c663228e10000000a1550b0/frameset.htm
    regards,
    ujjwal kumar

  • Refresh ECC 6.0 do I need to refresh associated BW 7.0

    I am refreshing ECC 6.0 EHP4 Oil&Gas and it is attached to associated BW 7.0.
    So if I refresh my TEST ECC from my INT (QA) ECC system is there a need to also refresh BW?
    I don't see any need to refresh associated BW 7.0 since the refresh will reSID ECC system as long as we stop the queue and then perform a full extract again.
    Is there anything  else or is there a note or procedure to perform any BW objects in the ECC system prior to reanabling the queues and extracts in BW?
    Thanks
    Mikie

    ECC refresh is a different and separate task.  BW 7.0 refresh is not a mandetory one that you have to do when ECC refresh is going on.
    What all you have to do is, When ECC refresh is happened, BI source system connection would be damaged.
    That time, you have to restore the connection by making both the systems modifable.
    After that just check the extraction whether it is normal or not.
    Hope this would help you.

  • Want the link to open EAS IN WEb mode and also the Java API details needed

    Want the link to open EAS IN WEb mode and also the Java API details needed to get it up and running.
    Kindly provide the answer if knows.
    Thanks .

    Yes, you can have single sign on enabled on multiple essbase servers,
    It works like using single userid and password across mulple servers. you can configure essbase server to read from active directory.
    you can configure css.xml file in bin folder
    sample CSS FILE
    here is an example of a css.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <css xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <spi>
    <provider>
    <msad name="msad1"> <trusted>false</trusted>
    <url>ldap://ldapserver:389/dc=CompanyName,dc=com</url>
    <userDN>CN=#######,OU=Security Accounts,OU=IT,DC=CompanyName,DC=com</userDN>
    <password>########</password>
    <authType>simple</authType>
    <identityAttribute>dn</identityAttribute>
    <user>
    <loginAttribute>sAMAccountName</loginAttribute>
    <fnAttribute>givenname</fnAttribute>
    <snAttribute>sn</snAttribute>
    <emailAttribute>mail</emailAttribute>
    <objectclass>
    </objectclass>
    </user>
    <group>
    <url>cn=LostAndFound</url>
    </group>
    </msad>
    </provider>
    </spi>
    <searchOrder>
    <el>msad1</el>
    </searchOrder>
    <token>
    <timeout>60</timeout>
    </token>
    <logger>
    <priority>ERROR</priority>
    </logger>
    </css>

  • Is there a firefox or best browser (except IE) for Windows Server 2003 R2 Standard? if so, is it free of charge (open source) forever? where can I get it? details. need answers to all questions

    is there a firefox or best browser (except IE) for Windows Server 2003 R2 Standard? if so, is it free of charge (open source) forever? where can I get it? details. need answers to all questions

    # As to what is the best browser, it is subjective. I think it is the best, others will disagree. There is no special version for Windows Server 2003, the usual version works on it.
    # It is free of charge and will always be free.
    # It is open source.
    # You can get it from http://www.mozilla.com

  • Import ECC No and other details (Excise Information)

    Hi All,
    Which is the template to import ECC no. and other details for BP?
    These fields are not present in BP fiscal id template?
    Thanks,
    Joseph

    Hi Joseph,
    Try This .....
      Link: [url]   Import - ECC No. & other tax details for BP
    Thanks
    Shafi

  • SRM 7.0, PO details are not getting populated in Contract History Tab

    Hello Folks,
    I am stuck with an issue and would need your help regarding that.
    Scenario: (Extended Classic Scenario) SRM version 7
    A catagory Contract is created.
    Shopping cart created with Contract as the source of supply.
    Once the SC is approved PO is generated.
    Now if we open the contract and view the History tab, under Tracking PO details should appear.
    However we are not getting any details of the PO in the Contract. Could you please suggest where to look, to resolve this issue.
    Your inputs will be highly appreciated.
    Regards
    Nishant Rajvanshi

    RZ20 errors:
    Local Errors:   Business to Business Procurement(600)
    Error reading export data for EXEC transfer of purchase order
    Error in local purchase order; no update of references in EXEC system
    Backend Errors:
    PO 3000000051: No instance of object type PurchaseOrder has been created. External reference:
    Purchase order 3000000051: Document contains no items
    Purchase order 3000000051: Transfer Failed; Resubmit
    Since we are in SRM 7.0 ECC 6.04 Ehp 4,  with PI 7.11 + ROS and no SUS.
    doent the system uses ESOA Service for PO replication.
    We did CCTR / CPPR scenarios too. Both are sucessful.
    Do we need to impl BADI PUR_SE_PO_INTERFACE_OUT_SELECT
    But thats for Service hierarchy and Service POs -  We dont have Service hierarchy or SUS in our SLD.
    IF PO replication also uses PI, what configuration do i need to do?

Maybe you are looking for