LIS Info Structure with table MKPF/MSEG

Hi Gurus,
I have a view made up of table MKPF/MSEG (74 fields in totals). Based on my requirement (loading archived and non archived marerial movements data) I am looking to create an Info structure with the same 74 fields - to connect the LIS infostructures to BW.
I need to create a char. as KF fields catalog.
my issue is while doing that I am not able to have the 74 fields I am looking for (I am just getting around 50).
I know how to create an Infostructure/ Catalogue (Transaction MC21/MC18)
Any Idea how to Create an Info Structure that would have all the fields from table MKPF and MSEG?
Regards
Edited by: Blaiso on Jun 2, 2011 6:10 PM

Hi,
Steps in LIS EXTRACTION:
T.code u2013 :MC18 u2013 create field catalog
1. Characteristic Catalog
Application-01-Sales and Distribution, 02-Purchasing, 03-Inventory Controlling, etc..
Catalog category 1. Characteristic catalog, 2. Key figures catalog 3. Date catalog Select characteristic catalog and enter, click on characteristic select the source table and it will be display the relevant source field and select the source field, copy + close, copy.
Save, similarly create key figures catalog
T.code : MC21 u2013 create infostructure
Example u2013
Inforstructure : S789
Application u2013 01
Choose characteristic select the catalog, select the fields, copy + close Choose key figures catalog select the key figures ,copy + close, save and generate
T.code u2013 MC24 u2013 create updating
Infostructure : S789
Update group : 01- Sales document, delivery, billing document ,enter Select the key figures click on rules for key figures give suggest rules, copy save and generate Click on updating (activate updating) Select the infostructure set periodic split 1. Daily, 2. Week, 3. Month, 4. Posting period Updating u20131)No updating,2)Synchronous updating (V1), 3)As synchronous updating (V2), 4)As synchronous updating (V3),
T.code u2013 LBW0 u2013 Connection of LIS Information structures to SAPBW Information structure : S786 Select the radio button-Setup LIS environment and Execute.
Select the radio button-Generate data source and Execute.
For Delta update:
Select the radio button-Generate updating and Execute Select the radio button -Activate / deactivate and Execute.
T.code u2013 SBIW u2013 Display IMG (implementation guide) Setting for applications specific data source u2013 logistics u2013 Managing transfer information structure u2013 setup of statistical data u2013 applications specific setup of statistical data u2013perform statistical setup u2013 sales.
Choose activity
Setup u2013 Orders, deliveries, billing
Choose the activities enter the infostructure (S789), give name of the run, date of termination, time of termination, No. of tolerated faulty documents. Then execute
T.code u2013 RSA3 u2013 Extractor checker
Give the data source name eg. 2LIS 01S789 and execute, result will get some records Go to BW side replicate data source u2013 Assign infosource u2013 Create infocube u2013 Create update rules u2013 create infopackage and schedule the package with initialize delta process.
For delta update :
In R/3 side
T.code u2013 MC25, set update (V1) or (V2) or (V3)
T.code u2013 LBW0, choose generate updating and execute then choose activate / deactivate and execute
BW side u2013 create infopackage and schedule the package with delta update.
First time if your scheduling the infopackage -in R/3 side T.code :MC25 -Udating set to No update,insted of selecting the update V1,V2,V3.
If your doing the Delta update:in R/3 side T.code :MC25-Updating set to either V1 or V2 or V3. and the to T.code :LBW0 -Select the radio button Active/deactivate and Execute.
and schedule the infopackage with delta update.
Modules for LIS : SD,MM, PP,QM.
Deltas for LIS:
After setting up the LIS environment, 2 transparent tables and 1 extract structure is generated for this particular info structure. Within transaction SE11 you can view the tables u2018SnnnBIW1u2019, u2018SnnnBIW2u2019 and the structure u2018SnnnBIWSu2019 and the InfoStructure itself u201ASnnnu2018
The tables S5nnnBIW1 & SnnnnBIW2 are used to assist the delta update process within BW.
Extract structure u2018SnnnnBIWCu2019 is used as an interface structure between OLTP InfoStructure and BW
The OLTP system has automatically created an entry in the control table u2018TMCBIWu2019. Within transaction u2018SE16u2019 youu2019ll see, that for your particular InfoStructure the field u2018BIW activeu2019 has the value u2018Xu2019 and the field u2018BIW statusu2019 is filled with value u20181u2019 (refers to table SnnnBIW1).
The orgininal LIS update program u201ARMCX#### will be enhanced within the form routines u201Aform Snnnbiw1_update_u2026.u2018 and u201Aform Snnnbiw2_update
With the transaction u2018SE38u2019 youu2019ll see at the end of the program starting at line 870 / 1006, that the program is enhanced within a u2018BIW delta updateu2019 coding
Within the flag u201AActivate/Deactivateu2018 the update process into the delta tables (SnnnBIW1/Sn5nnBIW2) is swichted on/off. In the table u201ATMCBIWu2018 is defined, which table is active for delta update.
Regards,
Prakash

Similar Messages

  • MKPF & MSEG Performance issue : Join on table  MKPF & MSEG  taking too much time ..

    Hello Experts,
    I had a issue where we are executing one custom report in which  i used inner join on table  MKPF & MSEG,  some time join statement  took  9-10 min to excute and some time execute within  1-2 min with same test data .
    i am not able to understand what the actaully happing .
    please help.
    code :
       SELECT f~mblnr f~mjahr f~usnam f~bktxt  p~bukrs
        INTO TABLE itab
        FROM mkpf AS f INNER JOIN mseg AS p
            ON f~mblnr = p~mblnr AND f~mjahr = p~mjahr
         WHERE f~vgart = 'WE'
           AND f~budat IN p_budat
           AND f~usnam IN p_sgtxt
           AND p~bwart IN ('101','105')
           AND p~werks IN p_werks
           AND p~lgort IN p_lgort.
    Regards,
    Dipendra Panwar.

    Hi Dipendra,
    if you call a report twice after another with the same test data for data selection, then the second run should be faster, because some data are remaining in memory and needn't to be caught from database. This will be also for the following third und further runs, until the data in the SAP memory will be removed by other programs.
    For performance traces you should try to test with a first run.
    Regards,
    Klaus

  • Transporting LIS info structures

    Hi ,
    We have a customized info structure sitting in our DEV box and we need to transport this to our QA system. There is a however info structure with the same name sitting in QA system, but it does not have any data dictionary tables. Should we just regenerate this info structure in the QA system or do we have to do a re transport of the info structure from the DEV box and overwrite the info structure in QA?
    Thanks in advance for your help
    Vishal

    Warwick,
    Also, can you tell me if the dimensions have been changed after the transport was done to the QA, and we need to do another transport, can you provide the technical details on how to transport it. The person who had created the info structure has left the company and we are trying to bring the info structure over to the QA
    vishal

  • Linking tables MKPF MSEG MBEW EKKO EKBE EKBZ BSEG TCURR

    Hello everyone, I need help with linking all these tables:
    MKPF, MSEG, MBEW, EKKO, EKBE, EKBZ, BSEG, TCURR...
    what is the best way to link them in order to run a report??
    any ideas?

    Refer to this MM and FI tables flow, ths might help you
    http://www.sapgenie.com/abap/tables_mm.htm
    http://www.sapgenie.com/abap/tables_fi.htm
    http://www.sapgenie.com/abap/tables_mm.htm#Purchasing%20Tables
    Regds
    Manohar

  • How to append S950 Info structure with the structure ZS950

    I have created Info structure ,now How to append S950 Info structure with the structure ZS950

    Refer this link:
    Addition of a new field to a standard table .
    Regards,
    ravi

  • Reload LIS Info Structure

    Hi SAP Gurus,
    We would want to change our LIS Info Structure update from V2 monthly to V2 daily but when we are about to do so, the system tell us that if we push through with it, the system would have to delete the data in the info structure.
    I tried doing this in our test system and true enough, the data in the info structure was deleted. The info structure we are using is S012 for purchasing.
    If I posted this in the wrong section, please redirect me to the correct one.
    Hope to hear from you guys soon!
    Thanks in advance!

    Hi,
    I have not done this myself but there is a transaction oLi3 that will set up the info structure from existing documents.
    Try this but use caution and ONLY try it in your Play client / sandbox.
    Or have a look at the config under Logistics general > LIS > Logistics data warehouse > Data Basis > Tools > Set up of statistical data
    This seems to be the area you need to investigate.
    Sorry if this is vague but I have not done this before and nobody else seemed to be able to offer any help?
    Steve B

  • Difference between Info structure and Table

    Hi Friends
    I need to know difference between info structure and table (updating a table using a scheduled program),Which one of this is better and why?
    Please help me to get the Pros and Cons of the two available approach.
    Thanks
       Mitesh

    Hi,
         No different, these are just transparent tables like any other. You can select data from them the same as any other transparent table.
    Refer
    https://forums.sdn.sap.com/click.jspa?searchID=4342729&messageID=1424611
    https://forums.sdn.sap.com/click.jspa?searchID=4342729&messageID=3609095
    Regards

  • LIS Info structure update

    Hi All,
      I have created new Info structure,when i execute this Info structure i am not getting the old data i.e documents which were generated before creating this Info structure,So please guide me how to update the old documents to get the data into in this Info structure.
      Thanks & Regards.

    Hi,
    Two things:
    1. You need run a reports or tcodes to populate them: OLI1, OLI2 and so on, it depends of type of data. With tcode OLIX you can clean the LIS before (OLI7 for SO, OLI8 for deliv, OLI9 for invoices for SIS, check the info icons)
    2. Check that you have data in field STAFO (in tables LIKP, VBAK, and so on) if you want that the before reports work right.
    What kind of data are you populating in this LIS (deliveries, SO, invoices, MM movements,...)
    Regards,
    Eduardo
    Edited by: Eduardo Hinojosa on Dec 7, 2009 1:58 PM
    Edited by: Eduardo Hinojosa on Dec 7, 2009 2:01 PM

  • LIS Info Structure

    Hi all,
    I got a problem when i created customized info structure.
    This info structure is not getting data.Update mode is disabled.That means in OMO1 under updating tab
    1."NO UPDATING"
    2.Synchronous updating(1)
    3.Asnnchronous updating(2)
    4.Asnnchronous updating(3) are disabled. So please tell me how can we enabled them. In LBW1 I was able to change these updating, but still data is not populated into this info structure.So please inform me how the data is loaded into this info structure. Thanks in advance
    N.PRASAD BABU

    In OMO1 double click on the infostructure you want to change updating on.  Select the update mode and periodicity and save.  Make sure you set up the connections with BW and this infostructure (LBW0). 
    Then go into SPRO->Logistics - General->Logistics Information System (LIS)->Logistics Data Warehouse->Data Basis->Tools->Setup of Statistical Data->Application-Specific Setup of Statistical Data.  Then choose application area of the data you want to set up.

  • Self defined LIS info structure

    Hi Experts,
       I would like to create an info structure S501 including the following characteristics and key figures.
    Characteristics:
    Region
    Country
    Sold-to Party
    Material
    Key Figures:
    Prod. Alloc. Qty
    Incoming Order Qty.
       I got problems when specifiying update rules. Any hints for it? I don't know what to do with it. Thanks.

    Hi Macy,
    You can go to transastion code <b>MC9C</b> and enter your self-defined info structure and version. The system will generate automatically a  standard analysis program report for above info structure.
    From here you can check the program name etc.
    Also check this link for more detail about LIS.
    http://help.sap.com//saphelp_erp2004/helpdata/EN/a5/6319e743a211d189410000e829fbbd/frameset.htm
    Hope this will help.
    Regards,
    Ferry Lianto

  • LIS - Info Structures

    Dear GURU's
    Is it advisable to created user define info structures in the system? if so is there any specific steps that i have to follow to create info structures.
    Thanks a lot in advance
    Regards
    Charith

    It is advisable to create new info structures when the standard info structures do not comply with your requirements and the volume of data does not allow a "document based" reporting through ALV.
    If you use SAP BI or another Reporting solution (Business Objects, etc.), you might or not decide to create an info structure in the SAP ERP system anyway, it will depend. For example if you already use SAP BI, then you want to do all the Reporting in SAP BI, not in the SAP ERP. But if you decide to use another solution for Reporting as can be SQL Server Reporting Services or similar, then it will be very useful to define an info structure in SAP because your data will be already formated for Reporting and therefore much easier to extract.
    Regarding customizing, please check relevant customizing help in the SAP system and search this forum. I am pretty sure someone has already described the whole process which first step is of course: Define clearly what you want to achieve from a business point of view, not a technical one.
    Best Regards,
    Franck
    Freelance Logistics SAP Consultant

  • Problem using the copy managent in LIS info structures

    We want create a copy management’s program to consolidate registers fromone version to another in a LIS info estructure.
    But we need that a specific key-figure (is a fist date) is not be
    consolidate, but that it is conserved the oldest date.
    Is there a way to know the previous copied registers in the program to
    determine which value to conserve?.
    I can't read the original version because some characteristics are redeterminated. And the target version aren't write yet.
    thanks
    best regards

    We want create a copy management’s program to consolidate registers fromone version to another in a LIS info estructure.
    But we need that a specific key-figure (is a fist date) is not be
    consolidate, but that it is conserved the oldest date.
    Is there a way to know the previous copied registers in the program to
    determine which value to conserve?.
    I can't read the original version because some characteristics are redeterminated. And the target version aren't write yet.
    thanks
    best regards

  • Define structure with table type fields using keyword "TYPES"

    Hi Gurus,
    Using keyword "TYPES", I want to define a structure in which there is a field must be table type. It seems not allowed. For example:
        TYPES tt_items TYPE TABLE OF sflight.
        TYPES: BEGIN OF str,
          field1 TYPE i,
          field_tabl TYPE tt_items.
        TYPES:  END OF str.
    Then I got a syntax error:
    "TT_ITEMS" is a generic type. Use of this type is only possible for     typing field symbols and formal parameters. -     
    What should I do if I want to have a table type field in it?
    Thanks a lot.

    include type EKKO includes the whole strucutre of EKKO.
    if you see the structure in debug mode, it_ekko contains the fields of EKKO as well as the field CHK of type C.
    In your case you can do this
    TYPES: BEGIN OF str.
    INCLUDE TYPE sflight.  " includes whole structure of SFLIGHT
    TYPES : field1 TYPE i. " include the field1 of type I
    TYPES: END OF str.
    DATA : it_str TYPE TABLE OF str, " internal table
           is_str TYPE str.          " work area
    Regards
    Gopi

  • Creating info structure in product allocation

    Hi,
    i was trying to configure to product allocation but doubt in the below step while trying to create info structure with MC21.. i am not able to find the below KF and characteristics fields as shown in the below document..kindly help.
    Regards,
    Vijesh

    As already indicate to you in my previous post in Error product allocation
    whatever doc you are following/referring, they have not using any standard infostructure for product allocation. The only difference between the Infostructure S140 & custom infostructure you are referring is of division. Instead of Customer group, you have Division in Characteristics.
    So, for practicing purpose, try with infostructure S140.
    Else, you need to understand how customs infostructure created or maintain in LIS/SIS. There many discussion on the same and you need to search and try. Accordingly, raise discussion for specific queries, while creating an Infostructure.
    Thanks & Regards,
    JP

  • User exit for update rule of info structure

    Hi gurus,
    Can anybody tell me how to implement a user exit of update rule for LIS info structure, for ex,S140.
    Thanks
    Eric xu

    There is no user exit and we are not allowed to modify the update rules of the standard SAP info structures. However, you can create your own info structure with the same or similar configuration and then apply a formula or a requirement in the update definitions (MC25 transaction), as you please.
    After that you can just turn off the update of S140 (in OMO1 transaction) and use your own info structure instead in MCSI transaction.

Maybe you are looking for

  • Setting up Acrobat 9 Pro in Windows 7

    Old computer (XP) croaked, new computer has Windows 7. I installed CS4 and am having trouble getting Acrobat to work. I can export from InDesign to PDF, but sometimes I need to print to PDF (e.g., when I need to generate color separations), which I c

  • Microsoft for mac 08 wont open

    ok....there's been a slight problem that's been annoying me for a while. i did an update for word 08, and ever since then, when i try to open word, this stupid customer experience improvement program thing pops up. i've said no, didn't open word. i s

  • COLLECT with AT NEW and AT END OF....?

    Hi Experts, I'm trying to use the collect statement withiin a at new and at end of loop as follows. DATA: BEGIN OF gt_item OCCURS 0,       order TYPE order,       quantity TYPE quantity,       line_no TYPE line_no,       END OF gt_item.   DATA: BEGIN

  • Error parsing profile with JSR 188

    Hi , not sure if this is the right place to ask :) here the article http://developers.sun.com/techtopics/mobility/midp/articles/ccpp/ there are some problems when i try this step : 1. Start Tomcat. 2. To deploy the .war file of the sample application

  • Can't boot into Mac OS X.4

    I installed Mac OS 9.2.2 on my PowerMac AGP and when I go to change the startup disk to OS X.4 it doesn't show up. How do I get it to show OS X.4 so that I can go back to Tiger? Thanks