Copy of Standard ME2M

Hi !
I ahve been asked to prepare a report which will be a copy of a standard SAP ME2M report (RM06EM00) with some modifications such as:-
Account Assignment Information (Table EKKN)
u2022     WBS Element u2013 Table EKKN/ Field PS_PSP_PNR
u2022     Cost Center u2013 Table EKKN/ Field KOSTL
u2022     Network u2013 Table EKKN/ Field NPLNR
u2022     Goods Receipt Posting Date Table u2013 Table EKBE/ Field BUDAT
Note: If there are multiple goods receipts against the same purchase order then the report should use the posting date of the last goods receipt posted.
Layout :-
few changes here too in layout , its adding some extra fields to it .
I wanted to know as to how to start with . Can anyone tell me how to gho about doing it , I am not asking how to copy it , but where to start with the report .
Thanks

Can anyone give soem input on creating a report from a standard ME2M report with addition of few new columns to it please.
Thanks

Similar Messages

  • Copy of standard credit memo

    Hey all,
    I have to develop a z smartform for the standard smartform LB_BIL_INVOICE.
    I have copied the standard and made the changes in the form as and where required.
    Now i have to create the driver program.
    Can anyone suggest me whether to copy the standard driver program RLB_INVOICE or create a driver program of my own.
    If I have to create the driver program can any one help me with the code?

    Can anyone give soem input on creating a report from a standard ME2M report with addition of few new columns to it please.
    Thanks

  • Problem in copying a standard maintenance view

    Hi to all experts,
    My requirement is to make an exact replica of the standard view   V_T71ADM23 . I have copied the view into a custom z view and in the table maintenance generator created a function module and provided a screen . but the screens in both standard and custom view which i have generated is different. So i copied the standard function group in the table maintenance generator of the standard view into a zfunction group and assigned to the custom view . If i do that im getting errors like
    View C_V_T71ADM21 has no active version and no entry in the control directory
    View VT71ADM19 has no active version and no entry in the control directory
    View VT71ADM20 has no active version and no entry in the control directory
    View VT71ADM21 has no active version and no entry in the control directory
    View VT71ADM22 has no active version and no entry in the control  directory
    View VT71ADM23 has no active version and no entry in the control directory

    Hi venkat ,
    i followed your procedure but it is the same . Im getting different screens  for standard and one which i copied . what could be the reason
    after going into sm30 click maintain entries
    give compensation area and
            guideline matrix
    hit enter
    i tried with both standard and custom
    the screens are different in standard and custom some fields are missing in the custom view which i copied
    Please help . greatly appreciated .....

  • Problem in copying a standard function module!

    Hello there,
                     I need to copy the FM, RS_TABLE_LIST_DISPLAY, to a Y function Module. But I am not able to copy it as a single FM, I have copy all the FMs in that function group i.e. SETB.
                     I, then copied that standard function group SETB. I am getting a strange error message while activating the copied version. The error which I am getting is:
    The parameter "INTTAB" of the global interface has already been defined outside the function.
    INITTAB is some defined internal table.
    Also the include in which this error is getting appeared is LY.....$07 something. I have tried to many times. Not able to resolve the issue.
    Please help!
    Regards,
    Ganesh Khumse

    Hi There,
                  Thanks for your reply. I have not defined anything in the copied function module. I just copied and tried to activate it, error occurred.
    Thanks & Regards,
    Ganesh Khumse

  • Problem in Sapscript , After creating a copy of Standard Script

    Hello friends,
                       I have copied a standard script WASCHEIN into ZWASCHEIN, now all the data is coming from driver program SAPM07DR. Now there is one field which is not coming from the standard program,
                      Is there any way i can capture the field in my script without making changes in the standard driver program like a select statement in the script.
    Thanks.
    Edited by: Vijay Babu Dudla on Dec 16, 2008 3:24 AM

    Hello Poonam,
    Sorry i think you are not aware of using PERFORM stmts in SAPScripts !!!
    @ Amit you can try this bit of coding:
    /:           PERFORM F_GET_KTEXT IN PROGRAM ZPROGRAM
    /:           USING &MSEG-NPLNR&
    /:           CHANGING &V_KTEXT&
    /:           ENDPERFORM
    Create a Subroutine-Pool Program: ZPROGRAM where you write the FORM for the above PERFORM.
    FORM f_get_cust_details
    TABLES fp_it_input  STRUCTURE itcsy
                  fp_it_output STRUCTURE itcsy.
    DATA:
      l_v_nplnr TYPE nplnr,
      l_v_ktext TYPE auftext. 
      READ TABLE fp_it_input WITH KEY name = 'MSEG-NPLNR'.
      IF sy-subrc = 0.
        l_v_nplnr = fp_it_input-value.
      ENDIF.
      SELECT SINGLE KTEXT
      INTO l_v_ktext
      FROM aufk
      WHERE aufnr = l_v_nplnr.
      LOOP AT fp_it_output.                                     "#EC *
        IF fp_it_output-name EQ 'V_KTEXT'.
    *     Modifying the output table with the customer number
          fp_it_output-value = l_v_nplnr.
          MODIFY fp_it_output.
      ENDLOOP.
    ENDFORM.
    Please note that passing the USING / CHANGING parameters through tables of ITCSY structures is a standard way of doing this & you cannot change this )
    Hope this helps.
    BR,
    Suhas
    Edited by: Suhas Saha on Dec 16, 2008 9:39 AM

  • How to copy a standard search help to another field

    Hi All,
    I have a BSP screen in that for one input field i need to copy the standard search help for the Business Partner. Could any one guide me how to copy the standard search help for the business partner into the input field in the BSP screen.
    Thanks In advance for the help...
    Thanks,
    SAP SAP

    Hi,
    the BP search is its own web client UI component. For the integration you could check any standard transaction UI component like the BT115H_SLSO, as those contain several partner fields.
    Best Regards,
    Michael

  • COPY THE STANDARD SAP MODULE POOL PROGRAM

    HOW I CAN COPY THE STANDARD SAP MODULE POOL PROGRAM ((INCLUDING SCREENS) INTO Z REPORT?

    Hi,
    Go to transactionSE38 ABAP Editor.Type the program name.Click copy.It will ask whether you want copy documentation,screens,etc.,
    Check mark it.

  • Copy  of standard SAP MC1 Report

    Hi All,
    I copied the standard SAP MC1 report i.e. RMCB0100. In this report they show the data according to month for that they have select option o selection screen i.e. MONTH I want the report according to period. for that I replace the moth by period but still I ma getting the data according to month. In our organization fiscal year is start from April. and current fiscal year is 2008.
    So where  I need to change in standard report.
    Thanks

    Hello Atish,
    It's copy of standard program in this for getting period field on selection screen I have to pass the period table only after that it's it replace the month by period and take care of all select quries.
    In standard program they are passing the table S039 which is taken from TMC4 table and it's table for month. Now I am passing Period table i.e S001 from TMC4 only.
    Thanx.

  • Proceedure to copy the standard BAPI into ZBAPI

    Hi Gurus..
       I found the standard BAPI and I want to copy the standard BAPI into ZBAPI(for my company purpose) and use it in SAP xMII.
      Please give the steps for copying.
    Thanks
    R M

    Hi,
    To copy the standard BAPI into ZBAPI.
    check this link:
    how to copy BAPI
    How to Copy standard BAPI to ZBAPI....
    Regards
    Adil

  • How to call custom BSP application (copied from standard)

    Hi,
    I came across 1 interesting link in SDN.
    [Enhancement procedure of BSP application HRRCF_RECRUITER in eRecruitment]
    My requirement is also similar.
    I need to copy the HRRCF_TRM_SRCH application.
    I know how to make the changes for the logic (like copying the standard controller & iterator class etc.)
    But I donu2019t know how to call the custom BSP application.
    One requirement is, I need to call a BSP application, in which there are only UI(user interface/screen) changes .
    That is, if there are only changes made to hitlist_cand.bsp page . And no changes made to hitlist_cand.do page.
    Eg: Removing one button from screen.
    Second requirement is, I need to call a BSP application in which there are logic changes also.
    (I know how to  change the standard controller class to custom class)
    Eg: Changing logic of button.
    We tried renaming the application name from standard to custom one (with Namespace=SAP itself, though it gave a warning) in the table T77RCF_LOG_APPL .
    Then we used this name to configure the start page link. But still the execution control is going to standard page & not to custom BSP application.
    How will I know which BSP application(Appl A), is calling the BSP application (Appl B) in which I want to make changes ?
    The starting application is HRRCF_START_INT.
    Would really appreciate solutions posted.
    Thanks,
    Nisha Vengal.

    Hi Nisha,
    I think you have an issue to call custom BSP.
    -     Ignore the warning message (in the table T77RCF_LOG_APPL) as it is just a warning message. I did not touch start page link at all.
    -     Additionally you need to make (I had to made) an entry in table u2018V77RCF_SMG_NAVIu2019.
    Let me know, if you need anything else.
    ...Naddy

  • Is it possible to copy a Standard Program along with the enhancements?

    Hi Friends,
    I need to copy the program RMCE0400 (Transaction: MC$K) and modify the selection screen and select queries based on the select options.
    I copied the standard program to a Z Program but the enhancements were not copied automatically.
    So i copied the codes in those enhancements and pasted them in the Z Program.
    But it does not replicate the selection screen as well as the output of the standard program.
    Can you tell me whether there is any other way to incorporate the codes in the enhancements of the standard program to the Z Program?
    Is it possible to copy the enhancements?
    I can use the enhancements to enhance the standard program, but the user wants to create a new T-Code with the copied and modified program.
    So can anyone let me know if there is any way to do so?
    Edited by: Arunkumar Balasubramaniam on Jun 11, 2010 11:42 AM

    Yes per this
    http://download.p4c.philips.com/files/p/ppx2480_eu/ppx2480_eu_dfu_eng.pdf
    The device has
    Video connection .................................Mini-HDMI socket
    Thus you will need an HDMI to min HDMI adopter

  • Copy of Standard Page throws error Unable to find component reference

    I have copied a Standard Page to custom package to modification after importing when I try to run the page I get the following error.
    oracle.apps.fnd.framework.OAException: oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/asn/opportunity/attributesets/Opportunity/Opportunity_Number, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
    But I am able to successfully run it in my JDev .
    Any pointers will help.
    Thanks in advance.

    Hi,
    You need to change the function call to point your new page in place of old one.
    Thanks
    Anoop

  • Copy of standard program

    Hi expert;
    I am surprise ,I am copied the standard program SAPMF02K and checked the include but when I opend my Z-program,the includes have not change to z-include. Can anyone help.
    Regards
    Flavien

    Hi Flavien,
    Here are the steps to be followed:
    1.  Go to Tx. SE38
    2.  Enter the Program Name  " SAPMF02K "
    3.  Press the Copy Button or else use shortcut CTRL + F5
    4.  You will get a popup to enter a Target Program Name
    5.  You may the copy the Attributes / Documentation / INCLUDEs etc..
    THIS step is most IMPORTANT
    6.  Now you would observe a long list of INCLUDES, you can present an alternate name for the ones you intend to do so. BUT REMEMBER TO SELECT THE CHECK-BOX / Button IN THE 1st ROW.
    And thats it..you will get the INCLUDES also renamed..Hope this helps..
    Regards,
    Nishant Nayyar

  • Copy of standard method which is used in fbl5n tcode

    hello all
    i need to copy the standard method into z...how to do this?

    Hi,
    Hope that you want to copy a method of a particular class.
    Following are the simple and easier steps to make a Std SAP method customized.
    Goto the required method(using SE24 tcode).
    In the function keys section, there will be an icon for Other object, on clicking it a pop-up screen appears.In this screen at the bottom there will be an icon for 'Copy'.  
    On clicking the 'Copy' icon, it will open another pop-up window again and asks where to copy the method(here we can specify a Z method name) in the
    To' section.
    On pressing continue, the Z method will be created and stored under the speified name. We can then activate the method.
    By this way, we can easily make the customized version of a standard SAP object.
    Hope this helps...
    Regards,
    Dilli

  • Find Z copy of standard programs

    Hello,
    I would like know how find programs Z copy of standard, i need to locate all,
    Thanks,

    Hi,
    if you have naming conventions, you have a chance.
    All of our Z programs for copies of SAP programs starting with "R" must have a prefix "Z" instead of "R". If wen need more_variants, the further copies will have a numbered suffix.
    For SAP module pools and function groups it is a little more difficult. "Z" has to be additionally set between "SAPL" or "SAPM"  and SAP suffix. But it is only allowed for some very rare reasons. Z copies always cause problems for they will not be updated by SAP notes or update packages.
    But this are our conventions. You cannot find copies from RVADRD01 to Z1.
    Regards,
    Klaus
    Edited by: Klaus Babl on Mar 17, 2011 12:13 PM

Maybe you are looking for