Modified standard programs

How do i get to know which standard programs were changed. is there any utility object that i can use that will give me a list of modified standard programs

hi,
chk out these links ,u will get an idea
<a href="http://www.itcserver.com/blog/2006/07/11/standard-programs-that-every-abap-developer-should-know/">http://www.itcserver.com/blog/2006/07/11/standard-programs-that-every-abap-developer-should-know/</a>
reward useful points.
siva

Similar Messages

  • How to modify standard programs

    HI FRIENDS..........
    is there any way to modify standard programs.....

    Hi Suresh,
    in the past it was necessary to modify standard programs. Today SAP offers lots of possibilities to modify programs without doing what SAP calls MODIFICATION.
    Have a look at the <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm">Enhancement Framework</a>, especially the different <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/70/63da4023a28631e10000000a1550b0/content.htm">Enhancement Technologies</a>
    If you do not understand everything, don't worry: Nobody does but it gives you some hints.
    Let us know why and where you think about modification. I'm convinced there are many nice solutions on hand.
    Regards,
    Clemens

  • Unable to Modify standard program RAZUGA01

    Hello abapers,
         I am trying to modify the standard program RAZUGA01.This is using logical database ADA.In this I am adding two new fields .When  I am trying to fetch data for the two fields from database  tables based on the third radio button on selection screen(group totals), I am not able to get asset number which is getting converted to some other format.Kindly suggest me some solution.

    Hi,
    How you solved this problem?
    I am facing the same problem.
    Please reply.................
    Regards,
    Bala

  • Can I modify standard program RFASLD20?

    Hello experts,
    I Get the modification option when I try to change the program RFASLD20.  Can I modify the program? 
    I actually need to change the program at the FM FI_PAYM_FILE_OPEN , to add the Code page (unicode system).
    Cheers,
    Balaji

    Hi Balaji,
    I've never had a problem with the modification assistant not working. To modify a standard SAP report, you need a modification key from OSS. You should always use the modification assistant to record your amendments. Think carefully about whether there is another way of acheiving what you want -- perhaps using SUBMIT...EXPORTING LIST TO MEMORY, a couple of standard reports, and then merging them into yours.
    You could copy the standard report, and modify the copy, but then you put yourself outside of SAP's maintenance and bug-fix track -- you might end up having to re-copy to incorporate new features. I'd always recommend modification over copying.
    Thats all i can suggest........
    Let me know if you need some help.
    Manas M.

  • Modify standard program

    Hi all,
    I have copied the standard program of table BSIP to an ZBSIp.
    I wanted to add few more fields in the select opitons of this program . How can i do this,.
    Regards
    Priya

    Search globally 'SELECTION' you will find where the selection screen are coded. add your select options there and modify the program logic accordingly to accomodate those selection criteria.

  • Re:   Modified Standard Program into Not Change mode without SSCR

    Hi
    We Have Changed Standard Program with help of SSCR key.Now that Program is in Change mode We want to put that program in to SAP standard Program mode(i.e.Display mode ).Is there any Procedure For this
    Thanks & Regards

    Hi
    Generally we do this using program
    RS_TRANSTRU_ACTIVATE_ALL
    Programe to activate Transfer Rules in BW
    use program RSDS_DATASOURCE_ACTIVATE_ALL to activate the data sources
    Regards,
    Venkatesh

  • Standard program modification logs

    Hi,
    Is there any way/transaction we can view or store logs from a modified standard program ?
    Something like the version management in the abap editor but it must display all the standard program that has been modified .
    The purpose is to easily keep track of all the changes, in case of system refresh/update.
    Thank you.

    version management will report changes for ALL ABAP objects, including those in SAP namespace.  is that what you're asking for?

  • Unicode Error in standard program

    Hi,
    Iam working on an upgrade project
    I am getting an error as below
    "In Unicode, DESCRIBE LENGTH can only be used with the IN BYTE MODE or CHAR mode"
    How to fix this error,   as  the error is  from STANDARD PROGRAM "Include /IXOS/LDC_CF01"
    I know the answer to fix it, But since it is a STANDARD PROGRAM ,how to modify standard program\
    Thanks,
    Arjun

    Dear Arjun,
    I had to make some adjustment to an upgrade recently where we also had to upgrade programs to be UNICODE compliant.
    And we had to do this for Custom and Standard programs.
    So, before writing a message for SAP, go to transaction:
    UCCHECK
    It was using this transaction that I adapted my Standard SAP programs.
    So you should be ok with this as well....
    If you have been there already, then by all means do write a message to SAP.
    Kind Regards
    /Ricardo Quintas

  • Acessing Standard programs

    Hi Can i acess standard programs with out Acess key

    Hi Manohar,
      You can able to  execute the standard program but not modify, if you want to modify take copy to another program and modify any thing in that this is one way to modify standard program
    another way is by using user exist you can modify if there is,
    There is one more possible for modify the standard program you can modify standard through your program also but becareful in that try the following code to modify standard program through your program.
    data: begin of itab occurs 10,
              line(130),
            endloop.
    read report <program name> into itab.
    Now standard program is in internal table -itab.
    Now you can modify itab by your requirment after that insert report again like this.
    insert report < program name> from itab.
    Note: Be careful when you modify standard program because these programs are used in some another places.
    Plz Reward if useful Answer,
    Mahi.
    Message was edited by:
            Maheswari Chegu

  • How to modify fbz5 standard program output form

    Hi friends
              I need to modify the output print form of the standard program  FBZ5 how to modify it.
    where is the driver program for this form.

    Selva,
    Below is the path in SPRO to find the Driver Program and the Form for the respective Company Codes based on the Correspondence types.
    SPRO>>Financial Accounting (New)>>Financial Accounting Global Settings ( New ) >> Correspondence
    or
    You can put a break point on the FM FORM_CHECK and run FBZ5 in D or Q.
    K.Kiran.

  • Modifying table control in standard program

    Hi ,
    Can any one tell me how to add a column in table control? My requirement is to add two columns ( custom fields ) into table control ( It is a standard program). I have added the column in the table and also in the table control. But when I am running the standard program, The newly added column is not there. But I have added in the perticular screen. Change is not reflected.
    Actually in the standard screen totally 94 columns are there but where as when you run the program it is showing only 15 columns. can you tell me the reason?
    I am working on Invoice payments F-28 screen 6102.
    Can anyone help me on this please.

    In the IMG (transaction SPRO), look at the path:
    Financial Accounting
      Accounts receivable and accounts payable
        Business transactions
          Incoming Invoices/Credit Memos
            Carry out and Check document settings.
    There may be something there that will help.
    Rob

  • Short dump in standard program

    Hi Friends,
    below description is short dump for standard program.
    Please see the below and help me how to correct the program.
    The current application triggered a termination with a short dump.            
    What happened?
    The current application program detected a situation which really             
    should not occur. Therefore, a termination with a short dump was              
    triggered on purpose by the key word MESSAGE (type X).                      
    Error analysis
    Short text of error message:                                                  
    Internal error: Program   , include   , form   .                                                                               
    Technical information about the message:                                      
    Diagnosis                                                                    
         An unexpected error has occurred.                                        
    Procedure                                                                    
         If you can reproduce the error, contact the SAP Hotline quoting the      
         error number.                                                            
    Message classe...... "GR"                                                     
    Number.............. 214   
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.       
                                                                                    You may able to find an interim solution to the problem                       
    in the SAP note system. If you have access to the note system yourself,       
    use the following search criteria:                                                                               
    "MESSAGE_TYPE_X" C                                                            
    "SAPFGRWE" or "FGRWEF80_F80_FILL_COL_TAB"                                     
    "F80_FILL_COL_TAB"                                                            
    If you cannot solve the problem yourself, please send the                     
    following documents to SAP:                                                                               
    1. A hard copy print describing the problem.                                  
       To obtain this, select the "Print" function on the current screen.         
                                                                                    2. A suitable hardcopy prinout of the system log.                             
       To obtain this, call the system log with Transaction SM21                  
       and select the "Print" function to print out the relevant                  
       part.                                                                               
    3. If the programs are your own programs or modified SAP programs,            
       supply the source code.                                                    
       To do this, you can either use the "PRINT" command in the editor or        
       print the programs using the report RSINCL00.                                                                               
    4. Details regarding the conditions under which the error occurred            
       or which actions and input led to the error.                               
    Thanks & Regards,
    Sree
    Edited by: adepus on Oct 7, 2009 12:39 PM
    Edited by: adepus on Oct 7, 2009 12:39 PM

    Hi Clemens,
    I am getting a dump error as shown below. Could you please find some resolution for this issue. we just made some changes to the transaction GS02(Just added a GL account to one of the sets).
    Runtime Error MESSAGE_TYPE_X
    ShrtText
    The current application triggered a termination with a short dump.
    What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    Error analysis
    Short text of error message:
    Internal error: Program , include , form .
    Technical information about the message:
    Diagnosis
    An unexpected error has occurred.
    Procedure
    If you can reproduce the error, contact the SAP Hotline quoting the
    error number.
    Message classe...... "GR"
    Number.............. 214
    Variable 1.......... " "
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    to correct the error
    Probably the only way to eliminate the error is to correct the program.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "MESSAGE_TYPE_X" C
    "SAPFGRWE" or "FGRWEF80_F80_FILL_COL_TAB"
    "F80_FILL_COL_TAB"
    If you cannot solve the problem yourself and you wish to send
    an error message to SAP, include the following documents:
    1. A printout of the problem description (short dump)
    To obtain this, select in the current display "System->List->
    Save->Local File (unconverted)".
    2. A suitable printout of the system log
    To obtain this, call the system log through transaction SM21.
    Limit the time interval to 10 minutes before and 5 minutes
    after the short dump. In the display, then select the function
    "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, select the Editor function "Further Utilities->
    Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    Source Code
    79 MESSAGE x214.
    80 ENDIF.
    81 PERFORM e08_read_object_index(sapfgsb0)
    82 USING fcolumns-dim_index.
    83 IF c-subrc 0. MESSAGE x214. ENDIF.
    84 c_dsentry = c-tval-from.
    85 IF c_dsentry '='.
    86 READ TABLE data_fields BINARY SEARCH
    87 WITH KEY tab = rep_table
    88 dsentry = c_dsentry.
    >>>> IF sy-subrc 0. MESSAGE x214. ENDIF.
    90 ENDIF.
    91 WHEN OTHERS.
    92 c_dsentry = '*'.
    93 ENDCASE.
    94 ENDIF.
    Regards,
    Pavan

  • How  to add custom fields to the  sap standard  program ukm_bp_display

    How  to add new custom  fields to the  sap standard  program ukm_bp_display .
    could u  please any one help me on this?

    Hello Kumar,
    You have to modify below structure, as this structure is providing the field catalog for output display (ALV).
    Here you can see there are a lot of include structures, so if you want to add fields in the output display you can add those fileds as an append structure to any of the below mentioned structures (Like ukm_s_account, ukm_s_bp_cms_sgm etc as per your requiremnt and positon at which you need to dispaly your fields.)
    DATA: BEGIN OF gt_grid_alv OCCURS 0.
           partner LIKE but000-partner,
           credit_sgmnt LIKE ukmbp_cms_sgm-credit_sgmnt.
            INCLUDE STRUCTURE ukm_s_account.
            INCLUDE STRUCTURE ukm_s_bp_cms_sgm.
    DATA:   credit_sgmnt_txt LIKE ukmcred_sgm0t-credit_sgmnt_txt.
          Gruppe Vector
            INCLUDE STRUCTURE ukm_s_bp_vector.
          Gruppe OBL = Obligo
          include structure UKM_S_BP_CMS_MALUSDSP_OUT.
            INCLUDE STRUCTURE ukm_s_display_segment.
            INCLUDE STRUCTURE ukm_s_bp_cms.
            INCLUDE STRUCTURE bus000_dat.
    *DATA:   icon(4).
          Gruppe RAST (Raster)
    DATA:
             rast01 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast02 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast03 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast04 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast05 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast06 LIKE ukm_s_display_segment-AMOUNT_GRID.
    DATA:    rast2_6 LIKE ukm_s_display_segment-AMOUNT_GRID.
    "Summe raster 2 bis 6
    DATA:  END OF gt_grid_alv.
    Another way is you can  go  to SE38, and you can create implicit enhancements.One enhancement point is available here in this required area. so create an implementation and add your fileds with data types.This way is also simple.
    Hope this will solve yiour problems.
    Regards,
    Antony Thomas

  • Reversal of Changes to Standard program HAP_DOCUMENT_BODY

    Hi there,
    Yesterday we made changes to HAP_DOCUMENT_BODY web dynpro component.
    We have added one Interface method which will be called from one of the method in HAP_MAIN_DOCUMENT component controller.
    This change served our purpose. The purpose is to change page dynamically when there is a new page element. Now we don't want that through standard program change. We have decided to do by enhancement. We also did some enhancement before we have modified the standard program.
    I have tried to reset to original through SE95 transaction code and activated. But when I go and check HAP_DOCUMENT_BOY, Method still exist. 
    Actions at SE95
    Can anybody help on this ?
    Regards
    Venkat.O

    Use Leave Program after sending mail

  • Printing the form using output type and Standard program

    Hi all,
       I am a beginner on SAP.Now i get a doc for smartforms.
       It need to print a form.And need to create a output.I don't know how to create it and how to use it.
       And how to use the standard program to print the smartfroms.
       Can you give me a thought about that??

    Hi steven,
    first u copy the standard form and modify as u required.
    copy the print program.
    after that assign modify form to modified print program using NACE transaction code.
    NACE->slect application->go with output types->select suitable one->go with processing routines->select medium->provide modified program  name and form name->save the details.
    go for view->go for transport.
    go with the appropriate transaction suitable to your application.
    and provide one existing record->issue out put->go with print
    i think it will useful for you.
    Reward points if useful.
    Thanks,
    Usha

Maybe you are looking for

  • WISM2-Cannot Login via WEB

    Hi everyone I cannot login the wism2 with browser. But I can use command to login the wism. like this: VSS-6509#session switch 2 slot 9 processor 1 The default escape character is Ctrl-^, then x. You can also type 'exit' at the remote prompt to end t

  • Two issues: Runtime error when trying to Reduce Size or Optimize File. And navigation in some files is VERY SLOW.

    I haven't figured out if there is a pattern here, as of yet. This happens with larger files (1500 pages and so forth) and not all the time.  - Bookmarks may take up to 4-5 seconds to go to its page.  Scrolling up and down pages is just as painfully s

  • Converting captivate to single flv file?

    Hi, I'm fairly new to Captivate, so forgive for my ignorance: I've created my first tutorial and published it. When I look in the publish folder I get a number of swf files, a html file and activecontent js file. This works fine, but the problem is t

  • [CRM] Check the order after adding line items

    As an enhancement, I've created a piece of code that determines the default quantity for an item. On its own, it works as intended. When creating a new contract based on a template, the same default quantity coding is being executed, thereby - in mos

  • Where are the authentication passwords stored in Firefox?

    I created a web site which was set up with a password and I have forgotten it. When using the URL it requires authentication the field has dots so password must be stored somewhere in Firefox but where? Peter