Field group changes not correct: OPP_CHM_DISPLAY_RESULT

Hallo Gurus
I have changed the field group include s-tables changed the entries, generate the Layout but the changes will not replicated in the PCUI, the table enty is correct but not in the PCUI = Field group: OPP_CHM_DISPLAY_RESULT
In the same OC2 when I click on the button create following field group structure will be displayed = OPP_CHM_DISP_SEARCH_RES_CREATE. The changes which I have done will be replicated to the PCUI (s-table, generate the layout) =
Working with CRM 4.0 Channel Management
Do you have an idea why this not work? Is there a Bug and exist there a Note for it?
Regards, Anja

Hi Anja,
Please check the field number.  Check the CRMc_BLUEPRINT and make sure that you give the field number which is not in the actual list and also make sure that you check check box display in list of in details.
Thanks
naveen

Similar Messages

  • PCUI error: Field group could not be read completely

    Hello,
    I am trying to remove some fields from the Sales Data tab in the Sales Orders application CRMD_BUS2000115. I have changed field groups before, noth in CRM 4.0 and CRM 5.0, but in this case, I always get this error.
    By going into debugging mode (tracelevel set to 2222) I determined the main field group to be SLO_SALES, with lots of smaller reference groups below. Whenever I change one of the reference groups and try to generate the layout of SLO_SALES I get the error "Field group could not be read completely". I even reverted all changes by emptying all the entries from the reference groups so that my c-tables are empty, but I still get the error. All field groups below this one yield the error "No field group selected in blueprint table", so I cannot build those either.
    Has anybody else tried to change the contents of that application in that tab?
    Regards
    Thomas

    Hi Thomas,
    Everytime you do changes in the reference group the entries in table 'CRMC_FIELDGRP' changes. So you will have to go to this table check entries for the main feild group 'SLO_SALES' in your case and then change entries for this feildgroup in CRMC_BLUEPRINT_C. The idea ia that the data should be consistent/same in both the places.
    Hope this helps you.
    Regards,
    Hetal.

  • Layout generation field group could not be read completely

    Hello,
    if I try to generate some field groups which I have copied on a new sight and changed afterwards I get the error:
    Layout not saved as warnings or errors occurred during layout generation:                       
    ACT_DETAIL_TASK                  ZNEW                 Field group could not be read completely
    This happens only with certain objects not at everyone ?
    Thanks in advance
    Michael

    Hi Thomas,
    Everytime you do changes in the reference group the entries in table 'CRMC_FIELDGRP' changes. So you will have to go to this table check entries for the main feild group 'SLO_SALES' in your case and then change entries for this feildgroup in CRMC_BLUEPRINT_C. The idea ia that the data should be consistent/same in both the places.
    Hope this helps you.
    Regards,
    Hetal.

  • Field description changes not showing on one client only

    Hello!
    I have a network with several clients all running SAP.  I have modified lots of field descriptions (by pressing CTRL double click on the field).
    This is great - except I have one PC where the field descriptions show the original text, rather than my updated descriptions.  This happens even when other SAP users login to this PC.
    Can you explain why one PC is not showing the modified field descriptions?
    Thank you
    Omam-B

    What do you mean?  I have restarted the PC and reinstalled SAP.
    What else is there to restart?
    Thanks

  • Addressbook smart group selection not correct

    A simple matching condition for a smart: Card is not member of group xy doesn't work: Some members of the excluded group are still shown. I found this error in a posting as early as 2008 , but still no fix for it.
    Are there any solutions or workarounds???

    That condition does not work. When I try that, it just returns all address in the AB.  Funny that "is a member of" condition does work.
    Perhaps no-one has reported this to Apple. Send feedback.
    http://www.apple.com/feedback/macosx.html

  • Sq02 Extra field  division result not correct

    hi.
    i make an extra field in sq02. where i calculate 30 / b.
    c = 30 / b.
    c and b are type P with decimals 3.

    resolved by my self

  • Replacement for obsolete field groups in ECC 6

    Hi ,
    I am working in a upgrade project from ecc4.7 to ecc6
    So i am finding difficulties for
    replacing FIELD groups.
    FIELD-GROUPS : HEADER, DETAIL.
    INSERT :    w_EBAN_TMP-EKORG
                w_EBAN_TMP-EKGRP
                w_EBAN_TMP-BANFN                 "Requisition Number
    INTO HEADER.
    INSERT      w_EBAN_TMP-EBELN                 "Purchase Order Number
                w_EBAN_TMP-EKORG                 "Purchase Org.
                w_EBAN_TMP-EKGRP                 "Purchase Group
                w_EBAN_TMP-BEDAT                 "Purchase Order Creation Date
                w_EBAN_TMP-BADAT                 "Requisition Creation Date
                w_EBAN_TMP-ESTKZ                 "(Manually or  MRP)
                w_EBAN_TMP-MATNR                 "Part number
                w_EBAN_TMP-BANFN                 "Requisition Number
                w_EBAN_TMP-BADAT                 "PO Creation Date
                w_EBAN_TMP-NAME1                 "Vendor Name
                TOT                            "used to get the avg
                TOTAL05                        " <= 05 days
                TOTAL10                        " <= 10 days
                TOTAL15                        " <= 15 days
                TOTAL20                        " <= 20 days
                TOTAL25                        " <= 25 days
                TOTAL30                        " <= 30 days
                TOTAL31                        " >= 31 days
                VALUE05
                VALUE10
                VALUE15
                VALUE20
                VALUE25
                VALUE30
                VALUE31
                VIAMAN                        "Created Manually
                VIAMRP                        "Created via MRP
                w_EBAN_TMP-URGENT               "Urgent mark         "AB25385
      INTO DETAIL.
    WHILE ,IN EXTENDED SYNTAX CHECKING A MESSAGE IS GIVING THAT .
    "  " FIELD-GROUPS ARE NO LONGER USED.
    The current ABAP command is obsolete
    Field groups cannot be created in the OO context.
    Internal Message Code: FIELD-GROUPS 000
    (The message cannot be hidden using pseudo-comment "#EC .., bzw. durch SET
    EXTENDED CHECK OFF/ON)  ""

    Extract from [Type Definitions and Data Declarations|http://help.sap.com/abapdocu_70/en/ABENABAP_OBJECTS_DIFF_TYPES_DATA.htm]
    No Definition of Field Groups in Methods
        The statement FIELD-GROUPS is not allowed in methods.
    Error message in methods if the following syntax is used:
    METHOD ...
      FIELD-GROUPS fg.
    ENDMETHOD.
    Reason:
    An [extract dataset|http://help.sap.com/abapdocu_70/en/ABENEXTRACT_DATASET_GLOSRY.htm] currently exists only as a global object of the [main program|http://help.sap.com/abapdocu_70/en/ABENFRAME_PROGRAM_GLOSRY.htm]. Therefore the field groups can only be defined globally in the main program. However, the definition of the field group structure, which is enerated at runtime by the statement INSERT ... INTO fg, can also be executed in methods.
    (SCI is "picky")
    Regards,
    Raymond

  • Field-Groups

    Hi All,
             When i am using the Field-Groups.When i did the SLIN ( Extended Program Check) It is saying Field-Groups is not Supported in OO context.
    Is there any way to achieve this functionality wat field-groups is doing.This is very urgent.
    IF anybody know the answer please help me.I will reward you points.Please this is very urgent.
    Thanks,
    Swapna.

    hi , check what is the field group and where they r used..
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/90543af77b4429e10000000a11402f/frameset.htm
    Field Groups - What are they used for?
    regards,
    venkat.

  • Add Field in Field Group

    Hi, I am trying to add a Customer flag IS_CUSTOMER field on the Leads page in field group LEA_BD_PARTNER_REF. How do I do that? When I generate the layout, it gives message Field group could not be read completely. what could be wrong with this?
    Regards
    Prasad

    Thanks Amit.
    As per the blog it will add the field on the screen both on SAPGUI and PCUI but The customer flag which is to be put is based on the Sales prospect entered. Will there be any additional enhancement required to get this information for a sales prospect?
    Prasad

  • What is field group?

    hello all,
    what is field group?

    Hi,
    A field group combines several fields under one name. For clarity, you should declare your field groups at the end of the declaration part of your program.
    A field group does not reserve storage space for the fields, but contains pointers to existing fields. When filling the extract dataset with records, these pointers determine the contents of the stored records.
    Once you have declared the possible record types as field groups and defined their structure, you can fill the extract dataset using the following statements: EXTRACT . When the first EXTRACT statement occurs in a program, the system creates the extract dataset and adds the first extract record to it. In each subsequent EXTRACT statement, the new extract record is added to the dataset EXTRACT HEADER. When you extract the data, the record is filled with the current values of the corresponding fields. As soon as the system has processed the first EXTRACT statement for a field group , the structure of the corresponding extract record in the extract dataset is fixed. You can no longer insert new fields into the field groups and HEADER. If you try to modify one of the field groups afterwards and use it in another EXTRACT statement, a runtime error occurs. By processing EXTRACT statements several times using different field groups, you fill the extract dataset with records of different length and structure. Since you can modify field groups dynamically up to their first usage in an EXTRACT statement, extract datasets provide the advantage that you need not determine the structure at the beginning of the program.
    give the logical database name as F1S in the attributes of the program
    NODES: spfli, sflight.
    FIELD-GROUPS: header, flight_info, flight_date.
    INSERT: spfli-carrid spfli-connid sflight-fldate
    INTO header,
    spfli-cityfrom spfli-cityto
    INTO flight_info.
    START-OF-SELECTION.
    GET spfli.
    EXTRACT flight_info.
    GET sflight.
    EXTRACT flight_date.
    end-of-selection.
    loop.
    write:/ spfli-carrid,spfli-connid,sflight-fldate.
    endloop.
    Regards,
    Priyanka.

  • KSB1 field GKONT Offsetting Account Number not correct

    Hi experts,
    When I look at the KSB1 report, it seems that for some account, I have the wrong information in the column Offsetting Account Number.
    When it's an invoice, it's OK, it takes the supplier.
    If it is an asset operations (depreciation for example), the account in this column is not correct.
    The help for the field is:
    In this field, the system determines the offsetting account for the item, as long as the account is maintained in the corresponding account assignment.
    But i don't understand and have no idea where i have to maintain this....
    Someone could help me please?
    Thanks in advance,
    Chris

    Hello Chris,
    Note 39955 describes 2 algorithms for determining the offsetting account
    both of these are based on wether the largest amount is posted on the
    debit or credit side which determines the offsetting account.
    The offsetting accounts are determined on the basis of the FI dodument.
    Unfortunately, in standard there is no way to change the logic
    described in note 39955.
    However, for future postings, you would have influence in how the
    offsetting account will be set. This could be done with an FI exit
    as described in detail in note 354529. The corresponding correction
    instructuctions are already in your system but you would have to
    create the logic you want in the exit.
    Please check note 365478 too.
    br, Guido

  • How to get change log for fields if change document flag is not maintained?

    Hi experts,
    My requirement is display the change log details for the transaction FAGLGA32.
    In this transaction we have the Field Groups block.if any change is happened for field group we need to capture the change.
    the field for the field group is RKAL1-FGFLG1 and the data element is FGFLG.
    In the data element FGFLG, the flag CHANGE DOCUMENT is not maintained.
    How to get the change log details for the fields for which the change document flag is not maintained at data element level?
    Regards,
    Ramesh

    do a modification for the data element or try Audit Trail (depends on your release)
        Audit Trail (electronic records) / Tx AUT10, AUT01, XX-PROJ-ELR, OSS 564743,517613,564645
            Note 1058984 - FAQ: Audit Trail (Transactions AUT01-AUT10)
            http://help.sap.com/erp2005_ehp_03/helpdata/DE/fc/89683c1b5fb712e10000000a114084/frameset.htm
    cheers
    carsten

  • COI not reading equity data after consolidation group change

    Dear experts,
    I am running the consolidation of investments task for a new group that has been created on 012.2009. This new group CG2 is a child of an existing one CG1, and all the consolidation units that I have in 012.2009 under CG2 were in 012.2008 under the CG1.
    In my new group GC2 all the units have as first consolidation period 012.2009 and on the parent group they have as last consolidation period 012.2009.
    The problem is that when I run the COI task the system does not read the equity data for these consolidation units. I have both, equity data and Investment data defined to be read from additional financial data.  The system reads correctly the investment data for the parent consolidation unit, and tries to eliminate it, but as it does not read the equity data of the child so it takes the value to consolidation a difference, that is incorrect.
    Does anyone know what I am missing?
    Thanks in advance.
    Kind regards,
    Sónia

    Hi Sonia
    i dont want to confuse you as Dan is guiding so far. let me put my thoughts some here.
    CG1  12/2008
       - CU - A    Parent    12/2008 to 999/9999
       - CU- B                   12/2008  to 999/9999
       - CU - C                  12/2008 to 999/9999
    do you have any another sub node for CU-B and CU-C? as B has investment in C
    New Group: 12/2009
      CG1
       - CU -A    12/08 to 999/9999
       - CU - B    12/08 to 12/9999
       - CU - C     12/08 to 12/2009
       CG2 group supose to be like this
      CG1
        -CU-A
        -CU-B
           I---  CG2
                 CU - B   Parent  12/09  to 999/9999
                 CU - C                12/09 to 999/9999
         - CU-C 
    Now with above scenario you can invest in C from B and system will treate as FIRST CONSOLIDATION  based on AFD Investments/Equity
    How did you maintain B investments in C at CG1 12/08 level?
    and or    as per Dan
    You have to run PREP for CONSOLIDATION GROUP CHANGE  task  before CT task and after Elim Taks but before COI task
    thx

  • Field GROUPS not a member of INPUT when adding user to group in sap using BAPI_USER_CHANGE

    when trying to add User to Group using BAPI_USER_CHANGE in the Import Parameters GROUPSX = X
    I'm getting following error :
    com.sap.conn.jco.JCoRuntimeException: (127) JCO_ERROR_FIELD_NOT_FOUND : Field GROUPS not a member of INPUT
    BAPI_USER_CHANGE function work correctly for other parameters such as ADDRESSX, DEFAULTSX, PASSWORDX, LOGONDATAX, ALIASX
    But in case GROUPSX I am getting above error.
    Also I could able to add all above attributes including GROUPSX to user using sap logon. so it should be possible from BAPI as well.
    Any input will be appreciated.

    My bad,
    I meant GROUPS is not an input parameter but a table parameter.
    This is the ABAP definition of the BAPI:
    function bapi_user_change.
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(USERNAME) LIKE  BAPIBNAME-BAPIBNAME
    *"     VALUE(LOGONDATA) LIKE  BAPILOGOND STRUCTURE  BAPILOGOND OPTIONAL
    *"     VALUE(LOGONDATAX) LIKE  BAPILOGONX STRUCTURE  BAPILOGONX
    *"       OPTIONAL
    *"     VALUE(DEFAULTS) LIKE  BAPIDEFAUL STRUCTURE  BAPIDEFAUL OPTIONAL
    *"     VALUE(DEFAULTSX) LIKE  BAPIDEFAX STRUCTURE  BAPIDEFAX OPTIONAL
    *"     VALUE(ADDRESS) LIKE  BAPIADDR3 STRUCTURE  BAPIADDR3 OPTIONAL
    *"     VALUE(ADDRESSX) LIKE  BAPIADDR3X STRUCTURE  BAPIADDR3X OPTIONAL
    *"     VALUE(PARAMETERX) LIKE  BAPIPARAMX STRUCTURE  BAPIPARAMX
    *"       OPTIONAL
    *"     VALUE(COMPANY) LIKE  BAPIUSCOMP STRUCTURE  BAPIUSCOMP OPTIONAL
    *"     VALUE(COMPANYX) LIKE  BAPIUSCOMX STRUCTURE  BAPIUSCOMX OPTIONAL
    *"     VALUE(SNC) LIKE  BAPISNCU STRUCTURE  BAPISNCU OPTIONAL
    *"     VALUE(SNCX) LIKE  BAPISNCUX STRUCTURE  BAPISNCUX OPTIONAL
    *"     VALUE(BACK_DISTRIBUTION) LIKE  BAPIFLAG STRUCTURE  BAPIFLAG
    *"       DEFAULT SPACE
    *"     VALUE(PASSWORD) LIKE  BAPIPWD STRUCTURE  BAPIPWD OPTIONAL
    *"     VALUE(PASSWORDX) LIKE  BAPIPWDX STRUCTURE  BAPIPWDX OPTIONAL
    *"     VALUE(ADDCOMX) LIKE  BAPIADCOMX STRUCTURE  BAPIADCOMX OPTIONAL
    *"     VALUE(REF_USER) LIKE  BAPIREFUS STRUCTURE  BAPIREFUS OPTIONAL
    *"     VALUE(REF_USERX) LIKE  BAPIREFUSX STRUCTURE  BAPIREFUSX OPTIONAL
    *"     VALUE(ALIAS) TYPE  BAPIALIAS OPTIONAL
    *"     VALUE(ALIASX) LIKE  BAPIALIASX STRUCTURE  BAPIALIASX OPTIONAL
    *"     VALUE(GROUPSX) LIKE  BAPIGROUPX STRUCTURE  BAPIGROUPX OPTIONAL
    *"     VALUE(UCLASS) TYPE  BAPIUCLASS OPTIONAL
    *"     VALUE(UCLASSX) TYPE  BAPIUCLASSX OPTIONAL
    *"     VALUE(EXTIDSX) TYPE  BAPIUSEXTIDX OPTIONAL
    *"     VALUE(PRODUCTIVE_PWD) TYPE  BAPIFLAG-BAPIFLAG DEFAULT SPACE
    *"  TABLES
    *"      PARAMETER STRUCTURE  BAPIPARAM OPTIONAL
    *"      RETURN STRUCTURE  BAPIRET2
    *"      ADDTEL STRUCTURE  BAPIADTEL OPTIONAL
    *"      ADDFAX STRUCTURE  BAPIADFAX OPTIONAL
    *"      ADDTTX STRUCTURE  BAPIADTTX OPTIONAL
    *"      ADDTLX STRUCTURE  BAPIADTLX OPTIONAL
    *"      ADDSMTP STRUCTURE  BAPIADSMTP OPTIONAL
    *"      ADDRML STRUCTURE  BAPIADRML OPTIONAL
    *"      ADDX400 STRUCTURE  BAPIADX400 OPTIONAL
    *"      ADDRFC STRUCTURE  BAPIADRFC OPTIONAL
    *"      ADDPRT STRUCTURE  BAPIADPRT OPTIONAL
    *"      ADDSSF STRUCTURE  BAPIADSSF OPTIONAL
    *"      ADDURI STRUCTURE  BAPIADURI OPTIONAL
    *"      ADDPAG STRUCTURE  BAPIADPAG OPTIONAL
    *"      ADDCOMREM STRUCTURE  BAPICOMREM OPTIONAL
    *"      GROUPS STRUCTURE  BAPIGROUPS OPTIONAL
    *"      PARAMETER1 STRUCTURE  BAPIPARAM1 OPTIONAL
    *"      UCLASSSYS STRUCTURE  BAPIUCLASSSYS OPTIONAL
    *"      EXTIDHEAD STRUCTURE  BAPIUSEXTIDHEAD OPTIONAL
    *"      EXTIDPART STRUCTURE  BAPIUSEXTIDPART OPTIONAL
    So the error message is correct, GROUPS is not an INPUT parameter.

  • Changing NOTES for entire group at once?

    Is there a way to change the NOTE field in all contacts in a group (not smart group) at one time instead of doing each one?

    Open up Applescript Editor.
    Paste in this codetell application "Address Book"
    repeat with aPerson in people of group "Test Group"
    set note of aPerson to "note text"
    end repeat
    save
    end tellReplace Test Group with your group name. Replace note text with the text you want in the notes. click the Green triangle button.
    If you want to append the "note text" to the current note, change that line toset note of aPerson to note of aPerson & return & "note text"

Maybe you are looking for

  • How do I move selected photos from one event to another in iPhoto

    Using iPhoto 9.5.1, how to I move selected items from one event into another event. I do not wish to merge both events. Thanks.

  • 1st Gen shuffle no longer recognised by ANY computer

    Has anyone else had this problem. Ipod shuffle 1st gen working one minute then after upgrading firmware it dies. I have tried plugging my shuffle into 10 different computers and isnt be picked up - no lights no nothing. Took it to my local Apple shop

  • Itunes store content not appearing in itunes

    When I click on the iTunes Store button, nothing appears in the window.  I can get to my account information, but I cannot get to any content in the iTunes store.

  • Internet Explorer 7 and Zen Media Explo

    Does the final version of Internet Explorer 7 still break Zen Media Explorer? There were posts saying that the Beta version broke it. I keep telling auto update to not install IE7, because I never use IE for web surfing. Thanks. Does anyone have any

  • Web dynpro

    Hi All Can anyone provide me the code for displaying the response items into a UI input field element in web dynpro application from a web service call. thanks - sm