Can we enhance LO Data Sources

Can we enhance LO Data Sources with out own fields ?
Please let me know how if the field is not available in LBWE Enhancement Pool
thanks

Hi,
One of the note says that:
<i>
Add the required fields to the the SD communication structures using the Append method and use the LIS customer exits to fill the field.
           For information on enhancing the communication structures, see the documentation for the enhancements MCS10001, MCS50001 and MCS60001 (provided in transaction SMOD).
After you enhance the communication structures (for example MCVBAP), you can then enhance the extract structure (for example MC11VA0ITM) with the relevant field in the Customizing cockpit (transaction LBWE), provided that the comunication structure is available in the selection.
           To display a delta, you must make sure that you can determine the status in the user exit before and after the document change.
           This varies from case to case and depends on from which table the field is filled.
           For example, you may occasionally have to obtain the information from the internal document tables (such as xvbap and yvbap).
Refer to note 216448 for information on correctly populating the before and after image.
Another way of adding user-defined fields to extract structures is to enhance the document tables, for example, VBAK, VBAP, VBEP tc.
           The fields can be filled in the general sales user exits, the delivery or the invoice.
The fields added using an append are also available in the LogisticCustomizing Cockpit for enhancing the extract structures.
           With the latter procedure, bear in mind that the fields added to the document tables must be saved to the database with the information they contain.
           An advantage of this method is that there is no need for data retrieval in the LIS UserExit.</i>
With  rgds,
Anil Kumar Sharma .P

Similar Messages

  • Enhancment CRM data source

    Hi,
    I have enhanced CRM data source 0CRM_LEAD_H with "store"(which is customer master) as a Partner function with component type CRMT_ACTIVITY_PARTNER(Activity Partner) in Extract Structure.Now i need to write User Exit can any one help me out with fom which table and field i should take into ABAP code.When i see in the transanction CRMD_ORDER partner is coming from the STRUCTURE(not like in ECC which comes from VBPA, the same enhancement was done in ECC vbpa-knn1.).
    Can any one help in coding.
    Thanks in advance
    Ram

    you have to do the enhancment for the same.
    it can be done using a badi def .
    in sbiw tcode u can go to setting for appln specific datasource (CRM) and enhance the datasoure using a badi.
    u can check the help there and proceed accordingly...
    for getting the activity partner use FM CRM_ORDER_READ it works in the same fashin as tcode CRM_ORDER.
    I hope this is clear if not let me know.

  • Regarding Enhancing LO Data Source.

    Hi is it possible to enhance LO Data Sources like 2lis_02_bf or 2lis_03_itm etc??

    Hi Jayanth,
    Yes, we can definetly do.. pls check the following links it would be of good help..
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    http://www.ko-india.com/content/weblogs/weblog_custom_fields_1.pdf
    also take a look
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
    Enhancement
    User exit
    Re: Master data Enhancement Exit
    Hope this  helps..
    Best Regards,
    DMK
    *Assign points if it serves your purpose...

  • Exits to enhance sd data source

    Hi friends,
    I want to know how to enhance sd data source through cmod?
    Thanks.Your help will be appreciated.

    Hi,
    Make a search in SDN you can find similar cases also check the doc below.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0af763b-066e-2910-a784-dc6731660f46
    Regards.

  • How to enhance copa data source.

    Hi,
    I have to enhance copa data source 1_co_pa300beka_o01. Actually I have to add one field vstel from VBAP table to this data source.
    Can you tell me full procedure about enhancing data source ?
    It can not be done directly. I think i have to delete and re-create data source in R3 system.
    For this i have to do all thing in KEB0 .
    Am i right?
    So please tell me full procedure to enhancing copa data source also tell me if i enhance copa data source , which type of problem can be come at BW side.
    Thanks
    Devesh Babu

    I'm not sure if we can enhance CO-PA datasources. Even if you can enhance, whenever there are changes to the Operating concern in R/3 you would have to delete and re-create the datasource. While doing this you would have to re-do the appends again. DS 2lis_11_VAITM extracts data from VBAP. Check if the datasource already brings this field. Otherwise enhance it. In the CO-PA dataflow lookup the DSO which has VBAP data from the datasource and get the necessary field.
    Other option is to ask functional folks to add the field to the CO-PA operating concern.

  • How can i lookup a data source v5 in WSAD 5.1?

    Hi all,
    I'm using WSAD 5.1 to developer a web application based on J2EE 1.3 that have a simple java classes. My application uses a data source version 5 to have access the database. I?m using service locator pattern to lookup a JNDI but it dont work properly on stand alone java classes, only on EJB components.
    How can i lookup a data source version 5 from my java class on WSAD 5.1?
    Can anyone help?
    Thanks,

    Oh I did not realize that you were talking about a stand-alone application. You cannot use the server datasources in your stand-alone application.
    You can use the Oracle helper classes to construct a DataSource on the client side.
    http://java.sun.com/j2se/1.4.2/docs/api/javax/sql/DataSource.html and driver specific documentation to achieve this. I will try to send a few links, if I find any.
    In a stand-alone application, you can use some connection pooling mechanism on your own.
    The ideal thing to do is to keep your data access in your middle tier (EJBs) and call the EJB's. This way you can reuse things in multiple client tiers and use the container provided datasource and connection pooling mechanisms.
    Hope this helps.
    Vijay

  • How can we create a data source on structures

    Hi,
       How can we create a data source on structures.
    Regs,
    abdul

    Abdul,
        Welcome to SDN!
        We can't create Datasource using Strcutres. We need to have base tables.
        For Function Module Extractors, we will create strctures. We will use these strctures as Extract Structures. But, we will get the data from Base tables only not from Strcutures.
    Strctures won't contain data.
    all the best.
    Regards,
    Nagesh Ganisetti.

  • Can XML publisher hold data source

    Hi XML guru's,
    I understand that, XML publisher holds templates. Which are used to create XML reports.
    Could anyone let me know, whether XML server can able to hold data source like stored procedures etc.
    So it can fetch data with in the XML publisher and generate a report accordingly.
    Regards,
    Deb

    Hi,
    I understand that XML Publisher is stand alone product which can has it own roles and responsibilities.
    Is there any way, we can add integrate XML Publisher with Oracle Apps. So that it will share same roles and responsibilities.
    Let me know, if any patch to be applied ?
    regards,
    Deb

  • Can we have 2 data sources for a Single infospoke?

    Hi,
    As per the above, can we have 2 data sources (i.e Infocube and Masterdata attribute) for a single Infospoke.
    In the current scenario, Material is my infoobject of a cube and also need material attribute -  gross weight to be made available in a table.
    Please let me know if it is possible?
    If yes, explain me how?
    Thanks,
    Ram

    Hi Ram,
    try these:
    - create a multi provider and include the cube and master data attribute concerned.
    - create a infospoke againt the multi provider.
    - do same steps as usual.
    Hope it helps.
    Regards,
    Lilly

  • Can we combine multiple data sources in single report?

    <span style="font-size: 10pt; font-family: Verdana">Can we combine multiple data sources in single report?</span>

    If you can&#39;t do this at the Metalayer (BVs or Universe) - then subreports and shared variables are the method for CR to use multiple datasources in the same report.

  • Can't Find the Data source 0GLACCEXT_T011_HIER

    Hi,
    i am working with B I 7.0, ECC 6.0.
    Trying to Implement Balance Sheet for New General Ledger Account.
    I can't Find the Data source for the Hierarchy 0GLACCEXT_T011_HIER
    But Info object 0GLACCEXT is available and
    i find the Infosource 0GLACCEXT ,but this is 3.5 version.
    I check some SAP notes
    663945 -- Transfer Rules for 0GLACCEXT Info object
    <b>but My B I Content is 703</b>
    Do I need to follow this SAP note ?
    I had check this Link Too, but I uable to solve my problem
    Re: 0GLACCEXT vs 0GL_ACCOUNT - How it is USED?
    any Idea
    Thanks
    Prasanna

    Pam,
    BI 7 does not support hierarchy datasources. For implementing hierarchies (BI 7), you have to use BW 3.X infosources/transfer rules.
    Hope that helps.
    Thanks

  • Enhancement of data sources in CRM

    Hi
    Can anybody let me know step by step process how do we enhance the std content data sources in CRM system.
    Thanks in advance.
    Regards,
    Kate.

    hi Kate,
    take a look these threads, should help a lot
    Enhance CRM Extractor for BW
    Enhancing DataSources in CRM
    Enhance CRM Complaints Extractor
    (oss note 850817-CRM-BW: Using BDocs for the enhancements in BADi)
    hope this helps.

  • CRM 7.0 - Enhancement of Data Sources for interactive Reporting

    Hallo All,
    I would like to know whether anybody has positive experience with the enhancement of CRM Data Sources for interactive Reporting. I read that the enhancement of Customer fields should be possible (Those Data Sources below the Hierarchy node /CRMBW/ROOT).
    I have seen that the extract structure can be enhanced via RSA6 (as for other data sources).
    Questions:
    1. Which USEREXIT / BADI has to be used to fill the added fields?
    2. Does it work?
    Best regards

    Hi!
    Those DS are not meant to be enhanced manually but only by one of the following two ways:
    1. Adding custom fields with the Application Enhancement Tool (AET) in the CRM UI.
    2. Adding SAP fields with the Interactive Reporting Enhancement Workbench (IREW).
    The AET is available since CRM 7.0. Please find more details in the SAP Help Portal:
    <http://help.sap.com>
        SAP Business Suite
            SAP Customer Relationship Mgmt.
                 SAP EHP1 for CRM 7.0
                     Application Help
                         WebClient UI Framework
                             Application Enhancement Tool
    The IREW is available since CRM 7.0 EhP1. More details can be found inside TX CRMD_IREW or in the SAP Help Portal:
    <http://help.sap.com>
        SAP Business Suite
            SAP Customer Relationship Mgmt.
                 SAP EHP1 for CRM 7.0
                     Application Help
                         SAP Customer Relationship Management
                             Analytics
    Best regards

  • Enhancing master data source.

    Hi experts,
    How to enhance an master data data source ( 0customer_attr ). Which function exit we need to use.
    Is it EXIT_SAPLRSAP_001 or EXIT_SAPLRSAP_002 ?
    Regards,
    Nishuv.

    hi fallow these steps
    1. Go To SAP R/3 TCODE-RSA6 
    2. Open the SAP R/3 Tab & select the module & the masterdata extractor name for ex.MM -> MM-IO ->0VENDOR_ATTR 
    3. Double click on it. It will show you the extract structure name under "ExtractStru" as BIW_LFA1_S. 
    4. Double click on it or copy the name & open SE11 & paste the name open the structure. 
    5. There you can find append structure field name in ZZ. i.e all append structure fields should start with ZZ as prefix. 
    6. To find the source field you have to go to CMOD. 
    7. Provide the project name which is created. 
    8. Then select the "Enhancement components" option. 
    9. Click on display button. 
    10. Select the function exits "Exit_SAPLRSAP_002" it will open the include program "include zxrsau02". 
    11. Double click on "zxrsau02". 
    12.You will find the case program with datasource name. 
    13.Choose your master datasource & check the table names & the logic. 

  • Help with Enhancing Export Data Source

    Folks,
    I have a scenario where the infocube is used an export data source
    In the data source I realize that the 0customer is not available
    I changed the extract structure of the datasource to include 0customer but I have still not got the 0customer as part of the datasource
    Would appreciate help on how the datasource can be enhanced to include 0customer; pls note that the infocube does have 0customer
    thanks for your time
    regards

    Hi,
    Can you tell me which datasource you are using to extract the value for 0customer from R/3?
    You check the data source for data ( For 0customer) by using the extract checker tcode rsa3.
    You can also check for the datasources in r/3 by uising the tcode rsa6.
    Hope this helps.
    Regards,
    K.Manikandan.

Maybe you are looking for