I added a custom field into my form in BC but it wont render.

I added a custom field into my form on BC but I cannot get it to show up whhen I preview it. Does anyone know why this is happening?

Check out this http://ellenmemorialhcc.businesscatalyst.com/contact-us.html  In this site I am just trying to add a 4 checkboxes. I have tried previewing it and everything and it will not make the changes. How do i get these checkboxes to show up on my site. I found where in business catalyst to access them and I enabled those features in BC but i cannot figure out how to get this to show up live on my business catalyst site.

Similar Messages

  • Limitation on Adding custom fields into VBAP (Updating from BAPI )

    I have added some custom fields into BAPI structure BAPE_VBAP and corresponding structure to update the custom fields added into VBAP.
    in my code i am passing the value bapiparex-valuepart1 = bape_vbap0(240). bapiparex-valuepart1 = bape_vbap240(240),
    bapiparex-valuepart1 = bape_vbap480(240) and bapiparex-valuepart1 = bape_vbap720(240)
    But, while activation its informing me that more than 441 character length not allowed for the structure. Where the total length should be allowed upto 960.
    is there any OSS notes which i can apply to extend the limit for adding more custom fields into VBAP .
    Please help

    Dear All,
    Good Morining.
    The User creation and Assigining roles is done by the same preson and As i have mentioned above i am disabling the Manage_User action,And if i give the responsiblity of assigining  roles to an other person then he can also create user (standard functionality) where i cannot add my required features.Thereby leading for inconsistency.Therefore we thought that we will also add this funtionality in Webdynpro application and for the same, we have to provide the search criteria where currently we are able to search the role based on data entry(eg:t* or Ume etc) .But we need to search also based on the DataSource(ie Portal Role ,All DataSource and UME).Please Can you guide me in this.
    Also please let me know if we are going in a right approach and also suggest any better approach to achieve the same.
    Thanks and Regards,
    Nishita Salver

  • Adding custom field into ALV grid

    Hi all,
    I would like to add some custom fields into an ALV grid from a FI/CO report.
    I have succesfully added the custom field 'VAT' number for example
    FORM fieldcat_init
           USING rt_fieldcat TYPE slis_t_fieldcat_alv.
      CLEAR ls_fieldcat.
      ls_fieldcat-tabname       = g_tabname.
      ls_fieldcat-fieldname     = 'STCEG'.
    * LS_FIELDCAT-KEY           = ' '.        "sets key field
      ls_fieldcat-ref_fieldname = 'STCEG'.
      ls_fieldcat-ref_tabname   = 'KNA1'.
      APPEND ls_fieldcat TO  rt_fieldcat.
    ENDFORM.                    " FIELDCAT_INIT
    This works fine. But I have a problem to add another field named 'due days'.
    The due days for one record is calculated by a FM that gives back a NUMC datatype. for example : 6
    How can I get calculated fields into an ALV ?

    Hello Abjuh
    You could take the data element of the fm parameter which returns the calculated due date as basis for your fieldcatalog entry. Presumably you have to adjust the texts (e.g. LVC_S_FCAT-SCRTEXT_S) as well.
    Regards
      Uwe

  • Adding customer field into  BID item Overview

    Good afternoon,
    (SRM 5.5)
    I have added the customer field in the BID.
    Is it possible to show it, in the "Item Overvier of BID"?
    Alexey

    Hi,
    Generally through the INCL_EEW* structures,you can add the custom fields for the Bid Item only under the BASIC DATA tab.If you want to show up a field on the Item overview screen,then this will need std code modification(screen modification) or  need to  modify the HTML template for the BID item overview screen in the ITS service BBP_QUOT which will need lot of HTML expertise.
    Hope this helps.
    BR,
    Disha.
    Do reward points for  useful answers.

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Regarding adding a Custom field to Standard Table

    Hi ABAPers,
    Can any one explain the below spec-description.
    "The purpose of this design is to provide the foundation for a more automated solution to the invoice reconciliation process.  This design calls for adding a custom field to the standard SAP table EINE as well as a data maintenance tool for the same.  There will also be a new custom table for storing values associated with the new EINE field.  These new tables will also provide users with the ability to determine which PIR are soon to expire."
    We have to add one custom field to standard table EINE, how we can add this custom field to STND table.
    According to me we can add it through append structure. is it correct or not.
    and what is data maintenance tool.
    Pls.............Explain in details.
    Thanks in advance.
    Regards,
    Ramana Prasad. T

    Hi,
    Goto SE11 ,give ur table name.Then press display button.Then in the application tool bar press on append structure ...Now create a zstructure and add ur custom field and then activate the table.
    Regards,
    nagaraj

  • Getting Customer Fields into Backend PO

    Hello
    We have the extended classic scenario and SRM5.0 (SRM Server 5.50) and in one of the backends the field "Goods recipient" is mandatory.
    If I try to order something I allways get the error "Goods recipient" is mandatory. So I have created a customer field "ZZ540WEMPF" and it can be filled in the Web-Interface. But I don't get the customer field into the backend.
    I think it should be mapped in the BADI "BBP_ECS_PO_OUT_BADI" but i can't figure out how...
    Was anyone able to to this and would like to share his knowledge?
    Thx a lot
    Stefan

    hi,
      Pls see the notes 458591 and 672960.Maintain the same field in Backend system in customer includes CI_EKPODB & CI_EKPODBX.
         The Backend PO is created by calling the Function B470_PO_CREATE in  SRM.Debug this function to see if the field mapping is OK.
        If not you may have to map them exclusively and also adjust the BADI   structures to accomodate the new fields.The BADI is BBP_ECS_PO_OUT_BADI.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Adding new custom fields in FB01

    Hello all.
    I am having a requirment as i need to add the custome fields in Fb01 transaction at item level.
    I have added the custome fields in Bseg table, now i wan to display this fields in the Fb01 screen.
    Is thios possible to do so.

    First, I hope you are using the ECC 6.0 since this is a new functionality (or ECC 5.0????). Second, tell us the steps you have followed.
    Fernando.

  • How can i add Custom fields into the

    Dear Experts
    We have Ecc6.0 system,
    How can i add Custom fields into the Infotype Screen(PA30),i heard that we do it by PM01 Tcode.
    But in PM01 i am unable to find the enhance infotype tab.
    How can i do it ....pls help.....
    Regards
    Sajid

    Hi,
    Do it thru the third tab : Single Screen.
    There write down the infotype number (e.g. 0022) and say generate objects.
    Regards,
    Dilek

  • Can we add Resource custom fields into ASSIGNMENT TIMEPHASED CUBE

    Hi,<o:p></o:p>
    <o:p> </o:p>
    We want to add Resource custom fields into
    ASSIGNMENT TIMEPHASED CUBE in project server 2010.<o:p></o:p>
    Is it possible?<o:p></o:p>
    <o:p> </o:p>
    Please help me in this.<o:p></o:p>
    <o:p> </o:p>
    Thanks,<o:p></o:p>
    Sarath<o:p></o:p>

    Once column is for assignment and another one is for Resource.
    Assignment means when you crate a task then assign that task to resource then task become assignment.
    when you will create report in for Resource_skill_resource you will be able to group by or filter resource as per their skill. 
    As far as Resource_Skill_R_Assignment is concerned  you can group by or filter assignment for resource as per their skill 
    Resource CUBE: The
    Resource Non Timephased and Resource Timephased OLAP cubes contain resource data. These two OLAP cubes do not contain any Total fields in common, but do contain several Dimensions in common (such as Booking Type and Resource List).
    Assignment: The
    Assignment Non Timephased, Assignment Timephased, MSP
    Portfolio Analyzer, and MSP
    Project Timesheet OLAP cubes contain assignment data. Each of these OLAP cubes includes many
    of the same Total Fields (such as Actual Cost, Actual Overtime Cost, Actual Work, and Actual Overtime Work) and many of the same Dimensions (such as Assignment Owner and Project List)
    kirtesh

  • HT4623 so when i plug any of my devices into laptop windows recognizes it but itunes wont. how to get itunes to show device pluged in

    so when i plug any of my devices into laptop windows recognizes it but itunes wont. how to get itunes to show device pluged in

    Hello, joegoducks. 
    Thank you for visiting Apple Support Communities.
    If your device is not recognized by iTunes, I would recommend the steps in the article below.  Start with the section labeled Verify that the Apple Mobile Device USB Driver is installed > For Windows Vista, Windows 7, and Windows 8 > Update the Apple Mobile Device Driver.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Cheers,
    Jason H.

  • I just got a MacBook Pro yesterday and I've logged into a few times already but it wont let me now.. Its just shakes and highlights it for me to do again..

    I just got a MacBook Pro yesterday and I've logged into a few times already but it wont let me now.. Its just shakes and highlights it for me to do again..
    I have the 3 year warrenty thing so can i just call them and ask them about itt?

    Boot from your recovery partition by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the recovery desktop appears, select Utilities > Terminal from the menu bar.
    In the Terminal window, enter “resetpassword” (without the quotes) and press return. A “Reset Password” window opens.
    Select your boot volume if not already selected.
    Select your username from the menu labeled “Select the user account” if not already selected.
    Follow the prompts to reset the password.
    Select Apple menu > Restart from the menu bar.

  • Getting error while adding a custom field (with input help) through AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running while I am testing it
    While adding fsecond field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Please help me out.Kindly be detailed as I am new to SAP CRM.

    Thanks for very helpful reply. After implementing the suggested SAP note, I am able to see the getter and setter methods.
    So one of my problem has got solved with your kind help:)
    As per your another suggestion,I have created the enhanced fields without the search help from AET in the node BTAdminI with names Plant(ZZPLANT) and Storage Location(ZZStoarge_Loc).
    Now I am facing below problem:
    Since Plant needs to autopopulated by Storage Location (search Help ZOFI_SHLP_STORAGE_LOC),So I need to Implement Getter setter method.
    I have written below code into Get_V_ZZStorage_Loc Method:
    method GET_V_ZZSTORAGE_LOC.
      DATA:
        ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
        lt_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
        lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
        ls_map-context_attr = 'ZZSTORAGE_LOC'.
        ls_map-f4_attr      = 'STORAGE_LOC'. (Storage_loc is the parameter defined in search help)
        APPEND ls_map TO: lt_inmap, lt_outmap.
      CREATE OBJECT rv_valuehelp_descriptor TYPE cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id        = 'ZOFI_SHLP_STORAGE_LOC1'
          iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_callback
          iv_input_mapping  = lt_inmap
          iv_output_mapping = lt_outmap.
    endmethod.
    But its not working.Should I write some code in Get_P_XX or some other method also?
    Kindly suggest .

  • Adding new custom field in already existing custom tab for MM01

    Hello Guru,
    I have a requirement that add a custom field in already existing custom view of MM01. I did the following steps :
    1. I have cerated a new field in MARA using APPEND structure.
    2. I have found the function group(Y_FE_MARA) that already there other subscreens, so that I have added another subscreen in that function group and created a field from MARA in the screen.
    3. in SPRO went for the path Logistics General->Material Master->Configuring the Material->Define Structure of Data screens for Each Screen sequence
    In the 3rd step, I have choosen already existing screen sequence(Y1) and went for Data Screens and choosen for Custom tab and double click on subscreens and then I have added the program as SAPLY_FE_MARA and subscreen number(011) and saved it.
    After all the above steps, I have run MM02/MM03 then the field is not getting displayed in the screen of custom view.
    Did I miss any steps here? Please suggest me if I did something wrong.
    Thanks and Regards,
    Muralikrishna Peravali

    Hi Raymond,
    Thank you for the reply. As per the note some one already implemented the Screen Enhancement with 2 custom views. I need to add the field in any one of existing custom view. So for this I have created a Subscreen in copied function group of MGD1(Y_FE_MARA). But in the function group already 10 Subscreens were created. Is this is the problem? or else copy the FG MGD1 into another FG and create the subscreen will be feasible to my scenario?
    Please suggest me.
    Thanks and Regards,
    Muralikrishna Peravali

  • Custom Fields in Incident form - how to report on ?

    I added a site field and a line of business filed to the incident form.  The fields are not showing up in the DW to be reported on it seems, named the MP Incident Customer ..   How do I get these fields to show ..

    The management pack must be sealed in order to get the extended field to synchronize to the data warehouse.
    www.zgc.se - Sysadmin blog.

Maybe you are looking for

  • Link to open in the same window

    In a webpage1 (in domain 1), the action script loads the swf in a different domain (url). The link from the swf opens the webpage2 from domain 1 in a different window. Though I have tried to give the attribute _self / _none / _praent, it still opens

  • Typeface in pdf looks washed out/light

    When I convert a document to PDF the typeface looks washed out. Recently I was looking at a document on line and wanted to copy a paragraph. When I tried it a window came up saying that the page needed to be scanned/converted before i could copy from

  • I am trying to host my own website/mail server

    I am pretty new with osx server and from all the info i found was to create a "intranet" per say.. I have AT&T uverse and I am hosting my own site..that part was pretty easy even tho i am not sure if i did set up the DNS server right... i set up the

  • Using existing SAP Queries in Web Dynpro for Java

    Hello, Does anyone knows any tool to easily reuse SAP Query reports in Web Dynpro for Java? Thanks in advance, Diz

  • For inbound Shipment IDOC ' IDOC_INPUT_SHIPPL' does not populated the stop

    hi , I am using an inbound IDOC for shipment  IDOC_INPUT_SHIPPL' . and I am sending the Stop time in the segment E1EDT17 with qualif = 011 and ISDD,ISDZ,IEDD & IEDZ. and with diferent location say E1TPTRM has 2 differnet location 1) Plant location  2