User status for ERP Quotation items in CRM Web UI

Hi,
We have created an assignment block in Opportunity overview screen to show all ERP Quotation created for the opportunity.
This is a tree view and we are displaying Quotation header and its items details.
To achieve this, we used ERPOrder BOL object.
Now, the problem is that we have to show, user status for Quotation header and its items.
I checked the BOL object.
To show user status for Quotation header, I think we have following solution.
ERPAdminH->ERPHeaderUserStSet->ERPUserStatus->field(STATUS_T)
But, I could not find anything to show user status for quotation items.
The following relationship shows only system status.
ERPAdminI->ERPItemStatus->all fields in the underlying structure show the system statuses.
Could anyone help me to find the way to show user status for items?
Thanks & Regards,
Ansal

Hi,
Maybe this description will help you:
[http://weblogs.sdn.sap.com/pub/wlg/23879?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A [original link is broken] [original link is broken] [original link is broken] [original link is broken]SAPWeblogsCrm%28SAPWeblogs%3ACRM%29|http://weblogs.sdn.sap.com/pub/wlg/23879?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A [original link is broken] [original link is broken] [original link is broken] [original link is broken]SAPWeblogsCrm%28SAPWeblogs%3ACRM%29]
Kind regards
Manfred

Similar Messages

  • USER STATUS For Inquiry at Item level in VA12.

    Dear Sir/Madam,
    In Customer Inquiry we have maintained User Status at item level as 10,20,30,40 as radiaobutton.
    Now we have to trigger event to initiate workflow as User changes User status from 10 to 20 like that.Currently
    if user changes status from 10 to 20 in VA12 we get BO BUS2030 & Event 'Change'.
    But we unable to trace exact changed status of that item in that particular Inquiry numbers.
    1.All such user status are stored in JESt table but its get updated only after save button.So if i also try to use User exit to trigger Event
    but i am unable to get Run time values of JEST table (USER STATUS).
    2.If i go for BSVW (STATUS MGT ), in that we have 'VBK-SALES Header' & 'VBP-SALES ITEM' status present.But we have maintained User status at item level
      so if we use 'VBP' then we didn't get BUS2030 BO & in Header 'VBK' we get BUS2030 but its at header level..so its didn,t give us item level status.
    So Pease suggest me some way to handle such situation.
    Thanks.

    So what is your problem? You are not able to trace for which item the event got triggered?
    I think you can make use of Change document table CDPOS and CDHDR to check which item had a latest change in status and accordingly incorporate this info in Workflow.
    Thnaks
    Arghadip

  • Cannot extract user statuses for Opportunity items

    Hi,
    Standard SAP Extractor does not extract User statuses for the Opportunity Items, Data Source name 0CRM_OPPT_I for 0CRM_C04 icube.
    According the OSS note We have to prepare our own enhancement of the extract structure to include the mapping of the user status group.
    We extended the related structure. There is no problem with this. We need a code sample for mapping of added field to extract structure.
    There is a BAdI for this purpose : CRM_CSDR_BWA_MFLOW
    I need to insert some ABAP code in this implementation.
    Does anybody can give some code sample for this.
    thanks,
    Yigit

    You can also configure the user status for Opportunity Item also. If you want to enhance the dataSource, here is the sample for BAdI:
    method if_ex_crm_bwa_mflow~enhance_data_source .
      data: it_extract type table of CRMT_BW_OPPT_I,
            wa_extract like line of it_extract.
      case i_datasource.
        when '0CRM_OPPT_I'.
          it_extract = ct_data[].
          refresh ct_data.
          loop at it_extract into wa_extract.
    Implement your logic here*****
    All the statuses stores in CRM_JEST table*****
            modify it_extract from wa_extract.
          endloop.
         ct_data[] = it_extract.
        when others.
      endcase.
    endmethod.

  • User status for component item in service order (plant maintenance order)

    Dear experts,
    I cannot find the customizing for assigning a user status (profile) to a component item of a service order.
    IW31 - tab components - mark an entry - click on button "component status"
    Can you help me?
    Best Regards,
    Philipp

    OSS message created. Answer from SAP:
    11.02.2011 - 15:04:46 CET - Antwort von SAP     
    Hello Mr. Miller,
    user status for components are not possible and not intended. I'm
    sorry that I cannot provide better news.
    Best regards
    Reinhard Gruber
    Senior Support Consultant
    AGS Primary Support,
    Business Suite & Technology
    SAP AG
    Therefore this message is closed... but not yet answered
    Edited by: Philipp Miller on Feb 11, 2011 3:28 PM

  • User status for Service Issue{for particular Sales order} in CRM

    Hi Experts,
    I've an issue related to the User status in CRM.
    I've a Sales Order and I'm creating a service issue for it in CRM.
    For the service issue number has some user status and I want to know from where it is coming.
    Is there any configuration involved in it, or is it coming from the standard coding part.
    Please let me know how to find the user status for a service issue.
    Thanks
    Subbu

    Thank you PePe,
    I'm asking about the user status not the system status.
    The user status has only the values{open, worked & closed}.
    now for a service issue if it is rejected then the user status are automatically changed into "Closed".
    So if you have any idea in this please help me.
    thanks
    Subbu

  • Updating the User Status in Sales Order Item

    Dear Gurus,
    Iam trying to update the User Status on the SO item using STATUS_CHANGE_EXTERN function module and the status is successfully getting updated.
    But the problem is if Iam updating the status it has to delete the Purchase Requisition assgined to it, which is not happening.. whereas when Iam manually changing the Status, the PR is getting deleted.. Can anyone suggest some other function module or some other way of doing it other than BDC?
    Best Regards,
    Sreenivas.

    Hi ,
    I am also need to update the Item user status. Could you please provide me the logic for the FM 'STATUS_CHANGE_EXTERN'. And also let me know the where we need to write the logic in VA01/VA02.
    It would be helpful me a lot.
    Thanks
    Srihari.

  • U00BFMultiple user status for WBS Element?

    Hello,
    I need to create multiple user status for a WBS element.
    I'm using the BAPI: BAPI_BUS2054_SET_STATUS
    CALL FUNCTION 'BAPI_BUS2054_SET_STATUS'
         Importing
           return = ls_returnbapi1
        TABLES
    I_WBS_SYSTEM_STATUS =
            i_wbs_user_status = it_wbs_user_status"--> This table contais 2 record, with the same WBS elements and diferent status
           e_result = it_result.
    I put several rows (two)  in the table it_wbs_user_status., I put two rows,  the WBS elements for the same item with two different status, but I get error because it says that the WBS  element is repeated.
    ¿Can you have multiple user status for the same element PEP? I try it in the transaction CJ20N too, and I don't Know.
    Thanks.

    In transaction CJ20N you can change user status for each WBS elements.
    Menu --> Edit --> Status --> User Status --> you can choise betwen "Set" or "Set & Pass On".
    I want BAPI, function , etc.... that do the same thar "Set" , not "Set & Pass On".
    BAPI_BUS2054_SET_STATUS = "Set & Pass On"
    Thanks

  • Need help on to set User status for Operations in Maintenance order

    Hi experts,
    i am new to PM module.
    i need to do BDC for IW31. i want to know some inforamtion
    on user status for each opertaion.
    my problem is ,, what is user status.
    why it is saying order is not yet released when saving and status can not set.
    in this cases how can i do BDC.

    User status are something set in the configuration and specific to the company which SAP hasn't given in the system status.
    May be in your system user status are configured to set only  after the release of the order.
    For doing the userstatus you may need to release the order, you can release the order thru bdc and then do bdc for user status. Also see below link
    http://www.sap-img.com/plant/user-status-set-date-in-maintenance-order.htm

  • Set User-status for PP order

    Hi All,
    How can I set the user-status for a PP order, also let me know which user exit suits this requirement, as I know I have to make use of a FM or a BAPI which sets the user-status in the user-exit somewhere.
    Thanks
    Mark

    Hi,
    Try the following enhancements/exits for setting the status for PP order.
    STATTEXT
    CCOWB001
    COIB0001
    Regards,
    Anji

  • Set a User Status for Quality Notifications only if they are "Activated".

    Hello experts:
    I need to be able to set a User Status for Quality Notifications only if they are "Activated".
    When defects are recorded for an inspection lot, a "Defect Notification" is created which can be activated to become a "Quality Notification".  Initially, the only difference between the inactive "Defect Notification" and the active  "Quality Notification" is that  the system status DEFR is active for the "Defect Notification", but is cleared when the notification is activated.
    So, I'm looking for the business process associated with the Activation to use as a trigger for my own user status.
    I checked the business rules for status DEFR and found that the following processes clear this status
      PMM1 -  Postpone Notification
      PMM2 -  Put Notification In Process
      PMM3 -  Assign Order
      PMM6 -  Put Notification In Process Again
    Any Ideas ?

    Perhaps some additional information would help you understand what I need to do.
    For notification type F3, we are recording all defects found in production.
    Most of these are expected defects that result in a minor reduction in yield.
    For this type of defect, we do not activate the notification, and the inspection lot is closed automatically at the end of production.
    However, sometimes defects are observed of an unexpected type or a higher than expected quantity.
    When this happens we manually activate the notification and assign tasks to find and correct the cause.
    It is only for these activated notifications that I want to automatically set a user status, which among other things, will prevent the notification from being closed until some other actions are complete and a different user status is selected.
    The function of the user status currently works exactly as I want, but if it is set as the initial status for all F3 notifications, it is also preventing the un-activated defect notifications from automatically closing.  I therefore want to use the Activation event as the trigger to set my user status.

  • Activation of User status for Prod. order

    Hi,
    I have created a status profile with a status as a user status for production order. Now the thing is how to activate this user status for a specific transaction.
    the requirement is after settlement the user status should get activated for production order.
    Regards
    Amit Parkhi

    Hi Amit,
    As told by Ajay , after assigning Status Profile in OPJH you can assign User Status to production order as below:
    Pls. go through the following procedure for activating the User Status :
    Activating User Statuses
    Use
    You can activate a user status at order header and at operation level.
    Procedure
    Order Header Level
    Go to the order header.
    Choose .
    Choose Edit ® Direct entry.
    The system displays a dialog box in which you can select the permitted user statuses.
    Position the cursor on the required user status and choose Choose .
    Operation Level
    Go to the operation overview.
    Select the operation in question.
    Choose .
    Choose Edit ® Direct entry.
    The system displays a dialog box in which you can select the permitted user statuses.
    Position the cursor on the required user status and choose Choose .
    Pls. follow the above procedure as per rquirement and set user status accodingly.
    Pls. revert if any doubt and reward if useful.
    Regards,
    Tejas
    Edited by: Tejas  Pujara on Jun 23, 2008 8:10 AM
    Edited by: Tejas  Pujara on Jun 23, 2008 8:11 AM

  • User status for Notification

    Hi all, I want to change the user status NOCO(Notification completed) for M2 type of notification in the Quality client.I did it in Dev client for M2(Break down Notn) and imported the TR to Quality.When i try to assign this status in Quality client, the system is throwing an error as follows.
    Status NOCO is not allowed (QNF 10039901).   Solution please.Also provide the path in SPRO.
    Thanks in advance,
    Venu.

    Have you completed all of the tasks in the notification. Has the Notification the following system status : ATCO ,
    If not, you would not be able to complete the Notification. Try Completing all the tasks and then mark the Notification as Complete.
    If you have defined any user status to be NOCO, then check that whether in the User status profile, against the current user status of the Notification, the lowest and Highest columns allow the NOCO status or not. Include the status number for NOCO against the current user status. This would solve the problem.
    Path for User Status Profile Creation and Assignment:
    SPRO>Plant Maintenance and Customer Service>maintenance and Service Notifications>Notification Processing>User Status For Notifications-->Define Status Profile
    Edited by: Usman Kahoot on Jun 1, 2010 5:19 PM

  • User Status for process orders

    Dear Experts,
    We are using user statuses for process orders & with this we are resricting or allowing certain business transactions.
    My question is can we automatically set the two consecutive user statuses ?
    Means when the GR for process order is done i have set the user status as GR.
    Next user status is CLSD.
    So after completing the closing of process order by settlement transactions can i set the staus as CLSD automatic?
    I am trying to do it but i am getting error as-
    "Status CLSD is not allowed (ACT 30000292 0010)"
    Your help is highly appriciated
    Regards
    Vivek

    Hi,
    1) Still your order is carrying cost, it has not settled properly
    2) you can check in CO02 itself, Go to tool bar at top
    3) here Go to > Costs > Analysis & check whether order is set to Zero
    4) you can check in KKBC_ORD also
    Also, pls refer below link
    Re: HOW automatic order status change to CLSD
    regards,
    Sankaran

  • User status for bid invitation

    Hi all!
    Could you give me a hand with user status for bid invitation? I made some statuses for Bid and allowed them to transaction type u201Cbid invitationu201D u2013 it seems OK. But when I try to create a bit invitation, Iu2019ve got a system error u201Cstatus profile is not allowed for bidding headeru201D
    What can I do to settle this problem?
    Thanks

    Everything OK, I select object type for u201CBidding Headeru201D

  • User status for an operation

    Hi all,
    I have 3 queries-
    1) What is the meaning of business transaction "GOODS MOVEMENT" in BS02-status profile / user status screen
    2) I have an order with 2 operations in it.
    I have created a user status for the "PP/PM operation" business object type and the following business transactions are marked as forbidden.
    Confirm transaction
    Delete operation
    Determine costs
    Goods Movement
    Partially confirm operation
    I want that when the status is assigned to the operation the system that the system should not any confirmation, goods movement (issue/resceipt), activity posting for that operation.
    When i assign the user status and make the confirmation by co11 then such messege is issued by the system which is OK.
    But when i issue the component by 261 mvt type by mb1c to the order, the system carries out the transaction.???
    How it is??
    I think this issue is carried out at order level that is why it is.
    3) What is the meaning of all the business transactions in bs02 screen???
    Regards,
    MHP

    Hi Rajesh,
    Thanx for the reply. I'd rewared  with the points.
    I am not clear from ur answers as follows.
    ANS 2-- I AM NOT CLEAR THAT IN MB1A WHEN SYSTEM WILL ALLOW & WHEN SYSTEM WILL NOT ALLOW??
    U MEAN TO SAY IF IT IS PLANNED THEN SYSTEM WILL ALLOW & IF IT IS UNPLANNED SYSTEM WILL DISALLOW. IS IT SO??
    BUT THEN WHAT IS THE USE OF FORBIDDING "GOODS MOVEMENT".
    ANS 3-- I KNOW WHAT U HAD REPLIED WITH. BUT I WANT THE MEANING OF ALL
    BUSINESS TRANSACTIONS
    REGARDS,
    MHP

Maybe you are looking for

  • Quick paint stoke question

    Very quick and hopefully easy: How do you make a paint stroke in a straight line? I tried putting in a guide, but my hands aren't talented enough to do a perfect straight line. Thanks all

  • Error 46

    I have recently installed the latest Quicktime for Windows 7.1.0.0. There are five accounts on my computer, but the product will only run in my account - not the accounts of other family members. For them, it comes up as "Error 46: Could not load or

  • I have imported a Digital recording onto my Macbook Pro 10.6 and want to burn it to disc on Itunes but the file has gone to Quicktime. How do I transfer it?

    I have imported a digital recording on to my MacBook Pro 10.6. I want to move it to Itunes so that I can burn a CD but although I have created a new playlist, Itunes won't accept the file and instead it has gone to Quicktime and I can't transfer it o

  • HTTP Post to validate

    In LiveCycle Designer ES2, how do I post data to a url to verfiy it? For example, if I wanted to vaildate a username but  not submit the whole form?

  • Wireless printing software

    I have an HP Photosmart 7520 printer and a MAC with OS 10.7.5, with an airport extreme router. I am printing wirelessly, but I can't do anything else. eg: I can't utilize the HP software to import scans.