How to view Knowledge Article Assignment Block in Service Confirmation

Hi dudes,
CRM 7.0 introduces Knowledge Articles, which can be used in Service Orders, Repairs, etc, they have an assignment block for this purpose. Unfortunately, it is not available for Service Confirmations.
I'm not sure if it is possible to reuse the asignment block in this case. I found an interesting WIKI entry which tells how to display a z table in an assignment block. There is also information about how to assing a view to a component on building blocks config guide C04.
So I decided to follow those indications, and try to reuse it.  It looked (apparently) easy (at least with my poor knowledge, since I'm new on this).
From the service order (BT116H_SRVO), I wrote down the technical data of the KA assignment block:
      COMPONENT: GSDOCFLOW
      VIEW: HdrDocFlowEF
I want to add it to the service confirmation (BT117H_SRVC). So I went to the Runtime Repository Editor:
- Added View in ViewSet BT117H_SRVC/OVViewSet with component: GSDOCFLOW and View: HdrDocFlowEF.
- Saved.
I went back to the Component Structure Browser, View BT117H_SRVC/OVViewSet, Configuration tab, but the new assignment block is not available!!!
The C04 guide creates a component usage before adding the view, which I don´t know if it is needed in this case. Checking BT116H_SRVO, there is a component usage for KA!!! but I tried to replicate it and I got to the same point.
Maybe it is not as simple as I thought. I would really appreciate any advice on this issue
At least, please let me know if it is feasible.
thanks a lot!
Pablo
Edited by: Pablo Rodríguez Mateos on Sep 8, 2009 9:12 AM
Edited by: Pablo Rodríguez Mateos on Sep 8, 2009 11:24 AM

Thank you Enrique. I'll keep investigating. As soon as I reach a conclusion I'll let you know. I give you 2 points for the effort.
Regards.
Pablo

Similar Messages

  • How to create knowledge articles in CRM?

    Dear All,
    With the new 7.0 version being completely new to us, we have struggling with creating knowledge articles in the system. How to create a new knowledge article in the system?
    Thanks in advance!
    Leon

    Hi Leon,
    You have to made the following settings for knowledge articles in Customizing for Customer Relationship Management:
         Specified which groups appear in the authorization scope under: Master Data -> Knowledge Articles 
         Defined surveys and their determination under: Master Data -> Knowledge Articles -> Questionnaires 
          The settings you make for surveys in Customizing determine the surveys that appear in the Questionnaires assignment block for knowledge articles.
         Configured the Software Agent Framework (SAF) under Enterprise Intelligence
          These settings are required to make a connection to the TREX server, which allows for faster searches.
         Specified the categories to which the knowledge article can be assigned under: CRM Cross-Application Components -> Multilevel Categorization 
    Please find more details in the below link:
    http://help.sap.com/saphelp_crm70/helpdata/EN/58/7c6e67f3834e338eab816bff7db5a6/frameset.htm
    http://help.sap.com/saphelp_crm70/helpdata/EN/a7/2d70ccd04d4b8baa346e3a745c331a/frameset.htm
    Hope this helps!
    Regards,
    Chethan

  • Granting Help Desk access to view Knowledge Articles

    When our Help Desk techs open the Service Manager Console, they cannot view the Library node and hence cannot view the Knowledge node underneath and the Knowledge Articles. Is there a way to grant them access so they only see the Knowledge node and "All
    Knowledge Articles" below that? I took a look at the pre-canned roles and could not find anything that gives that specific a right.

    Hi
    Because Knowledge articles are Configuration Items you can create some own views in the Configuration Item section and give special privileges to those new views. For more information you can also have a look at http://social.technet.microsoft.com/Forums/systemcenter/en-US/9077a6c6-decf-45e1-b523-8697041d8cc8/how-to-give-createedit-privileges-only-for-knowledge-articles-announcements?forum=administration
    Best regards,
    Jochen

  • Error in creating a view for an assignment block

    Hello All,
    I am trying to create an assignment block in web UI using links below.
    http://weblogs.sdn.sap.com/cs/mobile/view/wlg/21034?x-topic=89  -- to create a table and corresponding BOL entity.
    http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebUITechnical-CreatingTableViewInWebUI u2013 to create an assignment block
    When I try to create an assignment block in CPG_MAIN, I am unable to find my zorder_so BOL entity. Any pointers would be of great help.
    Edited by: chandrakantklk on Jul 21, 2011 10:20 AM

    Unfortunately I did not see anything in this note that would help it appeared to be talking about IM and QM. 
    I do agree there is some inconsistencies and I am just not sure where....None of this makes any sense as I said one day it will work and then the next time you try it, it gives the error message....I am so at a lost at this point...

  • Notes long text assignment block in service request component

    Hi,
    In Service Request , i am seeing notes assignment block . its custom one which has been created by using SRQM_NOTES as component usage in SRQM_INCIDENT_H.
    Every thing works good, the notes entered in that assignment block is stored in ZS01 text id of the service request.
    My requirement is to change that text id to ZS02. I mean text entered in the assingment block should be stored in ZS02 text id of the service request.
    I have checked all the methods of SRQM_NOTES and SRQM_INCIDENT_H to check the code(code for updating to ZS01 text id) but i could not see that.
    Could you please let me know your suggestions.
    Best Regards
    Rajesh

    Hi,
    If you set the position to 0 it will move to the 0 position not hide it
    Regards
    Vishal

  • Account assignment category for Service Confirmations

    Hi,
    We are on SRM_SERVER 550, SP11, SAP 4.7 backend.
    While performing Service confirmations in SRM, the Account assignment category defaulted is different from that mentioned in shopping cart.
    for e.g. If I create a shopping cart for a Service item with Account assignment category as "K - Expense" and on creation of PO when I try doing confirmation, the Account assignment category defaulted is for "Asset - Z", on the confirmation screen.
    Please let me know how this issue can be resolved.
    Note: In SRM PO and R/3 PO, the Account assignment category displayed is "K", same as that mentioned in shopping cart.
    Thanks,
    Kiran

    Yes, Requester can change the Accunt assignment category. But in our scenario, we need to display the same Accunt assignment category as that in shopping cart, as Requester/Central Recipient will do the confirmation directly without changing the Accunt assignment category, similar to Goods confirmation.
    The issue is: How do we default the same Accunt assignment category in the Confirmation screen, which is present in shopping cart.

  • How to view multiple output parameters from web services

    I have used the Labview tool to create a .NET assembly from a WSDL file.
    In the WSDL file the service has been defined to return 2 output parameters.
    In Labview, when I invoke the method for this service the first output parameter ends up as the return value of the method.  I can create an indicator for this and it gets updated properly when I run the VIS to use the web service..  The indicator is an integer value but recognizes the type defined within the WSDL file. 
    The second output parameter shows up as an output value.  When I right click on it and create an indicator for it I get a .NET icon on the front panel rather than an integer value. 
    How can I view the value for this second output parameter after running the web service?
    Is there a difference in how multiple output parameters handled in newer versions of Labview (I am using verison 7.1)?

    scrooge wrote:
    You can try this link .
    the link is dead... or i dont have access..

  • Suggest Knowledge Articles

    Hi Experts,
    Am new to CRM Service profile.
    Am working on CRM 7.0 EHP2 and am facing the problem in Suggest Knowledge Articles in Service Request.
    To make enable the Multilevel Categorization i had maintained the following entries in the following path.
    CRM IMG->CRM->CRM Cross-Application Components->Multilevel Categorization->Assign Transaction Types to Catalog Categories.
    I had configured the Knowledge Articles and Service Request and i maintain same Multi Categorization for both transactions as shown in the below image.
    I had maintain the entry in the customized table in the following path as given below.
    CRM IMG->CRM->Transactions->Basic Settings->Setting for Service Request->Define System Proposals for Related Transactions
    For both Knowledge Article ans Service Request Subject Profile can be able to maintain.
    So i maintained the same values for the Service Request and Knowledge Article.
    My Requirement is when ever i click the button suggest Knowledge Articles in the Related Knowledge Articles AB system should propose the Knowledge Article but after all the changes mentioned above am getting the result as There is no suggested knowledge article available.
    Please suggest is any thing more need to configure or is any thing wrong in my settings.
    I already searched on the issues in the SDN but problem not yet solved.
    Any Suggestions will be helpful.

    Hi Ravi,
    In the service request can you please remove the check find related object and then check, the system will then not determine the knowledge article, hence the check for find related object in the service request is required and mandatory, you can also remove the check in your second screen shot for knowledge article and check
    Answers to your query.
    Knowledge article definition in sap is given below
    You can use this function to obtain information, such as how-to documents, user manuals, or FAQ, to process, for example, incidents, problems, and requests for change that your customers may report.
    To interpret the above, if there was a problem reported earlier by a customer which you have captured through your categorization in your service request, once the problem was resolved a knowledge article was created and assigned to the categorization
    Hence again if the same customer or another customer calls and reports the same problem which is captured through categorization fields, the system will then determine the knowledge article if the person creating the service request goes to the knowledge management assignment block, the system determines the knowledge article, by opening this article the person can then inform the customer of the possible remedial measures or the solution to the problem which was reported(the solution would be captured in the knowledge article)
    Is there any Standard Functionality available like Auto Complete the KA in the Service Request with out clicking on the Suggest Knowledge Article button.
    No: You need too go to the knowledge article assignment block and click on suggest knowledge article, you can read the help document given below on knowledge article
    Hope this helps.
    Working with Knowledge Articles - Master Data - SAP Library
    Kind Regards
    Atul

  • CRM 7.0 (SOLMAN 7.1 SP10) - Suggest Knowledge Article missing

    I am configuring Incident Management and Problem Management in SOLMAN 7.1 SP10 (which uses CRM 7.0 engine).
    I am getting message "There is no suggested knowledge article available"
    I have already create the same categorization in both ZMIN (Incident), ZMPR (problem) and ZNAR (Knowledge Article).
    Below are my config.. i still dont know what is missing:-
    Appreciate experts help.
    i have followed steps as per other SCN but its still not working.
    Re: Suggest Knowledge Articles
    Thanks
    Regards
    Shahul

    Hi Shahul,
    Can you please check the following
    Ensure that you assign your knowledge article in the application areas of the schema (screen shot attached)
    If the system needs to auto suggest knowledge article click on the specific categorization assignment block as shown below
    You can then scroll below and assign the specific knowledge article(screen shot attached below) to the categorization.
    If you catalog category for the schema configurations are with category type C, then the know article assignment block would be below(check next screen shot) however if the same is D then the knowledge article assignment block would be above when you click on more in your service requests incidents problems.
    As explained above(attached screen shots)
    However ensure that you select the correct categorization entry and then navigate to the knowledge article assignment block and click on auto suggest(as explained above)
    Also ensure that in one your above screen shots the catalog category for knowledge article transaction type should be causes as highlighted below and the same should be unchecked.
    Kind Regards
    Atul

  • How to increse max limit 100 for an assignment block

    Hi,
    In the accounts overview, we have an assignment block for service contracts. A particular BP has more than 100 contracts. but this assignment block displays only 100 contracts. Need to increase this limit.
    Kindly suggest a solution. Let me know if you need more details.
    System is CRM 5.2
    Regards,
    Vinay Sah

    Hi,
    @Gangadhar - Great coincidence. i just did what you told and was about to share the result with you guys when i saw your post. Actually the method which you have mentioned is called when you search for a contract from the search screen. anyways i appreciate your efforts for me. thanks a lot.
    @Carl - Thanks for the hint you gave me which helped to find the root cause.
    Problem lies in class CL_BUPA_IL_ONE_ORDER_COMP, method Read. At line number 52, a call is made to method get_result_ of class CL_CRM_Q1O_SEARCH. In this call, 100 has been harcoded for importing parameter iv_max_hits. Since this is a generic method for all BT, can't change this.
    I guess SAP could have thought of some better solution than limiting this to 100, like asking the user via a popup or informing the user via a msg that more than 100 docs exist and you can see them by expanding the assignment block. I know this can be complex but after all they are SAP guys, who have built this such a complex system, nothing is impossible for them.
    I don't know how to resolve this. Maybe i'll open an OSS message to SAP and ask them.
    Thank you guys for all your help.
    Regards,
    Vinay Sah

  • Add Completed Activities assignment block to contacts

    On the opportunties page there is an assignment block for completed activities.
    When I hit "F2" I see that it is CUBTDocFlow_CA.MainWindow Component BTDocFlow.
    On the contacts page there is an assignment block for planned activities it appears to be for component BP_BPBT.
    I want to add an assignment block "Completed Activities" to this page as well.  Is this possible?
    If so what are the steps involved in doing this?  I see inside of BP_BPBT there is a view BP_BPBT/ContactActivitiesOV
    but this is for the planned activities I take it.  Would I just add a new view for the completed activities?
    So my question is how do I add the assignment block "Completed activities" to the contacts page?  If I try to personalize the page this assignment block is not there.

    Use this link to know more about documentation.
    [EEWB|http://help.sap.com/saphelp_crm50/helpdata/en/20/a4ffee7e0fcc4ebb7e5466d3903d38/frameset.htm]
    Regards,
    Shiva Kumar

  • Buttons in Assignment Blocks

    Hi,
    Anyone plz explain
    How to Add Buttons in Assignment Blocks.
    Thanks,
    Kaaviya.

    Hi Kaaviya,
                   U can define the buttons in the DO_PREPARE_OUTPUT method of the implementation class or the IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS method in the Context node.
    U can use the following code to create a button,
    DATA: ls_button            TYPE crmt_thtmlb_button.
    CLEAR gt_buttons.
    CLEAR ls_button.
    ls_button-type     = cl_thtmlb_util=>gc_icon_edit.
    ls_button-text     = 'Edit'.
    ls_button-on_click = 'edit'.
    ls_button-tooltip  = 'Edit'.
    ls_button-enabled  =  me->view_group_context->is_view_in_display_mode( me ).
    INSERT ls_button INTO TABLE gt_buttons.
    The following Code to be added in the .htm page of the view:
    <thtmlb:areaFrameSetter toolbarButtons  = "<%= controller->gt_buttons %>"
                maxButtonNumber = "1" />
    Hope this helps you!
    Regards
    Veena.

  • CRM 5.2 Adding a changed copy of an assignment block

    Hi all,
    Does anyone have detailed information on how to add a new assignment block to a view of the BP_HEAD component in CRM 5.2?
    My objective is to split the data selection of an assignment block which is already present. I want to make a copy of this component, slightly adjust the data and add it to the BP_HEAD/BPHEADOverview view.
    All documentation/information is welcome.
    Kind regards,
    Martijn de Jong.

    Martijn,
    For questions on steps 1&3 they are related.  When you "enhance" a view on a component you actually perform the first step of making the component ready for enhancements.
    This is done by displaying the component and clicking on the "enhance component" button.  This creates a "Z" storage area for your enhancements.  I need to take a further look at the copy details to remember exactly where the copy should be stored.
    For your question 5, yes once you add it to the repository it will appear in your customizing.
    Well for that piece let's say it is a transaction list, that is an entirely new concept to make the list appear differently.  You would have to adjust the underlying bol objects to make that work.  By chance what is the name of the view that you are trying to copy and adjust?
    There are no books available, but you can buy electronic access to the OKP materials from SAP.  For more information goto service.sap.com/okp
    Good luck,
    Stephen

  • Knowledge Article in 7.1

    Hi,
    We have configured the service desk functionality in 7.1, and planning to extend the Knowledge Article functionality.We have few questions on this..
    How does "Suggest Knowledge Articles"  works?,what's the logic?
    Regards,
    Cherry

    Hi Luis,
    Yes, it can be publish for users, by defining the authorization scope.
    refer page number 4 knowledge management
    refer Working with Knowledge Articles - Master Data - SAP Library
    Thanks
    Jansi

  • Adding Assignment Block to Sales Order Screen

    Hi
    We enhanced the SAP GUI CRMD_ORDER screen to have a new tab and added custom fields to it. This was done using easy enhancement workbench.
    Now we want to do the same thing to the Sales Order Screen in Webclient UI.
    I have  seen a lot of discussions in the forums, but for a beginner like me it is confusing.
    Can someone please guide me on how to do it?
    I have set up webclient UI and everything is working fine but I am not aware on how to create new assignment blockand add fields to it since the building block does not have it listed.
    Any help would be appreciated.
    Regards
    Jimmy

    Hi Stephen
    What we did in EEWB was we created a new tab on Sales Order Item Details called 'Customer Fields' and added some new custom fields there.
    We want to change our Webclient UI Sales Order Item Details screen (BT131I_SLS) to add a new assignment block (Customer Fields) and insert the custom fields in it.
    I am trying to figure out how to do it. I saw the link to the blog that you had sent but before I can add new fields I have to figure out how to add a new assignment block on Sales Order Item details.
    Like when we click on item on sales order screen we get assignment blocks shipping,shipping transactions,Billing.......I want to create a new one called 'Customer Fields' and some custom fields there.
    Your help is appreciated.
    Regards

Maybe you are looking for

  • Can I share my iCloud with my family in another state?

    Can I share my ICloud with a family member in another state?

  • [JS][CS3] Socket and IP Addresses

    First, let me say that I'm developing an Illustrator CS3 solution, but the Bridge forum seems to be more alive, and the issue seems to be common for all CS apps. I need to somehow obtain and then store in a text file an identifier of a computer acces

  • Music videos from itunes onto dvd

    How can i make a cd that will play my music videos so that i can play them on a dvd player instead of using my ipod?

  • Jasper report integration in Oracle BPM

    Hello friends We'r working on an application using Oracle BPM 11g (11.1.1.5.0) What we are looking for is to have the ability to generate reports using iReport (jasper). Using help from the previous thread below ,we have been able to call a report wi

  • Stupid transition bug... black square appears

    Hello I am not very experienced with flash at all... but I wanted to make a nice slide show swf file to go on a CD of images I am creating for someone. I figured out how to put them all in layers, do motion tweening on each after they'd been converte