Problem in creating new field using AET

Hi ,
We are facing a problem while creating a new field using AET.
[http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID0190611650DB01471683520393954021End?blog=/pub/wlg/12716]
Im following this blog while creating the new field using AET.
After filling all the field details and trying to create a Transport request its going for a runtime error.
The error is happening in class  CL_CRM_GENIL_AXT_API
method get_editable_properties.
  data lr_field_ext type ref to cl_genil_field_extension.
  field-symbols <axt_field_extension> type gtype_field_extension.
  data lr_fieldext_ref type ref to if_axt_field_ext_access.
  read table axt_field_extension_tab assigning <axt_field_extension> with key ext_bo       = is_key-ext_bo
                                                                          ext_bo_part  = is_key-ext_bo_part
                                                                          extension_id = is_key-extension_id.
  lr_field_ext = <axt_field_extension>-axt_extension.
  if sy-subrc = 0.
While Debugging we can see that the table axt_field_extension_tab  is having zero values during the last execution.
But the Zfield is getting generated and the status is in green.
Any suggestions will be highly appreciated.
Regards,
Sijo.
Edited by: sijokjohn85 on Sep 9, 2009 1:00 PM
Edited by: sijokjohn85 on Sep 10, 2009 12:49 PM

Hi,
you posted the same question again in a later post.
Here is my answer:
Hi,
the reason that AET does not work is because there is/are missing entries in one of DB table.
Namely the enhance BO assignment to the UI Object Type.
Could you please tell me, what is the UI Object Type in you current IC application.
In order to figure this out, you can put mouse cursor in one of the field in the UI and then press F2.
Then you can go to SM30 in SAP GUI open the View BSPDLCV_OBJ_TYPE and search for the UI object type.
Select the UI object type and see whether any enhanced BO is defined.
In your case it should be empty, otherwise you can use AET in IC.
And if it is empty we need to figure out which enhanced BO is relevant for the given UI Object Type.
Regards,
Steve
P.S. But still you can raise a CSN message.
The "Create New Field" should be in active mode.

Similar Messages

  • While adding custom field in urgent change-Create new field button in AET is not coming

    Dear All,
    we have requirement to add some custom fields in urgent change document. while adding custom fields using AET, create new field button is not coming.
    Thanks in advance. points will be awarded.
    Rahul

    Hi Jignesh,
    Thanks for your valueble inputs, it really helped me to understand the process.
    I checked in Web UI configuration for urgent change document as you mentioned but still that button is not coming.
    In transaction BSP_WD_CMPWB, i have created enh. set: Z_ENHANCEMENT_SET.
    Can you tell what to selelect in application and page popup which comes after selecting Enhance component button. Actually i tried but i am not able to add new record in conf.
    Thanks in advance.

  • Problem in creating new versions for existing DIR using CV01N

    I am working in SAP ERP 6.0 EHP 4.0 system.
    I have problem in creating new versions for existing DIR using CV01N
    I create a DIR version 00 with functional location and mpd cycles. Then when i try to create a new version by copying the contents created from already created document.I change the MPD cycles in the new version and save it.
    once when i display the first document created the mpdcycle specified in version 01 is copied to the 00 version.
    The document is inconsistent where versioning of document doesnot work properly wrt MPDCYCLE and MP HEADER.
    The problem which i found was the document identification guid remains the same for all the document versions getting created.
    The same is working fine in SAP ERP6.0 EHP3.0 sytem.
    Please someone help me in resolving the above issue.
    Regards,
    Prasad.B

    There is a change in the standard code.The reason for the above problem was  because of a missing Enhancemnet point in a standard function module 'CV110_DOC_CREATE_WITH_TEMPLATE'.
    IS-ADEC-MPD  - Enhancement to copy MPD data
    ENHANCEMENT-POINT CV110_DOC_CREATE_WTEMPL_01 SPOTS ES_SAPLCV110.
    +*$*$-Start: CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    +**ENHANCEMENT 1  ZSF_AD_MPD_SAPLCV110.    "active version**+
    +*** copy MPD relevant data from templ. doc to current doc**+
      +**CALL FUNCTION 'MPD02_COPY_MPD_DATA'**+
        +**EXPORTING**+
          +**is_draw = ls_draw**+
        +**TABLES**+
          +**ct_drad = lt_drad.**+
    +*ENDENHANCEMENT.**$*$-End:   CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    Created a custom enhancement point similar to SAP ECC6.0 EHP 3.0 system.
    The reason was the buffer was not getting cleared previously.After inserting the above code the DIR's are getting created withot any issues.
    Regards,
    Prasad.B

  • How to create new field while upgrading from CRM 4.0 to 7.0

    Hi ,
    How do we create new field on UI and store data into existing field in database?
    Is there any option in AET to skip the creation of new field in the database table ?
    Custom field is already created in GUI and database table while using CRM 4.0
    Now, after upgrading to 7.0 EHP3 , I need to bring this field on the UI .
    Using AET may create new field again in the database table.Please suggest.
    New filed needed to be created in Marketing Campaign Element Header data.
    Thanks
    Jayasri

    Hi Jayasri,
    As a custom fields are already there in crm 4.0. You don't need to use AET again to add field.
    These enhancements still exist after the upgrade. Dependent on the enhancement object and type some manual steps are necessary.
    For example regarding a single field enhancement for the BP the whole framework is enhanced after the upgrade. There is only one manual step to bring the field on the relevant view(s) via the UI Configuration Tool. For whole BP tables some more manual steps are necessary, these steps are described in the note 1069791 - CRM WebClient UI for EEW enhancements (reference to more notes regarding the EEW after the upgrade).
    For set types, we need to generate UI With the help of the UI configuration tool the settypes could become visible in the Web UI.
    I didn't understood your scenario, can add little more information why you want to add field by AET if available in DB?
    Refer
    FAQ - SAP CRM Upgrade from release 4.0 to 7.0 
    Regards,
    Arjun

  • Creating new field in a communication structure

    Dear All,
    I am trying to create new field in a pricing communication structure in the ITEM level. I followed the below mentioned steps to do this.
    1. Added MATWA (Material Entered - Material determination) field in the structure KOMPAZ.
    2. Activated the structure.
    3. Now I need to allocate the new field in the table T681F to the usage and the application area, in which it is to be used.  (These are the steps I got from few documents and in the following link   [Re: Allowed fields are not showing in the Condition table])
    My question is.. How to add this field in T681F table?
    Ultimately, I am not getting this field in the Field catalog while creating condition table.

    Hi Prem,
    I hope you would have added the field MATWA with ZZMATWA as we need to do it with ZZ or YY for custom fields additions in the communication structure.
    After doing this, ideally there should not be any problem in adding ZZMATWA in the field catalogue. Try with the following menu path in the IMG
    Sales and Dist.->Basic Functions-> Pricing->Pricing Control->Define Condition tables Execute - Add field catalogue.
    Or in transaction code VOK0 by selecting the condition tables option in the menu.- Add field catalogue
    I hope this helps.
    Regards,
    Subbu

  • Create New Field - Package is null and non editable

    7.0 when choosing the Create New Field in the UI, I get a window where the Package is empty and I can not edit it, the Namespace contains a Z and is not editable.
    I select ORDERADM_I but when I select OK I get the message the Package is Required.
    I am guessing I need to do something in EEWB? but not quite sure.  I did find any other forum questions with this issue.

    Hi,
    I assumed you are using Application Enhancement Tool.
    The prerequesite to use Application Enhancement Tool is you have to maintain the system settings in transaction AXTSYS.
    Here you can define a default value, which will be displayed in WebUI.
    Regards,
    Steve

  • Creating new file using report generation express vi

    Hello,
    In my application, I need to write certain data in excel sheet. For that I created an excel template and I used the express vi in report generation toolkit to save the appropriate data in appropritate columns. I need a new file created everyday by that day's name and write the data to it rest of the day. I am having problems creating new file using this express vi. I tried using the low level vi's but not been able to it properly.
    Attaching my code and excel template.
    Please help.
    Thanks!
    Solved!
    Go to Solution.
    Attachments:
    excel write2.vi ‏119 KB
    Book2111.xltx ‏8 KB

    r_te wrote:
    The thing is everyday there cannot be a file provided.
    Sure there can.  Don't you see the input on the Express VI for a file? "Path To Save Report" is the name of the input you want.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Create New Field in infotype 0001

    Hi
    Can any body guide me how to create new field in Infotype 0001,
    i want to create  two new fields with six reasons in each new field
    Thanks

    Hi,
    his can be acheived through enhancement. Hope these link helps
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/d526be575e11d189270000e8322f96/content.htm.
    General steps are
    Step 1
    Using transaction PM01 chose the 'Enhance Infotype tab' and press the create 'All' button.
    Step 2
    Enter the new fields you wish to add to the Infotype.
    Step 3
    Once saved and activated the new fields will appear in the Infotype screen and database table
    Edited by: Raghu C on Nov 4, 2009 6:15 AM

  • Structure S955 cannot be enhanced (creating new fields is not possible)

    If I try to append in table S950.I am getting error mess like this<b>."Structure S955 cannot be enhanced (creating new fields is not possible)"</b>I have to change any settings?

    Maybe this OSS note will help you : Note 527083 - Changes to info structures
    https://service.sap.com/sap/support/notes/527083
    Regards

  • Problem with creating new user in portal = portlet is not visible

    Hi,
    I've got a problem with creating new users in portal. In the Administer tab of the builder is the user portlet not visible.
    How can I make this portlet visible?
    Please Help
    thank you...
    Gilbert

    Hi..my problem slightly similar.
    I created one new user, and didn't select anything from "Public Groups Assignment" and "Privilege Assignment" for him.
    I expect the user will be a public user.
    But, when he try to logged in the portal,
    He cannot see all the PORTLETS related to database values..
    All he can see just LINKS -that all in my portal right now beside the report from database that the user cannot see :)
    So, what did i do wrong?
    Plz Advise, and thanks.

  • Problem in creating new communication channel template in IR

    Hi experts,
    I currently have problems with creating new communication channel template in Integration Repository. If I choose the New-Context (Adapter Objects-->Communication Channel Template) the dialog "CREATE OBJECT" is shown. After I have inserted the Name of my template I push the create button.
    Then the following error occurs:
    STOP: Internal error: Object cannot be changed in display mode
    DETAILS: Internal error: Object cannot be changed in display mode(CANT_SET_MODIFIED).
    So can anybody help me. Thanks for your help.
    Best regards.
    Mario

    Hi Mario,
                This is genral problem appearing in PI 7.0 with SP12.
                Previously, i have the same problem.
                i.e STOP: Internal error: Object cannot be changed in display mode
    DETAILS: Internal error: Object cannot be changed in display mode(CANT_SET_MODIFIED)
                Regarding this we raise an OSS note SAP people.
                they gave the suggestion that update with SP13.
              i discuss with basis team and install the SP13.
               now the problem is solved, i can able to create the Communication Channel Template.
    Please award points, if it really help to u
    Regards
    Mahesh.

  • Add new fields using BADI DNO_EVENT_SAVE in Solution Manager

    Hi,
    I would like to add new fields using BADI DNO_EVENT_SAVE. How can I add new fields? Thanks.

    Hi,
    This is the blog which explains how to add custom fields for CRM_DNO_MONITOR.
    /people/bruyneel.guillaume/blog/2008/06/13/service-desk-implementation-guide-part-ii
    Instead of looking or changing the BAdI, you can copy the program of CRM_DNO_MONITOR and modify it.
    Please check this thread:
    Reg : CRM_DNO_MONITOR
    Regards,
    Sanjai

  • Creating new services using ORADIM utility

    Hi,
    i have Oracle 11g R1 on windows XP service pack 3 platform.
    i am having some issue while creating new services using ORADIM utility.
    The Errors are:
    18:13:28 SYS@vik 24-MAY-11> host oradim -delete -sid vik
    Instance deleted.
    18:13:52 SYS@vik 24-MAY-11> host oradim -new -sid vik -intpwd oracle -startmode A -maxusers 100 -pfile D:\app\vikash.chauradia\product\11.1.0\db_1\database\initvik.ora -timeout 60
    OPW-00005: File with same name exists - please delete or rename
    Instance created.
    Error while deleting value, OS Error = 2
    Can anyone please help me to fiinf the solution?
    Thanks and regards,
    Vikash Chauradia(DBA Trainee)

    Vikash Chauradia(Junior DBA) wrote:
    Hi,
    i have Oracle 11g R1 on windows XP service pack 3 platform.
    i am having some issue while creating new services using ORADIM utility.
    The Errors are:
    18:13:28 SYS@vik 24-MAY-11> host oradim -delete -sid vik
    Instance deleted.
    18:13:52 SYS@vik 24-MAY-11> host oradim -new -sid vik -intpwd oracle -startmode A -maxusers 100 -pfile D:\app\vikash.chauradia\product\11.1.0\db_1\database\initvik.ora -timeout 60
    OPW-00005: File with same name exists - please delete or rename
    Instance created.
    Error while deleting value, OS Error = 2
    check for the files in ORACLE_HOME/database. You have dropped existing instance and creating service again, move all the files to other folder then create using ORADIM

  • Ho w to create a field using workflow ?

    how to create a field using workflow ?

    Hi,
    According to your description, my understanding is that you want to trigger a workflow only once when a item is updated.
    If you want to set it programmatically, I suggest you can create a Yes/NO column called flag firstly with the default value No and set the workflow start option to manually start.
    When updating the list item, you can create a ItemUpdated Event Receiver to track the update action, and in the event, you can judge the flag column value, if the value is No, then you can trigger the workflow programmatically and in the end of code set
    the code to Yes ,if the value is Yes, then not trigger the workflow.
    Here are some detailed code demos for your reference:
    How to set and read value of Yes/No column programmatically?
    How
    to programmatically start sharepoint workflow
    How to create an event receiver
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Creating new Positions using RH_CREATE_POSITIONS?

    Hi
    I tried to use the RFC rh_create_positions to create new positions using C#. But
    i get an error:"Screen output without connection to user".
    Well is there any work around for it or is there any other RFC/BAPI i can use to create positions under an org unit.
    any suggestions are welcome!!!!!
    thanks

    Yes, the BAPI doesn't create the position ID.  You need three tables to be populated for update
    1. hr_object_header - one entry for entire update
    2. hr_infotype_header - one entry for each infotype record update
    3. pd_object - required if you have IT1000 in hr_infotype_header
    4. pd_object_relationships - required if you have IT1001 in hr_infotype header
    Similarly all other tables need update based on records on hr_infotype_header.
    Regards

Maybe you are looking for