How to exclude infotype from transfer in TDMS HCM scramblig package

Dear Madame and Sirs,
good morning,
I have a question for you:
In a ERP initial Package for HCM Personnel dev. PD&PA expert I wanto to exlcude from transfer some infotypes.
I maineined TDHCO_CUSTOMIDING_EXLUDE action in TDMS server and then I insert my (exluded) infotype
ie: PA0002, PA0077 and so on
I insert
project subpoject pack ID Object type 'P'
infotype 0002, 0077 and '*' for subtype.
Does exist a check that I can do before  start transferring data to verify the accuracy of the selection?
I try to execute Transfer selction criteria and I haven't errors but into the log I seen that for the table PA0004 the system will transfer every records.
Thanks in advance for your support
Best Regards
Masx

Hi,
If an infotype has been excluded from transfer, then it should not be included during the transfer selection criteria. If you observed such a behaviour, kindly open an SAP OSS message so that we can take a look into the matter at the earliest.
There is no check as such for checking the entries made in this step. In case a wrong entry has been made, no exclude will occur for that  infotype.
Thanks & Best Regards,
Suman

Similar Messages

  • How to exclude BUILDARCHIVES from SDA

    Hello,
    I have a assembled SDA file that is very large due to the included BUILDARCHIVES - but I would like to provide this SDA for customers and it is not necessary for them to use the public parts (also restricted to my component).
    I allready have removed source from file during assembly and with include_source = false build option but there is still the BUILDARCHIVES folder in SDA file.
    Does someone know how to exclude them from the SDA? I'm not sure but I think SAP also don't deliver build archives for allmost any SDA.
    Best Regards,
    Frank Wagner

    i think all sap sca contains BUILDARCHIVES

  • How to exclude invoice from credit check?

    Hello,
    I use 11.5.10.2
    I have credit check rules with include open receivables balance. Now I want exclude some invoice with one AR transaction type from exposure.
    How to exclude invoice from credit check?
    Regards,
    Łukasz

    Hi a®s ,
    thanks for your suggestion.
    I tried your first suggestion with the object set:
    - unforunatly the check runs still with the includes.
    - I can't not use the Object Set for a direct check in the ABAP Workbench (with the user variant DEFAULT)
    For the second suggestion we have to modify the Include.
    That would be not so good for us, because the include is deliverd from a software  distributor.
    Additional we have the set the #EC-Command for every statement.
    Isn't it possible to set a pseudo command or something at begin and end of a block of coding, that
    has the be exludes from the check?
    So we could set this pseudo command before the INCLUDE-Statement to switch the check off and after the the INCLUDE-Statement to switch the check on....
    Many greetings,
    Stefan

  • How to exclude STOs from GATP, when we need to ship the "Customer return" products from branch to Central DC?

    How to exclude STOs from GATP, when we need to ship the "Customer return" products from branch to Central DC?
    We have to set up a scenario for sending "Customer returned" products from branches to Central DC through STO. But we do not want GATP check for these STOs, as they are Customer Returns, which need to analyze at CDC for further actions. We are using SCM 7.0 and ECC 6.0
    Thanks in advance,
    Ravi

    Hi,
    You can exclude the "customer returned" category from the scope of check from that particular Check control

  • How to exclude records from one table that is contained in a second table

    I am trying to create a Crystal report that excludes records from one Table that is contained in a second table using the != link option and it is not working. I've tried all of the different enforce options, and it is still not excluding those records. Does anyone have any suggestions of what I'm doing wrong or any other suggestions how I can obtain the results I need?
    Thanks in advance!

    Have you tried by Command ?
    Thanks,
    Gordon

  • How to exclude reports from HIS in MSS 60.1.20?

    Does anyone know how to exclude some of the HIS reports from the tree? I am on a 4.6c system. I see that the table T77I3 contains the listing of REPIDs that are used to populate the REPOS table in the function module HR_HIS_READ. If I try to maintain this table using SM30, I see that SAP only allowed for updating the text descriptions. I was thinking the easiest way to remove items from the report tree without deleting them would be to change the REPID to just add an X or something to the end of the code so that the check against TRDIR will fail and exclude the item from the list. Does anyone know the best way to exclude reports from the HIS reports in the MSS -> My Staff -> Reporting -> Report Selection -> HIS Reports section?
    I will award points to the answer!

    Hi, did u find a solution for this? I'm having the same requirement.
    One way of solving the problem would be to copy the HR_HIS_READ function and change it to exclude the undesired reports. Then change the MDT Scenario by executing the Define Structure of Function Codes item in the IMG.
    DJ

  • Does anyone know how to exclude footnotes from the word count in the Pages for iPad app?

    If I create a doc on pages for ipad, then view it on the iMac, the word count is lower.  I figured out that this is because Pages counts all the words in the footnotes.  Does anyone know how to make it exclude footnotes from the word count? 

    I see the exact same behavior on my IPAD(s) and IPHONE(s). This isn't the loss of titles already identified in other posts. Every movie that wasn't purchased from iTunes, meaning all my movies of my kids, shows it sync in iTunes, but doesn't show up anywhere on the devices.
    Help Apple! Please un-break the feature that was functional before.

  • Designtime problem - how to exclude code from preprocessing?

    The problem is:
    how to exclude a piece of code from preprocessing while designtime?
    I need something like a C++ preprocessing directive, e.g. :
    #designtime
    // code ommited by IDE while designtime
    //but processed by compiler and in runtime
    #end //designtime

    Pl. refer to: http://java.sun.com/developer/JDCTechTips/2003/tt0408.html#2
    The above URL details a method that uses static final variables to mimic the ifdef functionality provided by c/c++ preprocessors...

  • How to exclude "the" from Finder alphabetical ordering

    When my long list of movies are alphebitized all the movies that begin with "the" are in the "t" section. Is there any way to exclude "the" from the alphebetical ordering? This would mean that a movie like "The Colony" would be grouped with "c"s rather than "t"s.
    Thanks

    Rename them like "Colony, The". If there are too many to do manually use a file renaming app like Name Mangler that can remove letters from the front of a file name and add letters to the end.  With NM it will take too passes but works.
    OT

  • How to call infotypes from webdynpro applications

    Hi friends
    My requirement is, I need to call infotypes in r/3 system. Exact requirement is I got a dropdown, which gets the data from infotype, I got a textview which also gets the the data from other infotype.My question how to call  these infotypes. Is this is the same way like importing bapis or different. Please let me know the detail procedure, and any doccuemnts mail me to [email protected]
    Regards
    keerthi

    Hello Keerthi,
    it is no special way to call infotypes, you have to find a Bapi which return data you want (or part of this thata). When there is no Bapi which fill your requirements (or you must call to much bapis) i think you should write your own bapi. Last step is using this (own or found) in wdp.
    Regards
    Bogdan

  • How to call infotypes from webdynpro application

    Hi friends
    My requirement is, I need to call infotypes in r/3 system. Exact requirement is I got a dropdown, which gets the data from infotype, I got a textview which also gets the the data from other infotype.My question how to call these infotypes. Is this is the same way like importing bapis or different. Please let me know the detail procedure, and any doccuemnts mail me to [email protected]
    Regards
    keerthi

    For reading HR infotypes you have to do the following
    a. Create a Remote enabled function module (FM) in the HR syste. This FM shall wrap the standard FM HR_READ_INFOTYPE.
    b. Create a Model in your webdynpro project for the FM you developed in step a.
    Thanks and Regards,
    Prasanna Krishnamurthy

  • How to exclude tables from Schema level replication

    Hi All,
    I am currently trying to setup Oracle Streams (Oracle 11.1.0.6 on RHEL5) to replicate a schema from one instance to another.
    The basic schema level replication is working well, and copying DDL and DML changes without any problems. However there are a couple of tables that I need to exclude from the stream, due to incompatible datatypes.
    Does anybody have any ideas or notes on how I could achieve this?? I have been reading the Oracle documentation and find it difficult to follow and confusing, and I have not found any examples in the internet.
    Thanks heaps.
    Gavin

    When you use SCHEMA level rules for capture and need to skip the replication of a few tables, you create rules in the negative rule set for the table.
    Here is an example of creating table rules in the negative rule set for the capture process.
    begin
    dbms_streams_adm.add_table_rules(
    table_name => 'schema.table_to_be_skipped',
    streams_type => 'CAPTURE',
    streams_name => 'your_capture_name',
    queue_name => 'strmadmin.capture_queue_name',
    include_dml => true,
    include_ddl => true,
    inclusion_rule => false
    end;
    table_name parameter identifies the fully qualified table name (schema.table)
    streams_name identifies the capture process for which the rules are to be added
    queue_name specifies the name of the queue associated with the capture process.
    Inclusion_rule=> false indicates that the create rules are to be placed in the negative rule set (ie, skip this table)
    include_dml=> true indicates DML changes for the table (ie, skip DML changes for this table)
    include_ddl=> true indicates DDL changes for the table (ie, skip DDL changes for this table)

  • How to exclude Data from other Table

    Hi,
    i have a Table called "TBL_KST" with some data and the following SQL Statement:
    SELECT * FROM TBL_KST WHERE TBL_KST.KST ='40N023'
    I have a second Table with a blacklist of this data. In the SQL Statement above i want to exclude the blacklist. I tought i could do something like the following, but it doesnt work:
    SELECT * FROM TBL_KST WHERE TBL_KST.KST ='40N023' AND NOT (SELECT * FROM TBL_KST_BLACKLIST)
    How could i do this?
    thanks
    yavuz
    Edited by: Yavuz B. on 05.03.2009 10:52

    You need AND NOT IN (select <key column> from TBL_KST_BLACKLIST)
    or
    AND NOT EXISTS (select 'x' from TBL_KST_BLACKLIST KB where KB.<key_column> = TBL_KST.<key_column>)
    Sybrand Bakker
    Senior Oracle DBA

  • How to exclude songs from shuffle on multiple devices?

    Hi - I just successfully excluded Chirstmas songs from the list of songs that play during 'shuffle' on my work computer by using 'Get info' and 'options' (thanks to this support community - thanks!).  Now, how do I make this apply to my other devices that aren't computers (iPod, iPod nano)?  If I plug the other devices into my work computer and accept whatever syncing options pop up, will that do it?  I just want to be able to shuffle without hearing 'We Wish You a Merry Christmas' in June.  Thanks for any help.

    I would use playlists for this, and then shuffle the playlist not, the whole collection of songs...
    I also use the recommendations of this blog to shuffle through my mp3 colleciton (since it is larger than what the ipod can store.
    check both this links for recommendations
    http://www.andybudd.com/archives/2005/08/itunessmartplaylists/index.php
    http://www.bactroid.net/article.php/377
    Smart lists are a Godsend. I use it to set playlists with only my music (my wife's music is also int he same library). It justs works...

  • How to Exclude wallpaper from USMT

    I know this seems opposite of what everyone else in the world wants but I have a dream.
    I am currently deploying Win7 from XP and also refreshing some beta testers of Win7.  They all have there wallpaper they love but I don't care.  When they get the new image I want them to get mine.  I realize that MS has fixed the GPO
    for setting the wallpaper and it could be force down but that is not what I am after. 
    My goal is to give everyone the new wallpaper, after that point some users will then figure out how to set there own and I am ok with that, I'm just not going to tell them how to do it.  Of course I could force the wallpaper via GPO but some senior
    management has finial say.
    Would anyone happen to know a tweek I could place in a xml that would prevent this one aspect?  Most everything else I know how to include and exclude if it is native to USMT. 

    what ton of other stuff ? please explain ? works fine here...
    as regards excluding wallpaper via an xml you could try this, i havnt tested it yet so please provide feedback... create a Config.xml file like the one below to specify files or settings to exclude from the migration.
    <!-- This component excludes wallpaper settings -->
    <component type="System" context="User">
    <displayName>exclude Wallpapers</displayName>
    <role role="Settings">
    <rules>
    <exclude>
    <objectSet>
    <pattern type="Registry">HKCU\Control Panel\Desktop [Pattern]</pattern>
    <pattern type="Registry">HKCU\Control Panel\Desktop [PatternUpgrade]</pattern>
    <pattern type="Registry">HKCU\Control Panel\Desktop [TileWallpaper]</pattern>
    <pattern type="Registry">HKCU\Control Panel\Desktop [WallPaper]</pattern>
    <pattern type="Registry">HKCU\Control Panel\Desktop [WallpaperStyle]</pattern>
    <pattern type="Registry">HKCU\Software\Microsoft\Windows\CurrentVersion\Themes [SetupVersion]</pattern>
    <pattern type="Registry">HKCU\Software\Microsoft\Internet Explorer\Desktop\General [BackupWallpaper]</pattern>
    <pattern type="Registry">HKCU\Software\Microsoft\Internet Explorer\Desktop\General [TileWallpaper]</pattern>
    <pattern type="Registry">HKCU\Software\Microsoft\Internet Explorer\Desktop\General [Wallpaper]</pattern>
    <pattern type="Registry">HKCU\Software\Microsoft\Internet Explorer\Desktop\General [WallpaperFileTime]</pattern>
    <pattern type="Registry">HKCU\Software\Microsoft\Internet Explorer\Desktop\General [WallpaperLocalFileTime]</pattern>
    <pattern type="Registry">HKCU\Software\Microsoft\Internet Explorer\Desktop\General [WallpaperStyle]</pattern>
    <content filter="MigXmlHelper.ExtractSingleFile(NULL, NULL)">
    <objectSet>
    <pattern type="Registry">HKCU\Control Panel\Desktop [WallPaper]</pattern>
    <pattern type="Registry">HKCU\Software\Microsoft\Internet Explorer\Desktop\General [BackupWallpaper]</pattern>
    <pattern type="Registry">HKCU\Software\Microsoft\Internet Explorer\Desktop\General [Wallpaper]</pattern>
    </objectSet>
    </content>
    </objectSet>
    </exclude>
    </rules>
    </role>
    </component>
    <!-- This component excludes wallpaper files -->
    <component type="Documents" context="System">
    <displayName>exclude specific JPG and BMP</displayName>
    <role role="Data">
    <rules>
    <exclude>
    <objectSet>
    <pattern type="File"> %windir% [*.bmp]</pattern>
    <pattern type="File"> %windir%\web\wallpaper [*.jpg]</pattern>
    <pattern type="File"> %windir%\web\wallpaper [*.bmp]</pattern>
    </objectSet>
    </exclude>
    </rules>
    </role>
    </component>
    </migration>
    My step by step
    SCCM Guides
    I'm on Twitter > ncbrady
    Does that work for wallpapers and themes?
    Although I'm following the process outlined
    here &
    here, its still coming over.

Maybe you are looking for