2LIS_11_VAHDR Extract Question

I need to add some fields  to this extractor that are not available in LBWE.
I see that in structure MC11VA0HDR, there's an append include that starts with ZZ.
Is it possible to populate add these fields in the ZZ append include then populate these fields in the user exit EXIT_SAPLRSAP_001?
Will this approach work?

Hi,
1. Check the fields which you are appending in the structure whether those are avilable in the communication structure or not? if they are available then just include them you dont have to do any enhancement
2. if those fields are not avilable in the structure then check this datasource is based on which tables, the new fields which you are planning to append whether present in the tables or not?If presents then you can add those using CMOD->User exit.
3. If someone has already enhanced this datasource & you have append structure starts with ZZ*** the you can use same append structure to enhance the datasource.
4. To populate data you need to write code using your mentioned enhancements EXIT_SAPLRSAP_001(Transaction data)

Similar Messages

  • CRM employee (business partner) & org unit extraction question

    Hi all,
    I have a question regarding extracting business partner and org unit in CRM. Basically user wants to report on employee level and org unit level.
    When I looked at the org unit hierarchy datasource (0BBP_ORGUNIT_HR01_HIER), it does not include the employee. I also tried the DS 0BP_UNAME_ORGUNIT_ATTR, but that does not give me the org unit of an employee.
    Any hint is highly appreciated.
    Best regards,
    Ben

    HI
    Try this DS  0CRM_POSITION_ATTR,here u will get the org.unit,but u need to add the users (employees) in the data source.
    Sridath..

  • Classification data extraction questions

    Hai All,
              I have few questions regarding the classification data extraction from R/3 to BW.
    Does anybody know  if I can do the following(classification data sources in CTBW):
    1. Extraction of Characters that permit multiple value valuations
    2. Extraction of characters intended for intervals
    3. I know that only FULL update is supported for classification data as of BW 2x. Does anybody know if deltas are supported in any of the new versions upto BI 7.0?
    I appreciate if any body can answer these questions or refer to documentation or SAP notes.
    Thank you very much.

    hi,
    please take a look
    1. oss note 604412
    Symptom
    The selection after the key field during the extraction of the classification data from the class type that permits several objects (MULTOBJ = .X in table TCLA) does not work. The selection only works in such a case if an object number (CUOBJ from table INOB) is entered as a selection criterion.
    Other terms
    OBJEK, CTBW, RSA3, extractor checker
    Reason and Prerequisites
    This is caused by a program error.
    Solution
    Implement the source code corrections.
    3. delta should be supported since 'old' version, see 'old' oss note 323412-Create change pointers for BW
    (other notes for delta problem 410741, 413130)
    DataSources, Symptom
    You must implement this correction if you also want to use the DataSources of the classification, that are created using Transaction CTBW, for delta uploads.
    Additional key words
    CTBW_BW_CHANGE_POINTERS, ALE
    Cause and prerequisites
    Making DataSources delta compatable for the BW.
    Solution
    Program enhancement in update of the classification.

  • Master Data Extraction-Questions

    Hi guys,
    I was referring SAP materials on Master Data Extraction...then I read something like...
    "In Master Data Datasources,some support delta and some donot.Out of those that support delta mechanism,some use DELTA QUEUE.Some donot use DELTA QUEUE functionality and it is generally incase of small volumes of Data.Then there are some other datasources which uses ALE CHANGE POINTERS for delta mechanism."
    1.Can anyone explain how can one do delta in case of small volumes of data without using DELTA QUEUE functionality?Whats the need to go for it when we have DELTA FUNCTIONALITY?
    2.How to do delta using ALE Change Pointers?Whats the need to gofor this when we have DELTA QUEUE functionality?
    Thanks in advance.
    Regards
    Schand

    Hi Des,
    I think you are explaining the difference between "Delta Update" and "Delta Queue".I am well aware of these two things.
    DELTA QUEUE---its a temporary storage for delta records in R3 system before they are loaded successfully into BI.
    DELTA UPDATE---its type of delta update of delta records from R/3 system to BI system.
    My QUESTION is:
    In both MasterData Datasources and Transaction Data datasources,some support delta and some donot.Usually delta records will be stored in DELTA QUEUE in ECC before uploading them into BI.But some MASTER DATA DATAOURCES,donot use DELTA QUEUE to store delta records in ECC before uploading them into BI and they do this in case of small volumes of data.then Do any of you know,how do they do if they are not using DELTA QUEUE?
    Second one,SAP materials mentioned,some other datasources use ALE change pointers to determine delta.In this case also,they donot use DELTA QUEUE to store delta records before uploading into BI.What are ALE change pointers?How do we make settings for this?
    Hope I explained better.
    Regards
    S

  • Installing/extracting question

    Here's a dumb question: I downloaded the trial version of Premiere Elements 7.  One of those .zip file/extraction windows showed up and I'm not sure what to do.  Can anyone help?
    Thanks
    wally

    Dang this forum's server! After I typed 100 lines and went to post, it booted be off-line, though it was only moments after 20 posts this AM!!!!!! I MUST learn to save every reply in WordPerfect, if they are over a single line.
    OK, Wally, here goes again,
    First welcome to the forum. You should have posted in the main forum, and not the Tips & Tricks sub-forum. People will likely not see your post here. Maybe Steve [MOD], can move it for you.
    Now, to your question:
    The downloaded file is in 7zip format. It's an archived file, and can also contain a folder structure for the files within. Adobe went to this format, as many Mac-users had difficulties with the more common (to PC-users), ZIP format. Once, one had to download the 7zip extractor. Now, most modern OS's have that capability built in.
    Navigate to your downloaded file in Windows Explorer. When you click on the file, you should see a button "Extract" in the upper left of the Toolbar. If you do not, then Rt-click on the file and you'll see Extract in the list of possible operations. Choose Extract, and when prompted, make SURE that you choose "complete folder structure," or similar. Tell the Extractor where to Extract to, and you're almost done.
    Turn off all AV, pop-up blocking and sypware detection software [Very Important], and navigate to the Extracted folders. In the root folder will be an executable file with a name like "Setup.exe." Dbl-click that and installation will begin.
    I hope that I did not forget any details in my second version.
    Good luck,
    Hunt

  • ABAP extract questions...

    Hoping to find some help here from some knowledgeable experts:
    Situation: Trying to create an ABAP program to extract MRP results out of SAP(basically what you see in MD04).
    Question 1: Does anyone know a way using the ABAP interface to determine if a part has "activity" (has supply or demand or onhand) prior to performing a bunch of expensive queries? I really only want to extract the parts that have this but I can't figure out how to do this efficently.
    Question 2: Trying to find an easy way to understand what SAP considers the a) Total active demand for a part is, b) Total active supply for a part is and c) Ending inventory balance based on MRP results. Does anyone know of a way to efficently determine this on a part by part basis?
    Question 3: I have been trying to write this program and sometimes I have code issues that cause the program to run endlessly. Is there some way to track excessive run time and cause a program exit when this happens?
    Question 4: I am using ABAP to extract this data for all parts in the database. Is there a more efficent interface to do this that I might not know about?
    Thanks in advance for any help anyone can provide me!
    Regards,
    Kris

    Hoping to find some help here from some knowledgeable experts:
    Situation: Trying to create an ABAP program to extract MRP results out of SAP(basically what you see in MD04).
    Question 1: Does anyone know a way using the ABAP interface to determine if a part has "activity" (has supply or demand or onhand) prior to performing a bunch of expensive queries? I really only want to extract the parts that have this but I can't figure out how to do this efficently.
    Question 2: Trying to find an easy way to understand what SAP considers the a) Total active demand for a part is, b) Total active supply for a part is and c) Ending inventory balance based on MRP results. Does anyone know of a way to efficently determine this on a part by part basis?
    Question 3: I have been trying to write this program and sometimes I have code issues that cause the program to run endlessly. Is there some way to track excessive run time and cause a program exit when this happens?
    Question 4: I am using ABAP to extract this data for all parts in the database. Is there a more efficent interface to do this that I might not know about?
    Thanks in advance for any help anyone can provide me!
    Regards,
    Kris

  • Extended Analytics Flat File extract question

    I have modified the Extended Analytics SDK application as such:
    HFMCONSTANTSLib.EA_EXTRACT_TYPE_FLAGS.EA_EXTRACT_TYPE_FLATFILE
    instead of
    HFMCONSTANTSLib.EA_EXTRACT_TYPE_FLAGS.EA_EXTRACT_TYPE_STANDARD
    I am trying to figure out where the Flat file extract is placed once the Extract is complete. I have verified that I am connecting to HFM and the log file indicates all the steps in the application have completed successfully.
    Where does the FLATFILE get saved/output when using the API?
    Ultimate goal is to create a flat file through an automated process which can be picked up by a third party application.
    thanks for your help,
    Chris

    Never mind. I found the location on the server.

  • SPM data extraction question: invoice data

    The documentation on data extraction (Master Data for Spend Performance Management) specifies that Invoice transactions are extracted from the table BSEG (General Ledger) . On the project I'm currently working the SAP ERP team is quite worried to run queries on BSEG as it is massive.
    However extract files are called BSIK and BSAK of; which seems to suggest that the invoices are in reality extracted from those accounts payable tables.
    Can someone clarify the tables really used, and if it's the BSIK/BSAK tables what fields are mapped?

    Hi Jan,
    Few additional mitigation thoughts which may help on the way as same concerns came up during our project .
    1) Sandbox Stress testing
    If available u2013 take advantage of an ECC Sandbox environment for extractor prototyping and performance impact analysis. BSEG can be huge (contains all financial movements), so e.g. BI folks typically do not fancy a re-init load for reasons outlined above. Ask basis to copy a full year of all relevant transactional data (normally FI & PO data) onto the sandbox and then run the SPM extractors for a full year extraction to get an idea about extraction system impact.
    Even though system sizing and parameters may differ compared to your P-box you still should get a reasonable idea and direction about system impact.
    2) In a second step you may then consider to break down the data extraction (Init/Full mode for your project) into 12 monthly extracts for the full year (this gives you 12 files from which you Init your SPM system with) with significant less system impact  and more control (e.g. can be scheduled over night).
    3) Business Scenario
    You may consider to use the Vendor related movements in BSAK/BSIK instead the massive BSEG cluster table as starting tables (and fetch/lookup BSEG details only on a need base) for the extraction process (Index advantages were outlined above already).
    Considering this we managed to extract Invoice data with reasonable source system impact.
    Rgrds,
    Markus

  • 2lis_11_vahdr extraction?? records mismatch

    hi experts,
    i am extracting data from r/3.
    in RSA3- 9400 RECORDS
    in PSA - 9400 RECORDS
    in INFOCUBE- 3200 RECORDS
    its full load and its not a delta.
    What could be the reason???? plz suggest me
    regards
    vadlamudi

    Hi Venu...
    Do u have any Nav attr in ur cube??? if so then try to load that master data first and then try to reload the data once again from the PSA(try recontruction).....
    Also let me know the settings of ur Infopackage as.. always load data if there is no master data has enabled in ur case?
    Just check the available Nav attr once from ur Cube and try to load the data as well..
    Also it might be the aggregation based on the same char combination which results in the less number of records..
    Thanks
    Hope this  helps

  • DELTA EXTRACTION question

    Hi Gurus,
    <b>Can we do delta extraction for Flat File?? if yes how and if no why?</b>please gurus help me.
    thanks in advance.

    Hi Venu
    Check this thread
    Can I load (delta upload) from a flat file as data source.
    Regards,
    Ganesh N

  • Extraction question around Good Reciept Date for a PO

    I have a scenario where I have a PO that was received into blocked stock (movement type 103) on June 1st, it was then processed out of blocked stock on June 2nd (movement type 105)
    If I look at the schedule line detail on the PO in me23n I see both GR's, one for June 1 and one for June 2nd.  If I look at the inbound delivery itself in vl32n that shows the first GR in the the Actual Good Receipt Date area as June 1, this is the date I want.
    When I look at the various extractors in BI, 2lis_02_cgr and 2_lis_02sgr both have the date as June 2nd.  2lis_12_vcitm doesn't pick up inbound deliveries, only outbound deliveres.
    I need the data of the original GR (the 103 movement) for a specific reporting need.  Any idea where I can get it?

    Hi,
    2lis_12_vcitm is used to extract Outbound deliveries. In standard source the setting of the field VBTYP = J (Outbound Delivery).
    To solve this problem you can either modify the standard setting with VBTYP  7 (Inbound delivery) or Create a custom data soruce.
    Srikanth.

  • Generic Extraction Question

    Hello,
    I created generic Data Source as ZMM_MAIN, I selected LBKUM(Total Valuated Stock) data type as "QUN" refference field as 0UNIT in the data source so that I can have selection criteria in infopackage.
    When i replicate this datasource in BI , Under InfoPackage "Data Selection" tab I'm not seeing LBKUM
    I'm not sure why its not showing? because of its Quantity Field?
    Your help would be appreciated
    Thanks

    On SAP ECC 6.0  under data source I choose option Select check box for this field
    When I run RSA3 I can see the slection field but when I replicate in BI , I'm not seeing that field under "Data Selection" tab why?
    Please provide the solution
    Thanks

  • Question on adding a ZZ field available in VBAK to the DS 2LIS_11_VAHDR

    I need to include a new ZZ field available in VBAK table to the DataSources 2LIS_11_VAHDR
    The Extract Structure for the DataSource is MC11VA0HDR.
    Now in the DataSource 2LIS_11_VAHDR there are two includes - "[MC11VA1HDR] Extraction SD Sales BW: Document Header MCVBAK" and "[MC11VA2HDR] Extraction SD Sales BW: Document Header MCVBUK"
    For Extract Structure MC11VA1HDR, there is an Append Structure "[ZZMC11VAIHDR] Append for MC11VA1HDR"
    My questions are,
    1. If I now need to make this new field in VBAK available in 2LIS_11_VAHDR, where shall I make the change - Shall I modify the structure MC11VA1HDR directly or append the structure to include this field?
    2. Since this field is already available in the VBAK table, do I still need to write code to retrieve this data?
    3. What are the implications for the setup table & the existing data? Do I need to reconstruct the Setup tables?

    Hi Anjuit,
             here's how you do it (in BW7):
    Go to LBWE on the source system
    Find the 2LIS_11_VAHDR extract structure. It is under '11: SD Sales BW'
    In the source system, go to RSA7 and check the delta queue for the DataSource. If there is stuff stuck in it then you will need to empty the queue. The easiest way to do this is to pull the data across to BW by running a DELTA infopackage against the InfoSource.
    You will also need to delete any data that has been left lying around in the restructure tables after the last initialisation of the DataSource. Use transaction LBWG to do this. If you donu2019t do this, the system wonu2019t let you change the DataSource.
    *Now go in and u2018Maintainu2019 the Extract Structure. Add the new fields you need from the OLTP source table.
    When this is successful, go back to the LO Customising Cockpit. The extract structure will be red. Click on the DataSource associated with the extract structure. All the new fields should be in there, but they will have been created as u2018Hiddenu2019 and u2018Not relevantu2019. You will need to unhide these fields and make sure the Service API passes these fields to the extractor.
    Save the changes to the DataSource.This will take you back to the cockpit again. Now the extract structure should be yellow. Click on the u2018Inactiveu2019 text to activate the Extract Structure & DataSource.
    Finally, you have to build a restructure table for the data. You have to go into SBIW->Settings for Application-Specific DataSources->Logistics->Managing Extract Structures->Initialization->Filling in the Setup Table->Applicatio-Specific Setup of Statistical Data.
    Do the restructure in simulation mode first, and check the log in NPRT. If all is well, run it for real.
    Test the extraction in RSA3 to make sure that everything has worked OK.

  • How to extract 2LIS_11_VAHDR

    Dear Consultants,
    When i extract 2LIS_11_VAHDR, I can not gain datas.
    About using tcode: LBWE, RSA5, RSA6, RSA3.
    What executing procedure i ought to implement ?  And what other
    tcodes  i  ought  to  execute ?
    Please consultants provide good advises and executing processes.
    Thanks a lot &Best Regards
    Ricky

    Did you fill the setup tables for application 11?
    If not, please do the same.
    Please check this thread. It has all details..
    LO Extraction Questions
    Edited by: Archana on Mar 24, 2009 11:26 AM

  • Problem to extract data using DS 2LIS_11_VAHDR & 2LIS_11_VAITM

    Hello Experts,
    my requirement is to extract the SD sales Item & sales header data int BI.  while executing the Reports in BI  I find some incosistencies in data
    Ex:  for for some Sales organizations  
          0CRM_NUMDOC = 17 and the corresponding   0NETVALORD = 0,00  
    and for some sales organization
         0CRM_NUMDOC = 0 and the corresponding   0NETVALORD = 5200,00  
    we are using  the data sopurce 2LIS_11_VAHDR to load Document header data  and the data sopurce 2LIS_11_VAITM to get  Item Net value data. and used two trtansformations to the same SAP standard cubes 0CSAL_C05 & 0CSAL_C03.
    asper  my analysis in development system I find 
           VBAK contains  1405 records but the DS 2LIS_11_VAHDR extracts only 1235 records.
    but
           VBAP conains   2665  records and the DS 2LIS_11_VAITM extracts all 2665  records.
    is it creats the problem?
    I deleted the setuptables and again fill them  even thought I have the same problem ?
    If you have any idea regarding this issue please share with me.
    Thanks in advance.
    cheers.............

    HI,
    Check indeed the extraction in your source system with RSA3.
    Also perform the load and check your data in PSA (before any transformation takes place).
    Are you going to use delta or full loading? I assume it's delta? So if you perform your initial load with data, no use of the setup table is required...
    If you have too much data to do this, try an initial load without data, first delta load and next a full repair load (which will read your setup table). Do not forget to fill your setup table with all the historical data you need in transaction SBIW.
    Hope this helps.
    Best Regards,
    Michel Hoefkens

Maybe you are looking for

  • Flashbuilder 4.6 failed to start

    After splash screen, there is error message window show up to ask to check '.log' file. Below please find the details of log file. Background: OS: Windows 7 sp 1 (64 bits) RAM: 4GB !SESSION 2012-07-09 17:03:22.082 ------------------------------------

  • Display data from CSV file in iWeb page

    Hi, I like to display data from a CSV file in iWeb page if a date value from CSV file matches todays value from the system. Here is an example. CSV data values 01/20/2011,Sunny,87 01/21/2011,Cloudy,100 01/22/2011,Rainy,60 If today's date value is 01/

  • Episodes not showing up

    I've been trying to set up a podcast on a local machine before I go public and put it on the web. I'm using drupal as my CMS to produce the feed, and songbird seems quite happy to see my feed and download the episodes. iTunes seems happy to acknowled

  • Problem viewing videos in Safari

    I used to use Chrome all the time but have read using Safari could increase my battery's life before its next charge. When using chrome and viewing videos in YouTube and Facebook I had no problems but since I started using Safari it has been saying I

  • Setting Library fonts, please help

    Im currently working with a library i created in Indesign, here's the problem. When I open a certain document, and place an item in the document from the library, it uses a different font in the library item than what i created the library with. Exam