2LIS_02_SCL - How to Enhace it?

Hi All,
I have a request to add 2 field in 2lis_02_scl:
1) Invoice Price, i checked in the extract estructured and i can add this field from Tx (LBWE), so its ok.
2) Invoice Number, i couldnt find in the extract estructured, so i have to enhace the extractor.
Here is my question, can anyone tell me which are the steps in order to add this field in the extractor, i've never did this.
Point will be assigned.
Regards

1)Go to RSA6 and find the data source you need to enhance.--> Display
2)Double click on the Extract structure.
3)Now click on the append structure button to add the required field on to the existing structure.
4) add your required fields with ZZ appended to your field.
5) Save & Activate the append structure. Then go back and make sure you activate the extract structure also.
6) Now again go back to RSA6 and select your Data Source. But this time go to change Data Source to remove the hide option to the enhanced fields. By default they’ll be in hide mode. If you don’t remove the hide field then this field will not be seen in BW side.
7) Now go to SE38 to write the logic to populate the data into the enhanced field. Program name to write the logic is ZXRSAU01.
8) Check + Save + Activate.
9) Check in RSA3 if data is populated as per your requirement.
10) Replicate your Data Source.
11) Now go to Data Source/ Trans. Structure screen. Now you can see the enhanced field on the right hand side.
Regards.

Similar Messages

  • How to enhace datasource 0CUSTOMER, 0MATERIAL AND 0VENDOR?

    how to enhace datasource 0CUSTOMER, 0MATERIAL AND 0VENDOR in general what are the steps required? it is on my resume and i have to answer it. please help

    Hi Les,
    in R/3 Tcode CMOD and create, if does not already exist a project, for example ZBW1 (is simply a definition). Then enter in Components of the project selecting the corresponding flag and then select EXIT_SAPLRSAP_002 Exit Function.
    Then double click on the word ZXRSAU... at the right of word INCLUDE.
    In the next screen you introduce your code.
    Hereunder an example for vendor:
    DATA: L_BIW_LFA1_S LIKE BIW_LFA1_S,
          l_tabix LIKE sy-tabix.
    CASE i_datasource. <i><b>(this is always necessary)</b></i>
    WHEN '0VENDOR_ATTR'.
       LOOP AT i_t_data INTO l_BIW_LFA1_S.
         l_tabix = sy-tabix.
         SELECT XEGLD FROM T005
                 INTO V_XEGLD
                  WHERE LAND1 = l_BIW_LFA1_S-LAND1.
           IF V_XEGLD = ' '.
              l_BIW_LFA1_S-ZZXEGLD = 'E'.
             ELSE.
              IF l_BIW_LFA1_S-LAND1 = 'IT'.
                 l_BIW_LFA1_S-ZZXEGLD = 'I'.
                ELSE.
                 l_BIW_LFA1_S-ZZXEGLD = 'C'.
              ENDIF.
           ENDIF.
         ENDSELECT.
         MODIFY i_t_data FROM l_BIW_LFA1_S INDEX l_tabix.
        ENDLOOP.
    ENDCASE.  <i><b>(this is always necessary)</b></i>
    Ciao.
    Riccardo.

  • How to enhace business content extractor for cube in production

    Hi All,
    I want to run report based on 0MATERIAL on two cubes 0PCA_C01 and ZCOPC_C08. I dont have 0MATERIAL in cube 0PCA_C01.
    Both of the cubes are in production. I am trying to enhance the data source 0EC_PCA_1 (for cube 0PCA_C01) to bring in 0MATERIAL.
    > Is this the right way to do it?
    If it is then, do i need to write the code in funciton module after appending the 0MATERIAL fields to the
    data source. does any body have the code or plz help me step by step to write the code in CMOD....which tables should i go to get the 0MATERIAL.
    > Most importantly, does enhancing the datasource 0EC_PCA_1 with omaterial affect the omaterial in the datasource for my second cube (can the same infoobject be in two data sources..bcoz master data is common for all cubes)....
    I want to do this right....as both the cubes are in production.....plz help me..
    Plz address any issues like data loss bcoz of enhancing datasource in production or something like that
    thanks in advance,
    > useful inputs will be rewarded

    Hi Aravind,
    You need to have a foreign key relationship with the base data to material to bring material no as a transaction data. There has to be a link from where you can extract the data. FIrst you see if this link is available in any other ods in BW itself. For example, if you have the vendor details in your cube, see if you can get the material from the AP ods. this depends on your implementation.
    If you do not drop the cube load, how will this value be updated to the old data. Assuming you are doing deltas, the new records coming in will have this data filled but the data that already sxisted will not have this data. So, I think you will need to drop the load.
    I know the amount of data could be huge but if you have to get the data from R/3 (this is if the data/link i mentioned above is not available in BW), you have to enhance the data source. In this case, you can not avoid datasource enhancement.
    You can create a Zmaterial and load it from 0material. This will not help you. By doing this, you will be creating another master data. Even if you include this master data zmaterial in your cube, since you can not map it in the update rules, it will not help you. See if you can lookup this value from some other ODS.
    Hope this helps.
    Thanks and Regards
    Subray Hegde

  • How  to  create an infotype in sap ecc6.0 ?

    Hi all,
    I know i how to create an infotype   in   sap 4.7, but i am facing the problem while
    creating an infotype in sap ecc6.0 version. could u plz provide me  the info with screen shots how to create an infotype and how to enhace that infotype ?
    Waiting for u r response.
    Regards,
    Ravi

    Hi ,
    To create OM infotype:
    1. Go to SE11 and create a structure HRI9XXX (9XXX --> name of the infotype). Add the required fields to this structure and save and activate. then come out of it.
    2. Go to PPCI and enter Infotype number (9XXX) and description.
    3. Click create.
    4. In the infotype category select details for the infotype.
    5. Click create button. It should create the infotype.
    6. Click on Check. A window with menu will open.
    7. In that window navigate to Table Entries.
    8. Under table Entries, select T777I and click on change.
    9. It opens SM30. Click on Maintain.
    10. Select the infotype and add information for "Time Constraint" and "Infotype Per Object Type".
    11. Save.
    12. Go back to check menu, see if all entries exist. Do not worry last 5 table entries. And you are done

  • How to add icons in native menu with text

    Hello Guys
                     Can Anybody guides me how to add icon in nativemenu system tray.Actually i am making a simple application in adobe air and use minimizing the application into system  tray.On Right  click on the icon present in system tray it open naitive menu with open and exit option.
    i just want to add an icon with each menuItem.Please guide how can i do it.please give me some example for it.i am using this
                                     http://www.swamicharan.com/blog/air/minimizing-an-air-app-to-systemtray/
    link for dock and undock my application.And also tell me how to enhace the width of that naitive menu .please help me out.
    Thanks  And Regards
         Vineet Osho.

               the native menu means in ur application menu or flex system menu?

  • Assign Source of Supply at Header Level of SC for single Supplier

    Hi Team,
    We are in SRM7.0 and EHP4.
    The requirement is : User is creating a SC for 50 line items to a single supplier. In SRM7.0 User not able to find the Button Assign Source of supply at Header Level. I know it is at item level and it is very painful from user point of you going to individual line item details and assiging the same Source of Supply 50 Times.
    The design is Once Source of supply assigned. It leads to Auto PO after SC status changes to approved.
    Please tell is there is a standard SRM7.0 Functionality to handle this requirement with out any BADI / Enahancement.
    If not above, please tell how to enhace the same.
    Thanks
    Giri

    Hi Masa,
    As I Mentioned in my Initial thread. We are using Auto PO. Once the Shopping cart under go 2 step Approval Process. Once the status is completly approved, Auto PO is created.
    Pre negotiated vendors for product commedities are available for the SC requestor to select and the list of supplier to Product commedities is available to requestor.
    Request Process (SC) is mainly used from approval point and from analytics (reports) point.
    1 st step approval - Finacial Approvers approve the SC.
    2ns Step Approval - Buyer check the Price in SC as per Vendor Negotiated rate and Approves and Approved staus SC result in Auto PO to Vendor.
    Business do not want change the above process and it is configured as per business and delivered. Only difficulty they are faceing is when creating SC for Same vendor with multiple line items. They need to go Individual Item details and assign the source of supply. It is pain full for them. If the SC is created for multiple line items to same vendor. They want to assign the vendor at header level of SC, Instead of going to Individual item and assign the vendor in SRM 7.0
    Thanks
    Giri
    Thanks
    Giri

  • Enhance the standard WD

    Hi experts,
    I have a requirement in which i have to enhance the standared WD.
    In the standard WD,there is a view and in that view we have one table .
    There is one field in the table for "Specification" and one for "Material".
    Once the user enter value in the field "Specification" and press enter a pop up window should open with the ALV which contain all the materials.
    Once user select any material , it will go in the colum of the material.
    How i can do this.
    Please help.
    Thanks
    Mahesh

    Hi
    Hope you need to know how to enhace a standard WD4A application.
    You ca enhance the standard Web dynpro Abap conponent by pressing Ctrl+F4. I basically mean enhanceing by clicking the 6th button in the application toolbar of the webdynproconponent. then create you new enhancement. then you can add you on changes to a standard.
    ci

  • Mobile enhance the youngstar once

    Mobile enhance the youngstar once
    http://thesewingsourceinc.com/forum/index.php?topic=21585.0
    http://forum.epicdragonica.com/entry.php?23261-T-bhi-amp-Watch-Game-of-Thrones-Season-4-Episode-3-Online-Hd
    http://thesewingsourceinc.com/forum/index.php?topic=21997.0
    http://thesewingsourceinc.com/forum/index.php?topic=22214.0
    http://forum.epicdragonica.com/entry.php?23478-F-O%29-Watch-Once-Upon-a-Time-Season-3-Episode-18-Online-HQ-Stream
    http://thesewingsourceinc.com/forum/index.php?topic=22447.0
    http://forum.epicdragonica.com/entry.php?23838-!B-ng!-Watch-The-Mentalist-Season-6-Episode-18-Online-Hd-Stream
    http://forum.epicdragonica.com/entry.php?23971-%28TuSi!%29-Watch-Mad-Men-Season-7-Episode-2-Online-free
    http://thesewingsourceinc.com/forum/index.php?topic=22694.0

    Hi
    Hope you need to know how to enhace a standard WD4A application.
    You ca enhance the standard Web dynpro Abap conponent by pressing Ctrl+F4. I basically mean enhanceing by clicking the 6th button in the application toolbar of the webdynproconponent. then create you new enhancement. then you can add you on changes to a standard.
    ci

  • How to  find an enhacement point in a standard FM.

    Hi All,
              I have to find an enhacement point in a standard FM.Please guide me on how to do this?
              Also what all things should i take care of while adding code at the enhancement spot as I
              know sometimes a dump comes in such scenarios.
    Please advice,
    Saket.

    Hi Saket,
    Do you want to find an Enhancement Point or an Implicit Enhancement Point?
    If you want to find an Enhancement Point, then the string ENHANCEMENT-POINT. Enhacement Points are marked as ENHANCEMENT-POINT <enhancement Point> SPOTS <enhancement spots> STATIC. or ENHANCEMENT-POINT <enhancement Point> SPOTS <enhancement spots>.
    If you want to find an Implicit Enhancement Point, then press SHIFT + F4 and then Edit -> Enhancement Operations -> Show Implicit Enhancement Options. This will show you the Implicit Enhancement Points in yellow color (if you are using the Old Front-End-Editor).
    You might get dumps for a number of reasons. In that case go to the dump analysis and sort the problem. Moreover you might even get Short Dump while creating implementations of Implicit Enhancement. This generally occurs because of certain missing patches/upadtes. In such a situation ask the BASIS or admin team to upload all the necessary patches or updates.
    Hope this helps.
    Regards,
    Abhisek.

  • How to track the blocked POs in 2LIS_02_SCL extractor

    Hi Gurus,
                  We have field ROCANCEL in 2LIS_02_SCL extractor which sets to X and R for cancelled and deleted records. On ECC side we either delete the PO (at Item level) or block the PO.
    For deleted POs the ROCANCEL flag is setting to R and we are OK with this but how can we track the blocked orders?
    The business requirement is to report on blocked orders too.
    Thanks,
    Anil

    Hi,
    In Bw thre is always confusion about following Dates.
    Posting Date (0PSTNG_DATE)
    Schedule Line Delivery Date (0SCL_DELDAT)
    Statistics Date (0STAT_DATE)
    So ask Functional Consultants and Business USers and Identify the corretc Date in ECC and then Change the Mapping In UPdate Rules in BW. i.e. What date USer is wanting and accordingly we nee dtgo change the mapping in UPdate Rules in Time Char Tab in UpdateRules.
    Thanks
    Reddy

  • How to analyze the extraction process for 2LIS_02_SCL both in R/3 & BW.

    Hi All,
    I have a problem here regarding the extraction process for the DataSource 2LIS_02_SCL. The values posted by date fields like
    Posting Date (0PSTNG_DATE)
    Schedule Line Delivery Date (0SCL_DELDAT)
    Statistics Date (0STAT_DATE)
    In BW are suspected to be wrong values.
    So I am supposed to check the extraction process for PO Schedule Line (2LIS_02_SCL).
    So how can I proceed with this analysis in BW side as well as in SAP R/3.
    Can anyone please help with the process.
    Thanks in advance.

    Hi,
    In Bw thre is always confusion about following Dates.
    Posting Date (0PSTNG_DATE)
    Schedule Line Delivery Date (0SCL_DELDAT)
    Statistics Date (0STAT_DATE)
    So ask Functional Consultants and Business USers and Identify the corretc Date in ECC and then Change the Mapping In UPdate Rules in BW. i.e. What date USer is wanting and accordingly we nee dtgo change the mapping in UPdate Rules in Time Char Tab in UpdateRules.
    Thanks
    Reddy

  • How to use EXIT_SAPLEINS_001 for delta with 2LIS_02_SCL datasource ?

    Hi,
    I'm facing a problem using 2LIS_02_SCL: the field MCEKET-WAMNG is not populated during delta extraction (it is populated correctly when I fill setup tables).
    I have been told that I should use customer exit EXIT_SAPLEINS_001 in order to fill MCEKET-WAMNG at event ML u2013 delivery, because 2LIS_02_SCL does not takes this event into account (only MA, MB, MC and MD which can be verified in LBWE Events), this field is not passed to BW in delta.
    I need help to implement this solution.
    An example with ABAP code will appreciated.
    M.B.

    Hi,
    May helpful to you
    EXIT_SAPLRSAP_001 vs EXIT_SAPLEINS_001
    EXIT_SAPLEINS_001
    Regards,
    Suman

  • How to enhance 2LIS_02_SCL with Conditions

    Dear Gurus,
    (PLEASE.... THIS ONE IS REALLY AN URGENT ISSUR)
    I have a situation here, where i have to enhance my Purchasing Data Data Source(2LIS_02_SCL) with the conditions from  MIRO. 
    Here in our project at the time of creating a PO they enter the Freight value and the Condition thpe along with the Transporter.  But all the above said data is tentative it may be changed at the time of MIGO which is also not a permanent one.  But what ever the data entered at the time of MIRO(Invoice Verification) is the final one.  so i have to pick the data from this transaction.  If anyone went across this situation please suggest me what should i do to enhance my data source with this data.
    Here i have to extract the Transporter, Station, Freight Value, Condition type.  Please tell me the table information also.  If the information i provided is not enough please feel free to ask for more.
    IF THERE IS ANY OSS NOTE WHICH CAN SOLVE MY PROBLEM PLEASE FORWARD THAT TO MY YAHOO ID.
           [email protected]
    Thanks in advance
    Mohan Kumar

    Hi Mohan,
    Please go through the steps.
    1) SE11, Type your ES in Data type ,and click on display
    2) Click on append structure , create the new append structure and add the new fileds,Then activate it.
    3) RSA6,select your Generic DS,enter into data source screen with change option. Make sure that the "fiel only" and "hide" options are unticked for newly added ields.and then generate the DS(menu option).
    4) Replicate the DS.
    5) Write the code in CMOD for newlu added fields.
    Procedure:-
    the enhancement depends on the type of datasource. Mostly you identify the extract structure and add your fields using a append structure. Once enhanced, you need to generate the datasource again. Then goto transaction cmod, create or choose a project, add enhancement rsap0001 and add your coding in exit...001 for transactional data, exit...002 for master data, exit...003 for texts and exit...004 for hierarchies.
    after the extract structure displayed, click 'append structure', and system will propose the append structure name 'z....', accept it and in next screen add you new field name as zz.... and activate the structure.
    double click component exit..01, double click zxrsau01, system will give something 'sap reserved' which actually just warning, quite tricky, just press 'enter' then it will go to next screen for program include zxrsau01.
    here you put the code like following :
    data : l_s_[structurename] like [extractstructure name],
    l_tabix like sy-tabix.
    case i_datasource.
    when 'your datasource name'.
    loop at c_t_data into l_s_[structurename]
    l_tabix = sy-tabix.
    fill the new field
    select ... into l_zz...
    where ....
    l_s_[structurename]-[new field name, zz....] = l_zz...
    modify c_t_data from l_s_[structurename] index l_tabix.
    endloop.
    I hope it would help you.
    Regard's
    Prasad

  • HOw to add list box using enhacement of standard infotype

    Hi,
    Using enahancement infotype, I wanted to add a list box field in inftyp 01.
    The module pool ZP000100 & screen no 200 already existed .In the layout editor the field didnot get displayed hence I took it from dictionary.
    I have adde the code in pbo & pai for adding values in list box.
    problem is that data is not getting saved when i enter data in pa30 inftyp 01.
    Kindly guide me.
    Regards,
    Rachel

    *

  • Getting error while activatinb update rule 2LIS_02_SCL

    Hello BW gurus,
    I have activated and replicated datasources for PP and activated the 0PUR_C01 infocube now I am activating the update rule 2LIS_02_SCL but while activating the update rule iam getting error message
    "Object UPDR CD2NYEJKIIFCCFA9FW1OQRONE could not be found"
    which is nothing but the technical name of 2LIS_02_SCL. in GROUPING TAB I have selected " only necessary objects" option.
    Any help on this is greatly appreciated can you please suggest me how I can troubleshoot this.
    I will assign points to all appropriate answers.
    Thank you,
    Krish

    Hi Krish
    Don't worry about the error message.
    RSA1-> Business content-> here select the update rules from 2LIS_02_SCL to cube 0PUR_C01 and with only necessary objects option-> Install update rules with applicable routines. Then refresh RSA1 and check for update rules. If still you don't get update rules, please let me know
    Regards
    Pradip

Maybe you are looking for

  • Working with movie clips

    I'm making an animation with movie clips inside the stage but if i put action in the end of these for go to another frame in the stage, dosnt let me because AS3.0 does'nt alow script inside buttons and MC's. Wath can i do for this issue. The new code

  • I can't find a class to run command line stuff...

    Does J2SE have the capability to run command line files/executable files? I need to run some things from command line on my local machine. This ap will be swing based. Thanks for any insight. nick

  • Expense Report stuck at Server Side Validation Process

    Hi to All, I have an expense report with seven lines. All charged to a project. When the end user submits the expense report, it tells user that it is going to her manager. Then within a few seconds shows: "Pending System Administrator Action" Lookin

  • Illustrator CS4 hex color shifts again

    In  cs4 Illustrator on mac Color settings:North Amer/Internet Document Color Mode: RGB Proof Setup: Monitor RGB Proof Colors: Checked When I make a web safe colour in my color picker (example #0088CE) the number is fine when measured with the Digital

  • Why did HP remove Home, End, Pg Up & Pg Dn keys?

    Just got the new TM2-2050 tablet as a warranty replace for the tx1000 model I had for 2.5 years.  Overall I'm happy with the machine as it's faster, has Windows 7 and doesn't heat up like a hot pack. I'm surprised HP took out the bluetooth though and