Custom table entry if transaction fails

hey ppl,
One doubt. I am using a exit in sales order and the requirement is that once the exit is triggered,few values must be updated on the custom table that i have created. My question s that, i am able to modify my custom table but if for some reason ,after my exit if the transaction fails :
1. would the custom table entry be reversed back automatically?
2. Else, is it our responsibility to reverse the entry in the custom table?If yes, can you please guide me how to do it?
Thanks in advance.

1. would the custom table entry be reversed back automatically? Can't be sure on this. the entry will be updated to table once the Current LUW is updated.
2. Else, is it our responsibility to reverse the entry in the custom table?If yes, can you please guide me how to do it?
Yes. If entry is there you wll require to DELETE it otherwise you can just to ROLLBACK WORK.

Similar Messages

  • Custom Table Entry not in Sync between Different Environment

    Hi All,
    we have different environment like Dev System, Quality system, performance testing system etc... these are all environment customs table entry not in syn .. Table entry should be syn. How to make it syn all the entry between all environment without do any manual work. Kindly help on this.
    Thanks

    Hello Mohammed,
    It depends on what type of tables you are referring to. If you have a table of type 'Customizing', you have to transport your table entries across different environments and they will be in Sync.
    If you are referring to tables of type 'Master Data', they have to be maintained in all environments.
    Table of type 'Transaction Data' by default have different records based on your day to day transactions.
    You cannot have all custom tables with same data in all environments. Hope this helps.
    Rgds,
    Vijay.

  • Reagrding transporting of custom table entries from D to Q.

    Hi,
    I am trying to transport couple of entries which I did using table maintainence in SM30. But when I go to Maintain option -> Table View -> Transport, I see the Transport option inactive.
    Can someone tell me how to activate that option or how to move custom table entries from one system to other ?
    Regards,
    Rajesh.

    Hi rajesh,
    1. For this purpose, the delivery class of that table should be C = Customizing.
      (at present it would be A =  Application)
    2. This is done in se11 transaction.
    3. After changing the delivery class, we have to RE-GENERATE
       the table maintenance.
    4. Then, whenever we do SM30, it will automatically ask for a request number.
    regards,
    amit m.

  • Updating custom table using call transaction

    How to update a custom table using Call Transaction method. How can we use Table control (Module Pool) for this purpose).

    Vignesh,
    Create a table maintenance transaction for ur custom tables. Check this link for ref...
    http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html
    And create a BDC recording and code a program accordingly...
    regards,
    karthik

  • Custom table entries transportable / maintainable in production environment

    Hi,
    I have a custom table with table maintenance generator (automatic transport of table entries). I would also like to maintain the table entires in the production environment (i.e. using SM30 transaction, rather than transporting the entries from Quality). I hope there is a cofiguration to do this.
    Could any one help me on this.
    Thanks in advance.

    Adding to what others have suggested, it is not advisable to give SM30 access to your users. Its better to create a parameter transaction for the maintainance dialog and give the user access to that transaction. Other way of restricting the access is using authorization group selection while creation of maintainance dialog (&NC& will give access to every one). Check the below link to see how to create a parameter transaction for sm30.
    [Parameter transaction for sm30|http://www.divulgesap.com/blog.php?p=MTg=]
    Cheers,
    Ravikiran

  • How to find out the changes made to the customized table entries

    Hi Team
    i want to know the changes made to the customized table. i have a 'Z' table in my production system, in that table i would like to know whether any table entry is deleted or not. if at all there is any deletion happened, i want to know who had done it.
    So i request you to please let me know the procedure for the same.
    Thanks
    Raj

    Hi Nagaraju,
                       Go to Table Maintenance (SM30)- Display mode-- Utilities-- change Logs. Give the Date range. before giving the date range click on display status , this will show you If the display is active or not. Kindly please let me know If you need any more information on this.
    Regards
    Ram Pedarla

  • User exit/BADI for updating custom table in MB1B transaction-

    Dear All,
    When performing a material to material conversion in MB1B transaction for  batch managed materials,system is creating a new batch by copying the characteristics of issuing material/batch.The details of the new batch created are updated in standard batch tables(MCH1,MCHA,MCHA).
    The requirement is when the new batch is created,the batch details and characteristics has to be stamped in a custom table.
    Kindly suggest a user exit/BAIi available for updating the same in the custom table.
    Regards,
    Deepak

    Deepak, Exits for MB1B are
    MBCF0002            Customer function exit: Segment text in material doc. item
    MBCF0005            Material document item for goods receipt/issue slip
    MBCF0006            Customer function for WBS element
    MBCF0007            Customer function exit: Updating a reservation
    MBCF0009            Filling the storage location field
    MBCF0010            Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0011            Read from RESB and RKPF for print list in  MB26
    MB_CF001            Customer Function Exit in the Case of Updating a Mat. Doc.

  • How to get customizing table entries in to dropdown list

    Hello All,
    I have field in my screen from customizing table. How do i get values in this field when the presses drop down button?
    I know that we can do it by entering fixed values to that field and also when we create a check table we will get values.
    Is there any other way to get the values?
    Can any one help me.
    Regards,
    Lisa.

    Hi,
    I have 2 solutions for your post, one go for DROP DOWN BOX if you are having fixed input values.
    And two go for search help if you want multiple entries has to be displayed in your field form your customized table.
    If you want procedure decide your option and revert me i will send you.
    Good Luck
    Thks

  • Transport of a Custom Table Entries

    Hi Forum,
    I need some information as to how do we transport changes made to a custom table. We have created new entries in the Table and we need to transport those entries to QA. System did not ask for a TR No while we were creating the entries. Is there a way we can achieve it?
    Any Inout on this would be of great help. And Rewards gurranted.
    Thanks and Regards,
    - Prasenjit

    Hi
      Try to change the Delivery Class to C in se11, Delivery and Maintenance tab.
    Other option:
    go to SE10 and create request.
    in that give,
    Program ID : R3TR
    Obj : TABU
    Object name : you table name.
    double click on the table name and give key filed values. If you want to transport entire table entries
    give * .
    Regards.
    Manuel

  • Unlock custom table entries after user exits using /n

    Hello,
    I want to lock a record in a custom table at the beginning when users execute a transaction. Users do various activities and save the change then the lock can be released. My issue here is after I lock when the user execute the transaction, if the user does not save or come out using exit keys, for example press /n or just close the session, I need to still unlock the record. Could any one pls suggest what is the best approach. How does sap handles when we use VA02 and just close the session?
    Many thanks
    Ramesh

    Ramesh,
    You need to check for the other actions besides save.  Perform the same unlock for other action as you currently do for a save. 
    If SAVE.
    unlock.
    Else
    unlock
    endif.
    Bruce

  • Transporting Custom table entries

    Dear Experts,
    I have to add some values to the fields in my customizing table(Delivery class C).
    Iam doing it through SM30.
    I dont want to add any new entries but change the values in some fields.Can I make these changes and put it under a change Request and transport it to the Q and productive systems so that only these changes are made there and the other rows remains unaffected...
    The reason why Iam asking this when I try to edit the table with SM30,I get a message
    "Individual entries cannot be put in ChangeRequest"
    Regards
    K
    Edited by: Kohinoor72 on Jan 4, 2012 3:57 PM

    Make the table contents transportable by creating a "table maintenance generator" in SE11 under Utilities -> Table maintenance generator.
    In that screen for the section "Dialog data transport Details" the "Standard Recording Routine" option should be selected.
    Then only will the system ask for Transport request when entering data through the generated maintenance view in SM30.
    If you already generated table maintenance and now setting the Standard Recording Routine attribute, you need to regenerate the table maintenance by clicking the change button and selecting all check boxes. Remember that if you created any custom events / screen modification, they need to be put back after regeneration.
    Also change the "delivery class' in the SE11 table attributes to 'C' - Customizing table

  • Custom table entries suddenly deleted

    We have a custom table in our production system that had 14000+ entries last Friday.  Now, they're all gone.  Production system is not modifiable, no one has authorization to SE16 or SM30 for deletions.  No program that deletes the data has been run in this timeframe (based on ST03 data).   What other ways could this data have been deleted?  We're puzzled.

    Kirsten,
    you may want to check two things:
    1.) Is there a delete or clean-up report for your custom table (check via the where-used list)? If yes it is very likely that someone ran it...
    2.) It could also be that something happened directly on DB level. The admin accidentally dropped the wrong table, etc. This is not very likely but I have seen that happening before. Maybe the DB admins can even tell you at which time the table got deleted...
    Tim

  • Error in populating Custom table entries records

    Hi,
    While uploading data from excel sheet  to one of the custom tables (around 4500 records at one go), fields get populated in respective fields. One of the fields is Equnr(Equiment number) in that table. When uploading with 10 character , when we check it in table it doesnt appear how ever when  give leading zeros are appended to the same it gives result. Check with the conversion exit input associated with the data type. Same is with the matnr field.
    filed in custom table EQUNR , data element equnr (Equipment Number) , char 18
    Regards
    Mohinder Singh Chauhan

    Hi dear,
    Take that particular field of NUMERIC type in your internal table and then try uploading and saving data.
    Hope this will hlp.
    Regards,
    Abhishak

  • How to assign custom table entries to request

    Hi,
    I have around 4000+ entries in Z* table(Customized data).
    Now i have to transport to QA system by assigning request no.
    How to assign the above all entries to the request.
    Thanks
    ~KER

    Hi Ramesh,
    That you can do it if you select
    Recording routine  as <u>Standard recording routine</u>       under table maintainance generator.
    But in my case the table has been created with <u>no,or user,recording routine</u>  option and updated all records in dev system.
    So its not possible  at this point of time.
    Thank you
    ~KER

  • Table entries using transaction

    I have a Z table . I have created a Table maintenance generator for this . But I donot know how to link it with a transaction. pls help .
    regards

    Hi,
    Enter a new Transaction Code and click on the "Create" button
    Select "Transaction with parameters (parameter transaction)
    Select "Screen" and screen enter 100 for SM30 and 200 for SM34 & from module SAPMSVMA
    Type in VIEWNAME for the name of the screen field for SM30 and VCLDIR-VCLNAME for SM34 and the table name or view cluster name for value
    For SE16 select "Transaction" and enter SE16 & select "Skip initial screen"
    Enter DATABROWSE-TABLENAME for Name of screen field
    Enter table of interest for value
    Thanks,
    Shailaja Ainala.

Maybe you are looking for

  • Macbook pro 13inch running slow and losing connection (had it for only a year)

    Will someone please help me.. I've only had my mac book pro for a year only and few months ago I started experiencing that my macbook has been running slow lately.. I still have alot of memory in it because I only use it for browsing the net and savi

  • How to upload the  data into SAP R/3 System

    I have a scenario to  upload the flat file data into SAP R/3 System. I will describe my complete scenario here so that it will be better understanding for you to suggest the solution. The  segments that relevant for the upload of customer master data

  • Query panel with table not working in taskflow region

    I've created an adf query panel with table(using all queriable attributes criteria) in a page fragment and at design time it's showing properly. But when inside a region in a jspx page, the search, save and reset buttons of the query panel are not re

  • Web services issue

    Using CE 7.2 we developed a BPM solution for BOM creation. It has Uis built in WDjava which use webservices created in ECC and published in SR hosted by CE server. These webservices have endpoints created in soamanager and are tested fine both in DEV

  • Class-map does not support match protocol ssl

    I have several 1941/k9's that do not have the class-map command: to suppot ssl.  System image is c1900-universalk9-mz.SPA.152-1.T.bin. class-map match-any af31 match protocol ssl  <-- missing. I did some google searches but come up with nothing.  Is