How to display task descriptions in shopping cart approval screen

Hi,
We are implementing SRM 7.01.
We'd like to display descriptions of shopping cart approval task,
which is defined in:
transaction: PFTC
in the 'Description' tab
Text type : 0120 Task Description
Currently only work item text is displayed in the UWL.
Does anybody now how to display descriptions?
Regards,
Mio

Problem solved.
I needed to do some settings in portal view.

Similar Messages

  • 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

  • Addition of extra fields in Shopping Cart Approval Screen

    Hi,
    We are investigating how to change the design of the shopping cart approval table. We would like to include the row "Shopping Cart Number", and be able to sort on that column as well. Would that be possible?
    We have been looking at SAP Note 672960 which describes how to add information to other objects, but not the approval screen.
    Any suggestions?
    Kind Regards,
    Christian

    Hi,
    If you are talking about Workflow Inbox, please check Dynamic Column customizing.
    <a href="http://help.sap.com/saphelp_srm50/helpdata/en/8b/4fa9465db211d2b404006094b92d37/frameset.htm">http://help.sap.com/saphelp_srm50/helpdata/en/8b/4fa9465db211d2b404006094b92d37/frameset.htm</a>
    Regards,
    Masa

  • Accept / Rejection Reasons for Shopping Cart Approval

    Hi experts!
    Our customer would like to have the following functionality.
    During approval workflow the user will either Accept or Reject the shopping cart and at the same time he must enter a reason for approval / rejection from a list with fixed texts / values.
    I didn't find any documentation about rejection reasons during approval of shopping cart. Has anybody of you ever seen this or realized anything like that?
    If SAP Standard doesn't offer anything suitable we might have to modify the approver screen or develop a new screen.
    Any helpful answer would be much appreciated.
    Best regards,
    Corinne

    Hi
    <b>Please try this -></b>
    Re: Make mandatory field-Reason for rejection notes-SC approval screen
    Reason for Return Delivery missing
    Re: Text Types Issue on Bid/Quote
    Temporary GUID coming from Sourcing in Doc change badi
    Reason for Return Delivery
    inactive approval and reject buttons on shopping cart approval screen
    <u>Else Use BBP_DOC_CHECK_BADI</u>
    SC header level Reject- Display error message
    Hope this will help. Do let me know.
    Regards
    - Atul

  • How to activate Shopping cart approval ProcessControlled Workflow inSRM 7.0

    Hi,
    I need to activate shopping cart approval Process Controlled workflow in SRM 7.0. ,I have activated the link for Standard Work Flow Template WS40000014 .But the approval process is not initiated for Shopping cart.
    (But its working for PO)
    Do I need to configure something in the system?
    Thanks

    Hi Masa,
    Yes configuration is done.
    Process Schema for SC:
    BUS2121     3C_SC_600_000
    BUS2121     3C_SC_600_001
    BUS2121     3C_SC_700_002
    Process Schema for PO :
    BUS2201     3C_PO_600_000
    BUS2201     3C_PO_600_001
    BUS2201     9C_BUS2201_EX01
    BUS2201     9C_BUS2201_EX02
    In BBP_PD status is ....
    Stats:
               Status         Description                    Inactiv
    HEADER     I1015          Awaiting Approval
    HEADER     I1021          Created
    HEADER     I1038          Complete
    HEADER     I1106          Shopping cart ordered
    Please suggest do i need to change anything?
    Thakn you

  • How to set task description with paragraphs at runtime

    Hi Experts, How to set task description with paragraphs at runtime. Now, i can set single content in task description.however, not sure, how to set content which have paragraphs.

    Hi,
    You can use HTML tags in the Task descritption.
    Open the task not the workflow and there you can provide
    <p> content/containers </>
    You can use even <u>- Underlined text.
    <h> for bold text
    Thanks,
    Sarayoodharan.K

  • How to display "action description " for an action

    hi,
    how to display "action description " for an action

    hi,
    Go to SPRO>Personal Management> Personal Administration--> Customizing Procedures --> Actions --> Setup Personal Actions/Create Reasons for Personal Actions.
    I think it will solve your problem.

  • How do I create custom field in MDM shopping cart preview screen (srm-mdm)

    Hi
    Am on SRM 5.0 MDM 2.0.
    Requirement is 'temp labor'. i have a price form a specific supplier for a specific service is $80 in SRM_MDM internal catalog.
    But i talked to supplier and they have agreed on a new price of $75. After I select this catalog item, and view the shopping cart preview screen i see "Price information and total price". I want to add a custom field to the shopping cart preview screen called "new price" to enter $75 as the new price and click recalculate to recalculate the new total price and send this to SRM for follow on functions...
    is there standard functionality in SRM7 for this requirement?
    cheers
    alex
    Edited by: Alex Waiyaki on Jul 23, 2010 10:04 PM
    Edited by: Alex Waiyaki on Jul 24, 2010 2:51 AM

    I have resolved the issue
    thanks
    alex

  • How do i create a custom field in SRM_MDM shopping cart preview screen

    Hi
    I on SRM 5.0 MDM 2.0.
    Requirement is 'temp labor'. i have a price form a speciific supplier for specific service is $80 in SRM_MDM catalog.
    But i talked to supplier and they have agreed on a new price of $75. After I select this catalog item, and view the shopping cart preview screen i see "Price information and total price". I want to add a custom field to the shopping cart preview screen called "new price" to enter $75 as the new price and click recalculate to recalulate the new total price and send this to SRM for follow on functions...
    is there standard functionality in SRM7 for this requirement?
    cheers
    alex

    Hi Alex.
    I totally agree with Sudhanshu's comments. If you create a custom specific field it will always be a read-only.  you can also use EForm for such usecases. Also in case of SRM-MDM Scenario, the price information field holds a standard behaviour which can't be manipulate for custom specific fields.
    But if you want to achive this through the exisitng repository schema and the BADI. then you can follow the steps given below:
    1. If you want to hold the value for the new price, you can create a new custom field (New Price)of type "Text" in the repository and store the price information in that field.
    2. In the configuration screen, you can add the "New Price" to all the views(Result Set, Shopping Cart Preview etc).
    3. In the "Shopping Cart Preview", now you can view the existing standard price information column and the newly created "New Price" column. Now you can change the quantity based on your need. Now when you click "Recalculate"  button the standard price column will change and not the "New Price" column.
    4. Now you can map this newly created field to any of the custom fields which were provided by default. (like NEW_ITEM-CUSTFIELD1).
    5. You can make use of the BADI   BBP_CATALOG_TRANSFER to perform the remaining calculations.
    6. The BADI will hold all the catalog related data in its OCI structure. Before transferring the data to shopping cart you can modify it by multiplying the quantity with the "New Price" value and send the updated price in the OCI standard structure "NEW_ITEM_PRICE".
    Now SRM shopping cart will hold the updated "New Price" for the item shopped through catalog.
    Let me know in case you need more information.
    Regards
    Bala

  • Cannot see list of Product Categories in Shopping Cart entry screen

    Hi All,
    I would appreciate it if someone could help me with this issue.
    Although I appear to have sucessfully replicated the backend R3 Mat Groups into SRM Product Categories, as I can see them in the hierachy screen, i.e. Hierachy ID R3MATCLASS in trans code COMM_HIERARCHY, they are not appearing in my Shopping Cart entry screen Product Categories drop down.
    I have looked in Org structure maintanance and can see two things that may be the root causes:
    (a) In 'Exended Attributes', if I select the Source System, I do not get the option to list the product categories in the match code box
    (b). In the 'check' screem, the system is displaying the message 'Attribute ITS_DEST not yet defined'
    Any feedback on how I can pull in the groups during cart entry would be appreciated.
    Thanks,
    Steve

    Hi Kathirvel,
    I am not sure if this workaround is correct, but rather than using trans code BDLS as you suggested, I defined the logical system 'ABC' . This logical system was the assigned as a target system in 'Assignment of Logical Systems' under the product category customisation (table COMV_LOGSYS_MAP)
    These changes subsequently allowed the drop down on the Org structure when selecting a Product Category in extended attributes, therefore making the list available in the web front end.
    The IMG help text for COMV_LOGSYS_MAP says:
    Case 1
    You have created the categories in your test system. They therefore have the logical system <SYSTEM_TEST>. So that the categories can also be changed once they have been transported into the production system, the categories must have the logical system <SYSTEM_PROD> in the target system.
    Maintain the following entry:
    Source <SYSTEM_TEST>
    Target <SYSTEM_PROD>
    The logical system of the categories will be changed from <SYSTEM_TEST> to <SYSTEM_PROD>.
    This appears to have resolved the issue. I would be interested to hear what you think,
    Many thanks , Steve,

  • Error in shopping cart approval

    Hello all, I am working in SRM 7.0. I am working with shopping cart with one approve level only
    The approver must be the requisitioner's manager always, but when I go to change shopping cart approve squema I have an error message.
    I configured it:
    In process levels for object type BUS2121
    Process schema evaluation: 1EV_SC_001
    Process level schema: 1C_SAPSRM_MIG_101 and 3C_SC_700_002
    For 1C_SAPSRM_MIG_101:
    Process level configuration:
    Level Type: Approval
    Responsible Resolver Name: RR_MANAGER
    Task ID: 40007954
    Decision Type: 2
    When I save a shopping cart I have this error message:
    No approver found RR_MANAGER BUS2121 4CFCDAE5BAC10B80E10080000A8C6250
    In the organizational structure I am in the same organization unit of manager and I have only one manager in all structure. How can I determine the manager in this case? Which can be the error?
    Thanks in advance
    Rosa Rodríguez

    Hello, in SLG1 I can´t see errors, I only see this:
    @5BQInformation@     10 Execute event 1EV_SC_001 Evento para BO SC. 09.12.2010 12:11:36
    @5BQInformation@     42 Execute expression 1V_SC_SCHEME Determinação do esquema dinâmica para SC; result 1C_SAPSRM_MIG_101
    @5BQInformation@     52 Execute expression 0V_SC_EVENT Evento do objeto; result SAVED
    @5BQInformation@     63 Execute expression 0C_C1_C_FWFSCRLCNTNT Classe: /SAPSRM/CL_WF_RULE_CONTXT_SC; result /SAPSRM/CL_WF_RULE_CONTXT_SC
    @5BQInformation@     63 Execute expression 0C_C2_C_EVENT Método - evento do objeto; result GET_WF_EVENT
    I am using 1EV_SC_001 evalution ID not 0EV000.
    For evaluation ID 1EV_SC_001 I used 1C_SAPSRM_MIG_101 process level schema and RR_MANAGER as Resp. Responsable Name.
    Can I used 0EV000 evaluation ID? What is the process level schema that I have to used?
    Thanks in advance
    Rosa Rodríguez

  • Shopping Cart approval process in SRM using Black Berry

    Hi,
    I am very new to SRM. Here the user wants the whole approval/rejection process of shopping cart should be done via the Black Berry.
    When a shopping cart is created in SRM then automatically a mail should appear in this mail box(outlook or lotus) as well as in the black berry mail box, so from black berry the user will accept/reject the shopping cart.
    What workflow should be used? for mailing to outlook as well as in the blackberry whether we should implement any BAdI and also for integrating SRM & black berry whether we require any plug-in or configuration to be done..
    Please do the needful..
    Thanks and Regards,
    Chandra Sekhar

    Hi,
    pl. read this:
    Mobile Enterprise Buyer
    Use
    Users can log on to the Enterprise Buyer system using a WAP-enabled cellular phone or any other WAP-enabled front end. This allows them to perform many procurement tasks completely independently of any docking station. These mobile applications are part of the standard system setup for Enterprise Buyer.
    Managers can approve shopping carts while on business trips far away from the office.
    The start URL for the mobile scenarios is:
    http://.:/scripts/wgate/wapbbpstart/!?~language=
    where <language> = de or <language> = en, for example.
    The initial screen is displayed in the relevant language.
    Integration
    You can either use your own WAP gateway or you can use a WAP gateway service from a telecommunications provider. If you have your own gateway, you can position it behind your firewall. This means that communication is via a dialup line as far as the WAP gateway, that is, a secure connection going behind the firewall. Beyond this point, communication is via HTTP. If you are using a WAP gateway service, the dialup line stops outside your firewall with the less secure HTTP communication starting outside the firewall.
    The graphic shows a standard configuration with a WAP gateway located behind the firewall.
    Prerequisites
    You require the following:
    WAP-enabled mobile device
    WAP gateway
    WML-enabled catalog that supports OCI
    You have configured your Web server to handle the MIME (Multipurpose Internet Mail Extensions) types required for WAP. These are as follows:
    File extension
    MIME type
    Wml
    text/vnd.wap.wml
    Wmlc
    Application/vnd.wap.wmlc
    Wmls
    text/vnd.wap.wmlscript
    Wmlsc
    Application/vnd.wap.wmlscriptc
    Wbmp
    image/vnd.wap.wbmp
    If you have your own Web server, you define the MIME types using the Web server's administration tools. In Microsoft IIS, you have to enter the types on the Properties page of your site on the tab card HTTP Headers. If you are not using your own Web server, inform the administrator or provider running the Web server.
    Features
    The following functions are available:
    Create new shopping cart
    Users can:
    Select catalogs using input help
    View catalogs (by product group)
    Search for products in catalogs (full text)
    Display item details
    Add items to shopping carts
    Delete items from shopping carts
    Change item quantities
    Delete shopping carts
    Order shopping carts
    When a shopping cart is ordered, an order confirmation is displayed giving the shopping cart name and the total value of the shopping cart.
    Status check
    Users can:
    Display overview of shopping carts (shopping cart name and status)
    Display header data for shopping carts (for example, shopping cart name and date of last change)
    Inbox
    Users can:
    Display overview of work items (only shopping cart approval) and messages
    Display detail view of messages (sender and full short text)
    Display detail view of work items (full short text only)
    Managers can approve or reject shopping carts
    Managers can only approve or reject complete shopping carts. Approval and rejection at item level is not possible.
    Reporting
    Managers can display the most recent purchase orders created for their cost center(s).
    to get presentable doc mail me on
    [email protected]
    BR
    Dinesh
    <b>Reward if helps</b>

  • Shopping Cart Approval & PO generation

    Hi All,
    I am using N step BADI for Shopping Cart approval process. Here can we generate the PO even when the Shopping Cart is awaiting Approval.
    Please let me know how POs can be created without any approval necessary?
    This is Urgent!!!
    Thanks,
    San

    Hi,
    Yes this needs to be active.
    This is the job which updates the item overview status from awaiting approval to approved.
    We had a similar issue for one step workflow for SC where becos of this the SC's were showing awaiting approval though the approver activity is completed.
    Refer OSS note 790027 which says that after all configs the status is updated by background jobs. This is the one which is explained in it.
    Go to SWU3 and verify all green tick marks "Schedule background job for event queue" is the with this job. Execute it and you can display the job from here.
    Best regards,
    Sridhar.
    Please reward points for useful answers.

  • Shopping cart Approval preview in SRM

    Hi Experts,
    I have an issue in SRM Shopping Cart Approval Overview.
    Now in Shopping Cart approval overview, displaying the positions of the agents. But i want to display names of the agents in case of positions.
    Please help me to solve this issue.
    Regards,
    Chandu

    hi
    substitue the name of the postiions with the name of the agent
    regards
    andrea

  • PO releaser in R3 must be shopping cart approver

    Greetings,
    We have a requirement to configure R3 PO release strategies such that the final budget/finacial approver of the originating shopping cart should be determined as the PO releaser.
    We are using SRM 4 and ERP 2004 backend.
    How can we achieve this?
    Do we need to store and transfer the shopping cart approver login ID in the backend PO in R3?
    In terms of the required R3 release strategy configuration, how would we config the release group so that the shopping cart approver is determined.
    I realise that this question is largely MM, but because PO releaser originates from SRM, i thought its best raised in this forum.
    Thanks

    Hello,
    You can send what you want to R/3.
    But ID & eMail address is not enough, you need the user (SU01) to loggin R/3 and release the PO in R/3.
    That means you need to create SRM requestors also in R/3 to use them in PO release strategy
    (usually requestors don't have a user account in R/3).
    Rgds
    Christophe

Maybe you are looking for

  • Integration Scenario in BPM

    My Scenario is PI7.1 -->PI7.0 -- > Webservice --->response from bpm to another system. iam doing the above scenario in BPM, I  have some queries on BPM in Integration Scenario. In the BPM iam using 1.A Receive step to collect the data from XI 7.1 2.A

  • GRN vs Schedule Agreement validity Date

    Dear All, We got very severe issue, we have created the Scheduling Agreements(document type -LP) between the two plants (Cross Company Codes) with the vendor code created under the Account Group : 0007. During the creation of the Scheduling Agreement

  • Open multiple images from the project bin

    In Elements 9 I can only seem to open 1 image from the project bin at a time! What am I doing wrong? Bob Dunkerley.

  • Different version between Indesign and Incopy?

    It ispossible to use different versions of both programs?? I have and use Indesign CS2 for windows for a newsletter and I have Incopy CS4 for mac for a printing facility Is this possible? Thank´s in advance

  • Want iTune's to pull my music library from Time Capsule Folder

    Hi everyone. I am having a bit of a dilemma, I recently purchased a 1TB Time Capsule and want to move all of my music there. All of my music is currently stored in the default location. This is what I have done. Copied all of my music to Time Capsule