Segment Builder find bp from employee responsable

Hi Experts,
I am working with CRM 2007.
Marketing wants to segment customers from sales man (Employee responsable), using sales man as segmentation criteria and getting contact persons of customer as a result. Is this posible with Segment Builder? How?
Best regards,
Cristina

Hi ,
I think you are very close to solving this one. 
Try to create an infoset ( t-code: sq02)  using the table joints between  but000,but000_rel( rel category), but051.
now lets look it this way. Segmentation ( BP) normally gives Accounts as results in TG.later we can extract contact person using the above mentioned FM.
Lets concentrate in getting account A is TG first.To get that we can use 2 filters ( or search criteria as you have put it)
1. has sales employee responsible- this will fetch all accounts which has sales employee responsible assigned to it.
2. the 2nd filter would have to manually maintained in your case.....Mr. Smith....
perform an intersection operation on the profiles( segments)...or even results can be achieved using AND operation...
if everything goes well u will get A as the result in TG....the difficult part is solved now....:-)
to get ms. collins as the result...just add the FM in the data sourse and try all the steps again..kt should definitely work....all the best....

Similar Messages

  • Campaign mgt segment builder in sap crm 7.0

    Hi All,
    In the segement builder, we need to have the feild employee responsibele and the industry code. Based on this two feilds and other criteria the filter can happen. They can create a target group based  on this.
    But when i check in the infoset for the BP, I find that the sales employee responsible is found. But i could not find the Industry code feild in the Infoset for BP.
    This is the infoset where the Business partner data is maintained u201CCRM_MKTTG_BP_ORG_CDE u201C
    How to create a segment builder based on the Employee responsibloe and based on the Industry code in the Graphical modeler. Please let me know if any other infoset contains this data.
    I need to know where this feild employee responsibele and the industry code is there, in which infoset it is maintained
    Please help me with the steps and configuration....
    Regards,
    karthik J
    Edited by: Karthik J on Nov 1, 2011 7:08 PM
    Edited by: Karthik J on Nov 3, 2011 12:20 AM

    Hi Karthik,
    I am not sure if there is a standard infoset which has the value of Industry and responsible salesrep.
    But to achieve your requriement i would advice you to create a custom Infoset using the table  CRMM_BUT_FRG0041 as it contains the information on industry sector and you will have to join this table with another table which contains the info on salesrep to create a custom infoset.
    You can create custom infosets by joining multiple tables using tcode SQ02
    rgrds,
    Randhir Soni

  • How to find the third highest salary from deptno20,from employee table

    how to find the third highest salary from deptno20,from employee table

    SELECT *
      FROM emp;
    EMPNO
    ENAME
    JOB
    MGR
    HIREDATE
    SAL
    COMM
    DEPTNO
    7369
    SMITH
    CLERK
    7902
    12/17/1980
    1000
    3
    20
    7499
    FEDERAL
    SALESMAN
    7654
    2/20/1981
    2000
    4
    30
    7521
    WARD
    SALESMAN
    7698
    2/22/1981
    3000
    4
    30
    7566
    JONES
    MANAGER
    7839
    4/2/1981
    4000
    3
    20
    7839
    MARTIN
    SALESMAN
    7698
    9/28/1981
    5421
    4
    30
    7698
    BLAKE
    MANAGER
    7698
    5/1/1981
    6222
    4
    30
    7782
    CLARK
    MANAGER
    7839
    6/9/1981
    5222
    2
    10
    7788
    SCOTT
    ANALYST
    7566
    12/9/1982
    5463
    3
    20
    7839
    KING
    PRESIDENT
    7902
    11/17/1981
    8543
    2
    10
    7844
    TURNER
    SALESMAN
    7698
    9/8/1981
    2124
    4
    30
    7876
    ADAMS
    CLERK
    7788
    1/12/1983
    2125
    3
    20
    7900
    JAMES
    CLERK
    7698
    12/3/1981
    5462
    4
    30
    7902
    FORD
    ANALYST
    7566
    12/3/1981
    2132
    3
    20
    7934
    MILLER
    CLERK
    7782
    1/23/1982
    5165
    2
    10
    SELECT sal, deptno
      FROM (SELECT   a.*,
                     DENSE_RANK () OVER (PARTITION BY deptno ORDER BY sal DESC) r
                FROM emp a
          ----  ORDER BY sal DESC
    WHERE r = 3;
    SAL
    DEPTNO
    5421
    30
    5165
    10
    2132
    20
    Regards ,
    Friend
    Message was edited by: MostWanted!!!!

  • Export from segment builder

    Hello,
    I have created a target group of contact persons in segment builder. I used different criterias from contact persons, organisations and addresses.
    Now I am use the preview of this target group and export this to a local excel-file. But in the preview and in the excel-file there are only datas from the contact persons.
    Is it possible to get also datas from the according organisation and the according address?
    Regards
    Philipp

    In this case you need to enhance the ALV for the display of the target groups. Alternatively you can define a FILE EXPORT as a communication option in the campaign and execute the campaign to generate such a file. You can customize this under SPRO->>CRM->Marketing->Marketing & Campaign Mgmt->Campaign Execution.
    Regards, Kai

  • Cannot find row from context to build the RowKey

    I have a table with 8 attributes!
    6 attributes are varchar2(20), so the input is just in textfields, the other 2 are booleans varchar2(1)!
    To select the boolean I made 2 comboboxes with the displayvalues Yes/No and datavalues Y/N!
    When I change 1 of the 6 attributes with the textfield, everything goes fine, but when I want to edit 1 of the 2 boolean attributes I get the following error:
    oracle.jbo.JboException: Cannot find row from context to build the RowKey
    The strangest thing is that all the settings from the attributes are the same and also the code in the dataeditcomponent.
    Does anyone knows what the error means and especially how to solve it!?
    If I change a boolean value the change is saved, but the error comes before you can see the changes!

    Hi Steve,
    thanks for your help.
    These are my steps to build the application:
    0.) JDev 904, WindowsXP, IE6.x, FireBird 0.7
    1.) New Project and Wizard 'New Business Components Package',
    only DeptImpl, default VO and default AppModule
    2.) New Project, Wizard 'Complete Struts-Based JSP Application'
    only default settings
    3.) Customize config of AppModule: Referenced Pool Size = 1
    4.) Start application, connect with two different browsers (IE and firebird)
    5.) Browse page DeptView1_Browse with both browsers
    1. Browser: Link Edit --> edit&update attribute Loc of Dept 10 (no commit)
    2. Browser: Link Edit --> edit (no update) attribute Loc of Dept 20
    6.) 2. Browser: update ==> Error Message: Cannot find row from context to build the RowKey
    I have also tested JDev 9034/9033 with no error :-)
    I have build the same application in JDev 10g with ADF (no migration from other projects)
    and ran into another error message (same steps as above):
    JBO-29000: Unexpected exception caught: java.lang.reflect.InvocationTargetException, msg=null
    I don't know if my ADF-Struts project is assembled correctly but it works with just one session.
    My intention to set Referenced Pool Size = 1 was to test my code against some session releated bugs.
    I wanted to associate user information like name, role and PK with the SessionCookie instance (during login), via
    SessionCookie.setUserData(myInfos). The Information is used in VOs to get only the user related data
    and in EOs to store the real user name in an attribute like modifiedby/createdby
    (I use Tomcats as deployment platform):
    getApplicationModule().getSession().getUserData() -or-
    getDBTransaction().getSession().getUserData()
    Is there a better way to link own data to a 'session' on the level of business components?
    Can you reproduce my results?
    Ciao Markus

  • Segmentation of Contact Persons from specific BP Organizations

    Hi Experts,
    I have the following requirement.
    I want to select all the Contact Persons of all the Business Partner Organizations in a Country,say US in Segment Builder.
    Is there any Standard Info set which will help me achieve this.
    Regards,
    Arun

    Hi,
    For segmenting organizations, say based on marketing attributes as data source, CRM_MKTTG_PF_BP_TAB_TO_CP function module assignment in datasource would do the work.
    I have copied following from SAP help -
    Segmentation Based on Relationships
    Segmentation based on relationships offers you maximum flexibility when modeling target groups, especially in business-to-business scenarios. You can now select business partners using filters for both personal data as well as data relating to the business partner's organization. All required information on the business partner, such as contact person, organization, and relationship type is saved with the target group. In the campaign, the contact person is contacted using the address data of the contact person's organization.
    You can also use segmentation based on relationships in the business-to-consumer environment. For example, you could segment according to the relationship between father and son to find all fathers with sons in a particular age group.
    Prerequisites
    You have defined data sources that are capable of providing the business partner relationship information. In the case of InfoSets, this means that the InfoSet itself contains all the fields required to provide the partner function information.
    A conversion function is needed for the data sources Business Intelligence Cube and Attribute Set. This function uses a function module to deliver the required information (for example, contact person for an organization). Each relationship type requires its own function module. The following function modules are delivered as examples:
    CRM_MKTTG_PF_BP_TAB_TO_CP
    CRM_MKTTG_PF_BP_TAB_TO_CP_BW
    CRM_MKTTG_PF_FIND_CPS
    Features
    You can use segmentation bases when performing segmentation with relationships. When creating the profile set, you must decide whether the segmentation basis should be used to select business partners or their relationship partners.
    During segmentation, you can display the distribution for both target group members as well as for the business partners linked by the respective relationship (for example, Is Contact Person For).
    The relationship information from the target group can be exported and used in the follow-up processing.
    It is also possible to perform deduplication for target groups with relationships. For more information, see Deduplication of Marketing Segments.
    Example
    As part of your campaign, you want to contact all business partners who are younger than 30 years old, have the hobby "Golf", and work in a company with more than 1000 employees. The corresponding marketing mail should be sent to the business partner's company address rather than the private address.
    Another example would be a campaign where you want to contact all male business partners from the region "South" and who have more than one child, one of whom is under one year old. During the campaign execution, the campaign letter should be sent to the business partner's private address and should contain the name of the child who is younger than one year old.
    Regards,
    Piyush

  • How to count criterias in segment builder

    Hello everbody,
    what i want to do:
    I got about 50 costumors in CRM, they have got different marketing criterias like job, hobby, age etc...
    I made a filter in segment builder saying show all customers that are cooks (e.g.).
    But when i click on my filter and drop it on my Profil, its just counts from one to two to three and so on, depending on
    how many filter i drop in my profil.
    Anybody any idea what could be wrong?
    Thanks a lot in advance
    Heinz

    Hi Heinz,
    Can you explain your problem in more detail.
    Generally count is used to find out no of BPs associated in the profile for the selected filters and based on the criteria selected ( keep, remove,split ) while positioning the cursor on the profile.
    Regards,
    Madhu

  • Infosets in segment builder

    Hey forum guys/ girls,
    I have learnt that we can have three sources for segments in Marketing. Marketing attributes, infoset query and bw infoset.
    Would like to know more about the second one. any links in help.sap. com etc are welcome.
    thanks.
    Jon

    Jon,
    Standard InfoSets queries are used in segmentation. Using this you can set any standard field of the BP as a filter criteria (just as you use marketing attributes). SAP provides a a way to use std data (stored in BP transaction) in segmentation via infoset query.
    These InfoSets can be accessed by choosing the input help for the field InfoSet Query in the transaction for maintaining data sources.
    To access this transaction, from the SAP Easy Access Menu, choose Marketing > Segmentation of Business Partners > Marketing Segments > Maintain Data Sources for Segment Builder.
    To define these InfoSets (for example, to view which table joins are used as data sources), use the SAP menu and choose Architecture and Technology > ABAP Workbench > Utilities > SAP Query > InfoSets.
    Double-click on the relevant InfoSet from the list and on the following screen choose for example Join Definition.
    For information on creating you own InfoSets, see the SAP Library under mySAP Technology Components > SAP Web Application Server > ABAP Workbench > SAP Query.
    Some of the std infoset available are:
    CRM_MKTTG_BP_BIRTHDATE           Birthday
    CRM_MKTTG_BP_ADDR          Business Partner Address
    CRM_MKTTG_BP_CENTRAL          Business Partner Master: Central Data
    CRM_MKTTG_BP_GRP           Business Partner Master: Relationships (Groups)
    CRM_MKTTG_BP_PER           Business Partner Master: Relationships (Persons)
    CRM_MKTTG_BP_BNK          Business Partner Master: Bank Data
    CRM_MKTTG_BP_BNK_CARD          Business Partner Master: Payment Card Data
    CRM_MKTTG_BP_GEN           Business Partner Personal Data
    CRM_MKTTG_BP_ORG           Business Partner: Contact Person Relations of Organizations
    CRM_MKTTG_BP_PRTFUNC           Business Partner: Partner Function
    CRM_MKTTG_BP_ORG_CDE           Contact Person Relationships for Organizations with Postal Code
    CRM_MKTTG_BP_PSTCD           CRM Marketing: Business partner by postal code
    CRM_MKTTG_BP_RESPNSE           Response Rate for E-Mail Hyperlink
    CRM_MKTTG_RFM                RFM Analysis
    For more info, search for standard infoset in help.sap.com
    Hope this helps.
    <b> <i> Julius Pereira </i> </b>

  • Marketing Segment Builder

    In Segment Builder We have a requirement where we need to create a Target Group for all the BPs in the role of Contact Person. How can I create a infoset for this requirement (using table for BPs Role).
    We used infoset CRM_MKTTG_BP_PER BP for with BP guid .ANd used filter BUT050-RELTYP Business Partner Relationship Category. And then created  filter with descritpion with value BUR001: BP ROLE CONTACT PERSON .
    When we search table BUT100 (BPs Roles), we find more than 15000 BPs with the role Contact Person. But when we created infoset as told by you it only shows 7 BPs in the target group. Is this infoset for BP role Contact Person or for the relationship category Contact Person
    Please help. Your help and input is greatlly appreciated.
    Thanks and Regards
    Mohanpreet

    Hi Mohanpreet,
    CRM_MKTTG_BP_PER  is a infoset with relationship category (Not BP Role contact person). (Works only on tables BUT000 & BUT050)
    This infoset will call all the business partners of contact persons who were maintained with other BP's with relationship category "Has contact person".
    You can create your own desired infoset from desired tables at T-code [SQ02].
    Regards
    Satish Kumar
    *-Reward points if found helpful.

  • Segment Builder: Authorisation for Master Groups, Profile set & TargetGroup

    Hi Gurus,
    On Segment Builder, I've created Master Groups from Target Groups. How do I restrict certain users from accessing certain Master Groups or Target Groups or Profile sets?
    Your help is much appreciated.
    Thank you.
    Regards,
    Carol

    Hi Monica,
    did u find an answer for this query on Target groups
    Please let me know
    Thanks
    Edmonds

  • Creation of a Marketing Profile Set based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset thru the WebUI Segment Builder

    Objective: Creation of a Marketing Profile Set based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset thru the WebUI Segment Builder.
    Problems: Standard CRM_MKTTG_BP_BIRTHDATE Infoset DOES NEVER RETURN ANY RESULTS on the segmentation builder of the WebUI client (no matter the filter you specify).
    Other cases:  However if we create a new Data source with data "Extraction from Query" (transaction RS02) based on this standard CRM_MKTTG_BP_BIRTHDATE Infoset and we test the functionality using transaction RSA3, IT DOES RETURN RESULTS (using the same filters as in the segmentation builder)! Of course the segmentation builder works with other attribute lists.
    NEW: IF WE DON’T ESPECIFY ANY SEGMENTATION BASE IN THE PROFILE GROUP, IT DOES RETURN RESULTS!!! (GO TO THE END OF THE DOCUMENT FOR DETAILS)
    Steps followed:
    Review Standard Infoset CRM_MKTTG_BP_BIRTHDATE (Transaction SQ02).Review Data Reading Program code: do we have to change the standard code? We have only remove the "BREAK-POINT" statement.
    Creation of a Data source based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset (Transaction CRMD_MKTDS).
    Creation of an Attribute List based on that standard Data source and selection the Birth date as a filter in the Attribute list (Transaction CRMD_MKTDS).
    On the segment builder of the WebUI set any filter (Example: “TODAY”).
    Steps in detail:
    Review Standard Infoset CRM_MKTTG_BP_BIRTHDATE
    SQ02.
    (Image deleted)
    Review Data Reading Program code (Code attached)
    (Image deleted)
    Creation of a Data source based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset
    Data source: Transaction: SPRO – Customer Relationship Management - Marketing – Segmentation - Maintain Data Sources and Attribute Lists: CRMD_MKTDS
    Create Data Source
    (Image deleted)
    Infoset: CRM_MKTTG_BP_BIRTHDATE.
    Business Partner Field: CRMT_MKTTG_IS_BIRTHDATE-PARTNER_GUID
    (Image deleted)
    Result:
    (Image deleted)
    Attribute List
    Creation of the Attribute List
    (Image deleted)
    Assign Data Source:
    (Image deleted)
    Selection of the Birth date as a filter in the Attribute list:
    (Image deleted)
    Result:
    (Image deleted)
    Segment builder of the WebUI:
    Access to WebUI with marketing role.
    Create Segment:
    Creation of Profile Set
    Graphical modeler
    Create Filter: We have already tried many different filters (we already seen notes referring to this matter).
    Example1: “today”
    Count target group. Here I would like to stand out that once you click on the “Count” option, immediately it shows 0 results. In other words, it doesn’t process any information. With other attribute lists it takes some time to process, no matter the filter or the attribute list you use. However if we create a new Data source with data "Extraction from Query" (transaction RS02) based on this standard CRM_MKTTG_BP_BIRTHDATE Infoset and we test the functionality using transaction RSA3, IT DOES RETURN RESULTS (with “today” filter and other)! So it seems that the problem has to do with the segment builder, not the Infoset.
    Result: it never return any results no matter the filter you specify.
    Other cases:
    Creation of a new Data source with data "Extraction from Query" where you enter the name of your new query
    Creation of a Data source based on the standard CRM_MKTTG_BP_BIRTHDATE Infoset
    Standard Infoset CRM_MKTTG_BP_BIRTHDATE:
    We fill the form and select “Extraction from Query”:
    Press SAVE and define which fields will be available for selection and which of them will be visible.
    RSA3: Extractor checker in order to test the Data source:
    We specify the Data source:
    IT DOES RETURN RESULTS:
    ALV Grid:
    NEW: It seems that it has to do with the Segmentation Basis selected in the creation of a Profile Set, because if we do not select any, it does return results. But we need to create this Profile Set based on a particular Segmentation Basis called BS Usuarios Registrados.
    Segment builder – Profile Set of the WebUISegmentation Basis: we leave it in blanc.
    Graphical modeler
    Create Filter: We have already tried many different filters (we already seen notes referring to this matter).
    Example1: “today”
    Count target group.
    Result: IT DOES RETURN RESULTS!!! àConclusion: the problem is the Segmentation Basis
    Define Segmentation Basis:
    Transaction: SPRO – Customer Relationship Management - Marketing – Segmentation – Classic Segmentation - Define Segmentation Basis.BS Usuarios Registrados:
    Define Reports for Creating Segmentation Bases
    Transaction: SPRO – Customer Relationship Management - Marketing – Segmentation – Classic Segmentation - Define Reports for Creating Segmentation BasesZMK_UTL_MGR_SITES_UREG
    Define Usage for Segments:
    Transacción: SPRO – Customer Relationship Management - Marketing – Segmentation – General Settings - Define Usage for Segments.ZBS_UR à02 Segmentatión Basis
    Attribute List:Category:
    There is no Category 02 Segmentatión Basis!!! Why?? Why is not posible to select Category 02 Segmentation Basis in the creation of the Attribute List???
    Usage ID
    NEW: It seems that it has to do with the Segmentation Basis selected in the creation of a Profile Set, because if we do not select any, it does return results. But we need to create this Profile Set based on a particular Segmentation Basis called BS Usuarios Registrados. Why is not posible to select Category 02 Segmentation Basis in the creation of the Attribute List???

    It seems that the standard Infoset doesn’t work by itself with Segmentation Basis. Two SAP notes have been applied and a new Field Group has been added to the Infoset (in order to distint the Segmentation Base).
    CRMT_MKTTG_IS_BIRTHDATE-MGRGUID
    1966298: MGR_GUID is not populated correctly to infoset read program
    2007687:Segmentation InfoSet queries saved with incorrect Master Group
    For that reason we had to create a new Infoset based on the standard CRMT_MKTTG_IS_BIRTHDATE, but adding this new Field MGRGUID to the Group Fields.
    Issue solved

  • Enhance output of Target Group opened in segment builder

    Hello Experts,
    We are implementing SAP CRM Lean Marketing using CRM 7.0. Our business requirement is to do segmentation based on Company attributes and Relationship Category. The output of the target group should enlist the persons related to the Company based on the relationship category selected while doing the segmentation.
    Using standard InfoSet CORM_MKTTG_BP_ORG_CDE and while creating data source selecting BUT000_PER-PARTNER_GUID in the field business partner, we are able to get the list of persons matching the segmentation query (based on the relationship category e.g. Has Supplier, Has Contact Person, etc) . But the issue is , the output of the target group (shown as an ALV grid , when the target group is opened in segment builder) only enlists matching Persons, it does not enlist the related company ID /name in front of the Person ID in the output of the target group. And this Company BP ID is not available if I try to modify the output layout. So business is unable to understand the Person enlisted in TG belongs to which Company. Can we enhance this ALV grid output of the target group displayed in segment builder ? if yes , how can it be achieved ? If this is possible and we are able to add related company BP ID/ name in front of every person enlisted in the target group then our issue gets resolved. Or is there any alternative solution to resolve this issue ?
    Highly appreciate your early response in order to resolve this critical issue.
    Thanks and Regards
    Ambar
    Edited by: AMBAR ADHAV on Sep 10, 2011 11:52 AM
    Edited by: AMBAR ADHAV on Sep 10, 2011 2:21 PM

    Naresh,
    Thanks for the response.
    As per your suggestion I made additions to my z Infoset , and added all the fields you suggested.
    While creating the data source I selected following fields
    Business Partner: BUT000_PER-PARTNER_GUID (as my requirement is to return Persons and this field works with only GUID)
    Reference Object: BUT051-RELNR
    Reference Object Type:  BUT051-RELTYP
    Now when I create the target group with this data source unfortunately I am still not getting the the relationship number when I click in Show assigned Objects in the target group screen of web UI.
    Please suggest where I am going wrong
    Thanks
    Ambar

  • Enhance output of Target Group in segment builder

    Hello Experts,
    We are implementing SAP CRM Lean Marketing using CRM 7.0. Our business requirement is to do segmentation based on Company attributes and Relationship Category. The output of the target group should enlist the persons related to the Company based on the relationship category selected while doing the segmentation.
    Using standard InfoSet CORM_MKTTG_BP_ORG_CDE and while creating data source selecting BUT000_PER-PARTNER_GUID in the field business partner, we are able to get the list of persons matching the segmentation query (based on the relationship category e.g. Has Supplier, Has Contact Person, etc) . But the issue is , the output of the target group (shown as an ALV grid , when the target group is opened in segment builder) only enlists matching Persons, it does not enlist the related company ID /name in front of the Person ID in the output of the target group. And this Company BP ID is not available if I try to modify the output layout. So business is unable to understand the Person enlisted in TG belongs to which Company. Can we enhance this ALV grid output of the target group displayed in segment builder ? if yes , how can it be achieved ? If this is possible and we are able to add related company BP ID/ name in front of every person enlisted in the target group then our issue gets resolved. Or is there any alternative solution to resolve this issue ?
    Highly appreciate your early response in order to resolve this critical issue.
    Thanks and Regards
    Ambar
    Edited by: AMBAR ADHAV on Sep 10, 2011 11:53 AM
    Edited by: AMBAR ADHAV on Sep 10, 2011 2:22 PM

    Hello Experts,
    We tried implementing BADI CRM_MKTTG_SEG_MEM_EX in order to add Company ID/ Name , but the issue is the BADI gets Input as persons BP id, nothing else, due to this if a person is having relationships with multiple companies, the BADI is unable to identify which company to choose as Relationship Category is not available to the BADI. And further issue is if a Person is having same relationship category with 2 companies e.g. Supplier for company A and for Company B too , in this case too the BADI is unable identify correct Company to return to the target group output
    Is there someting in the Infoset that can resolve our issue ? How can I make available the fields in the infoset to the ALV output of the target group. Using SQ02 I am able to add fields to the field groups for selection in segmentation, but can anyone guide, how to make the field available in the output list ?
    Please provide your technical assistance
    Thanks
    Ambar

  • ERROR:  cannot find information from the FND_FORM_FUNCTIONS table

    Hi,
    I am in CU2, i have created my project, set the right responsibility in Project property panel of my Jdeveveoper.
    When i run the first page all is ok, but if i click on a h-grid link , i receive the following error:
    "Your system has not been properly set up. The system cannot find information from the FND_FORM_FUNCTIONS table which is needed for this process. Please consult your System Administrator for further assistance."
    This happens only if i launch the custom from jdeveloper. On the Applications, the custom works fine.
    Any idea about the error?
    Thanks in advance,
    Carlo

    Please check the calling logic which is written to invoke the custom form from the existing form.

  • Marketing Attributes and Segment Builder performance

    Hello!
    Could you pls let me know
    1. Maximum number of Marketing attributes one can create at  - 
        CRMD_PROF_CHAR - Maintain Attributes
    2. What is the maximum number of BP's  that can be taken into segment builder
        for Target Group creation without Segment Builder performance suffering
    Thanks & Regards,
    Raju

    The solution for the problem is as follows,
    When you upgrade to JRE 1.6 version 19 patch 4, in the graphical modeler, the filter drag and drop doesnot work. In this case,    add the following line in you JAVA POLICY file.
        permission java.awt.AWTPermission "accessClipboard","read,write";
        you can find the POLICY file in the path:
           C:\Program Files\Java\<JAVA VERSION>\lib\security
    Please note that I found this in note 1359890

Maybe you are looking for

  • My iPod won't sync right

    I moved my iTunes stuff from my C drive to my D drive because it had more space and when I did my iPod wouldn't sync right it would make faded unplayable copies on my iPod. So I erased iTunes off my computer and erased my iPod, then redownloaded iTun

  • TMADMIN_CAT:188: ERROR: Error while obtaining the Bulletin Board parameters

    Hi ,everybody When I created and configured a App server domanin with PSADMIN, these errors below occurred,but log files didn't have useful info: PeopleSoft Domain Boot Menu Domain Name: HCMDOM 1) Boot (Serial Boot) 2) Parallel Boot q) Quit Command t

  • Missing attachment size in mail 4.3

    Hi, when I attach a jpeg to an email, I can see the size of the attachment at the bottom of the window but when I attach a pdf, the 'message size' and 'image size' are both missing. Please does anybody know if this is standard or do I have a problem?

  • Calling Stored procedure which uses Bulk Collect

    Hi All, I have Oracle stored procedure which uses Bulk Collect and returns table type parameter as output. Can anyone please help me how Can I call this kind of stored procedures which returns table type output using VB and Oracle's Driver. (I am suc

  • KM Repository Listener Service for RSS Feed Generator

    Hi, I would like to generate the RSS Feed for the KM respository to get the latest modified and created documents. Do we have any service listener to generate the .xml file (RSS Feed )? I would like to read the data from above .xml file through XML i