How to check changes made in standerd layout set

Hi abaper's
How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ?

Hi,
In ABAP there is no chance to check the version managment of the script , the better option to get this is to develop a small tool  as follows:-
Every time u release the request of a script or layout just import that layout with (layoutname_request) no in application server. and using this RSTXFCOM program u can check transported one with existing.
Note: Everytime while checking transported one make it a local layout in RSTXFCOM we can check two layout differences.
Thanks
Pathan

Similar Messages

  • Can any body tell me how to make changes in the print layout of Fb03.

    hi,
    Can any body tell me how to make changes in the print layout of Fb03.
    I want to add comapny address on the layout.
    Regards
    Mave

    If you mean the correspondence, you have to change the configuration in Financial Accounting -> AR and AP -> Business Transactions -> Outgoing Invoices -> Carry Out abd Check Settings for Correspondence. There, you need to assign your custom Program or Layout for the Correspondence Type (like SAP19) and Program.
    If you mean the display layout in transaction FB03, You can change a few settings, mainly with BKPF and BSEG fields. I don't think you can add company address, though.
    Good luck,
    Bhanu

  • ALV Grid: how to save changes made in an editable Grid

    Hi,
    How to save changes made bu the user in any of the editable cells in a ALV Grid?
    Regards,
    deb.

    Hi,
    If you are using the FM look at the following example code...
    data: LC_GLAY TYPE LVC_S_GLAY.
    LC_GLAY-EDT_CLL_CB = 'X'.<<<<<------
    gt_layout-zebra = 'X'.
    gt_layout-detail_popup = 'X'.
    gt_layout-colwidth_optimize = 'X'.
    call function 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = i_repid
    i_callback_user_command = 'USER_COMMAND1'
    it_fieldcat = header
    is_layout = gt_layout
    i_callback_top_of_page = 'TOP-OF-PAGE1'
    i_grid_title = text-h17
    it_sort = gt_sort[]
    i_default = 'X'
    i_save = 'U'
    is_variant = gt_variant
    it_events = gt_events
    I_GRID_SETTINGS = LC_GLAY<<<<<<------
    TABLES
    t_outtab = itab.
    clear itab.
    Form USER_COMMAND1
    FORM USER_COMMAND1 USING u_ucomm LIKE sy-ucomm
    us_selfield TYPE slis_selfield."#EC CALLED
    case u_ucomm.
    when '&DATA_SAVE'.<<<<<<<<----
    This will come after the data was EDITTED and when SAVE was clicked by user in output scren.
    Here now in the final internal table(ITAB) you can find the data changed in EDIT mode.
    After this you can do manipulation what ever you want.
    Thanks.
    If this helps you reward with points.

  • How to check changes in a HU done by users.

    Hi Guys
    How to check changes in a HU done by users.
    Thanx in advance

    Hi,
    you can check changes of HUs in the change docs. You can see this in transaction humo -> mark the relevant HU -> menu: goto - chnge docs (F4).
    Regards,
    Ely

  • How to check changes done in close in period.

    Hi
    How to check the changes done for closeing period ( mmpv ).
    Thanks
    Prashant
    Edited by: Prashant U. Maid on Dec 5, 2008 5:28 AM

    Hi
    You can check thru T.code MMRV the peroid status.If you need to see what are the changes and how has made the changes then go to T.code se11  and check the entries for the table MARV( Material Control Record ) for the desired company code.
    Client
    Company Code
    Fiscal Year of Current Period
    Current period (posting period)
    Fiscal year of previous period
    Month of previous period
    Fiscal year of last period of previous year
    Last month of previous year
    Allow Posting to Previous Period (Backposting)
    Indicator: Disallow backposting after a change of period
    Name of Person Who Changed Object
    Date of Last Change
    Time
    Indicator: Initialize company code
    Fiscal year of period before last
    Month of period before last
    Fiscal year of last period of year before last
    Last period of year before last
    Fiscal year of 1st period with dynamic closing
    1st period with dynamic closing
    Fiscal Year of 1st Period After 4.6C Upgrade
    1st Period After 4.6C Upgrade
    Regards
    suny

  • How to track changes made in the ERD in oracle designer

    I want to track all changes made in my ERD in oracle 10g designer. Please suggest how to achieve it.
    use case: An ERD was approved in design phase. Few changes were made by development team and now in Implementation phase I need to track what all changes were made from say 3-Jan-12 to 3-Mar-2012
    Edited by: 909570 on Mar 5, 2012 1:14 PM
    To add here:
    Designer Version is 10.1.2.0.2.
    1. In my project versioning of ER is not being used so ER Version diff is not an option for me.
    2. In Reports, there are options for getting all entities, attributes which are created/modified in a period. But it seems it is not giving me correct results.
    Edited by: 909570 on Mar 5, 2012 1:14 PM

    Since versioning if off, there is no way to track changes.
    You can get a rough overview of possible changes by looking at the audit attributes (date created, date modified) in the properties palette, but that is already mentioned in your point 2.
    Basically, developers should comment what they added/modified.

  • How to track changes made to the standard objects by SAP during upgrade ?

    Hi All,
    Can any one of you please let me know if there is any straight forward method to find any change made to the standard objects by SAP in different versions ?
    Like for eg, during upgrade from 4.6c to ECC 6.0.
    Thanks in advance.

    > For eg , if SAP has made any change in the standard  transaction IE02,  in ECC 6.0 how will we come to know those changes?
    There are two sources for that:
    The "Solution Browser" (http://solutionbrowser.erp.sap.fmpmedia.com/) which lists the differences between source and destination release and the release notes (http://service.sap.com/releasenotes). You'd need to read here all those from 4.6 to ERP 6.0 (so 4.7, ECC 5.0 and ERP 6.0) to find out the behaviour changes.
    Markus

  • How to access changes made in a table?

    Hi Brothers,
    I have a table showing information that was read from the backend. The user is able to make changes to cells in the table.  access the now, I need to access the changes made by the user for processing.Unfortunately, I do not know how to that...
    Do I have to create an Object containing the changed table? Do the chnages take effect in the actual Context node so that I just have to use this?
    Thanks, Johannes

    I solved it completely,
    here the coding for version 7.1:
    public void onActionValidateChangesCustomer(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionValidateChangesCustomer(ServerEvent)
           for( int i=0; i < wdContext.nodeE_Customer().size(); i++ ){
                wdContext.currentI_CustomerElement().set__Bic__Epskufuer(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Epskufuer());
                wdContext.currentI_CustomerElement().set__Bic__Rbampisbr(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Rbampisbr());
                wdContext.currentI_CustomerElement().set__Bic__Rbbrand(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Rbbrand());
                wdContext.currentI_CustomerElement().set__Bic__Rbcustgrp(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Rbcustgrp());
                wdContext.currentI_CustomerElement().set__Bic__Rbgroup(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Rbgroup());
                wdContext.currentI_CustomerElement().set__Bic__Rbkunde(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Rbkunde());
                wdContext.currentI_CustomerElement().set__Bic__Rbprod(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Rbprod());
                wdContext.currentI_CustomerElement().set__Bic__Rbsubgrp1(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Rbsubgrp1());
                wdContext.currentI_CustomerElement().set__Bic__Rbsubgrp2(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Rbsubgrp2());
                wdContext.currentI_CustomerElement().set__Bic__Rbwwrpnkz(wdContext.nodeE_Customer().getE_CustomerElementAt(i).get__Bic__Rbwwrpnkz());
                wdContext.currentI_CustomerElement().setChanged(wdContext.nodeE_Customer().getE_CustomerElementAt(i).getChanged());
                wdContext.currentI_CustomerElement().setDatefrom(wdContext.nodeE_Customer().getE_CustomerElementAt(i).getDatefrom());
                wdContext.currentI_CustomerElement().setObjvers(wdContext.nodeE_Customer().getE_CustomerElementAt(i).getObjvers());
                wdContext.nodeI_Customer().addElement(new __Bic__Mrbkunde());
                wdContext.nodeI_Customer().moveNext();
           // trigger the RFC
           wdThis.wdGetInfoObjectCustController().executeZ_Customer_Front_Controller();
        //@@end
    Thanks, Johannes

  • How to transport changes made in SE36 -  Dynamic Seletion for BRF

    Hi Friends,
    Please guide me how to transport or assign a request for the changes made in BRF selecion view.
    I have assigned and added BKPF-XREF1_HD field for FB03 transaction. Its working fine as per user requirement.
    I am facing probelm to assing a transport request for that. I didn't find any transport menu in se36.
    So please provide me how to assign a TR which need to import into Production client.
    If I have to assign or create a program (standard), then please provide me the program name.
    Please reply.
    Thanks & Regards
    Sankar.
    Edited by: sankar babu on Jul 29, 2010 12:26 PM

    Solved

  • I would like to change the project page layouts, but setup option in Project Superuser are not available. How can I change the selected page layouts?

    Hi
    I updated the page layouts for a project in Project Management. Now I woujld like to change those chosen page layouts, but the setup options for the project are no longer available for me to change. How can I update the original chosen page layouts (for performance management) to different layouts or change the chosen layouts to the default (blank) layouts?
    Thanks
    Chris van de Graaf

    AppleMan,
    It all began inside the settings of my Sanyo VPC-HD2000A when somehow the selection got switched from 1280 x 720 to that other setting with so-called 25fps. Also, I don't know whether the mishap occurred before or after I took my new footage.
    I edited the clips last night and now they are on my blog and channel and they seem ok but slightly fuzzy.
    I used a Sanyo VPC-HD2000A .7x wide angle lens with macro and I notice that when I zoomed in to the little sun conure, the picture blurred. I think that might be something that happens when one zooms the focus.
    Also, I was born and raised to a teenager in Hawaii, but now Southern California has me in its grip.
    -L

  • How to view changes made to Program code in PRD?

    Hi all,
    I'm currently auditing SAP landscape management and noted the following in the PRD environment:
    1. table logging is disabled (transaction SM31)
    2. profile logging is disabled
    3. transaction SM20 doesn't give anything
    4. don't have access to changes with SECR transaction.
    My question is how can I have a population of changes made directly in program codes on PRD? (without going trhough the transport manager).
    SAP R/3 release: 4.5B
    Thanks for your help

    Hi Rainatou,
    Change logs are disabled in PRD considering the database load and performance.
    The changes to program code can be better viewed in DEV by displaying the program,Utilities,Version management.
    If you want to compare to code in DEV and PROD you can use split screen editor (SE39).
    Regards,
    Babul.

  • HOW TO SEE CHANGES MADE IN VKOA SETTINGS

    Hi,
    Can anyone tell me how to see the changes made in VKOA settings.I think some one has changed the G/Ls in my VKOA settings.I want to see the who has made the changes and when and all details regarding it.
    warm regards
    Somnath Chatterjee

    Dear somnath
    In VKOA, double click any Tab which you normally make use of it.  Now on top choose "Selection - Deleted Entries".
    Thanks
    G. Lakshmipathi

  • How to check radio button on view  layout?

    Hi All,
            How to check on view layout whether a radiobutton is checked or not?
    Thanks & Regards,
    Rahul Rathi

    Use the below in layout, it should work..
    <%
                    DATA: rbg       TYPE REF TO CL_HTMLB_RADIOBUTTONGROUP.
                  rbg ?= CL_HTMLB_MANAGER=>GET_DATA( request = request id = 'radio_id' name = 'radioButtonGroup' ).
    %>
    Here rbg->selection will have the selected radiobutton.
    <i>*Reward each useful answer</i>
    Raja T

  • How to trace changes made by transport TR ?

    hi,
    my developer complain that there are additional company codes added in the production client.
    the same found in dev and qas clients as well.
    no one seem to admit of the changes. if we were to trace which TR actually update the configs, how to check ?
    comment and advice are highly appreciated.
    thanks
    regards,
    kent

    Hello Kent,
    The correct way to check the company code is through SPRO.
    Ask your developer to goto SPRO , enterprise structure --> definition -- > define company code and open the list of company codes.Select the one which needs to be traced and click on Utilities -- > Change Logs.
    There you can give a selection date range and select all from the output options.It would show you when and who has done changes.From this information i don't think it is difficult to trace the TR.
    Hope this info was of some help for you.
    Thanks and Regards,
    -Bijesh.

  • Changing Administrative data in Layout set (SE71)

    Hi All,
    I have copied another system layout set extract & uploaded into my system by changing user name in the extract.
    But i got few fields wrongly updated in Adminitstrative data. I have already made some changes to layout set. so i can't upload again.
    Now i want to change fields: Created On, By, Release: & Changed on, By, Release:
    fields in the Administrative data tab in header data of layout set(SE71).
    Can anybody tell me how can i change this data!
    Thanks,
    Deep.

    Hi,
    If you have authorizations to open the layout in Change mode then you can change the fields names as well as Values  By knowing the correct field names.

Maybe you are looking for

  • My iphone is stuck in recovery mode when trying to update to ios 5.

    hello, im asking for help because my iphone 3g/3gs (not sure) went into recovery mode after attempting to update to ios 5. now the thing is that.... i need to restore it because its my only phone and im still paying for service. but the point is that

  • Boris title crawl missing after converting with Compressor

    Not sure where to put this, since it involves two applications, FCP and Compressor. I have my credits done as a Boris title crawl (roll). They roll up just like credits in the average movie. They're quite long, spanning almost 4 minutes. Some videos

  • How do I stop a Movie Clip (Button) from working once clicked?

    Ok, I'm using a movie clip as a button to show content on a page, effectively its like a new page of the website. Problem is, with the script im using for it, once the content is show, the button is still active and if clicked again, will re-load the

  • Clip Art for Pages?

    This there "Clip Art" in Pages like there is in MS Word? I would like to put some Christmas Clip Art in some documents that I will be creating. I would like for them to be high resolution so they look good when I print them on high quality paper. Is

  • PP Routings-how to define?

    Hi, We have following scenario. we have 2 products A and B which are processed throgh a line P. If we choose the product A,we can process it a max of 24 hours in the line and should be cleaned for 2 hours.If we choose the product B,we can process it