Change entries in table

HI All,
       i need to change entries in table for a particular documnet.how can i do that.plz help me out.Thak you imm points are rewarded

Hi
I depends on what and where you need to do .
If you have to change only two records I don't create a table maintenance view, but I change directly the records.
You can try my solution if you're PROD or write a little code as someone has suggested if you're in DEV.
But if you'll often change some value of that table, it should be better to creare a view for SM30.
If you want to do that use an your own Z function group.
While creating the view if function group doesn't exist, the system creates it before generating the view.
Max
Message was edited by: max bianchi

Similar Messages

  • Changing entries of table

    HI,
      How to change the multiple entries of table in debug mode using transaction code se16n ?

    Hello Santosh,
    Follow the steps as given below:
    1. Display the table entries using SE16.
    2. Select the entries that you want to change by clicking the checkboxes & then pressing the "Display button" (F7).
    3. In the next screen type "/H" (in the TCode box) & click the "Green Button" to the left.
    4. In the ABAP code that you see then,
    if code = 'SHOW'.
      set titlebar 'TAB' with name 'anzeigen'(100)
    elseif code = 'EDIT'.
      set titlebar 'TAB' with name 'ändern'(101).
    elseif code = 'INSR'.
      set titlebar 'TAB' with name 'einfügen'(102)
    Change the value of variable CODE to 'EDIT' (in CAPS) & lo !!!!
    You can change the multiple entries.
    BR,
    Suhas

  • Entry in table T685B

    Hi All,
    How to create /  change entry in table T685B??
    This is Condition Types: Additional Data for Sending Output table...
    Couldn't find any configuration setting in SPRO transaction..
    Thanks in Advance..

    Hi,
    Thanks for reply..
    We have already maintain the output type.. and given the same processing reoutine as other output type..
    But here we can see different processing reoutine and program name in table T685B for other output types..
    Thanks,
    Nishad

  • Change entris on dimension table

    Hi All,
    We have two entries in DIM table one for Fixed currency info object in the cube like blow.
    1. DIMID   SID_0CURRENCY SID_0SALES_UNIT
        0          1000000044         2
    DIMID is zero beacuse we have created Info Object with fixed currency.
    Now we have to open this filed for all the currency but system not allowing to change the Info Object beacuse data in the cube and we have almost 2 Billion record in the cubes.
    So we are thinking to do the changes like below.
    We have another entries in the table for not fixed currency Info Object
    2.DIMID ;  SID_0CURRENCY SID_0SALES_UNIT
       2         1000000045         3
    SO now we are planning to overwrite record 1 with record 2. so my new record 1 look like below.
    1. DIMID   SID_0CURRENCY SID_0SALES_UNIT
       02         1000000045         3
    Please suggest me can we change the DIM table.
    Saleem.

    Hi Saleem
    Dont manupulate the dimension table values manaually,it may leads to inconsistency(after doing manual change RSRV sure will through error).If you do so the connection of Dimension table with Fact and SID will get distrub,same can be rectified by RSRV,repair objects.Not sure how for it will recreate the connections..
    Still if you want to take risk...dont delete the Fact table data...via SE38 (prog name DB_DROP TABLES*...Not sure about the program name,better search)  delete the Dimension table values(if its not permissible means same can be achieved by ABAP debugging),delete master table and freshly populate the master data table.
    Use SLG1 for more Txn data analysis.
    Thanks
    TG

  • Entry change in MARV table.. imp...

    Hi,
    How can i change the existing entry in table MARV ...
    Posting periods by mistake i was extened 3 month in MMPV trasaction ...now i want to revert back the entry. this entry is in MARV table , how can i change the period in table MARV..
    Help me.....
    Regards,
    San Rao..

    Hi,
    Go to SE16N. Open the table MARV. In the tcode list box, which we use to enter tcodes generally, enter '&sap_edit' and press F8. Now you can change the existing data as you like.
    Hope it helps you. Reward if helpful
    Thanks,
    Anil.
    Edited by: Anil Japa on Mar 19, 2008 2:15 PM

  • TIP: Changing entries directly in any SAP table

    Use transaction SE16N -> Enter the table name and press enter to read the fields in.
    Then type &SAP_EDIT in the transaction area (as a function code) and hit enter. A success message displays saying "SAP Editing function is activated".
    You can now execute the report and you can edit any field except the key fields.
    Use with caution!!!
    This is a replacement of the blog at [/people/kevin.wilson2/blog/2009/09/29/tip-editing-any-table-in-sap|/people/kevin.wilson2/blog/2009/09/29/tip-editing-any-table-in-sap] which has stirred so many great discussion points on security.

    >
    J@Y wrote:
    > ... it would help for Ztable data as you mentioned.
    In that case one could argue that the authority-checks are both too strict (for the system debugger) and not granular enough (for the replace function in the ABAP debugger).
    Reason: For the package and the object name, the system is checking against a DUMMY element on all 3 activities used by the command. This is the equivalent of "anything which is something" in the ABAP world. If you call it programatically, then only the ability to display something in the debugger is sufficient to change everything...
    So, if you have access to execute ABAP workbench objects combined with the ability to debug a Smartform, then you can change any database table which you could prior also have displayed.
    OR
    Don't give anyone any debug authority in production at all.
    Works like a charm and the developers eventually start testing their programs more in DEV and QAS and taking collective responsibility for the quality of the coding in the first place...
    Cheers and enjoy the weekend (hopefully without having to be called in the middle of the night to debug some program which won't execute, or debug a table because the program did execute...
    Julius

  • I have to make Multiple entry at table maintanance at a time

    Hello all,
    My requirment is to enable the multple user can loginto the same table for making there entry simultaneosuly .
    i have created the table and table maintance as well. and i have created the new lock object and added the code accrdingly and i have used the custom fm which is generated in the tablemainta  function group.
    forex: table xyz
    user 1 , 2, 3, 4, 5,so on..
    table should allow all user tomake there entry at time and the entry edited one user should be disabled to other user.
    I have gone the forum i didnt found the correct one ..plz guide me ..plz find the attached code .i got this code and referredthe samein my prog ..any suggestions on the below.
    1.       Create table ZTEST_SHUKS3.
    2.       Create table maintenance generator for the table. 
    3       Create lock object EYTSS_E433SH in SE11. Give it name as EZTEST_SHUKS3. 
    4       create a report  ZREP_SHUKS3 and transaction code ZTEST_SHUKS3  to call this report. This tcode will call table  mainatance     generator of table ZTEST_SHUKS3 . 
    5  create the report as below
    6 Now open table maintenance function  group(ZTEST_SHUKS3)  in SE80.We know for table maintenance SAP automatically creates code in the function group. Now we will make some modification in that existing code to change the behavior. Open the screen you created through table maintenance and add one module. 
    screen: 0001
    double clik on screen and add one module in PBO of the screen
    loop at extract with control
    tctrl_ZTEST_SHUKS3 CURSOR NEXTLINE.
    MODULE LIST SHOW LISTE
    ADD HERE
    MODULE m_change_locking
    Check the code below to be added in the module m_change_locking. 
    MODULE m_change_locking OUTPUT.
    *Call the function module corresponding to the lock object we created
      CALL FUNCTION 'ENQUEUE_EZTEST_SHUKS3'
        EXPORTING
          matnr          = ztest_shuks3-matnr
          werks          = ztest_shuks3-werks
        EXCEPTIONS
          foreign_lock   = 1
          system_failure = 2
          OTHERS         = 3.
      IF sy-subrc NE 0.
    row is locked..hence gray..
        LOOP AT SCREEN.
          screen-input = 0.
          MODIFY SCREEN.
        ENDLOOP.
      ENDIF.
    ENDMODULE.                 " m_change_locking  OUTPUT 
    REPORT  zrep_shuks3.
    **Selection range for view maintenance
    DATA:
      BEGIN OF selekttab OCCURS 1.         "Selektionsbereich
            INCLUDE STRUCTURE vimsellist.
    DATA: END OF selekttab,
    **Table of inactive CUA functions for view maintenance
    BEGIN OF excl_cua_funct OCCURS 1.    "inaktive CUA-Fkt bei View-Pflege
            INCLUDE STRUCTURE vimexclfun.
    DATA: END OF excl_cua_funct.
    DATA: lt_enq_del TYPE STANDARD TABLE OF seqg3,
          lt_enq_read TYPE STANDARD TABLE OF seqg7,
          lw_enq_read TYPE seqg7,
          lw_enq_del TYPE seqg3,
          lv_subrc TYPE sy-subrc.
    *Read all the lock details in system
    CALL FUNCTION 'ENQUE_READ2'
      EXPORTING
        gclient = sy-mandt
        gname   = ' '
        guname  = '*'
      TABLES
        enq     = lt_enq_read.
    *We will search entry for table level lock for our table
    LOOP AT lt_enq_read INTO lw_enq_read
    WHERE gname EQ 'RSTABLE'
    AND   garg CS 'ZTEST_SHUKS3'.
      MOVE-CORRESPONDING lw_enq_read TO lw_enq_del.
      APPEND lw_enq_del TO lt_enq_del.
    ENDLOOP.
    *Delete table level lock entry for our table
    CALL FUNCTION 'ENQUE_DELETE'
      EXPORTING
        check_upd_requests = 1
      IMPORTING
        subrc              = lv_subrc
      TABLES
        enq                = lt_enq_del.
    *Now call the table maintenace generator.
    CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
      EXPORTING
        action               = 'U'
        view_name            = 'ZTEST_SHUKS3'
        show_selection_popup = 'X'
      TABLES
        dba_sellist          = selekttab
        excl_cua_funct       = excl_cua_funct.
    I followed the same steps but still not getting the multiple user enable .
    plz help
    regards
    Raju
    Edited by: abaprthree on Jul 22, 2009 7:54 PM

    Hi,
    I think you are looking for the report which will allow only for entries not for change. In this case, at PBO you write the code to make all the rows in display mode which have records using LOOP at SCREEN .....ENDLOOP. When you click on on NEW ENTRY button, add blank rows and put user entries. When you save,check for existing entries in the table because many users are entering the data at the same time, so check for duplicates KEY entries and UPDATE the table on SAVE button. If you will go in this way, I don't think you have to go for LOCK object. It's required only if you are going for EDIT mode.

  • Problem with No entry in table T591B for 0015 08 E101

    Hi all,
    This is our first year using SAP and we're approaching our first Year End and so want to make the E Wage Types available for us in IT0015, E121 is already OK and I can enter data in IT0015 for that WT no problem. I've added WT E101 to the 0015 Additional Payments in the IMG and it shows as being allowed for IT0015, this has created entries in the Permissability, etc. in the IMG and I've updated permisability for the ESG to allow for all ESG / PS, etc. - so all looks fine when I work through the steps for Additional Payments in the IMG, but when I try to save E101 in IT0015 I get a message about 'No entry in table T591B for 0015 08 E101' .
    When I look at this table it's called 'WT dependent retroactive accounting trigger' and I've not seen it before despite setting up many Wage Types and I can see E121 is in this table but E101 isn't - but I can't see how I can add or copy anything in this table - there are no options. So I'm assuming this is usually auto updated by creating an entry in another table but I have no idea how to find where and can't find any documentation or other forum messages for this table.
    Has anyone else come accross this before or know anything about this table - has anyone else had trouble when wanting to allow E Wage Types to be used for Year End adjustments?
    Thanks in advance for any advice anyone can give me
    Nyree

    Olnly wt configured to be permissibled on a few infotypes (e.g. 0014, 0015, 0267) would need to be configured in V_T591B. The purpose of this is to control whether these wt are allowed to be changed after payroll is already run for the ee.
    All you need to do is maintain this entry through view V_T591B - add entry for wt 'E101'  for infotype 0015 / country '08'. The indicator (V5591B-ABWRU) can be '' (allow change to wt after proll is run), 'X' (warning if change after proll is run), 'E' (hard-error if change after payroll is run) .
    Rgds.

  • No entry in table T527X for E

    Hi,
    The HR IDOCs are ending in error in our production system with the error:
    No entry in table T527X for E
    Message no. RP301
    Diagnosis
    The entry values must be stored in table T527X. The "   E" value(s) are not in this table.
    When the IDOC is reprocessed manually or by the standard program, the IDOC has OK status.
    The error just started from today and we do not know as to what is causing this error.
    I have checked in the FM that is processing the IDOC and I could not find nay reference to the table T527X or that message number.
    Can anyone please help?
    Regards,
    Archana

    The IDOC is being processed by a custom Function module but this program was modified
    and the changes were moved to the system last week.
    If IDOC was getting processes Successfully till last week, Customization done recently is the Culprit
    I am thinking about the complexity of the Standard Function (which almost processes all
    types of HR master data and how developer must have managed to write Custom code for all of this.
    Quite Complex I think.
    The main change was that in some updation BDC is now used to update the screens
    directly and then PA41 tcode is being called. Do you think this might cause the issue?
    But then it works in reprocessing - strange.
    In some places, the standard function module is used (code not changed for this) -HR_MASTER_MAINTAIN -
    (i think).
    Well what all I can say is track the error message while running the IDOC for first time and
    that will only give you the solution.
    Regards
    Shital

  • Entries in table BWOM_SETTINGS for PARAM_NAME = 'OBJSELSIZE '

    Hello All,
    The entries in table BWOM_SETTINGS for PARAM_NAME = 'OBJSELSIZE ' in our ECC system were as follows originally:
    OLTPSOURCE = ''
    PARAM_NAME = 'OBJSELSIZE '
    PARAM_VALUE = 'X'
    At that point we started using delta extarctor 0PM_OM_OPA_2 and it had a very poor performance.
    SAP asked us to implement note 1040072.
    As a result of applying that note, the BWOM_SETTINGS table has 2 entries for PARAM_NAME = OBJSELSIZE.
    1. OLTPSOURCE = ''
    PARAM_NAME = 'OBJSELSIZE '
    PARAM_VALUE = 'X'
    2. OLTPSOURCE = '0PM_OM_OPA_2'
    PARAM_NAME = 'OBJSELSIZE '
    PARAM_VALUE = 'X'
    Things were fine until we added more init selections to another CO extractor, 0CO_OM_OPA_6.
    0CO_OM_OPA_6 deltas were taking around 2 hours for original init selections:
    Fiscal year / period 2007001 2007012
    Fiscal year / period 2008001 2020012
    Controlling Area 3000
    Recently we added more init selections and now selections are :
    Fiscal year / period 2007001 2007012
    Fiscal year / period 2007001 2020012
    Fiscal year / period 2008001 2020012
    Controlling Area 3000
    Controlling Area 4000
    Controlling Area 5000
    The extraction is now taking unacceptably long time, about 15 hours.
    I am not sure if it is because adding more inits.
    I have a feeling the entries in BWOM_SETTINGS for OBJSELSIZE are incorrect.
    According to note 836740 should they be as below?
    OLTPSOURCE = '0CO_OM_OPA_6'
    PARAM_NAME = 'OBJSELSIZE '
    PARAM_VALUE = 'X'
    OLTPSOURCE = '0PM_OM_OPA_2'
    PARAM_NAME = 'OBJSELSIZE'
    PARAM_VALUE= 'X'"
    One more question. If we change the BWOM_SETTINGS entries to as above, will that affect other CO extractors?
    For instance, we use 0CO_OM_CCA_9 very widely and it runs very fast currently. I just want to make sure we dont mess up its performance by modifying the entries in BWOM_SETTINGS. May be add one more entry in BWOM_SETTINGS for 0CO_OM_CCA_9 too?
    Sorry about the lengthy post.
    Any help is greatly appreciated.
    Thank you.

    As stated in [OSS Note 836740 - Delta extractors CO: OBJSELSIZE DataSource specific|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=836740], there should be parameter OBJSELSIZE entries, with a value of X for the following CO DataSources:
    0CO_OM_CCA_9
    0CO_OM_OPA_6
    0CO_OM_ABC_7
    0CO_OM_WBS_6
    0CO_OM_NAE_2
    0CO_OM_NTW_2
    0OC_OM_NWA_2
    The independent entry, where the DataSource is blank, should also be prsent for the OBJSELSIZE parameter with a value of X. [OSS Note 1040072 - 0PM_OM_OPA_2: Poor performance|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1040072] shows that it's also needed for the 0PM_OM_OPA_2 DataSource.
    Your entries for 0CO_OM_OPA6 and 0PM_OM_OPA_2 are correct. You should add 0CO_OM_CCA_9 and any other DataSource in the list above. If they're not listed, they are supposed to be taken care of by the independent entry (DataSource is blank).

  • No Entry in Table T510 when the entry should be pointing to T710?

    Hello Guruu2019s,
    When we process an IT0008 change, we are receiving an error that there is u201CNo Entry in Table T510 for the key 10*###** **** on 2/20/2011u201D.  This is a new entry in PM Compensation Management Job pricing  Pay Structures  Define Pay Grades and levels.
    With that said, I did not set this up originally and I am new in to this area of configuration.  Also, I configured this new entry based on the instructions that were left by the previous co-worker.
    Now, from the research that I have done so far, the configuration that I was instructed to key in uses Table T710 which is why I am receiving the No entry in T510.  From the entire configuration that I have checked in our system, we have never used table T510. So why it is yelling at me now, I cannot figure that out.  I checked the feature TARIF and there is no configuration with any of our employee group/settings, but it is active and the otherwise is calling a program RPCADD00.
    Just a little more history, we have been in the process of implementing Performance Management & Enterprise Compensation Management with consultants.  The consultants are gone, so I am not sure if they turned something on which is forcing this to look at table T510 now or not?
    We are on ECC 6 with EHP4 and any direction would be highly appreciated because I am at a lost here.
    Thanks,
    Mike

    Hi,
    On the IT0008 screen menu bar, go to Edit>Change remuneration type. This will toggle between Salary (T710) and Pay Scale (T510). For your case, you need to keep it as Salary.
    Hope this helps.
    Donnie

  • How  to maintain the entries using table maintanance??

    Hi,
    I have created a Ztable. and I have created table maintanance generator, then attached the table to a
    Tcode. but I am unable to maintain the entries in table maintanance??
    Can anyone help me out
    Regards
    Devi

    Hi this will help u.
    Hi,
    Go to SE11 enter table name ->change
    Utilities-> Table Maintenance Generator
    delete the Table maintenance by pressing delete button on menu,
    then start creating it again.
    Enter Auth.Group as &NC&
    Enter function group < some name>
    Maintenance Type -> One step
    Overview screen -> some Number (1 or 2)
    Press create
    enter dev class and save, activate.
    Go to SM 30 and check again.
    Reward if useful
    Regards,
    Hema Sundara.

  • No entry in table T512W for key 40 9913

    Dear Guru
    When I am running simulation payroll run, system is throwing this error "No entry in table T512W for key 40 9913".
    9913 is the wage type which is getting updated due to INCS rule.
    In the log, 9913 value is same as value of EDLI Contribution
    /3F7 EDLI contri0101                                                    32.50
    9913            0101                                                    32.50
    I checked 40EPF feature and checked master data in 587, all are correct.Is there something I need to check? Please guide
    Regards
    Vikas K Sharma

    Hi
    I checked the customized WT entry table and there is no 9 series WT at all.
    Recently patches were updated in development. Do I have to check 40EPF features or something. I was reading some reply here but I am not clear how to do such changes.
    Please guide.
    Regards
    Vikas K Sharma

  • No entry in table T582A for 171

    Hi Friendz,
    When I executed Idoc, system is throwing message No entry in table T582A for 171. I checked in T582A and T777D (attribute/characteristics ) tables infotype is available.
    Please advice to rectify this issue asap.
    Thanks in advance,
    $Lakshmi
    Edited by: Narayana on Feb 20, 2010 3:16 AM

    Hi Sujit,Pradeep,ERP12345
    Issue resolved...
    I have not used period parameter 01.but copied it to my customized one.I changed it to 01 and TE run successfully.
    But my question is why after copying it is throwing this error? i cant find any logic
    sorry I cant give any forum points because its already resolved...
    But anybody can tell the logic then i will definitely give the points.
    Thanks in advance...

  • No entry in table T030 for argument     Fld: KONTS

    Hi experts,
    I'm getting this error message "No entry in table T030 for argument   Fld: KONTS"  when I try to save travel request from travel manager (TRIP).
    do you know how to solve it?
    because, I did googling on tabel T030 and it is table for warehouse management not travel.
    T030 = WM Storage Bin Types tables
    how to solve this?
    thanks.

    Hi ,
    This looks like a config issue. Make the config changes in the table T030 via the below path.
    SPRO --> Financial Accounting --> Travel Management --> Travel Expenses --> Transfer to Accounting --> Conversion of Symbolic account to Expense Account.
    Check the below threads for more info.
    No entry in table T030 for arguement HRT 1X2 and 1X3
    Hope this helps..
    Regards,
    Praisty

Maybe you are looking for

  • Properties Class, How does it work

    Hi I was struggling to find how to use Properties Object, to read properties file, then I saw the following solution: fis = <classname>.getClass().getResourceAsStream("<prop file>"); (1) prop = new Properties();(2) prop.load(fis);(3) fis.close();(4)

  • Accessibile PDF generated by SSRS - 508 compliance

    Does anyone know if there is any possible release or a version of SSRS that will be able to generate PDF that is accessible/508 compliant (such as alt tag for images in PDF...)?

  • Calender does not work between IOS5 and IOS4.3 iPad

    We have two iPads. One is unfortunately on IOS5 and the other is on IOS4.3. When i activate the calender on both devices the shared calender is seen on the IOS4.3 iPad but not on the IOS5 iPad. Whatever i try using google accounts or iCloud it only w

  • Problems printing to HL-3075CW [SOLVED]

    I found this thread wherein mythus explained how he got his HL-3075CW working with CUPS.  I have mine connected (wired) and I can connect to its webinterface.  I have it configured in CUPS using the WL-3070 ppd mythus recommended.  When I send a test

  • 12 days of gift app not installing on my iPad.

    I can't install the 12 days of gift app. It shows a black screen when I click the app link.