Mapping CRM Field to ECC Field

Hi,
I have a requirement to map a field in the CRM Sales Order (Activity Reason) to a field in the ECC (Order Reason).
Because the CRM doesnt have a order reason field i want to use the Activity Reason field available under Business activity tab for this purpose. This i want to write via a BadI. The BADI has been identified as CRM_DATAEXCHG_BADI
I am knew to BADI and hence not aware of how to proceed. Any help will be greatly appreciated. Where to start and wat are the changes needed.
Thanks in advance.
Regards,
Pradeep

Hi Sudha,
Thanks for the answer. This I have done and already found the interface and the method that needs to be implemented. The method is <b>crm_dataexch_after_bapi_fill.</b>
Here I have a parameter bapisdhd1x with component ord_reason. Now my question is what exactly is the implementation to map this field (<b>LISTCODE</b> in CRM) to the filed <b>AUGRU</b> (this is a field in the table VBAK on ECC).
The LISTCODE is a component of the structure and not a database table field. Hence i am stuck at this point. What is the exact mapping needed here?
Thanks,
Pradeep

Similar Messages

  • Mapping of CRM BP standard field to ECC Standard field

    Hi Experts ,
    We have a requirement in which we need to copy "Identification Type" field (table field BUT01D-TYPE) in "Identification Tab" of Business Partner from CRM into ECC Standard Field 'Corporate Group' in Control Data in XD01 (Table Field KNA1-KONZS).
    Please let me know where I can do the mapping of the CRM field to ECC field for this requirement .
    thanks in advance.
    Anil

    Go to se19 and choose name for the implementaion and click create. Definition is 'CRM_DATAEXCHG_BADI'. Choose description for the implementation and Save your implementation. Next you have to implement method CRM_DATAEXCH_R3D_MBDOC_FILL by doubleclicking on it. Data coming from r3 are witen in table TI_BAPIMTCS. And to write data to crm you can use direct logic or fill structure of CT_BUS_TRANS_MSG.
    For more information about the badi goto SE18 and open badi CRM_DATAEXCHG_BADI and hit Documentation button.

  • Middleware settings to map CRM Z table fields with ECC material master flds

    Hi,
    We want to create  a Z table in CRM,this table willl have 2 fields External Material Group and Old Material Number.These 2 fields in CRM table are corresponding to same material master (MM03) fields in ECC.The changes to these fields done in ECC material master should be updated in CRM Z table.
    I want to understand the middleware settings I need to do in order to map the ECC and CRM fields.
    Thanks in advance for your help
    Swapnil

    Hi Swapnil,
    I am new to Middleware, I am also having same requirement , can you please tell me the process how you resolved this thread.
    Thanks in advance,
    Regards,
    Santosh.

  • Mapping of field from ECC to CRM - DChain-spec. status field

    Hello,
    In my current assignment we will be downloading all the master data from ECC to CRM. For a particular requirement, we need a field in COMMPR01 in CRM from material master MM03 in ECC.
    Field Location: MM03> sales:sales org1>DChain-spec. status
    Please find below technical infomation for that field ( ECC)
    Field Data:
    Table Name: MVKE
    Table category: Transparent table
    Field Name: VMSTA
    Data Element: VMSTA
    Field Description for Batch Input
    Screen Field: MVKE-VMSTA
    Program Name: SAPLMGMM
    Screen Number: 4000
    Please help me in locating the same field in CRM (COMMPR01)
    Regards,
    Vipul

    Hi Vipul
    Please implement note 1494159. This should doanload this field as well then.
    Best regards
    Christophe

  • Business partner field in CRM - Corresponding field in ECC

    Hi Middlware/CRM Gurus.
    I would greatly appreciate if anyone can answer this quesiton:
    I need to find out field in ECC customer master data that gets mapped to CRM data.
    Basically I am looking for field mapping of ECC Customer master data to CRM master data.
    If I go to CRM Business partner creation and need to know if this field gets replicated to ECC and if it does what is the corresponding table/field it gets stored in ECC?
    Any help is greatly appreciated!
    Thank you!

    Hello Uday,
    There is no one to one mapping between CRM table and R/3 table.
    Please find below few of the R/3 tables for BP:
    KNA1
    KNAS
    KNBK
    KNVA
    KNVI
    KNVK
    KNVP
    KNVV
    You can open then in txn:SE11 and check for field descriptions of the table.
    And corresponding CRM tables would be,
    BUT000
    BUT020
    BUT*
    ADRC
    etc
    Hope this helps!
    Thanks and Best Regards,
    Shanthala Kudva.

  • Need you help !!! -- datasource field to ECC table mapping for 0material

    Dear experts:
    Recently we need to get a quick turnaround on the fields we would be bringing into BW through standard extractors for the tables MARC and MBEW. My idea is to look at those master data extractors like 0MATERIAL, 0PLANT and then try to find how fields in datasource mapped to ECC table.
    So now I have 2 questions need your suggestion:
    1. Is my way above feasible or any other way to get the fields mapping information for one specific table (Not datasource) ?
    2. For 0MATERIAL_ATTR, I can neither find the table of origin for those datasource fields in SAP Library, nor in Tcode LBWE (Seems LBWE only for transaction data?). Can anybody give me a link for the fields mapping of 0MATERIAL and 0PLANT? or let me know where I can find those mapping information?
    Any reply would be appreciated and thank you all in advance !
    Best Regards
    Tim

    Well, the idea is simple. If you are using master data, then the easiest way is to find out which table is the master data stored. For eg. Material master data is stored in MARA table. Therefore 0MATERIAL_ATTR fetches data from the MARA table.
    The next option is to check the function module.
    1) Goto RSO2, and enter the data source name->display. The system wil throw a warning giving you the FM.
    2) For eg. 0MATERIAL_ATTR will throw the error "DataSource 0MATERIAL_ATTR is extracted using functional module MDEX_MATERIAL_MD".
    3)Go to SE37, and put the FM->display. Then go to the tables tab. You will see tables like BIW_MARA_S. The middle term is usually the table.
    Another option is go to table RSGENFIELDMAP and put the field in the field selection. This would give the mapping.
    Regards.

  • How to transfer SRM PO Condition Type and Custom fields to ECC?

    Hi All,
    I have a scenario to transfer SRM Line item condition types and few custom fields to ECC.
    I have found the following things but structure  'CI_EKPODB' does not exists in ECC.
    I am using 'SRM 5.00' and 'SAP ECC 6.0'.
    NOTE: I have to transfer condition records when PO is getting created / modified.
    1) Earlier I was planning to use BADI 'BBP_CREATE_BE_PO_NEW' in SRM and this will transfer the data to ECC in case of PO 
        Creation.
                   It contains the Condition fields to be passed to ECC.
    But i am unable to implement the same, whenever i create implementation when i click 'Activate' its getting activate then after few seconds its getting deactivate, i think this is because this BADI is not allowed for multiple use and SAP has already made one implementation on the same.
    2) I need to implement BADI 'BBP_ECS_PO_OUT_BADI' in SRM and 'BBP_PO_INBOUND_BADI' in ECC.
    SRM BADI will pass verified field details to ECC as a custom fields
           It does not contains the Condition fields to be passed to ECC, so i was planning to pass the same as custom field(s).
    ECC BADI 'BBP_PO_INBOUND_BADI'  will be used to map the fields to correct place and this should work.
    i need to modify the structures and pass all the custom fields (z-fields) - (CI_EKPODB but does not exists kindly suggest) as data.
    Other required details:
          Transfer of PO does not supported by SAP for service PO's, any suggestion on the same?
    Expecting quick reply from your end.
    Thanks in advance.
    Regards,
    Hemant

    Naresh,
    Thanks for quick response.
    My concern is this BADI 'BBP_CREATE_BE_PO_NEW' will trigger only in case of creation, not when PO is changes.
    I have to transfer condition types and custom fields to ECC in both the case (create / change)
    If i have to do this only in case of creation then i can pass Condition types / custom fields then i can use parameter 'CS_PO1_DOCUMENT' from method 'FILL_PO_INTERFACE1'.
    this parameter contains 'IT_POCOND', 'IT_POCONDX' and 'IT_EXTENSIONIN' as parameter  so my problem will be solved.
    But i dont think this will trigger in both the cases and 2nd thing i cann't implement the BADI since its not marked for multiple use so i am unable to implement the same.
    Kindly correct me if i am wrong.
    Once again thanks for your reply.
    Please suggest on the same.
    Regards,
    Hemant

  • Fields from ECC

    Hi,
    What would be the logic in the view if I have to fetch fields from ECC and display in the assignment block of the CRM.
    regards,
    Murali

    Hi Murali,
    You have to define an RFC Function Module in your ECC which will retrieve the data from ECC.
    Then call this RFC from your CRM view.
    You can take a look at this blog :
    http://wiki.sdn.sap.com/wiki/display/CRM/Howtodisplayaz-tableinanassignmentblock
    although not directly related to your topic, you can use it to get an idea of the call to ERP FM.
    Hope this helps.
    Regards,
    Nisha

  • On activating persistent class: There is no mapping for one or more fields

    Hi all,
    I'm using an ECC 6.0 system.
    I've just created a persistent class and defined the persistence. When I try to activate the class activating fails and I get the message "There is no mapping for one or more fields."
    I did not, in fact, use all the fields of the database table I defined the persistence on. When I do use all the fields activating the class works without a problem.
    However, as far as I know it should be possible to select only some of the fields when defining the persistence (the only fields I have to select are all the key fields of the table and I've done this).
    Has anybody encountered the same problem or has anybody any idea on this?
    Cheers,
    Kathy

    Hi Kathy,
    this is exactly what I meant.
    If you'd like, then you can also take a look at the documentation: http://help.sap.com/saphelp_nw04/helpdata/en/b0/9d0a3ad259cd58e10000000a11402f/frameset.htm
    There under Mapping, you can find:
    "You must map all columns of a database table to attributes. If you only want to manage some of the columns using Object Services, you must create a database view."
    Making attributes private doesn't change the fact, that you still map all fields. If you have a lot of fields, which you don't want to map, then I will again suggest, that you define a DB-view. This will boost the performance of your implementation.
    In case you need "quality 1st" performance, then I would suggest to use an ABAP implementation with internal tables, instead of the Persistent Service.
    HTH,
    Hristo

  • Bapi bbp_create_be_rs_new mapping a customer field to standard field

    hey guys , I am trying to create a reservation in ECC and i am trying to map a custom field to a standard field in ecc.  In the structure of the reservation in the bapi there field does not exist but it exists in ecc.  How do i map one of the values from the item table to a field to ECC when the field does not even exists in the bapi?
    The field that i want to map is PRIO_URG in ecc and it does not exists in the bapi bbp_create_be_rs_new.  I saw that there is an IT_RS_EXtensionin strucutre but I dont know how to pass a custom field to a standard?
    I also want to pas a text id field to ECC too?  How should i do that?  thank you.

    help!  I don't understand how to pass my value that i got from a table in SRM to the bapi structure bapiparex?

  • Customer Field in ECC 6.0

    Hi,
    I need  a help on custumer field in ECC 6.0.
    I would like to know if there is a <b>standard</b> way to see customer fields in purchase or sales order.
    Thanks very much.
    Diego

    Customer fields (as in KUNNR)  or custom fields?
    Bothe sales orders and POs have user-exit screens that can be employed to show <b>custom </b>fields both at header and item levels.  In the case of sales orders, it is oft-referred to as "Additional Data B" screen.  This is the last tab screen of the sales order.
    Caveat: The above is from 46C, but am willing to bet that this feature still exists in the ECCs.

  • Adding Custom fields in ECC Business partner BP - (BUT000) using BDT or EEW

    Hello BDT / EWWB Gurus,
    We have a requirement to add custom fields to ECC Business partner, which interns create custom fields in But000 table.
    I would be great if anyone could let us know how to add Custom fields using BDT or EEWB.
    Please also elaborate the step by step process.
    thanks.
    Regards,
    Preethi.

    Hi Clemens,
    Thanks for the reply.
    I had read the document and it has given lot of information.
    Actuall my requirement is to add custom fields in But000 table and the data will be controlled through BRFPlus application in TRM. Lot of forum thread suggesting to use EEWB to enhance the Business partner but000 table.
    I would be great if you could let us know which methodalogy should I use to enhance the But000 table and what are all the impacts and also please let us know the process steps to enhance the but000.
    Thanks.
    Regards,
    Preethi.

  • Mapping HTML fields to SAP Fields in OCI

    Hi Gurus,
    I am currently working on the Punchout Catalog Functionality. For mapping the HTML fields to SAP Fields, i am not getting the main node "Interface for Procurement using Catalogs".
    Is there any settings to be made or any report/program needs to be run to enable this main node?. please advice regarding this.Thanks.
    With Regards,
    Saakithyan

    Hello,
    You will need to maintain a field link to transfer the imported fields to SAP internal fields. This can be done in customizing as following IMG point (under Plant Maintenance and Customer Service - Maintenance Plans, Work Centers, Task Lists and PRTs - Task Lists) :                                                            
                  > Interface for Procurement Using Catalogs (OCI)        
                    (/) Convert HTML fields to SAP fields                                                                               
    Please review this again.  
    Regards Gabor

  • How to conditionally encapsulate fields within ECC 6.0

    I'm interested in strategies to conditionally encapsulate fields within ECC 6.0.
    The requirement would be to mask specific fields (e.g. Vendor Name) within a particular data set (e.g. a particular Company Code) by default while allowing those fields to be visible by some users.  The key is that we do not want to mask these fields globally, nor do we want them masked for every user.  Even more important, we do not want to modify all the transactions and programs where these fields are available.
    I know one option is to add custom code at the Domain level of the fields.  We're currently investigating this further to see if it will satisfy all our needs and perform well.
    I'm looking for any other options we should explore, including 3rd party options.
    Thanks,
    ~Matt

    Alex Ayers wrote:Taking the example of the vendor master, i dont think retrcition on F_LFA1_AEN would really help. when a display transaction is used the protected fields are also shown. I understand it is a "no worry' on the complaiance front, but i suppose there could be a valid reason for not allowing users to display something (the operator can shed light on that)
    And from what i understand, the object doesnt get checked during the creation of master records too - its primarily to control the changes made on certain fields of the master record.
    and it needs a certain amount of effort to understand & check  the implications before starting with the filed group customizing
    >
    > For the benefit of Shekar there may be the opportunity to use transaction variants    
    thanks, Alex. This need could in all fairness end up with that.... a transaction variant
    > 1. Don't give access to the transaction if you can't trust users to use it properly
    > 2. Use a detective control to identify where users have changed things that they shouldn't have.
    Why do i feel an Auditor posted this????
    > Finally, using parameter ID's for this purpose generally will not work and should not be considered for security reasons
    100% agree with you

  • How to pass PO customer fields from ECC to SUS ?

    Hi Gurus,
    We defined a customer PO field at ECC side and want to pass it to SUS and diaplay it in SUS PO, my question is, how to pass PO customer fields from ECC to SUS?
    Please advise.
    Thanks and best regards
    jack

    Hi jackytam  ,
    /people/yeusheng.teo/blog/2008/01/05/ordering-unit-vs-order-pricing-unit-in-srm-sus
    you make get some pointers
    regards,
    Neelima

Maybe you are looking for

  • Collecting Log Files

    When providing feedback around reported issues we may request you access and share certain log files from your computer in order to better understand the operation of the Creative Cloud app on your system. Below is information about various log files

  • Error while creating DSN

    Hi, When I am going to create a system DSN from Windows2003 using the driver Oracle in OraClient10g_Home1 I get following error while testing connection... Unable to Connect SqlState=IM004 [Microsoft][ODBC Driver Manager.....SQL_HANDLE_ENV failed[/b]

  • Mac equivalent to MS work or word pad

    Where is the word processor in mbp? I'm looking for something similar to microsoft works or word pad. Where do I find it that?

  • Sender RFC problem

    Hi, I defined a Sender RFC to build RFC-XI-Others scenario, accoring to the document here, I create a sender RFC communication channel with the host and service(sapgw00) of R/3 system, and specified a program ID, then I created a TCP/IP destination i

  • Generating Folder Link programatically

    I have a content area that is published as a portlet in a page, and i need to have a link (displayed in a diferent portlet) that has the same effect as it was one of the folder links in the content area portlet. Is it possible to generate a folder li