New Field to be added in ICWEB

Hi Everyone
I am using CRM 4.0
I have to add Business Partner Role(Sold to, Ship to.. etc) and Mobile Number in IC Web client view.
BPROLE field need to be added to BupaSearchB2B and BupaDetailB2b views.
The steps that i have followed are
1) Created New BSP application.
2) Copied the views that needed to be changed in it.
3) Created a new framework Profile
4) Replaced the contollers in framework profile
5) Changed in htmlb of the view to include BPROLE fields in frontend
6) I went into transaction BSP_WD_WORKBENCH
Added Attribute Role in the context Node of Customer for BupaDetailB2B and  to  context node of SearchCustomers for BupaSearchB2B respectively using wizard.
When i log onto my profile in IC web i can see the new fileds in the 2 views,
However the new fields are not populating for BupaDetailB2B and i cannot search through them in BupaSearchB2B view.
Am i missing something
Secondly Mobile NUmber is present in GUI however i was not able to find it in any of the BOL Entity as a BOL attribute.
If a BOl Attribute is not present but the field is there in SAP GUI. IS there a method to add the attribute to IC web
TIA
Asad

Asad,
The other way could be to use the BuPaController to find the values like ROLES, GROUPS etc. from Customizing.
Use the code below to access the ROLE for a BP.
  DATA: lv_bupacontroller TYPE REF TO cl_crm_ic_bupacontroller_impl.
  DATA: ls_profile TYPE crmc_ic_bpident.
  lv_bupacontroller ?= get_custom_controller( 'BuPaController' ).
  CHECK lv_bupacontroller IS BOUND.
  ls_profile = lv_bupacontroller->get_profile( ).
The field <b>ls_profile-BPROLE_CREATE</b> has the role which you want.
Cheers,
Ankur

Similar Messages

  • New field to be added in the Decision Operation for the feature WEBMO

    Hi,
    I want to Add a new field in the Decision Operation for the feature WEBMO. Currently following fields are available for Decision Operation such as APPID, MOLGA, PERNR, TRFAR, TRFGB, TRFGR, TRFST, BUKRS, WERKS, PERSG, PERSK, VDSK1, GSBER, BTRTL, JUPER, ABKRS, ANSVH, KOSTL, ORGEH, PLANS, STELL, MSTBR, SACHA, SACHP, SACHZ, SNAME, ENAME, OTYPE, SBMOD, KOKRS, FISTL, GEBER, FKBER and GRANT_NBR.
    I want to add a new field (EXMPT) from table T5U13.
    Could you please understand me what is the procedure to add a field, what logic to be incorporated in the program and what is the program in which the logic to be incorporated.
    Thanks  in advance.
    NGR Kumar

    Hi Manikya,
    WERKS is already available in Decision Operation. What i want is, to add new field (EXMPT) from table T5U13 in Decision Operation.
    Regards
    NGRK

  • SAP Work Manager customization - adding a new field to equipment details screen (Syclo Agentry)

    Hi Experts,
    I am trying to add a field (NAME1) on the Equipment details screen under work orders in work manager 5.3 application.
    I have performed the following steps, but I am getting an error while connecting to the application.
    1) Create extension for Equipment class to add a new field.
    2) added the new field (Name1) as the property to the standard object Equipment.
    3) Added the field on the screen.
    4) Added the field (name1) to the complex table ctEquipment.
    5) Added the JAR file to Agentry.ini file.
    6) Changed the Class mapping for parameter "Equipment" under group "SAPOBJECT" to point it to the custom (Extended) class.
    7) Changed the class mapping for complex table parameter "ctEquipment" under group "CT_SAPOBJECT" to point it to the custom class.
    8) after publishing the changes and re-starting the server, I get following error.
    the log file generated (message.log) also has the same description.
    What am I missing here? Any help would be really appreciated.

    Hi Emanuel,
    Thanks for looking into this issue.
    I have performed the following steps as suggested by you, still it doesn't seem to work and gives the same error.
    Below are the changes done on the ECC Side.
    1) Copied the standard equipment class /SYCLO_CL_PM_EQUIPMENT1_DO to custom class ZSYCLO_CL_PM_EQUIPMENT1_DO. Changes made in the GET Method to get custom equipment related data
    2) Modified the standard equipment structure /SYCLO/PM_EQUI_STR by adding one custom field
    3) Configured this custom class as the object handler in the equipment mobile data object
    4) Configured this custom class as the object handler for the equipment complex table
    5) We are still using the standard BAPI Wrapper itself for getting the equipment data and the added field is reflected in the BAPI Wrapper table parameter
    Is there something we are missing?

  • Problem adding new field to free goods Determination

    Hi everyone. We need to add a new field for Free Goods determination. According to the documentation in SPRO, the new field should be added in SE11 KOMK under include KOMKZ for free goods.
    However there is no KOMKZ include in KOMK. How is this supposed to work? We have succesfully added fields for pricing,using KOMKAZ but... I cant find KOMKZ, the is a error in SPRO documentation or what Im doing wrong?
    "New fields for free goods determination are added in the following INCLUDES:
    Header data in KOMKZ (INCLUDE in KOMK, KOMG)
    Item data in KOMPZ (INCLUDE in KOMP, KOMG)"
    Someone could tell me how u do it to add a field for Free Good determination ?
    Thanks!

    It seems to ve a Typo Is not KOMKZ  I used KOMPAZ include and worked fine after checking the customozing.

  • Adding new field in the table for Output

    Hi ,
    I need to add a field catalogue as Payment method in the condition table for Output, but the payment method field does not exist in the table. Can this be done?
    regards,
    Ragu

    Hi Refer below link on sdn for adding new Field
    Adding New Field to Catalog
    Adding New fields to field catalog

  • Data not loading for new Fields InfoObjects from DSO to InfoCube

    Hi Gurus -
                   I have a DataSource that is providing data to existing DSO then to Infocube. My client asked me to added couple fields to DataSource and get the data to DSO and then DSO to InfoCube.
    Here is the Old scenarion:   DataSource -> DSO -> InfoCube.
    Here is the New Scenation:
         DataSource ( Added new fields) -> DSO (added new InfoObjects for Corresponding DataSource FIelds) -> InfoCube( Added new InfoObjects to mapped from DSO)
    I added the new fields to DataSource, added the corresponding InfoObjects to DSO and InfoCube.
    I successfully loaded data from DataSource to DSO. Data is populating for the new Fields/InfoObjects in DSO.
    But when I load data from DSO to InfoCube, I don't see any data for New Fields InfoObjects in the InfoCube.
    Data from DSO to InfoCube is loading fine for the Old InfoObjects Fields but not for the New InfoObjects I added in InfoCube.
    -Sonali

    Hi,
    Why dont u debug the load through DTP debugging and check what happens to the source field and target field once it passes through the transformation. You can easily trace back where the fields are becoming blank.
    The loads which you have mentioned earlier did it have values in Added Records/Transferred Records column for the cube.
    Regards,
    Mani

  • Reg.New field creation in Consumption posting area

    Dear Experts
    We want to create new one filed in the below refered path.
    SPRO->Material Management->Purchasing->Account Assignment category. in the below screen
    Consumption posting filed - New field to be added.
    How to create the above. Pls advise
    Thanks
    Rajakumar.K

    Hi,
    u can discuss with ABAP er for creation of new field in that existing screen means u can go for the enhancement as per ur requirement.
    otherwise, u can use the existing 17 types of account assignment categories that are provided by std. SAP. u can use the following any one of consumption posting area.
    A Asset
    V Consumption
    E Accounting via sales order
    U Unknown
    P Accounting via project
    or u can check any possibility to define any new consumption posting indicator.

  • In material master How to add a new field on Basic data 1 view

    Please Help It's very Urgent...
           I have the Requirement that in Material Master a new field reqired to be added on basic data 1 view. This new field should be added just below field Old Material Number( MARA-BISMT).
    Can anyone Please suggest the correct way to add the field as per above requirement.
    I hope to get quick reply.
    Thanks and Regards...
    Tanweer Zaki

    No need to validate all the other fields is no wear concerened with you, if you have any requirement to validate your field MVKE-LFMAX .
    PROCESS BEFORE OUTPUT.
                         Verarbeitung vor der Ausgabe
      MODULE INIT_SUB.
      MODULE GET_DATEN_SUB.
      MODULE FELDAUSWAHL.
      MODULE SONDERFAUS.
      MODULE SONFAUSW_IN_FGRUPPEN.
      MODULE FAUSW_BEZEICHNUNGEN.
      MODULE FELDHISTORIE.
      MODULE BILDSTATUS.
      MODULE ZUSREF_VORSCHLAGEN_B.
      MODULE REFDATEN_VORSCHLAGEN.
      MODULE ZUSREF_VORSCHLAGEN_A.
      MODULE SET_DATEN_SUB.
    PROCESS AFTER INPUT.
                         Verarbeitung nach der Eingabe
      MODULE GET_DATEN_SUB.
      CHAIN.
         FIELD MVKE-LFMNG.
         FIELD MVKE-AUMNG.
               MODULE MVKE-LFMNG ON CHAIN-REQUEST.
      ENDCHAIN.
      FIELD MVKE-EFMNG.
      FIELD MVKE-SCMNG.
      FIELD MVKE-RDPRF.
      CHAIN.
         FIELD MVKE-SCHME.
               MODULE MVKE-SCHME.
      ENDCHAIN.
      CHAIN.
         FIELD MVKE-RDPRF.
               MODULE MVKE-RDPRF.
      ENDCHAIN.
    <b>CHAIN." to validate your field
         FIELD MVKE-LFMAX.
               MODULE MVKE-LFMAX.
      ENDCHAIN.</b>
      MODULE SET_DATEN_SUB.
    PROCESS ON VALUE-REQUEST.
    Selbstprogrammierte Eingabehilfen
      FIELD MVKE-SCHME  MODULE MEALL_HELP.
      FIELD MVKE-RDPRF MODULE MVKE-RDPRF_HELP.
    <b>&----
    *&      Module  MVKE-LFMAX INPUT
          text
    MODULE MVKE-RDPRF INPUT.
    Validate check code
    ENDMODULE.                 " MVKE-LFMAX  INPUT</b>
    Thanks and Regards,
    Pavankumar

  • New Fields For Free Goods Determination

    Hi everyone.  We need to add a new field for FG determination.  According to the documentation in SPRO, the new field should be added in SE11 KOMK under include KOMKZ for free goods.  However there is no KOMKZ include in KOMK.  How is this supposed to work?  We have succesfully added fields for pricing, shipment cost, listing and exclusion without any problems.
    "New fields for free goods determination are added in the following INCLUDES:
    Header data in KOMKZ (INCLUDE in KOMK, KOMG)
    Item data in KOMPZ (INCLUDE in KOMP, KOMG)"
    Thanks!

    Hi Rodrigo..
    As mentioned the include is KOMKAZ and not KOMKZ.. Just wanted to check if code has been written in the user exits to populate that fields..
    Ex:
    FORM USEREXIT_PRICING_PREPARE_TKOMK in include MV45AFZZ .
    It worked for me.
    Best Regards,
    Pradeep.

  • Addition of new field in the lis standard structure

    I want to bring a new field which is available in the standard structre of 2lis.  By bringthis,  i have to fill the set up table , so that this can be brought to the PSA.  Since my PSA, ODS has already got data, i don't want to run the set up table. Do we have any user exit to fill the data for all new records as well as old records.

    HI Pooja,
    Tell me one thing, is that new field you have added in the Append Structure ? I mean have you done the enhancement.....
    or is the field already existing the datasource.....but not mapped in the DSO level....and now you have added the new characteristic in the DSO.....and just want tol fill that field....
    If the second case is true and the data for that field already exists in the DSO.........then you can just delete the data from the DSO and do a Full repair from the PSA......
    If the first case is true that you have done the enhancement....then it means that PSA doesn't contain the data for the new field.........in that case there is no other alternatives........you have to fill the SEt Up table ...
    Regards,
    Debjani......

  • New field in account advanced search

    Hello Experts,
    I'm facing issue where the new field is not showing up on the advanced search screen for account (CRMM_ACCOUNT).  The new field has been added to both search request and search result structure.  The logic has also been implemented to incorporate the new field into the search query. 
    When add this new field to the field group, the field displays on the 'Get' drop down box and I was able to search by this new field fine.  However, it doesn't get display on the advanced search screen.
    Any help would be appreciated.
    Thanks,
    --Jamie.

    Hi Jamie,
    What i understand is the field has been added in Field Grp ACC_SEARCH_LOG_04 but its not showing up in Advanced Search right. I hope you should do this step i.e  Goto-> Layout Generation and Uncheck 'Only Check Fields Groups' from the checkbox and Enter the Field Grp in Field Grp field over there then execute it. Hope you can see the Custom field there.
    When you click Show advanced search you can see the 'Find Dropdownlist box ' select 'All Accounts' value from there and check whether your custom field is populating there or not.
    Thanks,
    Raju

  • Add new field into Standard Adobe Form

    Hi Expert,
    I'm trying to do a very simple thing (at least that is what i think), we want to have new scenario for PCR (personnel change request). So i copy the standard interface and form (ISR_FORM_SPEG)  and add some new field in that form (trough Tcode SFP). The problem is the new field that i added is not showing up any value, i tried to add address or personnel area to the form. What do i miss here? I'm relatively new to this adobe form. Thanks
    Regards
    Hendri

    Hi,
    Because I'm new at this i will assume that this problem is just as a matter of binding problem. I've copy the form and interface  ISR_form_SPEG to Z.
    In interface(TCode SFP)  Z_ISR_IF_SPEG there is enty in import like this
    position | Type | QISR_TAB_type|   |    |
    In the Z_ISR_FORM_SPEG i drag the interface Position (from import folder) into the context on the right side of screen, in Layout tab i create ISR Text Display, and drag the position into the text display (which i believe is the binding processes). Activate it and save. But no value is displayed when running the iview on the portal (personnel change request), the form show and all label are show too but the value is not showing. Thanks

  • Added new field to cube but data not passed from DSO

    Hope someone can help.
    (BI 7.0) We added new fields into a cube. The fields already existed in the DSO. When we ran the process chain in development for the first time after making this change, we notice that the 'historical' data for these fields is populated in the cube. When we do this in our quality system only new data passed to the cube is updated. In development in the sub-chain DTP request we see all previous requests listed under selections. In quality it is only the latest request. The only difference is that the DeltaInit flag in the DTP request in development is ticked (extraction mode) - but not in quality. Does anyone know whyb this is?

    hi peter,
    Adding fields to cube doesn't affect delta status...The delta DTP should be able to handle delta requests automatically.
    I guess in you quality system, the cube already got all requests updated from ODS before you importing the change request. And in develop system none of the requests in ODS were updated before the change.
    Regards,
    Frank

  • Error while adding a new field to the Segment in we31

    Hi ,
    I am getting error when i am trying to add the new field to the cust. segment.
    It is released for the adding the new fields i am cancelling the release , but i got a message like this
    Error while resetting release of segment 'segment name'.
    it is comming from the message class EA and message number 259.
    Thanks in advance.
    Reagrds,
    bharani

    Hi,
    Have you tried Cancelling the release before adding the version?
    Select the active version of the IDOC Segment and cancel its release first. Only then you will be able to add a version.
    Please let me know if it worked!
    Vijay

  • Added new fields in vendor master in xk01 but data is not getting saved

    Hi experts,
    To add new fields in vendor master i have followed the following steps :
    1.) Appended a structure ZRTGS in LFA1 table with required fields and activated
    2.) Added new button in xk01( vendor master ) using spro -> logistics-general -> business partner -> vendors ->
    control ->adoption of customer's owaster data fields -> prepare modification free-enhancement of vendor master record
    Created a screen group ZR and defined label tab pages with function code ZRTGS and saved entries
    3.) Created a implementation for BADIs VENDOR_ADD_DATA and VENDOR_ADD_DATA_CS.
    4.) Created a program with my own subscreen for the required fields
    The button is getting displayed in XK01, XK02 and XK03 respectively. Whenever the button is clicked the subscreen with
    the fields is also displayed. But whenever i try to save the data in either XK01 or XK02 it is not getting saved in to the
    database table LFA1.
    Request your help in this regard.
    Thanks in Advance.

    Hi,
    You may need to check this include .
    EXIT_SAPMM06E_008  -->Import Data from Customer Subscreen for Purchasing Document
    Thanks,
    vamshi

Maybe you are looking for

  • OBIEE 11g: Dashboard not invoking simple javascript alert

    Hi Experts, I'm trying to invoke one simple ALERT command with javascript in obiee 11g dashboard. The purpose is when it loads, it should print one ALERT message and also when we change something in the prompt and clicking Apply button. Here is code

  • Can Keynote spell check in different languages?

    Hello again, One more question: Can Keynote spell check in different languages? and... How? Thanks for your help. JP

  • My iTunes music store comes up in German!

    I've installed 7.02.16 yesterday, and when I wanted to subscribe to a new podcast, the music store came up in German. My preferences have always said English and the menus and regular screen are all in English. I do understand SOME German, but not en

  • Mac executable file won't run on Mac

    I am trying to get a mac executable file to run on a mac. It has been authored in Captivate 5.0 PC version. I have tried to run it on a Mac book, about 5 years old and nothing opens at all and same on an old G4. I have had no other opportunity to tes

  • Planning Book(supplier)

    Hi experts, I am unable to find out Supplier (Vendor Location type 1011), in selection Window. because of that when i  entered my supplier number  with product in APO -location and APO-Product  . So the result is No objects Selected. I have supplier