Increase transaction types in a Business role

Hi Folks,
I currently am logged into business role SALES-PRO .When I want to create a quotation I can see two transaction types(Say ZEQT,ZEQ1),If I want to include two more transaction types for example credit memo request etc in create quotation  itself can i do it functionally?
Pls tell me what settings need to be done?
Regards
Jaya

Hi Jaya,
The transaction types you see is based on the authorizations set for your id.What you can do is,
1. Run tcode STAUTHTRACE and set it for your user.
2. Click on cerate quotation.
3. Deactivate the trace.
4. Display trace and see what authorization you are missing.
5. Take the authorization object in the trace.
6. Got to SUIM tcode->Roles->By authorization object.
7. You will get a list of PFCG roles who has this authorization object.
8.Now you can tell your basis team to assign this role to your SU01 or you can assign yourself if you have auth.
Now you will see more transaction types.
Thanks,
Faisal

Similar Messages

  • Change Transaction type in a Business Activity

    Hi,
    There is a requirement in our project to change the business activity transaction type say ZXXX to a new transaction type ZYYY.
      Is there any standard function module which can accomplish the same.
    Any help appreciated

    Hi Kumar,
    I am not sure whether this is possible or not but you can give a try. Use FM CRM_ORDER_MAINTAIN and in the structure ct_orderadm_h change the field PROCESS_TYPE.
    Thanks,
    Vikash.

  • Business Roles and Tasks

    Hi experts,
    We´re involved in a SAP CRM implementation. We´d need to know if it´s possible to link Transaction Types with a Business Role. This is, when the user goes to create a new task, a window pops up with all tasks: is it possible to limit Tasks by Business Role? Maybe there´s a customizing point where you can define, by business role, the availabe tasks for that business role.
    Thanks in advance.
    Javier

    Hi Javier,
    As far as I understand you want to restrict transaction types per business role.
    You can achieve this by customizing. You can create a transaction profile in customizing for each business role and assign the transaction types you have created to this transaction profile.You can find this customizing activity in spro transaction.
    Then you can assign transaction profile you have created to your business roile by assigning function profile 'transaction profile' to the business role in crmc_ui_profile tcode.
    In this way when you login with the business role the transactions you have maintained in transaction profile will only be shown up in the pop up.
    I hope this helps yiour requirement. Let me know if you require any further information. Thanks.
    Regards
    Yogesh

  • Assigning business transaction profile to business role

    Hi all,
    I can't find any transaction where I can assign the business transaction profile to the business role itself. Basically I have created a business transaction profile (with many dependent transactions) and I want to assign this to my Zbusiness role, but I dont know where this can be done.
    Can anyone of you please help me with this.
    Thanks,
    Prakruthi.

    Hi Arden,
    Thank you for your reply. My scenario is that i have 5 different types of service orders SO1,SO2, SO3,SO4,SO5.All of these have to be created from a service contract (there is an enhancement in place for copy control from service contract to service order). But if I want all these service orders to be seen on the IC webclient screen with their relevant status,date profile and partner determination procedure then do I need to assign these service orders as dependent transactions on the business transaction profile?
    I understand that for one business transaction profile only one dependent transaction can be set as 'service relevant' (radio button).
    Kindly reply as I am completely new to the IC world.
    Thanks,
    Prakruthi.

  • CRM Architecture: relations between business roles and transaction

    Hello Experts!
    I am dwelling on the topic of the relations between Business Roles, Transactions, Transaction Types etc. Do you know if there is any architectual diagram to make clear how these objects are related, and how they depend on each other?
    Thank you for help!
    Karolina

    Hi Javier,
    As far as I understand you want to restrict transaction types per business role.
    You can achieve this by customizing. You can create a transaction profile in customizing for each business role and assign the transaction types you have created to this transaction profile.You can find this customizing activity in spro transaction.
    Then you can assign transaction profile you have created to your business roile by assigning function profile 'transaction profile' to the business role in crmc_ui_profile tcode.
    In this way when you login with the business role the transactions you have maintained in transaction profile will only be shown up in the pop up.
    I hope this helps yiour requirement. Let me know if you require any further information. Thanks.
    Regards
    Yogesh

  • How to allow create different transaction type for different customer

    We are using CRM 7.0 now. We have two types customer, one is sap customer, the other is potential customer. We want to distinguish the two types customer. And user can create all transaction (for example: quotation, opportunity, activity) the sap customer. And the user only can create activity for  the potential customer, they can't create others transaction type for potential customer. How can we realize it? Thanks.

    Hi,
    We can make use of the BLOCKING REASONS to realize your requirement.
    A Blocking Reason can be assigned to the Business Partner role dependent data  and to the transaction type. A Business partner can be used in a transaction only if he is not assigned to this blocking reason.
    For Ex, In your scenario you can create a Blocking reason 'Not a SAP Customer ' and assign it to all the Potential Customers. You should assign the blocking reason to all the transaction  types which the potential customers should not be allowed.
    Hope it helps. Please let me know if you need further help.
    Regards,
    Vamsi.
    Edited by: Vamsi Krishna Potta on Sep 7, 2010 9:41 AM

  • CRM Specific Transaction Types in the Transaction Launcher

    I want to use the transaction launcher to create specific CRM transaction type (example: 0000 - Business Activity) logical links to be available for use in work center pages.  I would like the ability to directly create these transactions (from the work center page) instead of selecting the "Create" link and choosing from the list of available transactions.  Any suggestions?
    Thanks,
    Bryan

    Hi Bryan,
    You can do so by selecting/adjusting Direct Links under 'Adjust Direct Link Groups>Adjust Direct Link>Create' option for any selected business role. You can do this activity using Tx: CRMC_UI_PROFILE
    Hope this helps your query.
    Regards,
    Mohan

  • Transaction type for interaction record

    Hi All,
       I created Z transaction for interaction record(transaction type 0010).But on UI instead of Z transaction,standard transaction is coming.Channel for Z transaction is maintained.
      All settings given in best practice have been maintained.
      Please let me know what can be the issue?
      Thanks in Advance..

    Hi,
    have you assigned your business transaction profile to your business role?
    transaction CRMC_UI_PROFILE.
    Select your IC-businessrole --> Assign function profile:
    Function profile ID = IC_BT
    Maintain here your Z-Profile.
    Kind regards
    Manfred

  • Individual Account Creation in IC_AGENT business role.

    Hi,
    After system got upgraded from 6.0 to EHP1, marketing attributes are not working as expected.
    When i create an Individual Account type in ZIC_AGENT business role, it gets created successfully but its marketing attributes are not getting set when i check in the Account overview.
    There is a BADI implementation of "BUPA_GENERAL_UPDATE", i debugged and found that in FM "CRM_MKTBP_READ_KSSK_AUSP", system is trying to get the attributes from table "ausp"
          select * from ausp into table et_ausp
              where partner_guid = lv_guid
              and klart = 'BUP'.
    I think, somewhere configurations are not done correctly. But i am aware where i check all these configurations for markting attributes corresponding to BP. If you know then please let me know.
    Thanks
    Raman.

    Hi,
    You can check it in ,
    MARKETINGPRO ( business role ) -> Marketing ( work center ) -> attribute Sets
    search for the specific attribute/attribute set. go to OV page ..there will b check box for person and organization.
    Regards
    Sandeep Kumar B

  • Business Roles not getting refreshed in UI

    Hi,
    When I log in to the Web UI, I can see all my roles.
    Now when I delete a Position/user assignment in the org model, I would assume
    not to see that role when I log on to the BSP application.
    I'm completely coming out of the application to reflect my changes.
    My questions would be
    1. How to delete a business role
    I've tried removing the complete position itself but I can see the roles
    I even tried clearing the browser cache but not luck, I'm using Firefox.
    2.I wanted to try a different browser, can somebody tell me how to change the browser
    3. For the other roles when I login I get an Interaction centre page with most of the screen blank.
    I've checked all the links
    I did try other solutions mentioned in other threads.
    I'm new to this version as well.
    I'm following c04 and CR580.
    Please do tell me the missing config.
    Another point is that I've SAP_ALL role
    Points will be given
    Thanks in advance
    Regards
    Deepak
    Edited by: deepak nair on Oct 28, 2008 3:39 AM

    Hi Deepak,
    1. Did you copied SALESPRO business role to ZSALESPRO business role?? If yes, delete ZSALESPRO business role and
    again copy SALESPRO business role to ZSALESPRO1 - reason may be by mistake you have copied IC_AGENT or IC_MANAGER to ZSALESPRO.
    2. To make your life easy with PFCG roles -
    2.1. I suggest you to copy standard Sales Professional role to "Z" role
    (eg: SAP_CRM_UIU_SLS_PROFESSIONAL to Z_SAP_CRM_UIU_SLS_PROFESSIONAL) and generate the profile.
    2.2. Add role SAP_CRM_UIU_FRAMEWORK (copy of it eg: ZSAP_CRM_UIU_FRAMEWORK)
    2.3. Add these roles to your User along with SAP_ALL (or Z_SAP_ALL) and SAP_NEW
    3. Add your User to Employee
    4. Add your Employee to the Position in Org. Model
    5. Select PFCG Role ID = Z_SAP_UIU_SLS_PROFESSIONAL in your business role (ZSALESPRO1)
    6. Extend your Position with Business Role (PPOMA_CRM -> double click on your position -> select GOTO -> Detail Object -> Enhance Object Description) -> highlight business role -> click on create info-type -> select your business role (ZSALESPRO1) -> save
    7. Clear the browser cache (delete temp. internet files) and delete cookies
    8. Log on to WEB UI with your user and password...
    I am sure that, if you follow this - you will active WEB UI without any problems. If still you have problems, let me know....
    Cheers,
    Peter J.

  • Display the selecting business role page when launching the transaction

    Dear experts,
    According to the following URL,
    I configured Transaction Launcher to launch CRM GUI transaction.
    [https://websmp207.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000311352008E]
    1. Create BOR Object Type
    2. Define Logical System and Assign ITS URL
    3. Use Transaction Launcher Wizard
    4. Create Logical Link
    I try to launch CRM GUI transaction,
    but selecting business role page is displayed(not CRM GUI transaction).
    Could you please help us out?
    Regards,
    Takehiko Kurosawa

    If i recall correctly from PS2, business role pages are pages that are only visible in the personal space of users. Normaly users can create there own pages in there own personal space. When you create business role pages, these pages will be available in everybody's personal space.
    That's why they are not available in a custom group space. Business role pages are bound to the personal space.
    If you want to role out pages to a specific department than you can solve this by using permissions. Create your business page in your custom space and set the permissions so that only people from a specific department can see the page. Therefore you need to put all your users from a specific department in a group.

  • Display buttons by Transaction type and Roles

    Hi Experts,
    I have created a button in the BT115IT_SLSO/items view, using the DO_PREPARE_OUTPUT method. now I want to display this button only to a specific transaction type and business role, how can I achieve this. Tool bar related methods are not present for this view.
    Thanks,
    S Reddy

    Hi,
    This has been discussed in the forum already...
    https://forums.sdn.sap.com/click.jspa?searchID=27175485&messageID=7619188
    Re: Business Role of logged in user
    Always search first and check if there is anything already discussed, this will save a lot of your time.
    Regards,
    Masood Imrani S.

  • How to Restrict Business Transaction Types in Cash Journal

    Dear All
    I need to Restrict Business Transaction Types in Cash Journal based on Exp/Revenue Types . Is there nay solution of this problem and one more thing i need to disable/hide Cash Hournal Tabs for specific User.
    Full point will be awarded.
    Thanks

    hi
    the follwoing links may helpful to you for cash journal configs.
    http://help.sap.com/bp_bblibrary/500/documentation/N70_BPP_04_EN_DE.doc
    http://help.sap.com/saphelp_erp2005/helpdata/en/a5/e9d13973da1f60e10000000a114084/content.htm
    http://www30.sap.com/japan/businessmaps/690A1366EABD4B029F9F9CB727553B61.htm
    nagesh

  • Business Transaction Profile - Error when using Z-Transaction Type

    Dear Experts,
    we are using SAP CRM 7.0 (Support Level 0007 - SAPKU70007). I have created a Z-Business Transaction Profile Z_IC_SERVICE.
    SAP Help says:
    Enter the transaction type to be used as a default in your scenario in the IC WebClient. For example, choose the transaction type 0010 (Interaction Record) if an interaction record is to be created automatically. The system creates this interaction record automatically after the interaction has started (for example, after accepting a call). During this, the activity clipboard in the interaction record is filled with the relevant data.
    So when I am using the transaction type 0010 (Interaction Record) in my Business Transaction Profile all is OK that means I can search for accounts and I can confirm them to go on with the process.
    BUT: When I entering here a Z Transaction Type (Z000) the systems shows the errors:
    - Error occurred in class CL_ICCMP_CUCOIREC_IMPL, event InteractionStarted.
    - Error occurred in class CL_ICCMP_CUCOIREC_IMPL, event BPConfirmed.
    Then I have made a copy of the transaction type 0010 (Name of copy: Z010) and tried to use it in my Business Transaction Profile the system says:
    Customizing settings missing. Assign partner functions to Z010
    Anybody know what to do and where to avoid errors? Note 1346892 is obsolete in this case because we already have the highest Support Package Level.
    Best Regards
    Oliver

    Hi yes you were right. In the case of both transaction type I have corrected the customizing parameters in
    SPRO -> Customer Relationship Management -> Interaction Center WebClient -> Business Transaction -> Assign Partner Functions to Business Transactions
    In the case of Transaction Type Z010 I had Z-Partner Functions and and that leaded to the errors:
    - Error occurred in class CL_ICCMP_CUCOIREC_IMPL, event InteractionStarted.
    - Error occurred in class CL_ICCMP_CUCOIREC_IMPL, event BPConfirmed.
    In case of the Transaction TYPE Z000 I forgot to assign the Partner Functions that is why this error appeared:
    Customizing settings missing. Assign partner functions to Z010
    Thread Closed

  • Transaction launcher not working for custom business role in WEB UI

    Hi Experts,
    we have maintained a link for activity reports in web Ui which triggers a program Z_CRM_TIME_REPORT . we have maintained the logical links and assigned them to the custom business role. when we run the program in SE38 in GUI its working fine but we are facing the problem when we click the link in WEB UI we get a different screen related to BP and not the activity report.Kindly suggest what are the configuration need to be tested.
    Thanking you,
    Deepa

    My guess would be that the parameter stated in the logical link (navigation bar customizing) that you use is incorrect. This should be the name of the transaction launcher definition you have maintained.
    Otherwise, check the transaction launcher wizard to see that the report is maintained correctly.
    Hope this helps.
    Regards,
    Pieter Rijlaarsdam

Maybe you are looking for

  • Simple Question -- How to use global variables in an another function??!

    Function named globalLeftMargin that has: Global NumberVar LeftMargin := 5; HOW DO I USE THIS IN ANOTHER FUNCTION?  B/C IT DOES NOT RECOGNIZE IT AND GIVES THIS ERROR: The ) is missing. The other function is: Space(LeftMargin)

  • PDF icons?

    Before Yosemite, the icon of a PDF document always showed the image of the first page of the document.  Now that I have installed Yosemite, all the PDFs on my Desktop show the Preview icon: The thumbnail image is a much better guide to the contents o

  • 6700 error message

    Hi there, I've been getting a strange error message on my 6700 classic. I keep getting the error message  "Remove cable or connect a device to continue" on my screen. We I clear this message by selecting 'Ok'- a small flashing symbol appears beside m

  • A Paticularly Bad iPod Connection Problem

    My ipod will not connect to my PC it shows up in windows explorer but when you click on it or rightclick it freezes the "explorer.exe" and i have to end its task..the ipod updater is the same way it freezes as soon as i plug in my ipod..or open it wi

  • Lion Server User "Access to Services" Greyed Out

    Sorry...  Posted this in the wrong place... Message was edited by: TheYoYoMan