Regarding Ztable entries changes

Hi all,
we created one Ztable for storing all production versions reletad data.
here we can enter data manuvally.
we can create production version using tranaction C223.
Now my requirement is , if i did any changes in Ztables, i want replicate same values in PRODUTION version releted master data .
1)Is it posssible to meet this requirement?
2) how it is?
Thanks in advance,
Bhaskar

Hi,
Yes, It is possible.
You need to create Transport Request for the particular entries and Transport it.
Make Sure ur table should be Display/Maintenence allowed in both Developement
as well as in Production.
Reward me if it is helpful.
Thanks & Regards,
Ramya.

Similar Messages

  • PLEASE HELP ME TO FIND THE SOLUTION REGARDING "LOGICAL SYSTEM CHANGED"

    HAI EVERYBODY,
    PLEASE HELP ME TO FIND THE SOLUTION REGARDING "LOGICAL SYSTEM CHANGED" during the material master replication by using middleware parameters.
    step1 : i have taken SRM client 810 and named it as CHINNISRM
    step2 : i  have taken r3 client 810 and named it as CHINNIR3
    step3: During material master replication i maintained tables like crmconsum,crmrfcpar,crmparoltp in   r3   and smofparsfa in srm client and filtered the objects and loaded the objects through r3ac3,r3ac1,r3as.
    step4 : And later i have checked in r3 queues to activate the objects,but i have seen a message like  "LOGICAL SYSTEM CHANGED:SEE 588701".according to the oss instructions i have checked in CRMPRLS table in se16 in R3 .there i found out there is one logical client  named with T90CLNT810.
    oss :588701
    Solution
    There are different cases in which different forms of processing are
    required or where several options exist:
    - The logical system name of an R/3 Backend client was changed in
    current operation. In this case, the data hangs in the outbound
    queues of the R/3 Backend system as specified under point 1 of
    the symptom. In this case, the logical system name must be
    changed back to the original value. Then the outbound queues
    can be reactivated. If no data was transferred to the EBP/CRM
    server before the change, also a correctioin of the check table
    is possible.
    - The same logical system name was used again in a new client of
    an R/3 Backend system that was linked to the EBP/CRM server. In
    this case, the data is in the inbound queue of the EBP/CRM
    server with the exception GUID_FOR_LOGSYS_CHANGED. In this
    case, the queue entries which have status SYSFAIL must be rejected, however, not the entire queues. If the new client of  the R/3 Backend system you have linked has exactly the same
    data as the old client and if it is meant to replace the old
    client (that is, this was deactivated), also a correction of
    the check tables is possible. In this case, the inbound queues
    can be reactivated after the correction.
    oss:765018
    1. If the situation in your system corresponds to the situation described
    under "Reason and Prerequisites" and if symptom 1 occurs, you can
    delete the table entry from table CRMPRLS table (there is just one
    entry). Since there is no maintenance dialog for this table and you
    cannot maintain it using transaction SE16, you must use a report to
    delete it. This report is attached to this note as correction
    instructions.
    Create the report ZZ_DELETE_CRMPRLS in your system and copy the source
    code from the correction instructions. You cannot implement this
    source code using transaction SNOTE.
    You can use the report in every plug-in or plug-in basis system, even
    if it is not specified in the validity section.
    After you have run the report, you can trigger existing queues again
    in transaction SMQ1.
    2. If the situation in your system corresponds to the situation described
    under "Reason and prerequisite" and if symptom 2 occurs, you can
    delete the entry from table CRMMLSGUID (there is just one entry).
    Since there is no maintenance entry for this table and you cannot
    maintain it using transaction SE16, you must use a report to delete
    it. This report is attached to this note as correction instructions.
    If they do not yet exist, add the following messages to message class SMOF in your logon language:
    Message Message short text
    303 User &1 is not allowed to change table &2.
    304 User &1 IS not allowed to display table &2.
    305 Logical system &1 was not found in table &2.
    306 System error! The current client was not
    found in table T000.
    Create the report ZZ_DELETE_CRMMLSGUID in your system and copy the
    source code from the correction instructions. You cannot implement
    this source code using transaction SNOTE.
    You can use the report for every release of the CRM system, even if it
    is not specified in the validity section. The only exceptions are CRM
    releases with Support Package versions that are too low such as CRM
    Release 3.0 with Support Package 12.
    After you have run the report, you can trigger existing queues again
    in transaction SMQ1 of the R/3 back-end system or transaction SMQ2 of
    the CRM system.
    so what should i do to do the replication.please suggest me .untill and unless i solve my problem i cant move to the further activity.i hope you people can solve my problem.thanks in advance.
    thanks and best regards,
    n.chakradhar

    Hi chakradhar,
    Did you find a solution to your issue? We are facing a similar issue and looking to figure out how this can be resolved.
    BR// 420

  • Error during manuel entry/Change of condition.

    Dear friends,
    while I am trying to create standard customer order(VA01), I have faced an error message as: Item 00001:Error during manuel entry/Change of condition.
    Can anyone tell me solution?
    Thanks in advance.

    Hi,
    Goto to V/08 for your pricing procedure, check for the condition type if it is mandatory condition and / or if it is manual condition.
    In V/06, select condition type and check the value for Manual entry field
    Hope you get some inputs
    regards,
    Sagar

  • Ztable Entries Transport From Dev server to Qulaity

    Hi ,
    i am doing trasnport the ztable Entries using below process
    In the transport request add an entry
    R3TR - TABU - <tablename>
    chose program id R3TR then object type TABU and also the right table name.
    But After this Process.. what i want to do.. which area that i want  follow....
    pls.. explain.
    regards
    venu

    Hello
    The blog mentioned before shows all details. If you want to transport all entries of your z-table then the value for the key depends on whether the table is client-dependent or not: Example client=100
    - client dependent => key = '100*'
    - client independent => key = '*'
    Regards
      Uwe

  • Question regarding all entries

    code 1 Loop at int_cntry.
                 Select single * from zfligh into int_fligh
    where cntry = int_cntry-cntry.
    Append int_fligh.
                Endloop.
    code2 Select * from zfligh appending table int_fligh
                For all entries in int_cntry
                Where cntry = int_cntry-cntry.
    Hello Expert
    i am new to sap abap i need your help regarding all entries .
    it is not a good idea to write select query inside a loop. code 2 will show better performance than the code one because it fetches data from database in a one go but i want to know more details about all entries .if you know more please help
                                                                                    Thanks in advance
                                                                                    Chitta Ranjan Mahato
    Edited by: Mahatoji on May 24, 2010 12:32 PM

    HI,
    its better to go for For all entries based on the performance. It will fetch the records based on the entries available in the first table. But before going for For all entries, check the first internal table with not initial, if there is no records in the first internal table then it will fetch all the records into the second internal table.
    <removed by moderator>
    Thanks
    Arul
    Edited by: Thomas Zloch on May 24, 2010 6:01 PM

  • Got an email saying "This email is to confirm your recent inquiry regarding a feature change on mobile number ending in," but I don't remember inquiring about anything?

    Hello,
    I got an email saying "Thanks for contacting us. WE'RE HERE TO HELP. This email is to confirm your recent inquiry regarding a feature change on mobile number ending in XXXX."  The problem is, I don't remember inquiring about anything the last couple weeks.  Is there a way I can speak with somebody who can tell me what inquiry was made?
    Thanks in advance

        This is odd if it's not something you requested or inquired on higherbudget. We can certainly clarify things. As Elector mentioned, you can call into Customer Service to get this information. Otherwise, I sent you a Direct Message as well.
    Thank you,
    VanessaS_VZW
    Follow us on Twitter @VZWSupport

  • Calendar entries changing to new timezone

    So I just travelled to Europe with my iPhone. Once I got here it sync'd to the new time, and all of my calendar entries changed to the local time. So instead of notifing me of a meeting when it is happeniong, it notifies me 9 hours ahead of time. Though I enjoy being ahead of schedule, it is totally worthless. How can I configure my meetings back into place, yet keep local time?

    This is a "feature" not a "bug"...because you can set it either way.
    Go into Settings/General/Date & Time and turn Time Zone Support ON

  • Entering multiple entries in ZTABLE after changing a key field to nokey.

    HI Experts,
    This is Hema Iam new To ABAP.
    My senario is I have created a ZTABLE with companycode, GLAccount, costcenter,profitcenter,plant.
    AT first my table has companycode and GLaccount has key fields..
    But to enter the multiple entries for cocode and GLaccount (ZBUKRS and ZHKONT) i have changed GLaccount has non key fields and table maintainence regenarated for the same.
    my issue is as there are repeating entries for cocode and glaccount it is not possible to enter the entries as it is saying the entry is repeated and asking me to skip because cocode is primarykey there...
    how can i overcome thsi issue to enter multipel entries for cocode and GLaccount.
    As it should be done quickly ur help would be usefull
    Thanks In Advance
    L.Hemalatha.

    Hi
    I created zslno field and made it has primary key field aslo but still iam getting eror message while entrying entries as
    "an entry already exists with the same key"
    wht should be done i maintainance recreated after adding this field nad in se14 i adjusted the table too still what steps should be done ?
    eg i need to enter data:
    client cocode  zslno GLacount Cost center profit center plant
    010    1000                 1483100   1001199                       0035
    010     1000                 226100     101199                        0076
    so while entering second record and trying to save iam getting that error.... help me out

  • REGARDING FILLING ENTRIES TO ZTABLE USING TRANSACTION.

    Respected Gurus,
    I want to ask for question :
    I have to extract data/ some fields  from tables  MSEG, MAKT ,LFA1 and put it into my ztable using  my own TCODE.
    aLSO TO DISPLAY DATA ON SCREEN (SE51) .
    when the data is displayed and entered , there shud be a message generated to generate a unique id no.
    kindly send me code for same scenario or guide me.
    Waitng.
    thanks and regards.

    Hello,
    its better to make a module pool or a report which will fetch data or records into your internal table and then by using insert query you can append the records to your z table.
    Thanks & Regards,
    Nitin

  • Table entries change

    Hi,
       how we will see who is the lastchanged in table entries.

    Hi Kumarraju,
    Sorry, got your question a wrong way. The following is the information on table log:
    You must start the SAP system with the <b>rec/client</b> parameter. This parameter specifies whether the SAP system logs changes to table data in all clients or only in specific clients. The parameter can have
    the following values:
      - rec/client = ALL logs all clients
      - rec/client = 000 [,...] logs the specified clients
      - rec/client = OFF turns logging off
    In the technical settings (use transaction SE13), set the Log data changes flag for those tables that you want to have logged.
    If both of these conditions are met, the database logs table changes in the <b>DBTABPRT</b> table.
    Use the RSTBHIST report to obtain a list of those tables that are currently set to be logged.
    Hope it helps.
    Thanks & Regards,
    Santosh
    Message was edited by:
            NAVABOTHU SANTOSH KUMAR

  • How to read Ztable entries in Rule .

    Hi all,
    1) How to read Ztable in the rule ?
    if i wanted check EE cost center is available in Ztable then do some operation .
    2) How to restrict the changes only effective from 2012 . No retro allowed .?
    Please give me the code pls ....
    Thanks,
    Deepika

    Hi,
    Use Table operation for read Z table, and VARGB operation is for Read data element..I think Enhancement require in payroll driver for new Info type.
    Regarding Cost center Query use OUTWPCOSTC for getting cost center..

  • Regarding Variable entry at the query runtime

    Hi
    In the Query Designer they have taken many variables which are user entry but when I run query I am getting only few options where I can enter values and other variables are not displayed for entry and they are taking some value as default though thay do not have default value. When I check it in Query Properties all Variables are displayed but at the Query Runtime very few are displayed.
    Please suggest me how to get all options at the Query Runtime  to enter the values. It is very urgent Plz send ur suggestions soon.
    Points will be assigned.
    Regards
    Balaji

    Balaji,
    I suspect some of your variables have been personalized. Run the query, when it's run then select Change query - Change variables values from the Bex toolbar. Have any variables little yellow smiley faces on the right hand side of the input area?  If so you may want to remove the personalization by selecting each face and select reset personalization.
    Regards
    Gill

  • 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

  • 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

  • How  attach Ztable entries to a request ?

    Hi  All  ,
    I have one Ztable  to which i have upload around 700 number of records , and I have to attach  that to  request and moved it to quality .
    Please let me know how this can be done  ?
    On the  other  hand this  Z  table  already exist in Quality  with 25000 records  this transport has to update the Ztable in quality  with 25700 records .
    Waiting for all you  reply
    Badari patil

    GOTO->SM30 give table name ... select all entries .. ( to be transport) -> table view-> transport it asks for request ..create request - > after that you`ll see Icon Include in request clieck it save it .. you`re ready to treansport ..Goto ->se09 ..
    You can transport table entries from one system to other system. Take a look at this thread.
    table entries transport help
    Re: Table DATA transfer
    Regards,
    Santosh

Maybe you are looking for