SAP CRM 6.0 UI transaction EEWB extension type ADD_NEW_ATTRIBUTES_TABLE

I need help on the following two issues.
ADD_NEW_ATTRIBUTES_TABLE
When doing an enhancement to the case management EEW Business Object: CRM_CASE the extension type ADD_NEW_ATTRIBUTES_TABLE is not available, why?
Search help
In CRM 6.0 UI how can one create a Search Help that depends on a value of another field. E.g When you have category field and A is select, the dropdown of the next field must only contain values belonging to only category A.
Thanks

Hi,
I suggest you close this thread and post it in the CRM 2007 forum instead. You are in the PCUI forum. I assume you are using Web UI in CRM 6.0.
Regarding you second question it should be possible to make a dropdown logic as described by implementing the GET_V method of the relevant field. This is done in the component workbench.
/Anders

Similar Messages

  • Filtering My Open Task in SAP CRM based on Status, Transaction & Partner Function

    Hello
    Whenever i create a Task in SAP CRM, it displays that transaction in the My Open Task of all Business Partners involved in that Transaction.
    I want to restrict the My Open Tasks based on Transaction Type, Status and Partner Function.
    1) The system should work as it is for all other Tasks but for my Custom Transaction Type the logic should be based on status of the Transaction
    2) When My Open Task component is prepared the system should consider the Status and Partner Function as well i.e. if the status is Approval of Manager, the system should show the Open Task only to the Manager and not other parties.
    3) if the status of the Transaction is Open, the system should only display this Transaction / Task only to Employee Responsible and not to Manager and other people involved in their My Open Tasks.
    I have gone through the following post in SCN:
    https://scn.sap.com/thread/2056959
    I have implemented the method DO_PREPARE_OUTPUT as per the post but it does not do anything. When i redefine the method GET_QUERY_RESULT and remove everything,it does not prepare any list.
    If possible please specify which method needs to be redefined in the component/view CRMCMP_GS_WC/TodaysTasks & if possible please share the code that needs to be maintained in that method.
    Thanks

    Hi,
    Method DO_INIT_CONTEXT should be redefined
    This should be redifined to get the collections with your required filter criteria.
    * get the collection of entities for the tasks
       lr_col      = get_query_result( gc_status-open ).
    If this does not help, Delete the collections which are not required after above selection but before this code.
       me->typed_context->resultnew->collection_wrapper->set_collection( lr_col ).
    Thanks
    Ajay Singh

  • EEWB Extension Types

    Hi friends,
    could you help me with EEWB.
    There is Business object BUSINESS_TRANSACTION and Extension Types SCHEDLIN/ Sales/Shipping/Pricing. So from the Extension’s name seems like new fields are to be added to the Schedule Line/Sales/Shipping tabs for the item. But if I use these Extension Types the new fields still are added to the one Customer tab.
    So could you tell me if it’s possible to add new fields to Schedule Line or Sales or Shipping/Pricing tabs?
    Thanks in advance.
    Sunny.

    This is not possible, all fields added through EEWB will appear under Customer Tab in SAP GUI.
    ~Kiran

  • SAP CRM 7.0 Service Transaction type.

    Hi Experts,
    Please explain the senario of servies in CRM. as  i am new to this module.
    Please explain the transaction type related to  services.
    Please let me know any futher links & documentation for the same.
    Thanks & Regards
    Prajith P

    Hi experts,
    Please help on the above problems.
    Thanks in advance
    Prajith P

  • Pop-up screen not showing while accessing transactions in SAP CRM WEB-UI

    When we are logging on SAP CRM WEB UI, for transactions like Lead, Complaints and Activities-
    Sometimes Pop up screen is showing for selecting transaction types, but sometimes it is not showing.
    We have tried it on different work stations with same user id and standard business roles , but we are not able to trace the problem. Also with same id sometimes error shows, "No business roles attached, not allowed to logon,
    after that when we tried on other workstation with same id we were able to access all transactions.
    Please suggest what would be the problem. 
    Rishikesh

    This is sporadically occurring issue hence I cannot pin point one single reason. Since sometimes you are able to logon and some time not certainly it could not be a Role authorization issue.
    Just check if your business role is properly configured. Thats all i can say.
    Regards
    Kavindra

  • How to enable net value in sap crm opportunity

    hello all ,
    how to enable net value in sap crm opportunity and item category.
    please help me out i am new in sap crm
    Ahmad

    Hi Ali,
    Every transaction which you create have some predefined rule in the form of procedure which is attached in the transaction level. You can follow below path and check for the transaction which are the rule maintained.
    CRM->Basic setting-> Define transaction types.
    Search for your transaction type and double link in order to see all the rules attached to transaction level.
    You also need to define which item categories you wanted to configure for particular transaction type which you all ready have done it seems.
    You also need to define pricing procedure to the transaction where you need to checked for errors.
    Below is the path
    CRM->Basic setting-> Define transaction type-> open your transaction
    step 2:click on assignment of business transaction categories than select category as Sales
    than click on  Customizing Header option to see attached pricing procedure with it.here you need to check for your error.
    to check partner determination rule please follow below path in SPRO. -> partner determination procedure
    Check in head of transaction which partner procedure is attached.
    Than search for partner determination procedure in below path.
    I hope this will help you to validate the setting for your transaction and will be helpful to solve your issue.
    Thanks,
    Prem

  • Can any body tell me how to pull SAP-CRM data into BW

    Hi BW guru`s,
    Does anybody tell me how to pull SAP-CRM data into BW.
    Is there any configuaration setings takes place in CRM system or BW system?
    Provide few of CRM datasources names (Transaction data Datasources)
    Please explain indetail and give some examples.
    Thanks in advance,
    venkat

    Hi.......
    SAP CRM uses BW Adapter to extract data from SAP CRM and send it to SAP Business Information Warehouse and SAP NetWeaver Business Intelligence. For mBDocs, BW Adapter extracts objects for CRM business transactions and CRM billing use the BAdI CRM_BWA_MFLOW. However, in releases prior to SAP CRM 2005, after using transaction code RSA5 to activate business content in SAP CRM, you must use transaction code BWA5 to activate the business content for the BW Adapter.
    Check this link :
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f2910623-0c01-0010-de8f-d1926988a986
    Hope this helps you.........
    Regards,
    Debjani........

  • TAX_GROUP_BP_01 field in quotation in SAP CRM system is not updating at all

    Hi,
    when we create quotation in SAP CRM...there is tax conditon type in item level...where it has the field TAX_GROUP_BP_01...and this field value is not getting updated at all..Could you please anyone suggest us why this value is not updating in CRM system
    Thanks and Regards,
    Sudhansu.

    Yes thanks all.
    Even though the 'p_emp_number' was used as a vehicle (do I know what I'm talking about?) in the Create API's process I have setup working splendidly, for this Update process semingly having the line removed it did the trick.
    1 record updated as required.
    Many thanks to all..
    Steven

  • To create the follow up transaction automatically on status change in sap crm?

    To create the follow up transaction automatically on status change in sap crm? If yes, how to make the setting for this?

    Hi vishal,
    As per the requirement transaction type is activity(ACTI) & sales order(TA). when the take order objective is complete system automaticaly craete a new activity of tele sales call or metting with wholesaler.
    this is requirement of client.
    now i am already create all type of transaction types of activity & sales order & create follow up transaction also. i have doam already create action profile also but when i am assign this action profile to transaction & try to create an sales order no follow up transaction could be create automatically. i think the condition is not right so please help me out in this. what should be the start & schedulec condition for this scenerio

  • How to use ale/idocs in sap crm to transfer master and transactional data

    hi all,
    I am working on sap crm7.0 ehp1. I want to transfer my master and transactional data from crm development system to crm quality system here through idocs. I am aware of basic ale settings and successfully transfe the ztable data through idocs. But i am not able to find any proper step by step procedure for maste and transactional data in sap crm. Also sap ecc tcode NACE is not available here.
    pls help..
    regards,
    kavita chaudhary

    Kavita,
    In CRM, Exchange Interface (XIF) ALE/IDOC is available to transfer master and transaction data. You can go through the following link for set up.
    Basic Data exchange set up for ALE IDocs - Wiki - SCN Wiki
    You can extend the standard XIF IDOCs using Transaction BDFg as well.
    Thanks,
    Ravi

  • Assigning the SAP CRM 7sales transaction type to view in WEB UI?

    Hi CRM Experts,
    Can anyone show me th path or TCode, where the Business transaction types (Leads, Quotation and orders) are assigned in the backend of SAP CRM to reflect the same in the front end i.e.,  WEB UI?
    Would appreciate responding  ASAP.
    Regards
    Succhi

    Yes, as Jan said, this is done in basic customaziong of transaction types under spro>crm>transactions>basic settings>define transaction types. There you define for each transaction type the Transaction Category that it is using. Like for lead it is BUS2000108, for opportunity it is BUS2000111 and for quotations and orders it is BUS2000115. Quotations and orders have the same transaction category but then it depends on the customization of item categories that are assigned to the transaction type if they behave as order or as quotation.
    Regards.

  • Looking for SAP CRM Internet Sales (ISA) Java Extension Guides

    HI, SDN Fellow.
    I am looking for some SAP CRM Internet Sales (ISA) Java Extension Guide and ISA Java API Documentation (for CRM 5.0).
    Also, I need some customed development documentation on ISA Java application (for CRM 5.0).
    Can anyone point me to some online resources or send the documentations to the following email address: [email protected]?
    Thanks for help.
    Kent

    Hi Kent,
    You can download the SAP E-Commerce 5.0 - Development and Extension Guide
    and SAP E-Commerce 5.0 - Examples and Tutorials (Dev./Ext.)  from SAP Market place.
    The quick link is service.sap.com/crm-inst -> CRM core and Standalone Components.
    Regards,
    Prashil

  • Transaction for services SAP CRM

    HI Experts,
    Please provide the document related to Services .
    wat are the different types of services.
    Regards
    Prajith P

    Hi,
    As per my understanding, you a looking for a document which will provide you with the list of Transactions.
    Have a look at the document below:
    [SAP CRM Transaction Codes|http://sapbytes.wordpress.com/2008/12/23/crm-tables-and-transaction-codes/]
    Also, for a detailed Service Processes associated with SAP Service you can have a look at the following:
    [ Service With SAP CRM|http://findpdf.net/pdf-viewer/Service-with-SAP-CRM.html]
    Hope this will help.
    Thanks,
    Samantak.

  • EEWB: Change tab tittle when creating an extension type ACTIVITY_H

    Hi CRM Gurus,
    I am using transaction EEWB to extend the object BUSINESS_ACTIVITY. There are two extension types: CUSTOMER_H and ACTIVITY_H. Both of them create an additional tab that contains the new fields. I have two questions about this:
    1.- Which differences exist between them?? When must be
        used one and when the other? Can I use both at the
        same time?
    2.- With the method CRM_CUSTOMER_H_SET_TITLE of
        the  Badi definition CRM_CUSTOMER_H_BADI, you can
        change the tittle of the additional tab when using
        CUSTOMER_H extension type. But when you are using
        ACTIVITY_H extension type, instead   
        CRM_CUSTOMER_H_BADI the system triggers
        CRM_ACTIVITY_H_BADI, and that Badi doesn´t have any
        method to change the tab tittle. Anybody knows how
        to change the tittle tab in this case???
    Any suggestion will be of great aid.
    Thanks in advance.
    Rosa

    Carlos,
    The difference between ACTIVITY_H and CUSTOMER_H is very simple:
    CUSTOMER_H is an SAP delivered segment of the business transaction to contain CUSTOMER defined Header fields for the business transaction.
    ACTIVITY_H is an SAP delivered segment of the business transaction designed to hold data specific to business transactions that have a business object type of "Activity"
    It is possible to use both at the same time.  The normal practice is to use CUSTOMER_H for any new customer fields.
    The reason why you don't have a BADI method to change the title of the fields on the tab that corresponds to ACTIVITY_H is that the CUSTOMER_H badi is designed to help "build a tab from the ground up".  In other words the ACTIVITY_H is used to help reflect new behavior in that segment, while CUSTOMER_H badi is used to define how that segment will behave.
    The simple solution is to use CUSTOMER_H.  I really have never seen a valid reason to enhance the other segments of the business transaction header.
    Let me know if you need additional clarification,
    Stephen

  • Difference between SAP CRM Security and SAP ECC 6.0 security

    Hi
    I have extensively worked on SAP ECC security but haven't have chance to work on CRM Security.
    Can anyone please let me know the difference between CRM security compared to  ECC security.
    Thanks...

    I am sorry to say, but instead of giving the guy a decent answer you are starting a fight or discussion about stupid forum points...
    really sad.....
    The big  difference between SAP ECC and SAP CRM Security (up to release 5.0) was the following:
    1) For sure there are very different transaction codes in SAP CRM as compared to SAP ECC in the first place
    2)  If you are familiar with R/3 or ECC authorizations; then you know that already on transaction code level, the 'allowed activity' is controlled on tcode level , whereas in SAP CRM , in most cases the 'allowed activity is not controlled by the Transaction code, but on authorization object level....
    E.g. transaction code BP allows you to create/change/display  any type of Business Partner (e.g; sold-to/ship-to/contact person/employee/customer) which is based on the business partner ROLE concept.... anyway...you can control the allowed activity based on different authorization objects.....
    another example is business transaction processing...which can be launched by:
    a very generic transaction code: CRMD_ORDER
    transaction category related transaction codes :e.g.
          > CRMD_BUS2000126 for activity management
          > CRMD_BUS200115 for Sales processes
    Again...allowed activity is not controlled by the tcode, but on authorization object level...
    3) As of the new WEBCLIENT UI (which is valid as of release CRM2006s/CRM2007/CRM7.0) SAP also invented an extra authorization layer, which is UI COMPONENT LEVEL and logical links....  controlled by object UIU_COMP.
    However, they also introduced the BUSINESS ROLE Concept (e.g; SALESPRO/MARKETINGPRO/...) which defines actually the functionalities, navigation bar, screen configuration, logical links you can use/see within the new WEBclient UI.
    Another thing is that instead of using TRANSACTION CODES, as of these new releases, you are actually using 'external services'....so you do not authorize on tcodes basically....but the logic between tcodes and external services in relation to the authorization objects that are checked is more or less the same....
    STANDARD authorization setup in the new WEBUI client is therefore controlled by both backend authorizations (not UIU component related) and the UIU_COMP (restricting access to workcenters/logical links/...)
    4) Additionally SAP also provides a concept called ACE (which stand for ACCES CONTROL ENGINE)....
    This requires a bit of customizing...and the rest is more or less pure customer development, as you will create your own methods where you'll define a logic which dynamically will verify what kind of access you have for an object....
    You should now that ACE is actually implemented on top of your 'normal' sap crm security setup....
    cheers
    Davy Pelssers

Maybe you are looking for

  • Problems seeing 1 person while doing 3 person chat

    While chatting in ichat with 3 people, 1 person, who is always the same, he is not able to be seen by 2 of us, yet we can hear him, and he can see both of us. When ever we do a 2 way chat between any combination of us 3, it works perfectly fine. We t

  • HP Omni 10 (Win 8.1) - Almost ignored?

    Is there any reason that this tablet is almost being completely ignored on the HP website and by retailers and the tech news world? None of the major sites has done a review and the HP website page for the device is incomplete and says "Coming Soon".

  • How can I hide the picture file name in the aperture album?

    Hello everyone, could anybody give me a help here? I made a book with black background and the picture file name was printed white in the book. How can I get it hide, without having to go one by one deleting it?

  • Need to Disable "Create New SmartView Slice" Option in Smart View

    Hi All, We are using Essbase 11.1.2 and we have one Essbase ASO Cube. For accessing that cubes using Hyperion Smartview (11.1.2.1.102(Build 208)). As a security in shared services we have provided only read only access to all users and Users are acce

  • About sql statement in AM

    Using jdev11.1.1..5.0 select 1 from dual where DUMMY = :pdummy ;@ run time if i give :pdummy as String X means i get an value 1 so same try to do in AM.     public void dummy(String pdummy)             CallableStatement cs = null;             try{