New entries in table TSTC not capturing in scu3 change logs

Hi ,
We have TSTC table log enabled.
New Entries which comes through transport in the table TSTC are not capturing in change logs.
We have created a new Z T-code and transported it to Quality and then to Production.
But in the change logs of the tbale TSTC it is not captured both in quality and Production.
In the table TSTC t-code is present.
But the change log for the table doesnot show any new entry created.
In development change log of TSTC, the change is present but in Quality and Production it is not present.
Development client : 400
Quality Client         : 600
Production Client    : 600
Can any one spill some beans on it...
Thanks & Regards
Kiran

You need to add "recclient = ALL" (or same client value as "rec/client" profile parameter in RZ10) to the transport profile as well in the STMS.
Search SAP notes and the forum here for "recclient" (without "/")
Cheers,
Julius

Similar Messages

  • Unable to create new entry in table that has no primary key

    Hi
       I have a table which is required to have no primary key (except mandt). After i generate table maintanance, when I go to create new entries, the table control to enter the new values does not appear. When I click on edit->new entries, it goes back to the fields tab of the table. Same when i check through SM30.
    If i maintain atleast one primary key, I am able to get the table control in new entries screen. However the requirement permits no primary keys except mandt. How can this be resolved?
    Thanks
    NM

    Hi,
    THE PROBLEM WITH UR TABLE IS
    YOU HAD DECLARED MANDT AS THE PRIMARY KEY AND THERE IS NO OTHER KEY IN UR TABLE
    iT'S NOT ALLOWING YOU TO ADD NEW ENTRIES BECAUSE MANDT IS THE ONLY PRIMARY KEY IN YOUR TABLE AND IT WILL HAVE A DEFAULT VALUE BASED ON THE CLIENT. SO  IT'S NOT SHOWING YOU THE CREATE NEW ENTRIES OPTION.
    SO TRY TO PUT ONE MORE FIELD AS THE PRIMARY KEY SO THAT YOUR PROBLEM WILL SOLVE VERY EASILY  ALSO MAKE SURE THAT TABLE IS ACTIVATED.
    REVERT IF U NEED SOME MORE HELP
    Thanks &Regards.
    Pavan.

  • Impact of new entries in Table T005

    Hi All,
    Can anyone please guide me that adding new entries in table T005 will have critical impact at which all places?
    I understand that this is the master table for countries, but I am not too sure that where all it can impact critically.
    Thanks.

    Hi,
    Please use the following SPRO node to add new country codes:
    SAP Netweaver - General Settings - Set countries.
    Here after you add the new country code using "Define countries", you should check rest of the steps to make sure that all the relevant places in the system are configured for the newly added country code.
    One more point: Make sure that you are using ISO standard .
    Regards,
    Dilek

  • Adding new entry in table J_1INEXCGRP

    Hi,
    I am MM functional,  due to some system error , for the excsie group I required to manitain the entry in table J_1INEXCGRP,  as that customization part is not included in request,  now I want to confirm which methode to be use
    SE12->Utilities -> Table content -> create entry   or  with SE16N
    can you please give the stpes for adding a new entry in this table it has only two fileds
    MANDT
    J_1IEXCGRP
    regards,
    zafar
    Moderator Message: Spoon-feeding is not entertained here.
    Edited by: kishan P on Jan 25, 2011 4:58 PM

    Hi Alok,
    Hope this steps - code will help you to resolve this issue.
    1. Create A Group for your table control. In Screen Painter.
    2. Write Screen modification routine for the same
    it can be like this..
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
      LOOP AT SCREEN.
        IF screen-group1 = 'MOD'.
          IF flag = ' '.
            screen-input = '0'.
          ELSEIF flag = 'X'.
            screen-input = '1'.
          ENDIF.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    ENDMODULE.
    3. This will disable the display of the Fields in TABLE Control.
    4. in the PBO loop of the table control. Identify the lines which u want to keep active.
    Hope this will help
    <i><b>** Reward points to helpful answer</b></i>

  • How to pre-populate fields for new entry in table maintenance

    Hey everyone,
    I have a table maintenance set up that I would like to pre-populate two date fields when the user creates a new entry or copies an existing entry.
    I can do this by adding a PBO module for the maintenance screen but then if the screens are regenerated my changes are lost so this is not ideal.
    I've also found that I can use the events (05 and 21 I believe) to set the dates but using these events I can not fill in the values in the screen so this is also not ideal.
    Is there an event that can be used to pre-populate fields in a table maintenance screen? If not, what is your suggested method for accomplishing this?
    Thanks in advance! I appreciate any help!

    Hi,
    Please use the below links...
    [Table maintenance Field Validations;
    [http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=93454609]
    Thanks,
    Manish

  • How to add new entry, in table on button click.

    i have 2 input ,witch i am taking from numeric controls. this 2 input are use to calculat my output.
    on button click i want these 4 things should go in the table.
    now my problem is when i click the button previous entry in the table get lost...
    plz help me to slove this problem.

    When you want to preserve the existing values in a table or array, you need to use "Array -> Build Array". Wire the local variable of the table or array to top entry, and wire your new entry to the bottom. Depends on the dimension of the array and the postion you want to add. You might need to some array manupilations. Try out some of the array VIs to see how they work.
    Joe

  • Table can not activate again after changing

    Hi, everybody
    For some reason that we create one more field call EKORG(Purchasing organisation) in table LFA1 and made choice for both Key and Initial value. Now, we are going to delete this field and activate table again, system show the following message, please kindly give us a hand and let me know how to solve this issue in more detail. We  use T-code: se14 and try to Activate and adjust database that system show the same message as below.
    Thanks you All.
    <b>Primary key change not permitted for value table LFA1
    Message no. AD300
    Diagnosis
    This table is defined as a check table. For reasons of consistency, changes to the primary key of the table are not allowed.
    Procedure
    If it is essential that you change the primary key, you must delete the relevant foreign keys. Refer to the where-used list to find all tables containing a field that is checked against this table. Delete the foreign keys for these fields.
    If necessary, maintain the deleted foreign keys again.</b>
    Message was edited by:
            Alfred

    Alfred,
    If you can't figure this out you should stop what you are doing and get help from someone who knows how to fix this mess.  I'll give you a hint, it isn't Programs...  And it might be something to do with tables...  Once you've got a list of all tables where LFA1 is used you will have to check them 1 by 1 to see if they use LFA1 as a check table.
    I'd still love to know what posessed you to mess around with the primary key of a standard SAP table?  And I'd also love to know why everyone is giving you help and suggestions on how to activate the table whilst no-one seems to care that you are changing a standard SAP primary key.  I can't believe you managed to get an access key to change the table in this way and no-one in your company/client questioned what and why you were doing it!
    LFA1 is a pretty important table in the SAP system (Vendor Master table) so to mess around with its primary key is utterly ridiculous.
    The only thing you should learn here is that changing SAP standard objects is usually a no-no.  Trying to change the primary key on a standard SAP table is a complete no-no.  There must have been an alternative to whatever it is you are trying to achieve.
    Gareth.

  • ICal in OS X Lion default on new entries is 'all day'.  How can I change that default?

    The OS X Lion default on new iCal entries is 'all day'.  How can I change that default?  It seems odd that the default would be 'all day' when most entries are for meetings lasting less than that. 

    Unfortunetely the only way is to uncheck the box each time you set up an entry. I trust enough feedback from users will convince Apple to change that in the future.
    http://www.apple.com/feedback/ical.html
    Yours will help that effort.

  • [JHS 10.1.2]  Table layout not warning for losing changes

    I have a table layout in which I can change data.
    When I change data but don't commit (or in case of end-users forget) and navigate to the next 10 records in the table I get no warning that I will loose my changes.
    I guess this is fixed in production version? Could you please confirm this.
    Regards,
    Marcel

    Marcel,
    The JHeadstart 10.1.2 release notes of the latest 10.1.2 build mention a JDeveloper bug 4509014. Can you check if this explains your problem?
    Does your page include file upload? If not, then you can avoid this bug by setting formSubmitted=true on the table. The latest build of JHeadstart 10.1.2 already generates this correctly.
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Changes to an order through Call Transaction not showing up in change log

    I m having a problem such that if I update an order programmatically with Call Transaction u2018VA02u2019, the order does get updated updated but I donu2019t see the changes in the change log. I m only updating the order quantities. However if I update the same order quantities manually by going to TCode VA02. The changes do get shown in the change log from the Environment u2013> Changes menu. Can you please help.
    Following is the simple recorded code.
    PERFORM bdc_dynpro      USING 'SAPMV45A' '0102'.
    PERFORM bdc_field       USING 'BDC_CURSOR'
                                  'VBAK-VBELN'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '/00'.
    PERFORM bdc_field       USING 'VBAK-VBELN'
                                  '10655'.
    PERFORM bdc_dynpro      USING 'SAPMV45A' '4001'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '=POPO'.
    PERFORM bdc_dynpro USING 'SAPMV45A' '0251'.
    PERFORM bdc_field  USING 'BDC_CURSOR'  'RV45A-POSNR'.
    PERFORM bdc_field  USING 'BDC_OKCODE'  '=POSI'.
    PERFORM bdc_field  USING 'RV45A-POSNR'  '10'.
         PERFORM bdc_field       USING 'BDC_CURSOR'
                                       v_rowid.
    PERFORM bdc_dynpro      USING 'SAPMV45A' '4001'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '=SICH'.
    PERFORM bdc_field  USING 'BDC_CURSOR'  'RV45A-KWMENG(01)'.
    PERFORM bdc_field       USING 'RV45A-KWMENG(01)'
                                   '7'.
    PERFORM bdc_dynpro      USING 'SAPLSPO2' '0101'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '=OPT1'.
    CALL TRANSACTION 'VA02'
                     USING t_bdcdata
                     MODE   'A'
                     MESSAGES INTO t_messtab.
    COMMIT WORK AND WAIT.
    IF sy-subrc NE 0.
    ENDIF.

    Could not find answer

  • User changes in tab strip ui element are not recorded in context change log

    Hi All,
    We are using a tab strip ui element in webdynpro component. But user changes inside tab strip ui element are not getting recorded to the context change log. I have an input field on the same view besides  tab strip ui element. User changes to this input field are getting recorded to the context change log.
    Is there any restriction on context change log usage with tab strip ui element?
    Could you please suggest If there is any way to record changes inside tab strip ui element.
    Thanks,
    Sudheer.

    I think there are some limitations exists, context change logs are not complete when you do value help , i am not sure about tab strip.
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/a8e5d273b12fe2e10000000a42189d/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/a8e5d273b12fe2e10000000a42189d/content.htm]

  • Entry from table crmd_orderadm_h not found in table DNOD_NOTIF_S

    Is it true that, whenever an entry is created in the crmd_orderadm_h, same entry is reflected in table DNOD_NOTIF_S with reference as field GUID ?
    If not, when a entry is created with reference from same GUID in table DNOD_NOTIF_S w.r.t crmd_orderadm_h?

    double post, thread closed

  • How to focus new Entry in Table?

    Hi Brothers,
    in my application there is a Table UI Element and a "New" button. The New button creates a new element at the end of the table.
    The problem is, if there are 20 or more rows in that table, the user cannot see the new row. he would have to scroll to the end of the table first.
    Is there a way to "focus" that new row? What I mean is an action or something that goes to the end of tha table and shows the new row?
    Thanks, Johannes

    Hi,
    As Lakshmi Narayana said you can do like the above.
    But there is a small Modification to it.
    Instead of this Line
    wdContext.node<TableNode>().setLeadSelection(wdContext.node<TableNode>().size()+1);
    you write the below Line
    wdContext.node<TableNode>().setLeadSelection(wdContext.node<TableNode>().size()-1);
    With Regards,
    Roop Kumar.
    Edited by: Roop kumar Annavarapu on Sep 2, 2008 4:25 PM

  • External table authentication not updating user group changes

    Hello
    I have a question..
    In OBIEE, i am using external table authentication. I have user and user group tables where users and groups are stores.. Every Time I create a new user and assign them to a group, these records get inserted immediately to these tables with the correct user and group ID that matches with each other.. Then in my initialization block I have the query that fetches the user name and psswd as well as groups names..
    All these are working at the initial user creation. For example, when I create user A and assign it to group A, the DB table has all of the records inserted correctly. When I log in to OBIEE using User A login, I see it is assigned to Group B.
    The problem comes when I change the user A from Group B to Group C. When I did that, although the DB table gets updated correctly, OBIEE session seems to still be the previous one. As a result, when I log in the second time, I see the user A is still assigned to Group B instead of Group C.. This seems to be cached..
    I double check these user tables in OBIEE, none of them are cache enabled.. The connection pool setting of the isolation level is set as default..
    When I reinstall OBIEE all over again and re-log in the first time, this User is now assigned to Group C..
    So seems to be that it is caching issue.
    How should I go about solving this issue
    Appreciate in advance

    Make sure you check the box for 'Required for authentication' and also 'Use caching' should not check.
    Edited by: Srini VEERAVALLI on May 15, 2013 9:05 PM

  • Why the creation of a infotype is not traced by infotype change log report?

    Hello Experts,
    I triggered the trace of IT655 change for infotype auditing report RPUAUD00. But I found out if just create the infotype with a certain start date without changing any field, this creation cannot be picked up by the report. Is this normal or not? What else I can do to trace the creation also?
    Thanks,
    Allan

    Allan - We are having a similar issue with Events (0000) infotype? Did you apply note 44206 in your system?
    If you applied the note, did the developer implement the changes to the 2 Standard SAP programs (per note 44206)?
    If you didn't apply the note, how did you resolve the issue of the trace within the infotype?
    Any response is appreciated.

Maybe you are looking for

  • BO 4.0 Schedule Webi  - Class not found Error

    Hello, We are using SDK concerning scheduling Webi-Reports to PDF-format. Operating System: Linux Business Objects 4.0 (SBOP BI Platform 4.0 SP02 Patch 6 ) We have developed Java - Program using BO SDK. We are using ECLIPSE for development. Regarding

  • How do I recover my sync data without the key?

    I had a username and password on my account, and I thought that'd be enough to access my data. After wiping my laptop and reinstalling windows and firefox, I found this was not the case. All I want back are all my bookmarks that I had been storing fo

  • Firefox does not open, says it's running when trying to restart, but does not show up

    Cannot get Firefox to visibly run. Will not open in safe mode and will not close (says its running when I attempt to shutdown or restart computer. Have uninstalled Firefox and reinstalled 8.0 several times and nothing has changed. Have scanned , defr

  • Illustrator cs6/ Indesign CS6/ Photoshop cs6 updates install failed

    I used Application Manager Enterprise 3.1 to created one  Adobe CS6 package. and the check for update has been disabled. the created cs6 package was installed in computer. Recently I got newer version updats of Ilustrator 16.0.3, Indesign 8.0.2, Phot

  • Unshared movies showing in Apple TV

    My iTunes library contains a selection of videos in iPod size and Apple TV size. I've set the iTunes preferences to only share the "Music" playlist, and a smart playlist I've created called "Apple TV Videos", and have confirmed from a MacBook that th