Help in enhancements

Hi ALL,
I believe that all are doing fine!
Im new to enhancements(may be like normal report or thru badis) concept and i have got some objects assignment(s) in my company.....
I need help from u folks in providing some material and some good real time examples(coding) in enhancements..
Its quite urgent ..pls help me..
FOR SURE POINTS WILL BE GIVEN TO ALL..
Pls do the needful.
Thanks n Regards,
Jack

hi
enhancement are nothing but the points in standard programs where u can add in ur functionality.
that is done through user exits.
check this link below will help u out.
http://sapmaterial.com/user_exit.html
regards
vijay
reward points if helpfull

Similar Messages

  • Need help on enhancement of 0CO_OM_OPA_1 with Material and Plant

    Hi,
    I have a requirement that need to build a BW report which shows Actual costs and Planned Costs of Service Orders. We are getting Actual costs from 0CO_OM_OPA_6 and now i am getting planned costs from 0CO_OM_OPA_1. For actual costs we are getting Service Orders, Material and plant from Satandard DS 0CO_OM_OPA_6. Where as For Planned Costs standard data source 0CO_OM_OPA_1 is not having Material and Plant information. For this we decided to enhance 0CO_OM_OPA_1 with Material and Plant.
    But we are not sure the source tables for material and plant and the logic to extract these data from the tables. Can anybody please help me out.
    Thanks for your supprt in advance.

    It's possible you may need to use a CO-PA (profitability analysis) datasource instead of 0CO_OM_OPA_6.  0CO_OM_OPA_6 extracts data from CO tables. 
    Based on the path you provided "...Profit. segment...", the requested data might exist with CO-PA.
    If you determine the required data resides in CO-PA, you'll have to create a datasource based on the operating concern.  You can perform a search within the online docs for steps to create this datasource.
    Hope this helps.
    Rod

  • Help in enhancing CRM logon function module

    Hello all,
    We have a situation where in the past we have allowed the creation of multiple Business Partners sharing the same e-mail address. We are about to close this loophole but we have this as a master data issue for some existing Customers/Business PArtners.
    Currently, our CRM Webshop only uses e-mail address and password for login verification (not using Business Partner/Customer number).
    We would like to enhance the webshop logon to include customer number as well ie. We want to determine which customer number associated with the ambiguous e-mail address is used. I have attempted to identify which function module is involved by inserting an endless WHILE loop into the following , but none of them seems to be called :
    CRM_ICSS_USER_LOGIN
    CRM_ISA_IUSER_LOGINr
    CRM_ISAI_BP_LOGIN_BPARTNER_GET
    CRM_ISA_BP_LOGIN_CHECK
    CRM_ISA_LOGIN_R3USER_CHECK
    CRM_ISA_IUSER_LOGIN
    CRM_ISA_LOGIN_CHECK
    CRM_ISAI_BP_LOGIN_BPARTNER_GET
    In addition I notice the function SUSR_CHECK_LOGON_DATA can not be enhanced as it's a Basis FM.
    I have attempted to look up documentation in SAP Help and not much joy. Can anyone tell me whether I'm barking up the wrong tree and this needs to be addressed by a kernel level function or recommend another place in the standard code ?
    Regards,
    Gabriel

    Hi Pooja,
    Please follow the below steps to create a function module :
    1. Goto Transaction code : SE37.
    2. Create a Function Group first.
       a) From the Menu Bar Choose Goto -> Function groups ->  Create group.
       b) Specify the function group name and a short text.
       c) Choose Save.
    When you create a new function group, the system automatically creates a main program containing two includes. Like any other programs and includes, you can display them in the Repository Browser.
    3. Now create a Function Module.
    4. Enter the function's name in the field Function module.
    5. Choose Create.
    6. In the Enter function group dialog box, enter the function group to which you want to assign the function module.
    7. In The Attributes Tab select Remote Enabled Module (since you want a RFC function module ).
    8. Give the Import and Export parameters and exceptions(if any).
    9. Write the functioning part of the fuction module in the Source code tab.
    10. Save and Activate your function Module.
    Now go ahead and use your function module where ever you want.
    Hope it helps.
    Reward if helpful.
    Regards
    Hemant Khemani

  • How can we help to enhance apple maps?

    Is there anyway we can help enhance the apple maps informational database, other than reporting problems?

    The biggest improvement to be made to this app is to allow users to delete it. I am disgusted with apple that they have IMPOSED this rubbish software on us, it is vastly inferior in useability and content to google and yet it was foisted on us simply for corporate greed because they could stand having google maps on board. Why not wait until you have made something that is as good or actually BETTER than google maps then launch it and wow customers? That is what aple used to do.  Now they cynically make a poor product and force it on us. Shame on you apple.

  • Help in Enhancement of MAU application in Frontend

    Hi All,
    I am enhancing MAU application.
    we have an Enhancements link where the data is getting displayed. I want to make this data field editable.
    In my code I have added a textbox where the value is getting retrived. The textbox is appearing on the size of the data coming from the backend. ie if there are 2 data , 2 textboxes will be appeared.
    ex:  <%if(condition) {%>
    <td align="left" valign="top"><input type="text" name = "enhancementdata" value = "<%=com.sap.mbs.core.web.StringUtils.escapeToHTML(data.toString())%>" >
    I want to add this "enhancementdata " in session object so that I can use it further.
    Can any one help me with this coding .
    Thanks and Regards
    Neha Mahanty

    Hi,
    The session object is implicitly included in the JSP. All you need to store is:
    <%
        session.setAttribute("myKeyForEnhancementData", data);
    %>
    Later, if you'd like to get it back:
    <%
        MyDataClassName data = (MyDataClassName ) session.getAttribute("myKeyForEnhancementData");
        // don't forget to check for null values, before you try to call a method; NPEs could be annoying ;-)
        if (data != null) {
           data.makeSomething(someArgumentIfNeeded);
    %>
    Kind regards,
    Tsvetomir

  • PLZZ HELP FOR ENHANCE INFOTYPE...

    HI EXPERTS,
    I HAVE 2 QUERIES TO ASK U..
    1).
    I AM ENHANCING AN INFOTYPE...
      I WANT THAT MY FIELD HAVE TO DISPLAY IN SOME SPECIFIC SUBTYPE ONLY..
    I NEVER IMPLEMENT WID SUBTYPE..
    SO ANYBODY PLZ HELP ME OR SEND ME THE CODE BY WHICH I CAN DO THIS...
    I WANT TO KNOW IMPLEMENATION WID SUBTYPE...
    SO GUIDE ME OR GIVE EXAMPLE FOR THIS..
    2).
    I HAVE IMPLEMENTED 0007 INFOTYPE WID MY ADDITIONAL FIELD..
    BUT I WANT THAT WHEN I SELECT MY DATA IN ADDITIONAL FIELD THAN IT AFFECTS ON STANDARD TABLE ALSO..
    I MEAN 2 SAY HOW CAN I DO THIS WHERE MY SELECTION AFFECTS ON OTHER FIELD AND I CAN SAVE IT IN TABLE..
    HELP ME ASAP...
    THANKS IN ADVANCE..
    POINTS WILL BE REWARDED...
    REGARDS,
    Bhumit Mehta

    Hi Bhumit,
    Ur 1st question answer.
    1.  GOTO Tcode PM01.
    2.  3rd tab infotype enhancement.
    3.  Put infotype 0007
    4.  put first radio button CI Incliude & push create button, give
         short description of  infotype.
    5.  Give ur addition field name to be included with their domain.
         & save. and back
    6.  Then 2nd radio button Module pool. & press create & save.
         & back
    7.  Last put radio button Include Screen. & press create &
         save.
    In this way u can enhance any infotype.
    Now come to ur 2nd Question.
    Stay ur PM01 transaction.
    See in the top left Assign enhancement.
    Press this one.
    Create new entries to link with DB table as soon as ur Standard tcode functioning to save data into std table
    Example
    Module Pool        MP000700
    Standard Screen  2000
    Program Name    ZP000700
    Table Name        PA0007.
    save & activate.
    For first one one workbench request created
    for 2nd one one customize request will create
    Move two request 1st workbench then customize request
    That's all.
    If it is helpfull Pls do reward
    Regards
    Srimanta

  • Need help with enhancement with CIC0 in CRM

    HI
    Anyone knows any enhancement points or BADI with transaction CIC0 of the Locator?
    Any help is appreciated!
    Points will be given for useful info.
    Thanks!

    Hi,
    There is a BAdI BUS_LOCA_HIDE_SEARCH which can be used to hide unnecessary search types and search ids.
    In case you would need to enhance the locator with new search types and Ids I can help you with some documents for this. Let me know you e mail id for this.
    Regards,
    Sudheer.

  • Need help in enhancement in EHSS

    Hi All
    we have Custom tab added for incident admin work list along with other  tabs(basic information , Investigation etc ) . where in user enters some values and set a flag A,B or C .
    now based on the flag set i have to change the F4 values of the employees dynamically .
    for this i have created a singleton class and reading the context value from the custom web dynpro and passing it to the attribute in singleton and reading it in the get_data method of  CL*PERSON*FRM*  passing the search help dynamically to the investigation lead field .
    the issue is the enhancement which is written in the get_data method is not triggered always i am missing this for some of the incident categories say "minimal accidents" etc .
    is there any way where i can set the search help in the webdynpro level accesing the fpm~getdata tables ?
    like process_events ?
    please suggest me some input so that the dynamic population of search help functions irrespective of actions ( events ).
    Thanks ,
    Venkat Ratnam Naidu

    Develop freestyle GUIBB accessing BOPF Object EHHS_INCIDENT data
    Hi Venkat! I´m looking for examples about the implementing a Freestyle GUIBB inside an EHS Incident Report Screen. I´m new in EHS development, and I don´t understand how to implement /BOFU/CL_FREESTYLE_BOPF_HELPER class to handle the data referred to the incident.
    I recently created a thread: FBI Freestyle Helper Sample Implementation
    The Freestyle GUIBB has been implemented, but I can´t access any data of the BOPF Data Model.
    I appreciate some help, thanks!!!

  • Need help on enhancement PPCO0012

    Hi All
    I have implemented the enhancement and used the Function exit & Screen exit and created and custome screen.
    but when i am going into the CO03 transactrion the fields are still in editable mode.
    Please help in making the fields ready only in CO03.
    Thanks a lot.
    Regards,
    Sreeharsha
    Edited by: Sreeharsha Naga on Jan 22, 2009 6:09 AM

    Hi,
    Sorry the Tcode should have been 'CO03' and no 'SO03'.
    When the value of SCREEN-INPUT is changed to 0 the field becomes of type "Output Only". So it should work.
    Say the screen field that you want to modify is named 'ZZX1'.
    The piece of code should look something like:
    LOOP AT screen.
      IF     screen-name EQ 'ZZX1'
      AND sy-tcode       EQ 'CO03'.
        screen-input = 0.
        MODIFY screen.
      ENDIF.
    ENDLOOP.
    If the above does not suit your requirement the you can try using the structure 'RC27S' (but first check if the structure is globally available in the Function Exit or the Screen Exit). There are two fields 'AKTYP' and 'AKTYP_PIC'. Both these fields show the transaction status and screen field status. So instead of sy-tcode you can also try using RC27S-AKTYp or RC27S-AKTYP_PIC as the need may be.
    Hope this helps.
    Regards,
    Abhisek.

  • 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.

  • Need help for enhancements

    Hi all,
    I have been given some enhancements to be made in the existing system. But, since iam new to SAP, i dont have proper idea how to go thorough it.
    Iam told to make Functional Specs. for all these requirements. How to do that?
    Can anyone guide me step by steps so that i can learn the process by using a SD enhancement example.
    I will be grateful to anyone who helps me in this regards.
    Thanks,
    Sourav

    Hi Friend,
    Every company has their own template for functional spec however  content will be almost same. So you check ny earlier functional spec and you will clear wbout that as there is nothing much in that.
    Now about enhancement. We are doing enhancements thorough user-exits and our job as a functional guy is to find out the user-exits. And here i m giving you how to find out user exits.
    <b>Ways to find Enhancements/User exits</b>
    01. In SMOD find options of screen, menu, function exits.
    02. Go to SE81 and select the relevant module find the enhancement.
    03. Go to the program or transaction and search for “CALL CUSTOMER-FUCTION” or “EXIT__nnn”
    For screen exits go to screen in SE51/SE80 search for- “CALL CUSTOMER-SUBSCREEN..”

  • Help to enhance sound for 3510nr !!!

    My laptop is Pavilion 3510nr, it supports SRS PREMIUM SOUND but the sound when I play music is not good, I try to uninstall the driver and reinstall the lastest version but It is still not good. So please help me to enhance the sound for it. My old laptop is v3201tu, it does not support SRS PREMIUM SOUND but the sound is very very good compared to this model.

    use the sound class to create sound instances and then use the methods and properties of the sound and soundchannel class to control your sound(s).
    var s:Sound = new YourSound();
    var sc:SoundChannel=s.play();
    any time you want to stop your sound, use:
    sc.stop;
    when restarting your sound, use:
    sc = s.play(sc.position);

  • Need help with enhanced data source in Production system

    Hello Gurus,
    1.                  I enhanced a datasource in BW and populated the field using customer exit using CMOD function. In Dev system, i dont have much data, so I deleted the whole data and did full load.
    what shud I do in Production side, so that Delta wudnt be affected??since in production, we have millions of records, we wont do full load., what is the best way to populate the field in production after transporting the datasource to production without disturbing delta's, to reflect the new field for previous years data???
    2.  can we put 0customer and 0material in the same dimension?? how its going to affect the performance?
    Thanks in advance.,
    Best Regards,
    Pavan

    Hi,
    Please see this
    1.
    see this thread
    populated the new field with historic data
    2. can we put 0customer and 0material in the same dimension?? how its going to affect the performance?
    Its better not to use them in a single dimension  because one customer and take more than one material so if you have 100 customer and 1000 materials  this combination will generate a large number of records. Its always better to keep characteristic which are having 1:N relation ship in one dimensional in you  case customer and material will have an M:N type of relationship.which will result in slow performance.
    Regards,
    Ravi

  • Need Help MKVZ enhancement.

    Dear gurus
    I have added two fields in standard table LFA1. for enhancement in XK01 xk02 and xk03 which is working totally fine like i wanted.
    in program RMKKVZ00 t-code MKVZ i want to add my created field in the selection area how to do this.
    i can't find the correct position of implicit enhancement area in the program
    Regards
    Saad Nisar.

    no, its not possible ,make a z-program of  RMKKVZ00 add Field ERDAT using LFA1 table. i have tried this standard report S_ALR_87012086  where in u have multiple options for hving the fields in selection screen.

  • Help about enhancement for miro

    I am looking for a user-exit (or some other means) in MIRO, to display some information in the 'Text' field in the 'PO reference tab'. I came across a few - like EXIT_SAPLMR1M_001, EXIT_SAPLMR1M_002, EXIT_SAPLMRMP_010 etc, but nothing that gets executed before the 'simulate' or 'save' of the invoice.
    If anybody knows of a user-exit that will get executed after the company code and PO number is entered, but before the PO details are displayed in the 'PO reference' tab ?
    my sap version:ecc6.0
    Thanks in advance for your help,

    Transaction Code - MIRO                     Enter Incoming Invoice
    Exit Name           Description
    LMR1M001            User exits in Logistics Invoice Verification
    LMR1M002            Account grouping for GR/IR account maintenance
    LMR1M003            Number assignment in Logistics Invoice Verification
    LMR1M004            Logistics Invoice Verification: item text for follow-on docs
    LMR1M005            Logistics Inv. Verification: Release Parked Doc. for Posting
    LMR1M006            Logistics Invoice Verification: Process XML Invoice
    MRMH0001            Logistics Invoice Verification: ERS procedure
    MRMH0002            Logistics Invoice Verification: EDI inbound
    MRMH0003            Logistics Invoice Verification: Revaluation/RAP
    MRMN0001            Message output and creation: Logistics Invoice Verification
    No of Exits:         10
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Rewards if useful.........
    Minal

Maybe you are looking for

  • My "About" button is not working HELP

    Hello fellow BB owners ive been tweaking and updating my new 8330 and it seems that now my about button does not respond.All the other menus and places work fine but when i click on the about button it just does not respond. thanks in advance Jason S

  • Regarding error "Field symbol is not assigned." during print preview

    Hi experts,     I am getting dump while trying print preview for particular POs in ME23n transaction(ECC 6.0). Please refer the below dump error: Runtime Errors         GETWA_NOT_ASSIGNED_RANGE Date and Time          29.09.2009 19:30:39 Short dump ha

  • Why can't I see my camera on the desktop?

    In the past my cameras connected via USB would show up both in iPhoto and the desktop.  At some point this option seems to have been revoked and I can no longer view it as a drive on the destop if I want.  Is there any way to make my camera show up a

  • Histograms in Library Compare and Survey

    Having all histograms visible simultaneously in either Compare "C" or Survey "N" mode within the Library module would be great for selecting which of a set of bracketed exposures is the one to keep or assign a star rating to. Underneath or beside the

  • Is my IP address visible if using another wireless network connection?

    i've got a few questions concerning surfing anonymously on the web... first off, are there any MAC apps that would allow me to surf, proxy surf, anonymously? i know there are many available for the PC. second, is my IP address visible to others on th