How to Configure POWL in SRM 7 Shopping Cart

Hi,
   Can i know how to configure POWL for SRM7 Shopping Cart
with regards,
Kawrthik.

Hello,
you mix two concepts which make difficult to understand your request.
Screen-shot you gave us in from the Portal (Tasks, Alerts, Notifications and so on...).
With Enterprise Portal, to approve Workitems, your inbox (SBWP transaction) is the Universal WorkList.
With NetWeaver Business Client, you use Personal Object Work List to have access to your inbox.
In this last case, you have to switch the Portal-Independent Navigation Frame (IMG: SAP Implementation Guide > SAP Web Application Server > SAP Supplier Relationship Management > SRM Server > Technical Basic Settings > Portal-Independent Navigation Frame > Activate/Deactivate Portal-Independent Navigation Frame) on.
If you connect to SRM through Portal, you cannot use POWL as inbox.
Regards.
Laurent.

Similar Messages

  • 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

  • How to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO?

    Hi Experts
    i have a reuirement where i have to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO
    i am doing below steps for this.
    1. Adding custom field ZZfield in structure INCL_EEW_PD_PARTNER_CSF by  using  append structure.
    2. Spro ->Supplier Relationship Management -> SRM Server -> Cross application basic settings -> Extensions and field controls (personalization) -> Configure field control ->Configure Control for Fields of Substructures
    then click on  "Metadata for Fields of Substructures and Table-Like Enhancements"  
    add the below entry
    Bus. Object Set Type  : I am trying 7 and 29
    Structure Field Name  : ZZfield
    Bus. Object Type       : BUS2121/BUS2201
    Set Level                    : Item
    Field Visible :  Check box should be checked
    Field Enable :  check box should be checked
    Can anyone has the idea of this?
    Thanks
    Rohit

    Hello Rohit,
    Please create a enchancement for component  /SAPSRM/WDC_UI_DO_SHIPTO.
    Add new input field and label in view V_DODC_SHIPTO.
    Bind the input field value with field ZZfield from structure  /SAPSRM/WDC_UI_DO_SHIPTO in the context node SHIP_TO .
    Regards,
    Neelima

  • Returning OCI hook_url to SRM shopping cart in Webdynpro ABAP

    Hi Friends,
    We are planning to use OCI external catalog for adding items to the shopping cart. I am creating WDA application which will act as the external catalog.
    In my application I am able to read the Hook_url and other parameters of the OCI configured. I got stuck in returning the hook_url by posting the html page back to SRM shopping cart which should be like below.
    <HTML>
    <HEAD>
    SAP Open Catalog Interface: HTML - Example
    <BODY bgcolor="#DED6C2">
    <FORM action="<%=Request.QueryString("HOOK_URL")%>" method=post target=_top>
    <input type="hidden" name="NEW_ITEM-VENDOR[1]" value = "1768">
    <input type="hidden" name="NEW_ITEM-VENDORMAT[1]" value = "648570">
    <input type="hidden" name="NEW_ITEM-MANUFACTCODE[1]" value = "4711">
    <input type="hidden" name="NEW_ITEM-MANUFACTMAT[1]" value = "4712">
    <input type="hidden" name="NEW_ITEM-EXT_QUOTE_ITEM[2]" value = "">
    <input type="hidden" name="NEW_ITEM-EXT_PRODUCT_ID[2]" value = "">
    </FORM>
    </BODY>
    </HTML>
    Is this acheivable using webdynpro ABAP? If so how we can do this?
    Thanks in advance.
    Regards,
    Prabhuraj

    Re: Creating OCI in Webdynpro ABAP

  • SRM shopping cart attachment to SAP not transferring

    Hi SRM Experts,
    I have an issue with document attachment which is not coming to SAP R/3 Backend.
    Scenario 1
    1.Create shopping Cart in SRM system with One attachment,
    2. Purchase requistion is created in backend replica of SRM shopping cart. but the attachment is not exists only document number exists in the DMS (CV03N - No attachment)
    Scenario 2
    1.Create shopping Cart in SRM system with TWO attachments,
    2. Purchase requistion is created in backend replica of SRM shopping cart. but the attachment only one attachment exists and other attachement document number only exists in the DMS (CV03N - No attachment)
    Scenario 3
    1.Create shopping Cart in SRM system with FOUR attachments,
    2. Purchase requistion is created in backend replica of SRM shopping cart. but the attachment only THREE attachments exists and Fourth attachement document number only exists in the DMS (CV03N - No attachment)
    From the above all its understood that last attachmen is not transfered to SAP . In Scenario 1 last attachement will Only one attachment.
    Its Strange issue, can any one face this sort for issue before, kindly let me know what could be the casue,
    Note - I have posted the same issue in DMS thread as well
    Cheers...Gopinath

    Hi Guru's,
    I am using SRM 7.0 and while i create an attachment in shopping cart and try to send it in ECC, the attachment is not reflecting .
    Since we are using the latest version of SRM, we have used BADI BBP_CREATE_BE_RQ_NEW
    (Method IF_EX_BBP_CREATE_BE_RQ_NEW~FILL_RQ_INTERFACE.).
    I have also gone through the below link and tried the implementation :
    http://wiki.sdn.sap.com/wiki/display/SRM/BBP_CREATE_BE_RQ_NEW-CreateRequisitionin+backend
    Also, all ECC configuration are in place. However things are not come in place. Only the details are reflected but the attachment is not reflected in ECC.
    If anyone can guide the correct way in SRM BADI along with ECC configuration (just to verify) will be a great help.
    Kind Regards,
    Kunal.

  • How to display error message in Shopping Cart?

    How to display error message in Shopping Cart and stop the shopping cart for further processing? I try MESSAGE w001(zshop) or MESSAGE e001(zshop). But it is causing run-time error.

    Hi Paul,
    In the DOC_CHECK or DOC_SAVE BADI, you have a global internal table named et_messages. The structure of this table is 'bbp_smessages_badi'. You can append your error message here by inputting the message type, ID and number. The message type is either 'E' for error or 'W' for warning and the number would depend on your message class(ID). You will be able to see the error message on top of the screen, can be a red or yellow highlight depending on your appended message. I don't think creating the error message via the MESSAGE syntax will be successful, maybe this is why you are getting a runtime error.
    Regards,
    Noel

  • Validate GL Account at SRM shopping cart at account assignment level

    Hi,
    In the SRM shopping cart system, at Account Assignment Overview level, is there any BADI or user exit or enhancement options to validate the GL Account when the account is selected/key-in?
    I try BADI for BBP_DETERMINE_ACCT, BBP_MESSAGES_BADI and BBP_ACC_CHECK_ICC. All is not trigger at Account Assignment level.
    Please advice.

    Hi,
    I have a similar requirement apart from all the validations done by BBP_DOC_CHECK_BADI  ,
    we have to add one more validation (check the asset acquisition date if it is less than the current fiscal year give error message).
    This has to done in R/3 .
    I checked for the exits in the FM BBP4X_CODINGBLOCK_CHECK_47A and found that there are no exits for this FM.
    PLEASE SUGGEST.Any help is appreciated.
    Regards,
    Rhea.

  • SRM shopping cart attachment to SAP not transfering

    Hi DMS Experts,
    I have an issue with document attachment which is not coming to SAP R/3 Backend.
    Scenario 1
    1.Create shopping Cart in SRM system with One attachment,
    2. Purchase requistion is created in backend replica of SRM shopping cart. but the attachment is not exists only document number exists in the DMS (CV03N - No attachment)
    Scenario 2
    1.Create shopping Cart in SRM system with TWO attachments,
    2. Purchase requistion is created in backend replica of SRM shopping cart. but the attachment only one attachment exists and other attachement document number only exists in the DMS (CV03N - No attachment)
    Scenario 3
    1.Create shopping Cart in SRM system with FOUR attachments,
    2. Purchase requistion is created in backend replica of SRM shopping cart. but the attachment only THREE  attachments exists and Fourth  attachement document number only exists in the DMS (CV03N - No attachment)
    From the above all its understood that last attachmen is not transfered to SAP . In Scenario 1 last attachement will Only one attachment.
    Its Strange issue, can any one face this sort for issue before, kindly let me know what could be the casue,
    Cheers...Gopinath

    Issue found with enhancement made by us in Class(SRM System). Same has been fixed. now its working, Thanks to all.
    Cheers...Gopi
    Edited by: Gopinath A.R on Mar 11, 2010 9:04 PM

  • Query on SRM Shopping Cart ,plz help its very very urgent

    Hi Friends,
    I have a query on workflow.
    Users creates PO through SRM shopping cart and immedeately they receive a mail in there mail box.Below is the process flow of sending the mail to the user inbox from srm shopping cart.
    SRM Shopping Cart>Business Object>Workflow-->Mail
    Here my problem is.
    The bususinees object generally holds the data for cart number and cart description, but when i am checking the workflow it does not contain any cart number or cart description,so that the mail that is going to user inbox also does not contain any cart number and cart description value.
    Recenly our client upgrade from 4.6c to Ecc 6.0 and this problem is happening after the upgradation.
    Please suggest if anyone face this kind of problem or anyone having any idea on this.
    Pls give me some suggestion.
    Thanks a lot
    Mrutyun^

    Hi,
    Your condition is puzzling... the workflow in SRM for SC is triggered after the SC is saved.
    The PO is a follow-on document after the SC is approved. As such it has no relationship to the backend upgrade since the workflow engine is in the SRM server. Your worflow is triggered from the SC or PO?
    Regards.

  • SRM 7.0 - Configure Field Control for Shopping Cart Item Overview

    Hi,
    I am able to hide fields in the shopping item details using the "Configure Control for Fields on Item Level" node in the IMG. 
    However, this same configuration does not seem to work for fields that are in the item overview of the shopping cart.  Any advice on how/why this seems to work differently?
    I do want to hide fields via config, not as an end-user.
    Thanks!
    Matt

    Hello Matt,
    You will find this useful.
    https://websmp105.sap-ag.de/~sapidb/011000358700001969972008E.pdf
    Thanks
    Ashutosh

  • 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

  • SRM Shopping Cart - how do you clear out custom fields on a SC create

    We have added custom fields to the Shopping cart header.  now when we use an existing shopping cart to create a new one (do a copy from within SRM UI) the data in these custom fields on the existing shopping cart is copied tothe new shopping cart.  We doNOT want this to happen but we can't find a place to add code to clear them out.

    we ended up putting code in this method and solved the problem  IF_EX_BBP_DOC_CHANGE_BADI~BBP_SC_CHANGE

  • How do I create a new shopping cart in the SRM system (not portal)

    Hi,
    I'm working on a test landscape with Purchase request WF. I want to create a new shopping cart from the SAP system, not from the portal, and this purchase request should go to a manager approval.
    I've been told that I need a SRM system.
    Could you please tell me what the transaction for creating new shopping cart is? Could you also explain me what to do with this transaction or point to a doc I can learn from?
    Thanks

    it is called planned driven procurement scenario in SRM
    ECC box
    1. create a Purchase request
    2. Approve the Purchase request
    3. now check EPRTRANS table . you might have Purchase request number ( if you have already set up done in ECC system for Plan driven procurement)
    4. Run BBP_EXTREQ_TRANSFER job
    SRM Box..
    5. Now you can see your shopping cart for this purchase request (External requirement) in the sourcing cockpit.
    Muthu

  • Unable to find Shopping Cart Preview Option in SRM Shopping cart Applicatio

    Hi Guys,
            I am a testing some scenarios in SRM-MDM Catalog and SRM Shoppincart where i have to add some items from SRM-MDM Catalog to Shopping cart preview but i dont find any Shopping Cart preview option. Can any one make me clear how to know which SRM Portal User has privelege to see that Shopping Cart Preview option.
    Thanks
    Ravi

    Hi Ravi,
    Can any one make me clear how to know which SRM Portal User has privelege to see that Shopping Cart Preview option.
    This totally depends on the settings made for that User in Configuration UI.
    When you open your Configuration UI with User Master and password Blank (empty), you will get screen as shown in page 24/28 Configuration view. Here you will select User e.g. User1 not Default User to whom do you want to assign Shopping Cart Preview Option by clicking on radio button Cart Preview in shopping options under General tab. Then the same user you will define in External webservice.
    Please refer Page 24/28 of this below article:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/806f3d56-0d29-2d10-9abf-c0df6f0fdfe8?quicklink=index&overridelayout=true
    Kindly revert with result.
    Regards,
    Mandeep Saini

  • How to Add new fields to Shopping cart?.

    Hi SRM GURU'S,
    I am using SRM 5.5 and ECC 6.0 and Extended Classic scenario.
    As per business, I want to add New fields to Shopping cart. How can I add?. Please any one give me clear details about this
    I am planning to add 2 fields 1. Commitment Item and 2. Fund center. in Cost Assignment tab. Is it possible?. This data has pass to  follow on documents. Backend documents has this provision. Is this option available in Shopping cart?. If yes please give me the details.
    Kindly respond quickly. Thanks in Advance.
    Regards,
    John.
    Edited by: johnmiller465 on Sep 22, 2009 1:13 PM
    Edited by: johnmiller465 on Sep 22, 2009 1:18 PM

    Hi Deepti/Shital,
    Thank you so much for your reply. I have awarded points. One more question. While creating creating PO from Process Bid Invitation, PO is not replicating into ECC. Do you have any idea?. Please help me to findout.  Respond quicklly
    If it will not replicate, how to create backend PO refering with SRM PO.
    Regards,
    John.
    Edited by: johnmiller465 on Sep 23, 2009 11:53 AM
    Edited by: johnmiller465 on Sep 23, 2009 11:55 AM

Maybe you are looking for

  • My MacBook is stuck on "FileVault Disk Encryption"

    Hello, So yesterday I decided to upgrade to Yosemite on my 2013 13' MacBook pro 500gb 2.5GHz. And everything went well except when it got to the screen for filevault. Before i got to the filevault stage, everything went well and the computer successf

  • Can we keep two different clusters  data in synch.

    i have 10 coherence servers in newyork all forming clusterA and i do have 10 coherence servers in charlotte forming clusterB ,i wish to keep the data between cluster A and cluster B in synch. Q1: is there any possible/configurable way to achive this.

  • AutoCAD 2009 and Acrobat Pro 8.X

    Has anyone tried using Adobe Acrobat Pro 8.x PDFMaker in AutoCAD 2009 yet? We do not have Acrobat 8 yet but we will soon. But before we upgrade to AutoCAD 2009, we want to make sure it works with Acrobat Pro 8 Thanks, Don

  • Palm TX won't complete sync

    I am using Vista Home (32bit); Outlook 2007; and Palm Desktop 6.2.2.  Palm OS Garnet v5.4.9 When I try to hotsync to Outlook, it starts off nicely, but then quickly bogs down.  It hasn't completed a hotsync yet.  Hangs up in the contacts.  Last attem

  • Saved by TM -- and a cautionary tale

    I synchronize my files between multiple computers using sugarsync. I just got to realize this can be dangerous. Something got screwed up on one computer (yes, a vista computer, not a mac!), and through some sequence of events, sugarsync interpreted t