Entry Change In MARV Table?

While I was Updating Current & Previous period one shot with se16n in Table MARV and with "&sap_edit". I have made a wrong Entry in the dates and year in the company code and have saved the data.
I repeated  the same method to edit the wrong entry, but am not able to do. What is the way out.
An early response to this would be highly appreciable.
regards
Sidharth
Moderator message: not directly related to ABAP development, please have a look in the respective functional forum, and do not use "&sap_edit" on standard tables in the future.
Edited by: Thomas Zloch on Jun 30, 2011 11:38 AM

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

Similar Messages

  • 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

  • Changes IN MARV table

    Friends,
    I have made wrong entry in Fiscal year in through MMRV. Now to edit in MARV table I have gone to SE-16n. I have searched old threads. I have tried also for debugging. But it didn't happen. Is there other solution for this??
    Or else I am doing something wrong in debugging that is the reason it is not getting edited. If screen shot is there in any threads it would be great help for me.
    Thanks & regards,
    Supriyo

    Hi,
    please explain you did wrong in MMRV - ok now you want post in previous Period-MM
    Please use T code OMSY - check box - allow posting  to previous period
    Thanking you
    Regards
    Mahesh

  • Entry to Change In MARV Table?

    While I was Updating Current & Previous period one shot with se16n in Table MARV and with "&sap_edit". I have made a wrong Entry in the dates and year in the company code and have saved the data.
    I repeated the same method to edit the wrong entry, but am not able to do. What is the way out.
    An early response to this would be highly appreciable.
    regards
    Sidharth

    Hi,
    Let me explain the details
    I had checked the posting to be done for previous period with MMRV the details displayed is as below.
    Current period - 12 / 2006
    Previous Period - 11/ 2006
    Last Period in Previous Year - 12 / 2005
    To Update this in one shot i had used
    Code - se16n
    Table - MARV
    Entered Company code.
    Used Code - &sap_edit
    Then F8 (Execute)
    Post this by mistake i edited the table wrongly as
    Current period - 06 / 2012
    Previous Period - 05 / 2012
    Last Period in previous Year - 12 / 2011 and saved it, i have by mistake made an entry one year forward. This is creating error in posting the stock.
    I tried repeating the same method to edit my mistake but am not able to do so.
    Now as per your suggestion using code MMPV, will it take me backwards to year 2011 and correct the table. If Yes, Also suggest me an alternative way to close the period one shot. As using MMPV i will have to close the period month on month basis and will take time to do so.
    Regards
    Sidharth

  • Changes on Pool table entries

    Hi All,
    I have made changes to one of the entry of the pool table-T180U.
    There was no request created in the Development server for the above changes.
    How to transport the changes to the Production?
    Can I directly make the same changes for the pool table-T180U in Productrion?
    Thanks in advance.
    Kal Chand

    Hi,
    Thanks for your quick response.
    As you told, I am not seen the "Transport Entries" option in SE11, or SE16 to the table entries in my Development server.
    Note: I have checked my sandbox server, It's there.
    Thanks,
    Kal Chand

  • Re:How can we delete the concurrent node entry from the FND_NODE table

    HI ,
    11.5.10.2 on Oracle Solaris on SPARC (64-bit) .
    How can we delete the concurrent node entry from the FND_NODES table without running Autoconfig.
    Currently we are having 3 nodes RAC and we are deciding to remove one node from the RAC and all 3 nodes are registered as concurrent node with application but concurrent manager is running only on one node.
    Lot of the custom configuration we did it at application web tire level. If we run the Autoconfig at that time we need to redo those changes again that we are trying to avoid.
    Regards .

    we are trying to avoid to run FND_CLONE.setup_clean because it will delete all the nodes entries from the FND_NODES.If those entries are invalid then they should be deleted.
    Running AutoConfig after purging the table will populate it with the correct entries.
    In order to populate the nodes entries again we need to run autoconfig and it will change the server id in fnd_nodes and then we need to redo the ADI client configuration on users PC and redo all the changes that we made in jserv and webserver.For ADI Clients, you should use the correct server ids which will be populated in the table for you once you run AutoConfig.
    For jserv configuration, you can refer to (Customizing an AutoConfig Environment [ID 270519.1]) to make the preserve all your custom setup/configuration after running AutoConfig.
    If there any custom script to delete only one node from the fnd_node so that we don't need to run autoconfig after that, then I really appreciate.No.
    Thanks,
    Hussein

  • How to track the changes to a table and update the other table ?

    Hi Guys,
                   I am looking to track deletion of entries on KONV table and sync these missing entries in an other table which has primary key entries of KONV.
    How to do this.. is ALE change pointer is any good for this purpose ?
    Thanks
    AJ

    Hi Sam,
      In order to track the changes in the KONV table, go to table CDHDR and give objectclass and objectid, you will get all the details.
    Regards,
    ramesh.

  • Summarizing entries of the Internal table

    Hi All Experts!!
    I have problem regarding summarizing of the entries of the internal table.I want the amount field of the entries be summed based on 3  fields of table rkst skst rkstar.It means that summation be carried out if the set of these 3  fields are same.If there is different set new entry will be created.
    Here I want to summarize itab gt_yrepost2.
      LOOP AT gt_yrepost2 INTO gwa_yrepost2.
        sum_amount = sum_amount + gwa_yrepost2-amount
    be summed for repeating sets of 3 fields*****
          lwa_sum_yrepost2-amount = sum_amount.
          lwa_sum_yrepost2-kokrs = gwa_yrepost2-kokrs.
          lwa_sum_yrepost2-belnr = gwa_yrepost2-belnr.
          lwa_sum_yrepost2-buzei = gwa_yrepost2-buzei.
          lwa_sum_yrepost2-kstar = gwa_yrepost2-kstar.
          lwa_sum_yrepost2-bukrs = gwa_yrepost2-bukrs.
          lwa_sum_yrepost2-pbukrs = gwa_yrepost2-pbukrs.
          lwa_sum_yrepost2-tcurr = gwa_yrepost2-tcurr.
          lwa_sum_yrepost2-skst = gwa_yrepost2-skst."field1
          lwa_sum_yrepost2-rkst = gwa_yrepost2-rkst."field2
          lwa_sum_yrepost2-rkstar = gwa_yrepost2-rkstar."field3
          lwa_sum_yrepost2-txt = gwa_yrepost2-txt.
          APPEND lwa_sum_yrepost2 TO gt_sum_yrepost2.
    It means that if there is change in set of key fields new entry will be created. Else the entries will be summed to a single entry.In this example gt_sum_yrepost2 contained the summed(summarized) entries.
    The positive thing here is that if for one set of these fields the other values will be same.Hence other fields will take value of any of the repeating entries(with repeated set).
    Please help in this regards..
    Thanks in Advance....
    Prabhas.
    Edited by: PRABHAS jha on Jan 25, 2008 4:34 PM

    Hi Prabhas ,
    You could use Collect statement instead of Append.
    Thanks
    Rekha

  • Table entries deleted in Customized table.

    Respected Guru's
    table entries in a customized table were deleted in production system, no transports pertaining it was found.
    Table entries were updated using bapi.
    Please help me to know how the table entries were deleted.
    Daya.
    Edited by: Dayananadan Anandan on Nov 12, 2009 11:35 AM

    Hi Johnson,
    you might have to restore the DB Backup for the table to gt back the data....
    Furthermore, if you want to track how the entried were deleted then there are 2 ways to go about it:
    If the Deletion of the records was through an application (FM,Program call) then there should be Chande Documents available for them and you can search them by hitting tables CDHDR and CDPOS...
    If the Deletion of the records was done physically the you can try looking into the tables UASE16N_CD_KEY and UASE16N_CD_DATA (deletion from transaction UASE16N) or tables SE16N_CD_KEY and SE16N_CD_DATA(Deletion from SE16). This will give change pointer documents if the records were deleted using these transactions...
    Another option might be that somebody has used the Database utility and selected the option Delete Data. In this case you can have a look at the object log....
    Hope this helps....
    Regards,
    Sitakant.

  • Entry not found in Table T706V

    Hi,
    When I simulate a trip I get error message "Entry not found in Table T706V  Argument JSP IN 0022420080901 is missing".
    Where JS is Trip provision copied from 40 Trip Provision. I am not undersatnding what is 00224.
    When I try this in IDES , it works with 40 Trip Provision Variant.The same config gives error in other system with trip provision variant JS.
    Rgds
    PV

    The problem was solved by changing expert control view in Travel.
    PV

  • How to enable logging of database changes of  Z tables into a log table.

    Dear Team,
    We have 8 Z tables and we need to log the changes in these tables. Earlier Change Document process was proposed but now we know that the possible changes in the Z tables will be many and this can cause too many entries in CDHDR and CDPOS tables. Going through so many entries of Change Document tables will decrease the system performance. The other option involves enabling the Log data base changes for the Z data base tables, but this will also cause the system to slow down as per SAP F1 help on "Log data changes" checkbox.
    description-"Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables."
    So we came to a solution where we can create a Z table and we will log the above mentioned Z table changes in the Z Change table but I have no idea how to implement the suggested solution. Please help me on this.
    Regards
    Amit

    Hi,
    Have a suggestion..
    Have custom fleld as LOG with char 1 and date field (sy-datum) in all the 8 ztables. The ztables are updated either through SM30 or from custom program, making sure who ever changes the record if manually then fill that flag field as 'X' and if by program then populate the field with value 'X'.So you will know based on the flag field whether changed or not.similarly for date field updatin as well.
    Now create a custom program to update the new ztable . Schedule this program daily may be at midnight..Read the 8 ztables with having flag = 'X' and update the new ztable. Once done clear the FLAG  from all the 8 ztables to space for that day and update the date field in the custom program.
    So for that particular day the records were written to new ztable and all the 8 ztables are having flag value as space and date will be sy-datum.
    Now for next day again do the same procedure.
    Hope this gives you an idea.
    Regards,
    Nagaraj

  • 2 entries deleted in PROJ table

    Hi Gurus,
    2 enteries in the PROJ table got deleted (not sure how it got deleted) and it caused failure in BI process chain during infopackage loading for WBS hierarchies because of inconsistency. The childrens entries exist in PRPS table and they still tied to the Proj No which already deleted in PROJ.
    Is there any process to retrieve those entries in PROJ to resolve the issue??
    And also any way to track how those entries in PROJ were deleted??'
    Please advise.

    Hi Michelle,
    PROJ table has a change document object - PROJ (transaction SCDO). Change documents record changes (insert, update and deletion) to database entries against the change document object.
    Check tables CDHDR (header) and CDPOS (item) as to whether you can find your PSP element here with change indicator = D (deletion).
    If not - then it's possible someone has written a DELETE SQL command in a Z program. Hence ask your developer to do a WHERE-USED for PROJ table in Z* programs/ classes to determine whether a DELETE SQL command has been coded.
    The DELETE SQL is more likely since it appears ONLY the header table entries have been deleted.
    Cheers,
    Aditya

  • Issue in OMSY......No values in MARV table.

    Dear Experts,
    We have moved our requests  from Development  to  Quality system.
    In Development, we have values for company code in OMSY.
    Means , In the development, the values for Fiscal year of the Current period, Current Period, Fiscal year of the previous period, Previous period, Fiscal year of last period of previous year, Last month of previous year etc  are exists for my company code in OMSY. Also these values are appearing in Table: MARV.
    But these values are not available for my company code in Quality system. Also, in MARV table, for my company code, no entries found in Quality system. I could not able to update thro  MMPV also. When I run MMPV, it is giving message as Company code  has no MARV record; no conversion here.
    Kindly give your inputs , how I can get the period in OMSY.
    Thanks and Regards
    SRINIVASAN

    Dear Jürgen ,
    Thanks for the reply.
    The note: 38298 explains only about  how the the direct table entries which is icluded in TR  is transported.
    My issue here is in Development, OMSY settings are there.But we have moved almost 25 requests to Quality and found that it is not there.
    Now how can we create an new TR for OMSY in Development  and move to Quality &  later it can be moved to production also.
    When I am trying to modify in OMSY , the system gives message as The company code  can no longer be initialized
    Message no. MM011.
    Kindly help me in this regard.
    Regards
    Srinivasan

  • MARV TABLE

    How to assign a company code to MARV Table in SAP MM?

    Hi,
    Why you want to entry company code in table level .....that to MARV table. MARV table generally used to check who and chnage log of posting period.If it is testing server you do the trial process  by updating MARV table but not advisable in production server and before performing this action to touch MARV table please contact SAP and take advice.Consult ABAPer also for help.
    NOTE:
    What transaction you are doing and want to update table, check table T169P for entry of company code.
    Regards,
    Biju K

  • Delete all entries from the following tables - Follow-up Activities (oracle)

    Hello,
    I performed a homogeneous system copy of our development BW system with the database (oracle 11.2.0.3) from the BW production system!
    I already start the oracle database and the SAP system in the target system/server (development BW system) and I´m doing some follow-up activities. One of this activities is (at the system copy guide 6.2.3.2 Activities at Database Level) is to delete all entries from the following tables:
    DBSTATHORA, DBSTAIHORA, DBSTATIORA, DBSTATTORA
    I tried to delete them using SQL Plus:
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ... and it show me that error message.
    This is strange because when I go to transaction SE14 and check the DBSTATTORA I see that table exist and contain a lot of entries!
    Why this is happened in SQL Plus!? I´m running the correct SQL statement for doing this type of task or not?
    How can I delete the entries of that tables? Can I do that using the transaction SE14?
    Can you help me please?
    Thank you,
    samid raif

    Hello
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    It doesn't surprise me as you are not mentioning the schema name here. Instead it should be
    delete from SAPSR3.DBSTATTORA;
    Assuming the schema owner is SAPSR3. if the owner is different then replace that with the correct one.
    Regards
    RB

Maybe you are looking for

  • Read from a property file which is in a zip

    I have the problem, that I can�t read a property file in a zip. A class which I ca get in the same zip needs this property to init. I call this in a batchfile. The message is like: c:/xx/core.zip!/com/xx/Prop.properties Path of the zip Path of the Pr

  • Removal of Excel from Xcelsius

    Hi. At present we have to use Excel as an intermediate layer to store data for mapping the Xcelsius components, What I would like to know is, is there any way or any plan in future from SAP to remove Excel as the intermediate layer, and directly map

  • Php mysql html on your server application

    hello I can work with example websites php mysql html on your server application ouy have to install, php mysql apache and phpmyadmin on my bakbookpro if your server does not do what I Querro please tell me and I instalho manually if it does I'll use

  • How Do I Text Without Blackberry Predicting words??

    Hello, I just purchased the Pearl 8120 and cannot figure out how to type anything to include texts and new contacts without the auto text (think that is the name) predicting my words.  I have already gone into settings and disabled auto text but that

  • ISE and SMS in plain text for Guest Credntial notification

    I have configured a SMS notification for the Guest Credential. When the SMS gateway receive the message, it's discarded because it's not in plain text, it's contains some HTML tag. We haven't the possibility on the SMS gateway to modify the received