How to "undo"  changes made by RFPOSXEXTEND?

Hi All
It is a weird question.
Using SPRO (financial accounting->accounts receivable and accounts payable->customer accounts-> line items --> display line items --> define additional fields for line item display  ) I had defined 2 new fields and after this I ran RFPOSXEXTEND.
The problem is that this program created not only this 2 new fields at RFPOSXEXT, but also some fields that were at RFPOSX.
Now I want to remove all fields, because the modification did not work as we expected.
I was able to remove the 2 fields using SPRO above, but I am not able to remove fields that I guess that came from RFPOSX.
More information:
SAP 4.7
fields that I was able to remove:
ANLN1
ANLN2
fields that I guess that came from structure RFPOSX and I wasn't able to remove:
EXT_KEY
PROCESSOR
PRIORITY_TEXT
STAT_ORDERNO_TEXT
Could you please advise?
Thanks in advance.
João Gaia

If you look at the documentation for the program RFPOSXEXTEND,
Program RFPOSXEXTEND combines structure RFPOSXEXT from the fields of structure RFPOSX and the special fields saved in table T021S together and activates them in the Data Dictionary.
Meaning any fields in RFPOSX that did not previously exist in RFPOSXEXT will be also included... And when you removed the two fields from SPRO, this fields were removed, but not the fields coming from RFPOSX...
If you are running this in development systems and  if RFPOSXEXT is attached to change request you could retrieve the older version (thus ensuring that RFPOSXEXT retains the old fields)...I would consult with your FI consultant, before making any changes and you should also post in ERP financials forum before going with the above approach.
You should also check with your FI consultant to find out the negative effect of retaining those additional 4 fields? Are you getting any runtime errors? If you are not getting any errors, I would stay the course and not worry about the additional fields

Similar Messages

  • Undoing changes made by support package application

    Hi
    Is there a way to undo changes made to repository objects and dictionay objects after you have imported a support package.
    Let us consider this with an example. Let us assume that there is a standard SAP report called S1 v1. Which after a support package application and after confirming the queue it becomes S1 v2. Now if for some reason after say 2-3 days we are not comfortable with S1 v2 and want S1 v1 again can we get back the old standard SAP report. If so then how?
    Also if there is a change made in a Dictionary object, is there a way to revert these changes on a similar line? Id so then how.
    Thanks
    Rohan

    Hi Lokesh,
    If you have maintained versions for perticular report then you can revert it back to the previous version.
    Ask your ABAPer for the same.
    You can always retrieve the previous version if you have maintained the version.
    It is applicable for the dictionary objects too, but you may loose data in case of changing version for database tables.
    Regards,
    Payal

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

  • 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

  • LR 2 - how to undo changes after unselecting picture?

    Hi,
    I do a bunch of edits on picture A.  Then, I go to picture B and do some edits.  Then, when I go back to Picture A and decide to change it, I don't see any option to undo those edits any more.  I thought it would be in the "History" section in the develop menu.  It shows every single thing that I did to the picture.  But, when I try to delete (by selecting it and hitting the delete key) any part of the history, nothing happens.  What am I doing wrong?  I've been having to reset the whole picture because I can't figure out how to undo any of the edits (and this is ONLY when I deselect off of the picture and come back to it later - I know about the undo option).  Thanks!

    Christina H. wrote:
    I've been having to reset the whole picture because I can't figure out how to undo any of the edits (and this is ONLY when I deselect off of the picture and come back to it later - I know about the undo option).  Thanks!
    You can reset individual sliders back to their default by double clicking on the slider name (e.eg. Exposure, Brightness, Contrast, etc). Same applies in the other Develop module panels.

  • 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

  • How to uninstall Linksys software / undo changes made by setup CD?

    I just installed the WRT54GL router for use with my Dell laptop.  I tried (twice) to install using the provided Linksys Setup Wizard CD-ROM, esp. since the documentation was adamant that you *MUST* run the CD-ROM before attempting to use the router.  Unfortunately, the install program hung on me twice (each time at the point you enter the router password), so I ended up configuring the router manually.  (BTW - your help files on setting up the router for DSL were not correct for me; since the SBC DSL modem does the logon, I had to setup up the router as DHCP, not as PPoE as documented.) 
    After setting up the WRT54GL, the installed Intel 3945ABG Pro/Wireless software now would not start immediately after logging on to the laptop, but instead now had a delay of 3 minutes or so before attempting to connect.  In addition several Yahoo Widgets apps that had worked fine before (with a borrowed Netgear wireless router) could no longer access the internet.
    Yesterday I used Windows Restore to go back to a restore point prior to me running the Setup CD-ROM.  This resolved the Intel Pro/Wireless delay, but I am still unable to get Yahoo Widgets to work.
    So - I need help to (1) undo the damage that the Setup CD did to my wireless configuration (not clear if this includes removing any SW), and/or (2) determine my Yahoo Widgets cannot connect to the internet, when it worked fine with my previous Netgear router and the same DSL line.
    Thanks for any help you can provide.

    Oh, PLEASE IGNORE the line:
    deleted everything under HKLM\SYSTEM\CurrentControlSet\Enum\Root\SYSTEM (folders 0000 to 0004)
    That was left there inadvertedly. Can't seem to find the edit button here...

  • How to activate changes made in JRE

    My system has JRE 1.5.0 update 5 installed on it.
    I want to include one of the directories (\jre\lib\zi) of update 6 into my current setup of update 5.
    I have changed the directory, but how do I activate it?
    If I reinstall JRE update 5, it is going to remove the changes I made.
    Is there a way around it?
    Thanks.

    1. If you change java like that you can't distribute it.
    2. Making changes like that means that you are on your own as to whether it works.
    3. If you get it to work this time it doesn't mean it will work next time.
    4. Each time you install something that might touch it you must manually move the files in and then retest to verify not only that your change works but that the rest of the VM still works.

  • How to track changes made to a group owner for Distribution/Security Group in FIM 20101 R2?

    We have a requirement where we have to send a consolidated email to the new group owner which lists all the groups that are tagged to him/her.
    This requirement is needed so that the new group owner can be notified of the groups that he/she owns. Group owner information can be updated in AD which would then sync with FIM, Bulk updates for groups in FIM.
    So first we would have to basically track the group owner change in FIM, retrieve the owner information, then list all the groups listed under him, consolidate an email and trigger the notification.
    Can someone help me and let me know how this can be achieved?
    Thanks in advance!!

    Hello,
    you can not do with only OOB functions. You will need a custom activity to enumerate all group a specific persons owns.
    First part is easy, create a MPR which triggers a workflow activity on owner attribute changes.
    The custom activity should then search for all groups new owner owns in addition.
    Pass that information through the WorklowDictionary to a notification activity.
    If your are not familar with developing workflow activities you could use PowerShell Activity for example.
    /Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • How to revert changes made to sequence file dynamicall​y

    Problem synopsis:
    1. TestUUTs entry point of custom process model, which is based on NI SequentialModel is being executed.
    2. PreUUT step of process model set Execution.ClientFile according to serial number, provided by operator.
    3. During sequence execution step module inserts additional steps into running sequence.
    4. After first UUT loop iteration sequence contain all the original steps plus all the steps, which were added dynamically.  This is exactly what I need.
    5. Next UUT loop iteration is executing on updated sequence file. This is what I trying to prevent.
    This design is serving following requirements:
    a) dynamically load test sequence
    b) dynamically add test results.
    So my question is: how to implement this correctly?
    I tried to release sequence file of previous iteration ("Engine.ReleaseSequenceFileEx") but it "SequenceFile.CanUnload==false" and "SequenceFile.IsExecuting==true".
    But this happens during execution of PreUUT of process model. I think, at this point client sequence shall not be executing.
    Steps 2. and 3. (see above) are executed in dll written using MS VC++ 2005.
    TestStand is 3.5.0.725
    Help me please.
    Thanks,
    Misha

    rishi_86 wrote:
    i have created a jTable in netbeans6. The table model is DefaultTableModel.
    i'm not understanding the concept of firecellupdate and other events listeners.
    i want the changes i make to the table during runtime to be written into a Text file.
    any help would be greatly appreciated.you need to add the TableModelListener to your table model.
    for example:
    model.addTableModelListener(new TableModelListener() {
                public void tableChanged(TableModelEvent e) {
                    // TODO Auto-generated method stub               
             });then, you need to put your custom business logic(saving data to a text file, etc) into the tableChanged method.
    From TableModelEvent you can get all information about the model changes.

Maybe you are looking for