MI Backend Customizing (CRM)

We call the Mobile Sales Online Configuration Console with the URL
http://<YourHost>:<Port>/webdynpro/dispatcher/sap.com/mba~com.sap.mbs.mso.configurationconsole/ConfigurationConsole  to set up our configuration.
But we can not see anything in the Backend Customizing tab.
There are no customizing groups and available values.
Are there any customizing steps to connect to backend (CRM) system?
Thanks in advance....

Hi,
Let me ask one more qustion please.
We still get the error 'Error while loading backend Customizing values from the database' on the backend customizing screen.
I think we have connection problems.
We have maintained two JCO destination for CRM Backend system. One is MBA_MSO_MODELDATA_DEST the other is MBA_MSO_RFC_METADATA_DEST. MBA_MSO_MODELDATA_DEST seems ok, I got a message  JCO destination 'MBA_MSO_MODELDATA_DEST' was sucessfully tested.
But during maintaining the MBA_MSO_RFC_METADATA_DEST destination we have to select load balanced connection type and message server although we have single server. Because of this reason when we test MBA_MSO_RFC_METADATA_DEST we have gotten an error message 'com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM  TYPE=B MSHOST=crmhost GROUP=PUBLIC R3NAME=CR1 MSSERV=sapmsCR1 PCS=1 LOCATION    CPIC (TCP/IP) on local host ERROR       service 'sapmsCR1' unknown TIME        Wed Oct 26 16:06:11 2005 RELEASE     640 COMPONENT   NI (network interface) VERSION     37 RC          -3 MODULE      ninti.c LINE        494 DETAIL      NiPGetServByName2: service 'sapmsCR1' not found SYSTEM CALL getservbyname_r COUNTER     1 ' .
Do you have any idea why we have to select the load balanced option?
or
Is somthing wrong with our JCO connections.
Thanks in advanced...

Similar Messages

  • How Do I output Custom CRM Fields?

    There is currently no reference or insertion method to obtain these very easily but it can be done.
    Note: This topic assumes you have already made your custom fields.
    Step 1:
    Create a Test Page or go to a test page you may have.
    Step 2:
    Launch the module manager
    Step 3:
    Select the Securezone options and go to insert an Customer update details form.
    Step 4:
    When you click the link you will see the CRM fields dropdown appear, Choose the custom field set you made.
    Step 5:
    Insert the form into the page.
    Step 6:
    If you Click the HTML view and scroll to where it has inserted the custom CRM fields and look at the source you will see that there is the module tag code you need.
    <tr>
          <td><label for="CAT_Custom_201289_72865">Secondary Support Manager Email</label><br />
          <input type="text" class="cat_textbox" id="CAT_Custom_201289_72865" name="CAT_Custom_201289_72865" maxlength="1024" value="{module_customerfield,72865,201289}" /></td>
    </tr>
    {module_customerfield,72865,201289} is what your after.
    Step 7:
    Copy the module code and use as you need to in your templates. Please note that these will only work when logged in and only for that person who is logged in.
    So, what is this good for?
    You may want to show a company Logo in the template when they have logged in for example. This is perfect for this.

    I'm trying to get this to work to no avail...
    I have ceated an Extended CRM Field that has a series of check boxes. I inserted the "Edit Customer Details" form on a page. In the custome record I just want to display the selection of the field, not the entire list of checkboxes. I also wanted to use tis field (The selected checkbox) in the checkout form. Anyway the code looks like this:
              <tr>
                    <td><label>Premium Seating Boxes</label><br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_0" value="PSB 1 - Regina Pats" />PSB 1 - Regina Pats<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_1" value="PSB 2 - CKCK TV" />PSB 2 - CKCK TV<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_2" value="PSB 3 - Molson Breweries" />PSB 3 - Molson Breweries<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_3" value="PSB 4 - Coca-Cola" />PSB 4 - Coca-Cola<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_4" value="PSB 5 - All-Rite Plumbing" />PSB 5 - All-Rite Plumbing<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_5" value="PSB 6 - Dilawri Group" />PSB 6 - Dilawri Group<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_6" value="PSB 7 - Yara-Sask Ferco" />PSB 7 - Yara-Sask Ferco<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_7" value="PSB 8 - Leipert Financial" />PSB 8 - Leipert Financial<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_8" value="PSB 9 - Evraz" />PSB 9 - Evraz<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_9" value="PSB 10 - SaskTel" />PSB 10 - SaskTel<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_10" value="PSB 11 - Evraz" />PSB 11 - Evraz<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_11" value="PSB 12 - Brandt Tractor LTD." />PSB 12 - Brandt Tractor LTD.<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_12" value="PSB 14 - Viterra" />PSB 14 - Viterra<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_13" value="PSB 15 - Leader Post" />PSB 15 - Leader Post<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_14" value="PSB 16 - The Co-Operators" />PSB 16 - The Co-Operators<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_15" value="PSB 17 - Mosaic" />PSB 17 - Mosaic<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_16" value="PSB 18 - Harvard Western Insurance" />PSB 18 - Harvard Western Insurance<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_17" value="PSB 19 - Regina Pats" />PSB 19 - Regina Pats<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_18" value="PSB 20 - Bayer Corp." />PSB 20 - Bayer Corp.<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_19" value="PSB 21 - Fries Tallman" />PSB 21 - Fries Tallman<br />
                    <input type="checkbox" name="CAT_Custom_434349_142115" id="CAT_Custom_434349_142115_20" value="PSB 22 - Sask Gaming" />PSB 22 - Sask Gaming
                    <script type="text/javascript">function setSelectedCheckbox(radioObj,options) {optionsToSelect = options.split(',');for(var i = 0; i < radioObj.length; i++) {radioObj[i].checked = false;if(optionsToSelect.indexOf( radioObj[i].value) != -1 ) {radioObj[i].checked = true;}}}; setSelectedCheckbox(document.getElementsByName('CAT_Custom_434349_142115'),'{module_custo merfield,142115,434349}');</script>
                    </td>
                </tr>
    So I grabbed the section {module_customerfield,142115,434349} and iserted it in the form but it doesn't display anything at all. Is this because it's checkboxes? Any help on this would be greatly appreciated.

  • How do I output custom CRM fields on a Customer Orders list layout template?

    I am familiar with using {module_customerfield, 123456, 789123} to show custom CRM fields for Customers, however I would like to know if I there is a way to do that for Orders. I have a Customer Orders list layout template with a table:
    Reference#          Details                         Name
    {tag_orderid}        {tag_ordername}         {module_orderfield, 168113,509283}
    Is there a way in BC to output custom CRM Order fields?

    I am familiar with using {module_customerfield, 123456, 789123} to show custom CRM fields for Customers, however I would like to know if I there is a way to do that for Orders. I have a Customer Orders list layout template with a table:
    Reference#          Details                         Name
    {tag_orderid}        {tag_ordername}         {module_orderfield, 168113,509283}
    Is there a way in BC to output custom CRM Order fields?

  • Accessing Custom CRM Fields using {module_data}?

    I know I can access CRM data on the site using {module_data version="v3" resource="customers"}.
    Is it possible to access the Custom CRM fields using the {module_data} tag? If so, how do I do that?

    Hi Lynda,
    Vote, comment and add your 2cents to the idea thread of this same idea. And use your powers of persuasion to get BC to hurry up on this feature!
    https://forums.adobe.com/community/business_catalyst/developer_forum/content?filterID=cont entstatus[published]objecttypeobjecttype[idea]
    Please vote, your voice counts.

  • How can I look up a user's details by a custom CRM field?

    Hi all,
    I'm researching the possibility of using BC to record brick-and-mortar sales to site members who have a membership card. The way I imagine this would work in the site is that each user on BC would have a barcode field containing their membership card's barcode number. After each sale, the checkout person would scan the customer's membership card, and BC (using a web form) would record a case for the sale. Initially, there would be no data recorded on the monetary value of the sale, just the fact that the customer bought something.
    I've had no trouble setting up the CRM field for the user's barcode, but I'm having some difficulty with the web form to record the sale. BC requires that it record the full name and email address of the customer as well as any other fields I might add (ie. the barcode), and it would be too cumbersome to enter these each time a customer with a membership card bought something.
    I think a possible solution would be to look up the customer's name and email address from their barcode number using Javascript and then populate those fields in the form. I'm quite capable of writing the JS to accomplish this, but I haven't found a way of getting that information out of BC. Do you know if there is a way to do that? Or is there another way of solving this problem that I haven't thought of? Thanks in advance for any pointers you can offer!
    Cheers,
    Rohan

    h.put(Context.INITIAL_CONTEXT_FACTORY," ********what should i use here???????*************************")
    Each app server provides their own jndi factory class. For ex for weblogic it is weblogic.jndi.WLInitialContextFactory. SInce you are using sun app server, check if there are any examples to find out or the docs.
    private static String url="http://localhost:4848
    Since the client is in a different machine the localhost is not going to work here. provide the url or the machine name of the system in which ur sunapp server is running. In addition u will need to have the stubs of the remote interfaces in ur client machine.

  • Date format mismatch between OIM 11gR2 GTC and backend custom database table (Oracle 11g R2)

    Hi,
    We have an OIM 11g R2 version running that has a GTC installed and configured. The GTC is used to provision to a 11g R2 database table via the DBAT 9.1.0.5.0 connector. Now the requirement is that the timestamp be recorded in the backend DB when a new record is provisioned to it using the GTC.
    During the setup of the GTC, the target system date format is asked for should be one from among the values allowed by the following predefined formats:
    Customizing Formats (The Java&amp;trade; Tutorials &amp;gt; Internationalization &amp;gt; Formatting)
    Now our problem is that the target DB to which the provisioning is supposed to happen, isn't under our control and hence we cannot change its schema, and the date format in that table is of the type "01-JAN-10 12.00.00.000000000 AM", which translates to "dd-MMM-yy hh.mm.ss.fffffffff (AM/PM)".
    On the other hand, as you can see from the above link, none of the values that OIM allows to be passed through the GTC allow for that format to be used.
    Does anyone know of any way in which we can intercept the GTC provisioning request and convert the date on the fly, after OIM has passed on the control, but before the values are written into the DB table, or does anyone know of any workarounds to this issue?
    I'd really appreciate it if someone could provide a solution to this.
    Thanks.

    [http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/refsched.htm#CIHBFCJG]
    See 26.6 for the plugin.zip directory structure, and as I said, I used the same method on a previous task in the same OIM instance.
    Edited by: 939908 on Jan 31, 2013 8:04 AM

  • Download customizing crm - cdb - msa ?

    Hello forum,
    where/which objects do I have to download in crm, so that my
    msa-client has the same customizing as my crm-online ?
    I use in msa bp/cp with activity-management.
    Hope someone can help !
    Thanks
    Gerd

    Hi Gerd,
    Below mention is list of adaptor objects to be downloaded from CRM to CDB:
    Object Name     Description
    BOTVAK_OBJECT     BOTVAK_OBJECT
    BOTVAPO_OBJECT     ATP Profile per Item Category
    CRM_DNLPRDOBJFA     Product Object Family
    CRM_DNLPRDSCHEM     Numbering Scheme for Hierarchy
    CRM_DNLPRODTYPE     Definition of Product Types
    CRM_DNLSUBJPROF     Subject Profile
    CRM_DNL_ACT_CAT     Activity Category
    CRM_DNL_ACT_H     Activity
    CRM_DNL_ACT_OBJ     Activity Objective
    CRM_DNL_ACT_PRI     Activity Priority
    CRM_DNL_BNKA     Banking Master
    CRM_DNL_CODEPRG     Code Profile
    CRM_DNL_CODEPRO     Code Profile
    CRM_DNL_COPYCU     Service Transaction Type
    CRM_DNL_CYCLE     Sales Cycle of the Opportunity
    CRM_DNL_CYCPHAS     Sales Cycle of the Opportunity
    CRM_DNL_ICATEG     Service Item Category Group
    CRM_DNL_ITMTYPE     Item Type
    CRM_DNL_IT_ASSG     Item Assignment
    CRM_DNL_OPPIPOR     Opportunity Class
    CRM_DNL_OPPORTH     Opportunity Header customizing
    CRM_DNL_OPPTYPE     Object/Opportunity Sub-Type
    CRM_DNL_ORGMAN     CRM_DNL_ORGMAN
    CRM_DNL_PAR_FCT     Partner Function
    CRM_DNL_PAR_PDD     Partner Determination Definition
    CRM_DNL_PAR_PDP     Partner Determination Procedure
    CRM_DNL_PHASE     Funnel Phase
    CRM_DNL_PPFTCON     PPF: Actions
    CRM_DNL_PPFTCU     PPF: Trigger Type
    CRM_DNL_PRDCT     Service Valuation Types
    CRM_DNL_PRDOBJF     Product Object Family
    CRM_DNL_PROCTYP     Process Type
    CRM_DNL_PRODUCT     Material Number Conversions
    CRM_DNL_PRT_PFT     MSE Partner Function Category
    CRM_DNL_QPC     Code
    CRM_DNL_QPG     Code Group
    CRM_DNL_SCAPPT     Date Type
    CRM_DNL_SLSITEM     Sales Item Customizing
    CRM_DNL_SOURCE     Opportunity Source
    CRM_DNL_SRVCUST     Service Header Customizing
    CRM_DNL_SRV_TY     Service Types
    CRM_DNL_STAREAS     Status Reason
    CRM_DNL_SUBOB     Service Object Types for BTH
    CRM_DNL_SUBOB_I     Service Object Types for BTI
    CRM_DNL_TAXCNT     TB070
    CRM_DNL_TAXCN_T     TB070T
    CRM_DNL_TEXT_O     Text Object Definition
    CRM_DNL_TEXT_P     Text Determination Procedure
    CRM_DNL_TG_TT     TB071
    CRM_DNL_TIMECTE     Date Set Profile
    CRM_DNL_TJ02     System Status
    CRM_DNL_TJ20     Status Profile
    CRM_DNL_TJ30     User Status
    CRM_DNL_TQ15     Code Catalog Type
    CRM_DNL_TTXID     Texts for Text IDs
    CRM_DNL_TTXOB     Defaults for Object Types
    CRM_DNL_VAL_TY     Service Valuation Types
    CRM_TTE_CNTDEP     Country-Dependent Customizing
    CRM_TTE_COMMUNI     Community
    CRM_TTE_INTDATA     Customer Interaction Data
    CRM_TTE_MAP     Customer Mapping
    CRM_TTE_SYSDATA     Customer System Data
    CRM_TTE_TAXABIL     Customer Taxability
    CUST_CHAN_WRITE     Campaign Channels
    CUST_CTYPT_WRT     Campaign Type
    CUST_PCAUT_WRT     Campaign Authorization
    CUST_PCOBJ_WRT     Campaign Objective
    CUST_PCTAC_WRT     Campaign Tactics
    CUST_PRCPROCDET     Determine Pricing Process
    CUST_PRCPROC_DE     CUST_PRCPROC_DET-SalesDoc
    CUST_PRIOR_WRT     Allocation Priority
    CUST_PRIOTX_WRT     Campaign Priority
    CUST_STUS_WRITE     Allocation Item Status
    DNLITEMSTATUS     Opportunity Item status
    DNL_CRM_IBA_CTY     IBase Component Type (Service)
    DNL_CRM_IBA_TYP     IBase Types
    DNL_CUST_ART_NO     Product: Categories
    DNL_CUST_AU_CON     Sales Document Types: Texts
    DNL_CUST_BNKA1     Banking Information CRM->CDB
    DNL_CUST_CLASS     Sales
    DNL_CUST_COUNTR     Business Partner: T005*
    DNL_CUST_CREDIT     Business Partner: TFACT
    DNL_CUST_CURREN     Currency
    DNL_CUST_CUST1     Business Partner: 151,188,189
    DNL_CUST_CUST2     Business Partner: TPRIT
    DNL_CUST_CUST3     Business Partner :TVGFT
    DNL_CUST_GLOBAL     Business Partner: TSAB, TSABT
    DNL_CUST_INDUST     Business Partner: T016T
    DNL_CUST_IT_CAT     Sales Document Item Categories
    DNL_CUST_LANGU     Business Partner: T002, T002T
    DNL_CUST_MAT1     Sales, Shipping
    DNL_CUST_MTART     Item Category Group
    DNL_CUST_PAFUNC     Partner Function Groups
    DNL_CUST_PERS1     Business Partner: TPKFT, SABT
    DNL_CUST_PERS3     Business Partner: TB010
    DNL_CUST_SD_CON     DNL_CUST_SD_CON
    DNL_CUST_SD_OR1     Business Partner: VAST
    DNL_CUST_SD_OR2     Business Partner : VFST
    DNL_CUST_STOCK     Process Type
    DNL_CUST_SYSMSG     Messages
    DNL_CUST_SYS_TB     Contains SMONRIV
    DNL_CUST_UNITS     
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Sales area check in backend customizing not activated - MDSD not possible

    HI,
    While working test cases for upgrade to ECC 6.0 we encountered error message /DSD/ME 070 "Sales area check in backend processing not activated -> MDSD not possible" while trying to create a customer via an intranet application.  I have searched forums, OSS messages, the DSD configuration guide, SAP help, and everything else I can find and have found nothing.
    Can someone please point me to proper configuration setting?
    Thanks
    Steve

    Hi Steve
    Maybe is a problem in customizing. In SPRO --> Logistics Execution --> Direct Sttorage Delivery --> Basic Function --> Activate single Sales Area Processes.
    Mark the flag and test.
    Regards, Jenny

  • Identify price [Derive dynamic pricing] related fields within sales quote output form in SAP cloud for customer CRM application

    We have designed a Sales Quote Output Form using ADLC for SAP Cloud for Customer (C4C). We need to print both header and item level price details like Unit Price, Tax%, Tax Amount, Discount %, Discount value on the output form. We are now struggling to find the actual fields which will carry these values in the transaction. We are using multiple pricing procedures which have different condition types. The struggle is to find the actual condition type while generating the output. Can somebody guide which fields could carry these values which condition type. Can this be achieved without coding. Please guide.
    I have added two screen shots for reference.

    I am not sure I understand your question. What I think you are asking is in your data binding where is the data for fields in question. That is something you will need to get from whoever defined the data. The connection simply binds the data to your form but determining which field carries that data is not something this group would be able to help with. I would go back to your DBA and ask for a schema or DB reference to show which bindings will carry that data. Does that help?

  • Customized CRM interface hiding locations

    Hi,
    Our CRM has been so highly customised that as an Adminstrator I cannot find my way to some of the out of the box locations.
    For example,  Settings / Auditing / Audit Log Management is not visible.
    Presumably there must be some server-relative URLs for such locations - can anyone point me to such a list please?
    Thanks.
    Maz

    Hello,
    To recheck urls you can use
    XrmToolbox.
    Download it, connect to CRM Instance. Open SiteMap editor and restore default Sitemap (but don't publish it to CRM). After that you will have possibility to see required areas and in settings of area ou can find required Url.
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • Customer CRM Address in Google Maps?

    Is it possble to plot a map of customers on a Google Map using the CRM address information? Similar to how it's done with a WebApp?

    Hi Scott,
    That's not possible since there's no module that will retrieve CRM data from the frontend.
    Cheers,
    -mario

  • Customizing CRM Locator Results List

    I've created a few new search options for our CRM Locator and they work fine.  Now I've been asked to modify the results list to contain fields other than the 4 that are currently supplied.
    Could someone point me in the right direction as to how to do this?
    Thanks!
    -=Rob=-

    Hello David,
    Please check in your CRM table  SMOFPARSFA:
    MANDT         001
    PARSFAKEY     CRMRF
    PARNAME       SETTINGS_REPORTING_FRAMEWORK
    By default, the auchorization check is avtiviated.
    If the authorization check does not work, I am afraid that your auth profile is not set up correctly.
    In standard, authorization objects are checked by following sequence:
      CRM_ORD_OP
        CRM_ORD_LP
          CRM_ORD_OE
    That is CRM_ORD_LP is only checked when user failed in CRM_ORD_OP's check.
    CRM_ORD_OE is only checked when the check against CRM_ORD_OP is failed.
    The detailed information is in the link I sent last time.
    Please adjust your authorization profile settings.
    You can also check the via debugging. The authorization check is executed by FM CRM_ORDER_CHECK_AUTHORITY_GEN.
    Best regards,
    Maggie
    Edited by: Maggie Su on Sep 27, 2010 3:30 AM

  • Solman 7.1 - CRM WebClient UI - custom field mandatory on status change

    Hi
    I've got a question and I'm not sure if it's possible.
    Basically i have created a custom field in CRM WebClient UI and I have added this field to my Z configuration. This works fine.
    Now, I'm wanting to make an error to appear if this field is blank (hasn't been filled in) when the status of the transaction type changes to a specific status.
    i.e. if "custom field" is BLANK when SMTM changes to Closed, then error appears
    I know the field can be made mandatory, but this particular custom field won't be filled out straight away. Therefore I want the check to occur when the document is closed. Can this be done via PPF Conditions? Or is ABAP/enhancement the only way?
    Thanks
    Shaun

    Hi,
    For customizing crm web ui, you must need AET or EEWB tools. Best Practices for SAP CRM Web UI Customization - CRM - SCN Wiki
    but try by using the standard sap note  1772650 - ST710:You can save a message even though mandatory fields are not filled in. which can set certain warning message for custom fields or not and the other relevant  1931783 - Incident can be saved without filling mandatory fields
    Please check.
    Thanks
    Jansi

  • Extend Salesdocument by Customer Tables (Z-Tables) sync. R/3 -- CRM

    Hello Experts,
    I am new to sdn and SAP CRM.
    At the Company where I am working we are using a SAP CRM 5.0 System.
    I have the requirement to append customizing Tables (Z-Tables) to the Salesdocument.
    The Z-Tables are mapped to the BAPIMTCS Structure and were transferred to the CRM System.
    Until yet I had enhanced the structure u201CCRMT_EXTENSION_COMu201D and the Structure u201CBAD_BUS_TRANSN_MESSAGEu201D. To these Structures I append a structure which represents the z-table.
    I had implemented the Methodu201CIF_EX_CRM_DATAEXCHG_BADI~CRM_DATAEXCHG_R3D_MBDOC_FILLu201D
    In this Method I have filled the customer table extension of the changing Parameter u201CCT_BUS_TRANS_MSGu201D.
    As next Step I tried to Implement a customer version of the Badi u201CCRM_BTX_EXTENSIONSu201D. In this Step I tried to implement the following Method u201CIF_EX_CRM_BTX_EXTENSIONS~READ_FROM_BDOCu201D. In this Method I filled the customer Table extension in changing parameter u201CCT_EXTENSIONSu201D and the changing parameter u201CCT_INPUT_FIELDSu201D.
    At the moment I see in the Transaction u201CSMW01u201D that the u201CCustomer extension Segmentu201D of the messaging BDoc-Type: BUS_TRANS_MSG is only filled in the u201CmBDoc Validationu201D entry but not filled in the u201CmBDoc Notificationu201D entry.
    I hope that somebody has a helpful hint or tip for me, How I had to Implement the other Methods of the Badi u201CCRM_BTX_EXTENSIONSu201D or if I had made mistakes or used wrong badis until yet.
    Additional I had the Question, in which Method I had to fill the Customer CRM- Online Table and The Customer CDB Table.
    At the moment I am programming without a Guide or Tutorial for such extensions. At our company there is anybody which had ever implemented such an extension in CRM system.
    Thank you very much
    Kind regards
    Robin

    ok,
    Might be easier using EEWB (business activities are included, but haven't tried it yet)
    1. Extending of the bdoc: I cannot find the segment you're refering to. I would think that you'll have to enhance segment activity_h, structure bad_activity_h_mess.
    2. The flow context is used to process the bdoc, not to fill it. Maybe the fields are automatically filled when you enhance the bdoc (move-corresponding), but I wouldn't count on it.
    --> You'll have to update the fields in the bdoc from memory before you actually complete the LUW of saving the activity.
    3.4.5. The adapter object is used for initial loads, filtering, sync loads and ...
    If you want to send your fields to R/3 in the BAPIMTCS table, you'll have to fill this table either in a user-exit (like smoutil3) or add a function to the flow context (and call an R/3 RFC yourself).
    --> It might be easier to just add a function to the flow context and pass the data from this function to an RFC in R/3.
    Grtz,
    Michael.

  • B2b application upgrading from crm 5.0 to  7.0

    hi,
    I am a java developer.I am very new to sap and nwds and nwdi. I am having a custom crm B2B application built on java and struts, and a standard application.My sap BASIS team upgraded backend components from crm 5.0 to 7.0.Now they asked me to change the ear file. I don't know what to change and just asked them to deploy the old ear file using SDM.They deployed it using SDM.Though standard application is working proper,custom application is not working.So,what changes should I do now to make custom application work.And I don't have NWDI,what ever I want to do I have to do with NWDS.

    hi Jun Wu,
    First of all thanks for your reply..What basics sholud I need have, to get help from some body ??...Does SAP shouldn't be learned by people who doesn't know sap??

Maybe you are looking for

  • Excel Upload and moving the data to dynamic itab

    Hi Folks, I am building a fieldcatalog dynamically based on the table name and then creating a dynamic internal table based on the fieldcatalog.Now I have a excel sheet having the fields in the same structure as the fieldcatalog that I built.I want t

  • No fullscreen for video

    I am using the plugin click2flash for safari on my Snow leopard 10.6.2, When am watching youtube videos using the plugins quicktime HD mode i am not able to see it in fullscreen mode. But when i see the same movie using webkit i am able to watch it i

  • Cropping tool not working - please help

    i can't figure out what the %$#* is going on with my cropping tool. when i drag it across a picture, then crop, the image is reduced to a spec. the information window defaults to a size only fractions of an inch, even though the actual picture is sti

  • Since updating to IOS 8.1.3 I have lost iMessage and FaceTime off my iPad, anyone able to offer advice please

    Snice updating my iPad to IOS 8.1.3 I have not been able to use iMessage or FaceTime. Anyone know how I can fix this please

  • Reading PDF with Links not working in iOS or Android

    Good day all, I have created a PDF file that has links to other PDFs.  The file would be over 500 pages long, and too large to download to devices for viewing, so we as a company have determined that the best thing is to create Bookmarks and/or Table