Limitation in enhancement fields?

Hi all,
I have enhanced 54 new fields to use in opportunity transaction using the Easy Enhancement Workbench tool. The probles is that only first 20 are shown in CRM Online, and the other remains hidden. I don't know if there is any limitation about this.
Thanks to all.
Regards.

Hi Fernando,
Have a look at OSS note 829187 .
Hope it helps                                                                               
Symptom                                                                  
In the CRM document on the screen for the customer extension, the system 
displays a maximum of 20 fields from the Easy Enhancement Workbench      
(EEW). If the Easy Enhancement Workbench was used to create more than 20 
fields for each enhancement, the system does not display all fields.

Similar Messages

  • Unable to view enhanced field in Data Source

    Hi All,
    We recently upgraded our R/3 system from 4.7 to ECC 6.0. Now when we are enhancing the data source, the field is visible in the Extract Structure. But we are unable to view it in the data source. We checked out in RSA2 the enhanced field attribute is specified as 'Field in OLTP and BW Hidden by SAP'. We have written code to modifiy the ROOSFIELD table to make the enahnced field visible. But this is the problem with all the data sources. Whenever, we have to enahnce, we have to go thru this process to make the enhanced field visible.
    Is it like that we missied out any patch in ECC 6.0 while upgrade? If any person faced similar situation, please help us.

    Hi Ravi,
    I think you are missing a step here. As soon as you enhance your datasource with new fields, by default, those 2 check boxes are checked ( Hidden and Field in User exit only). You go to RSA6, edit your datasource and here, you can uncheck these added fields so that you can use them. You do not need to write any code to change the fields settings in ROOSFIELD table. Do the step I mentioned above after enhancing and you should be good. Hope it helps.
    Thanks and Regards
    Subray Hegde

  • IS-RETAIL: How to update custom enhancement field using BAPI?

    Hi gurus,
    Like ECC BAPI: BAPI_MATERIAL_SAVEDATA,
    This BAPI(BAPI_MATERIAL_MAINTAINDATA_RT) is specific for IS-RETAIL to create and update material master data.
    But now If I append one custom field "ZFIELD" to end of table MARA, my question is how to update this custom enhancement field(ZFIELD) using BAPI(BAPI_MATERIAL_MAINTAINDATA_RT)
    Thanks in advance!

    Hi DongHai,
    I suggest you create your own BAPI. Just copy the codes in BAPI_MATERIAL_MAINTAINDATA_RT and add your custom fields. If you want to append the data of the custom field in table MARA, first, you have to create a structure table then goto SE11, type MARA and display. Click the APPEND STRUCTURE then choose the structure that you've created. Hope this will help.
    Rewards if useful
    Regards,
    Mark

  • Regarding  to enable transfered option for enhanced field  in BI 7.0

    Hi Experts,
        I am working on a requirement for which  i have enhanced fields  at RSA 6  extractor level and then  I removed hide options from those enhanced fields and then I had replicate it at BI system but  then what happen na for those fields that i have enhance  transfered option at DataSource  level in BI side  is not enable.Even at Bi level edit button at DataSource  level is disabled.So I cannot even edit it.Iam using Emulated DataSource ( 3.5 DataSource ) in BI 7.0.The DataSource  is available in activate version.Can any body suggest any thing how to enable transfered option in BI 7.0 when it is disabled.
    Thanks & Regards
    Vinod kumar

    Hi
    Check if you have Authorization to Replicate/Change / Active for the DS, BASIS Team can help you with this.
    R/3 side
    Recheck for your enhanced / Appended fields at R/3 Side .
    Make sure that you have saved/Activated the Code/DS/Structure.
    RSA6 -- Check your DS for the enhanced Fields again / Transport the Same again.
    BI Side
    RSA13--Source System --Say Replicate DS -- Now see if you can access the enhanced fields here.
    As you said you are using emulated DS -- Check if your Transfer/Update Rules are Active for the DS.. Try to activate the same with RS_TRANSTRU_ACTIVATE_ALL / RSDS_DATASOURCE_ACTIVATE_ALL/ RSDS_UPDR_REACTIVATE_ALL...
    Hope it helps and clear

  • R/3 APO Integration: Enhanced Fields not transferred

    Hi,
    My requirement is when I change the value of an enhanced field in a material in MM02 in R/3, the change should be reflected in the corresponding product in APO.
    I want to enhance the Material Master in R/3 and APO with a Z field. I have done this by enhancing the MARA table through an APPEND structure and /SAPAPO/MATKEY using the Customer Enhancement Structure CI_MATKEY. And also I have enhanced the Customer Enhancement Structure CI_MTKYCUS for mapping of the enhanced Material Matser field between R/3 and APO. After that I have written the logic inside the Exit Function Module EXIT_SAPLCMAT_001 in R/3 for the mapping of this new field with APO.
    But the problem is that still the value of the newly enhanced field is not getting updated in APO. Please advise how to solve this issue.
    Regards,
    Rahul Muraleedharan.

    Hi Ravi,
    1) During deployment run, based on the transportation lanes that you have
    maintained, system will consider the available stocks as receipts and
    creates stock transfer requests (ie Dep conrel).  These orders are
    intermittent elements and will be generated during deployment process
    and will not be transferred from APO to R/3 and will remain in APO
    itself.
    2) During TLB process, the request orders generated during step 1
    will be considered and the stock transfer requestes will be converted
    to stock transfer orders or otherwise called STOs.  These STOs or
    conrels will transfer from APO to R/3.
    Hope it is clear now.  Please confirm
    Regards
    R. Senthil Mareeswaran.

  • Data not populated for Enhanced field

    Hello,
    I had done enhancement by adding field to the LO Datasource.
    Written the code in the CMOD to populate the data. When i run init it worked fine and i am able to see the data for the enhanced filed.
    When i run delta iam not able to see the data for that field in RSA7, But i am able to see the data in RSA3.
    What is the reason that i am not able to see the data for the enhanced field in RSA7?
    Thanks in Advance!
    Regards
    M.A

    Hi M.A,
    This means that there is no delta data for that field.
    If there is no change in the data for that field then you cannot see any data in RSA7.
    Check in the Delta repetition in the RSA7 for any data for that field.
    Regards,
    ravi Kanth

  • Set up table contains the enhanced field information?

    Hi Experts,
    I am enhancing a field in the datasource 2lis_11_vaitm,
    Things i did :
    1.Enhanced the ext.structure with the required field.
    2.Activated the ext.structure.
    3.Witten the logic in the CMOD.
    4. Deleted the Setup table and refilled.
    Now my question is :
    1.Did the setup table contains the ENHANCED FIELD with the historical data ?if so where to see that?
    I checked in RSA3 the enhanced field is displayed with the records.
    The code i have wriiten is WHEN "DATASOURCE " then -> logic from the base table.
    Now will the data come from the base table or from the setup table?
    Can any one help me in this issue.
    Best Regards
    Jelina

    Why do we need to delete the setup table after doing enchancement with standard Datasource.
    Ans :
    You neednot refill the setup table just because you enhanced the datasource.
    You need to delete and refill if the postings happened after you filled the setup table.
    Meaning you will miss the current posting.Unless you have done a init in BI/BW side.
    Hope this helps.

  • How to pass enhanced fields in BAPI_PO_CREATE

    Dear Memebers,
    I have a requirement to pass the Enhanced fileds in Module Function BAPI_PI_CREATE using VB.NET can anyone send me sample.
    Thanks,
    Nasir

    Dear Nasir,
    In order to pass enhanced fields to the BAPI_PO_CREATE function module, populate a table of type BAPIPAREX and pass it to the EXTENSIONIN tables parameter of the FM.
    (Sample Code): Suppose you enhanced Purchasing Document Item Table EKPO with Append structure ZEKPO with the fields ZNAME1 and ZDATA1.
    DATA: GT_EXTENSION TYPE TABLE OF BAPIPAREX,
               WA_EXTENSION TYPE BAPIPAREX.
    CLEAR WA_EXTENSION.
    WA_EXTENSION-STRUCTURE = 'ZEKPO'. " 'Name of the Append Structure for Standard PO header/item table'
    CONCATENATE WA_EKPO-ZNAME1 WA_EKPO-ZDATA1 INTO WA_EXTENSION-VALUEPART1. (Ensure that the total character length of these fields is less than 240)
    APPEND WA_EXTENSION TO GT_EXTENSION.
    Similarly, you need to pass the ZEKPOX structure with the relevant check boxes. For this, you need to refer to the documentation for Function Module but generally, Passing Enhanced Fields work this way.
    Regards,
    Amit Sharma

  • Enhancement fields

    Hello Guys!
    I need help with Note 762984:
    "All enhancement fields which you defined within the SRM Server can only be sent to other systems (SAP EBP, MM) if these are also contained within the XML definition. For this purpose you must enhance the XML definitions of the individual documents in the XI Integration Builder and afterwards regenerate the proxy classes into the SUS system (and into the EBP system). You can find an exact description of these two processes under http://service.sap.com/xi -> Media Library -> Guides"
    I'd like to create enhancement fields for purchase orders and purchase order
    conformition, but I'm not able to find any Guide!
    Could anybody send me ([email protected]) a documentation about that and enhancement fields in XI in general?
    Thanks a lot,
    Barbara

    Hi Barbara,
    Refer this...
    Might be very usefull for you...
    enhancenents
    /people/michal.krawczyk2/blog/2006/11/14/xipi-data-type-enhancements-standard-business-partner
    http://help.sap.com/saphelp_nw04s/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/frameset.htm
    regards,
    vasanth.

  • Delta Enabling for Enhanced field

    I have enhancement on standard datasource (Datasource is from Customer Service Appl and enhanced field is from PMCO table and its linked through OBJNR and OBJNR is Primary key in PMCO table and standard field in datasource). My question when users make any change to this field in PMCO table, this particular record is not being picked by delta. How should i make this field delta capable. Since OBJNR is generated is everytime a new order is created, and when they change at PMCO Table since there is no change in OBJNR no delta is picked up.
    I have another option is to ask user to do pseudo change on order when they make changes on PMCO table. Is there any other option for this so system can dynamically consider this change.
    Your answers are highly appreciated and rewarded.
    Regards
    Kunal

    Hi Kunal,
       I dont think you will get delta for your enhaced field until main record is chaged.
       We can not ask to chage the record for Delta.
       Try this:
       Create one more ODS and load data(in Overwrite) using generic extraction from table PMCO(If you have change data and creation data, you can selectively pull).
       While loading data from your main extractor, assign values for PMCO field in BW update rules from this ODS.
    Hope it Helps
    Srini

  • Enhanced Field is Blank - Debug with RSA3 - Unable to see the code in Exit

    Hi all,
        I have created a View on a table and created the Generic Extractor on that View and enhanced the Extract Structure to add a Amount field along with Currency Key. I have added the ABAP code to fill that new field. The same code has worked fine in Sandbox and copied the same into Dev. Everything worked fine and it populated the data into that enhanced field in Sandbox, but something is wrong in Dev. I have set the Break-Point after my Generic Extractor in the Exit's Include member ZXRSAU01 and tried to debug in RSA3, but it is not going there. Some how it is not recognizing the code in the User Exit. I am doing the same that I have done in the sandbox. Only initial values (0.00) are there in that field. That field is un-hided.
       What could be the problem, please ?
      Thanks in advance.
    Regards,
    Venkat.

    HI Venkat,
    Look at ur Datasource is Trancsaction Data or Materdata Attributes/Text.If it T.Data use Incled ZXRSAU01 or For Master Data attributes use ZXRSAU02 or Text
    ZXRSAU03.
    And Observe the Exit is Active or not and Debug the code once.

  • SP13 / Personalization /  Customer enhancement fields

    Hello all,
    In SP13 personalization were extended:
    - It is possible to insert customer enhancement fields in views
    - Order of view elements can be changed
    - Personalization can be send via transport system
    I see it as significant improvement and would like to use it in our system. 
    But there are some questions.
    Normally I define with matrix layout columns and place in each column UI elements (MatrixHeadData).
    Column1          Column2          
    field1.1                 field2.1               
    field1.2                 field2.2
    cust.field          cust.field          
    Then I can insert customer enhancement fields in each column. It works fine.
    1. How can i deactivate custom fields at runtime? Can i bind properties to context? I assume customer fields are created after wddomodify.
    2. It would be also nice if I could switch declarative inserted fields in view between columns (containers).
    I hope that SAP will constantly extend personalization features. Short note from SAP people about intention for further development is welcome.
    Regards
    Paul

    Hi
    <u>I guess... Spelling is wrong here.. Its.. "HEADER" not "HEADR"</u>
    <b>Please look for the following Standard SRM structures for SUS using SE11 Transaction -></b>
    INCL_EEW_PD_HEADER_CSF_SUSASN  Customer Enhancements on SUS ASN Header       
    INCL_EEW_PD_HEADER_CSF_SUSCF   Customer Enhancements on SUS CF Header        
    INCL_EEW_PD_HEADER_CSF_SUSINV  Customer Enhancements on Invoice Header (SUS) 
    INCL_EEW_PD_HEADER_CSF_SUSPCO  Cust.Enhancements in SUSPCO Header            
    INCL_EEW_PD_HEADER_CSF_SUSPO   Cust.Enhancements in SUS PO Header           
    Do let me know.
    Regards
    - Atul

  • No data coming in to enhanced fields of extractor

    I added fields twice to  the existing enhanced business content extractor 0fi_gl_4, I wrote the transactional data exit and did the extraction, the extraction went with green light. when i checked the data in ods, i dont see any data for the enhanced fields, including the earlier enhanced fields which used to be populated before i did this enhancement.
    when i look at load in monitor
    it is all green, but when i go to scheduler to do another test load it is giving me the following message
    Conv. exit PERI7 for field FISCPER not found in BW; Exit deleted
    Message no. RSM1149,
    > is this the reason for no data in my enhanced fields....if so how do i get rid of it?
    > do i need to delete and recreate the datasoure
    so that all the enhaced fields lie in same append structure, if so how do i recreate the datasource...?
    > plz also help me debug my enhancement, i tried rsa3 it doesnt show an error, i tried break point but no use..
    plz give me detailed instructions..
    thanks in advance
    points will be assigned for inputs

    do i need not add exit even if i did an append structure to the datasource? (bcoz in help it says only about include structure )
    do you know how to do an include structure to the datasource instead of append?
    i tried making an infinite loop in exit and do a data load..the load has taken sucessfully without an error and i checked the data , the enhanced fields are empty..so i concluded that it is not even calling the exit? any idea of how to fix it ? plz give me ur mail id ..i will send some screen shots?
    regarding the conversion exit error, this is all i am getting, when i click on the error there is nothing but the same decription
    Conv. exit PERI7 for field FISCPER not found in BW; Exit deleted     RSM1     149     \
    > any way to look up by error message and number?

  • Delta records are not populating for enhanced fields in 2LIS_17_I3HDR

    Hello,
           I have an issue with 2LIS_17_I3HDR datasource, i have enhanced the DS with Zfields, these are populated from AUFK through user exit. When i fill setup table, i can see the values being populated for enhanced fields, but for delta records, i dont find any values for these enhanced fields, even though the values exists in the AUFK table and i even tried degugging the user exit code, it doesnt go through it during the posting of delta records.
    Can some one give some suggestion on this issue.
    Thanks,
              Pavan

    Hello Ravi,
                     Yes, delta records cannot be populated by enhanced fields. Here the issue is different,
    i have added a closed date to the extract structure, this is order specific, so when i create a new PM order after the full load, and release the order and close it, the AUFK table get an entry for closed date, my exit compare the object number of the extractor to object number in AUFK and get the closed date value to the DS, this is not same as enabling delta on the enhanced fields (which cant be done).
    Thanks,
                Pavan

  • Delta problem for enhanced field in master datasource

    Dear Experts,
    I have a master datasource 0customer_attr. I have enhanced it with field sales group. Daily delta comes for this datasource.
    But when user changed sales group for a customer from s1 to s2 then it is not coming in delta.
    Still there is old sales group exist in BI for particular customer. In short , delta is not coming for enhanced field.
    Please advise what should i do ?
    Regards
    Shweta

    The problem is that no delta is posted to the message type for KNA1 in the bdpcv/s tables because the orignatting field is a KNVV field
    So if KNVV was changed ie sales group it will not post a ale change pointer for KNA1 therefore the delta for KNA1 will not pick up any change
    However if there was a change to KNA1 on the same day as the KNVV changwe then the delta will pick up the change
    The way to get around this is to either use a KNVV delta datasource into BW and then enhance 0Customer that way via transformations into the customer infoobject  in BW only
    Or to put a user exit into the KNVV change on R3 to generate an ale change pointer for KNA1(ie every change in KNVV will generate a change in the KNA1 extractor)

Maybe you are looking for

  • Play video in seperate browser

    I have created a PDF using acrobat X (for the bookmark features) instead of embedding the video, I want the PDF to open in a browser and have links to videos. When the videos open the PDF closes. Can I make the videos play in a seperate browser windo

  • XML Schema questions

    Question 1: If I have a many to many relationship that I want to display within multiple tables.  Is there a straightforward way to bind that? An example would be an automobile that use similar parts (seats etc).  I dont think livecycle supports keys

  • ITunes not reading Smart Playlist on Touch

    I have a 'Recently Played' Playlist on my iPod Touch which automatically lists anything played in the last two weeks. Live updating is selected. When I connect to iTunes, my Touch appears. If I click on the Recently Played playlist on the Touch, howe

  • Refer to Report fields.

    HI friends, Is there a way to refer to a field in the report in the queries ? If not is there an alternative. I am not using parameters for the report. If my first frame has CODE, name, age, employer. If my second frame is linked using CODE, can I ag

  • My FaceTime won't work it won't let me sign in it says can't connect but my wifi works with my brothers what can I do to fix it?

    My FaceTime won't work it won't let me sign in but my wifi is working on my brother what can I do to fix it?