What are the suggested and preferred ways to apply EMET 4 GPO configuration changes?

Logon Scripts with emet_conf.exe don't work because admin privileges are required and startup scripts lag in time. It should be somewhat "event driven".
Thanks and best regards.

You can also copy and paste this into a group policy object as described manually in http://blogs.technet.com/b/kfalde/archive/2014/03/13/automatically-refreshing-emet-gpo-s.aspx:
<?xml version="1.0"?>
<TaskV2 clsid="{D8896631-B747-47a7-84A6-C155337F3BC8}" name="EMET CONFIG REFRESH" image="2" userContext="0" removePolicy="0" changed="2014-03-17 06:53:16" uid="{E34CB2AC-2D17-4098-8E4E-504B1DA618EB}">
<Properties action="U" name="EMET CONFIG REFRESH" runAs="NTAUTHORITY\SYSTEM" logonType="InteractiveToken">
<Task version="1.2">
<RegistrationInfo>
<Author>MANSERV\peschelf</Author>
<Description>Enhanced Mitigation Experience Toolkit Configuration Update on Group Policy Update</Description>
</RegistrationInfo>
<Principals>
<Principal id="Author">
<UserId>NTAUTHORITY\SYSTEM</UserId>
<LogonType>InteractiveToken</LogonType>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
<Settings>
<IdleSettings>
<Duration>PT5M</Duration>
<WaitTimeout>PT1H</WaitTimeout>
<StopOnIdleEnd>false</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<ExecutionTimeLimit>PT1H</ExecutionTimeLimit>
<Priority>7</Priority>
</Settings>
<Triggers>
<EventTrigger>
<Enabled>true</Enabled>
<Subscription>&lt;QueryList&gt;&lt;Query Id="0" Path="Application"&gt;&lt;Select Path="Application"&gt;*[System[Provider[@Name='SceCli'] and EventID=1704]]&lt;/Select&gt;&lt;/Query&gt;&lt;/QueryList&gt;</Subscription>
<ExecutionTimeLimit>PT30M</ExecutionTimeLimit>
</EventTrigger>
</Triggers>
<Actions>
<Exec>
<Command>"C:\Program Files (x86)\EMET 4.0\EMET_Conf.exe"</Command>
<Arguments>--refresh</Arguments>
</Exec>
</Actions>
</Task>
</Properties>
</TaskV2>

Similar Messages

  • Upgrading from 10.4.11 to 10.7. What are the steps and do I also need to pay for 10.5 and 10.6 along the way?

    Hi. I wannt to upgrade from 10.4.11 to 10.7.
    What are the steps and do I also need to pay for 10.5 and 10.6 along the way?
    According to the 10.7 lion page on 'store' it says that you need 10.6 to use it does this mean I'm going to have to do 3 upgrades?
    Thanks

    Why do yoy want Lion/10.7???
    Anyway, if your Mac meets the requirements you can skip 10.5.x, and even 10.6.x if you can afford to erase all your data.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It looks like they might still have it...
    http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA
    If it's a core Duo & not a Core2Duo, then it'll only run in 32 bit mode.
    Lion/101.7 System requirements
        •    x86-64 processor (Macs with an Intel Core 2 Duo, Intel Core i3, Intel Core i5, Intel Core i7, or Xeon processor.)
        •    At least 2GB of memory[14]
        •    Latest version of Mac OS X Snow Leopard (10.6.8), with the Mac App Store installed
        •    At least 4GB of disk space for downloading[14]
    Like Snow Leopard, Lion does not support PowerPC-based Macs (e.g., Power Macs, PowerBooks, iBooks, iMacs (G3-G5), eMacs).
    Lion also does not support 32-bit Intel Core Duo or Core Solo based Macs. Rosetta is no longer available in Lion, which means Lion no longer supports PowerPC applications.
    http://en.wikipedia.org/wiki/Mac_OS_X_Lion#System_requirements
    http://www.apple.com/macosx/how-to-buy/
    What applications are not compatible with Mac OS X 10.7 "Lion"?
    http://ow.ly/5Iz09
    http://roaringapps.com/apps:table

  • What are the suggestions

    I have 3 Quries on the same table  to find which (all paied) and which (Retracted) and the thried is the Conclusion
    What are the suggestions in the report builder for its vertically?
    can make union or union all or other thing?
    all paied:
    SELECT   SUM (amount), safe_name, amount_detial,count(amount_detial),SCHOOL_YEAR_ID,SCHOOL_ACT_YEAR_ID,get_stud_mostweaa(SCHOOL_ACT_YEAR_ID)mostwa,safe_id,MOV_TYPE--,user_stud_id
        FROM std_main_money
        where
        (SCHOOL_ACT_YEAR_ID=:P1 or :p1 is null)
        and  (safe_id=:P2 or :p2 is null)
        and mov_type=1
          and CLOSED=0
        and SCHOOL_YEAR_ID=(select SCHOOL_YEAR_ID from STD_YEAR_STUDY where enabled=1)
    the Retracted :
    SELECT   SUM (amount)amounts, safe_name safe_names, amount_detial amount_detials,count(amount_detial)xx,SCHOOL_YEAR_ID ww,SCHOOL_ACT_YEAR_ID ff,get_stud_mostweaa(SCHOOL_ACT_YEAR_ID)mostwaxx,safe_id aa,MOV_TYPE--,user_stud_id
        FROM std_main_money
        where
        (SCHOOL_ACT_YEAR_ID=:P1 or :p1 is null)
        and  (safe_id=:P2 or :p2 is null)
        and mov_type=2
               and CLOSED=0
        and SCHOOL_YEAR_ID=(select SCHOOL_YEAR_ID from STD_YEAR_STUDY where enabled=1)
    GROUP BY std_cost_id, safe_name,amount_detial,GRADE_STUD,SCHOOL_YEAR_ID,SCHOOL_ACT_YEAR_ID,safe_id,MOV_TYPE
    ORDER BY SCHOOL_ACT_YEAR_ID,MOV_TYPE,amount_detial--,std_cost_id
    Conclusion:
    SELECT   get_sum_costs (school_act_year_id, std_cost_id) x_1, safe_name,
             amount_detial, get_count_costs (school_act_year_id, std_cost_id)countion,
             school_year_id, school_act_year_id,
             get_stud_mostweaa (school_act_year_id) mostwa, safe_id,
             mov_type                                              --,user_stud_id
        FROM std_main_money
       WHERE (school_act_year_id = :p1 OR :p1 IS NULL)
         AND (safe_id = :p2 OR :p2 IS NULL)
         AND mov_type = 1
         AND closed = 0
         AND school_year_id = (SELECT school_year_id
                                 FROM std_year_study
                                WHERE enabled = 1)
    GROUP BY std_cost_id,
             safe_name,
             amount_detial,
             grade_stud,
             school_year_id,
             school_act_year_id,
             safe_id,
             mov_type
    ORDER BY school_act_year_id, safe_id, mov_type 

    I have changed something after looking your code, In query 1 and 2 only mov_type is changing so i have make both as single query and in query 3 you are not using any group function so no need to include group by clause. Try the below and let me know in case of any issues
    SELECT SUM (amount),
           safe_name,
           amount_detial,
           COUNT(amount_detial),
           school_year_id,
           school_act_year_id,
           get_stud_mostweaa(school_act_year_id) mostwa,
           safe_id,
           mov_type
           --,user_stud_id
    FROM std_main_money
    WHERE (school_act_year_id=:P1 OR :p1 IS NULL)
    AND (safe_id=:P2 OR :p2 IS NULL)
    AND (mov_type=1 OR mov_type = 2)
    AND closed=0
    AND school_year_id=(SELECT school_year_id FROM std_year_study WHERE enabled=1)
    GROUP BY std_cost_id, safe_name,amount_detial,grade_stud,school_year_id,school_act_year_id,safe_id,mov_type
    UNION ALL
    SELECT get_sum_costs (school_act_year_id, std_cost_id),
           safe_name,
           amount_detial,
           get_count_costs (school_act_year_id, std_cost_id),
           school_year_id,
           school_act_year_id,
           get_stud_mostweaa (school_act_year_id) mostwa,
           safe_id,
           mov_type
           --,user_stud_id
    FROM std_main_money
    WHERE (school_act_year_id = :p1 OR :p1 IS NULL)
    AND (safe_id = :p2 OR :p2 IS NULL)
    AND mov_type = 1
    AND closed = 0
    AND school_year_id = (SELECT school_year_id
                          FROM std_year_study
                          WHERE enabled = 1)
    ORDER BY school_act_year_id, safe_id, mov_type;

  • What are the Terms and Conditions for the AppleID

    What are the Terms and Conditions for the AppleID?   You know, those speed bumps you blow by when trying to achieve something.  Good luck trying to find them.  Apple has one place to take your money, many many different ways to tie you up with disparate Terms and Conditions.   They say that the fine print is important too.  So why are the terms and conditions for the AppleID so hard to find?

    Hi, Wanderer 37.  
    Thank you for visiting Apple Support Communities.  
    I absolutely understand your concern with having access to Terms and Conditions that you have accepted, and at Apple, we want this information to be as transparent as possible.  You can access the iTunes/Apple ID Terms and Conditions here:
    TERMS AND CONDITIONS
    https://www.apple.com/legal/internet-services/itunes/id/terms-en.html
    Cheers, 
    Jason H.  

  • What is the best and easiest way to speed up a Mac-MINI?

    What is the best and easiest way to speed up a Mac Mini without adding memory?

    I'd tried to reply yesterday to your question but for some reason it didn't go anywhere and I got a red message box in the Discussion post area with "error." After trying three times, including  log-out, clear cookies from browser (and history) and back in, I still was unable to add my post with links to resources for your Mini, here. And the last time I tried that, the copied text also went missing as I found it gone after considering to make a Text document of it, for later posting.
    Anyway, the http://iFixit.com site has guides on how to replace RAM in the computer you have. Note there are different models shown and from what I remember, yours is the last 'old look' Mini with an optical drive. The model after that is thin, a 2010 model with slot in front for discs; the next one has no internal optical drive.
    RAM specs:  2 - 204-pin PC3-8500 (1066 MHz) DDR3 SO-DIMM (replace pair) up to 8GB total. Best price would be an online vendor of repute, once you know about what they sell for, you could ask a local mac expert if they could get you a better than retail price. I get ram from OEMPCworld and shipping is about $1. including insurance to my post office box, priority or 1st class. At about half retail. Crucial (website) offers parts, too; and so does OWC (other world computing).
    In addition, I recommended checking into the build specs and quality of the OWC (esales) site for external enclosures with their own power supply, for hard disk drive; for storage and bootable clones on different partitions. And see about Bombiche Carbon copy cloner, it is a commercial product now, not donationware. I've used it successfully to make competely bootable clones on a suitable external HDD (drive should have own power supply, too) A 750GB HDD in a self-powered enclosure that can boot Mac OS X from a clone, is a good start on backing up your upgraded OSX in a way you can clone it back into an empty, wiped or new HDD inside the computer; and it can run from the external. You can't necessarily use a TimeMachine that way.
    This should be your Mini -- check other indicators to be sure:
    http://www.ifixit.com/Device/Mac_Mini_Model_A1283
    A serial number lookup site such as the one I end up using because I had it bookmarked is OK: http://www.powerbookmedic.com/identify-mac-serial.php & also have mactracker http://mactracker.ca
    Anyway, before I time out or exceed post content(?) This is not all I meant to write before.
    Good luck & happy computing!

  • What is the easiest and best way to install or open flash drive in Sarfari on my Macbook Pro...2010 model using mountain lion

    what is the easiest and best way to install or open flash drive in Sarfari on my 2010 macbook pro using mountain lion?

    There is no really good way to do what you want. Any tracks you purchase via your own iTunes Store account are for your personal use, tied to your iTunes Store account, and can't be given to anyone else. If you don't want to gift the tracks to her and can't access her iTunes Store account, the only option other than creating her a completely new iTunes Store account (which will require a new email address for her) is to buy the CDs those tracks are on.
    Regards.

  • I currently have a Macbook pro 10.6.8 and i'm interested software upgrade What are the advantages and disadvantages for upgrading my software.

    Ok... the only reason why i want to uprade my software is because of StarCraft 2. For those that don't know, Heart of the Swarm is coming out this March. I've been eagerly waiting for this expansion. I just read that SC2 HOTS will not be able to support any software below lion. I currently have 10.6.8 and i was wondering what are the disadvantages and advantages (aside from being able to play this expansion) of upgrading my software? Are there any draw backs, etc.

    Go all the way to Mountain Lion if you can...
    Upgrade to Mountain Lion
    But...
    Before attempting any Major Upgrade... get yourself an External Hard Drive... and create a Bootable Clone Backup of your current Hard Drive...
    By far the easiest way to make such a Backup, is to use something like
    SuperDuper  http://www.shirt-pocket.com/
    or CCC  http://www.bombich.com/
    That way, should anything untoward happen during the Upgrade,
    you will NOT LOSE ANYTHING.
    (Get an EHD that is at least equal to your current Drive...)
    Also, get more RAM...
    You can use this Link to check which RAM is suitable for your Mac...
    http://eshop.macsales.com/shop/apple/memory/
    It is Important to get the Correct and Matching RAM
    For best performance, fill all memory slots, installing an equal memory module in each slot.
    That site also has videos on how to Install RAM should you need it...
    Here are Apples Instructions... Installing RAM
    MBP        http://support.apple.com/kb/ht1270

  • What is the easiest and best way to upgrade Mac OS X 10.5.8 to Lion?

    What is the easiest and best way to upgrade Mac OS X 10.5.8 to Lion?

    Make sure your Mac meets Lion's requirements >  Apple - OS X Lion - Technical specifications
    Since you are running v10.5.8, you need to upgrade to Snow Leopard which installs the Mac App Store which you need in order to download and install Lion.
    Mac OS X 10.6 Snow Leopard - Apple Store (U.S.)
    If you don't have a high speed internet connection, you may want to purchase Lion on Lion USB Thumb Drive - Apple Store (U.S.)
    If you run PowerPC apps read here before installing Lion >  Lion upgrade questions and answers:  Apple Support Communities

  • Hi, I want to rebuild my g/f's lost itunes as a surprise. What is the easiest and stealthiest way to buy tracks via my macbook for her itunes?

    Hi,
    I want to rebuild my g/f's lost itunes as a surprise. What is the easiest and stealthiest way to buy tracks via my macbook for her itunes? To be clear I don't want to buy her vouchers I want to buy the songs myself. I don't have access to her itunes account and to ask would give the game away. I don't want to own or listen to the songs myself but I struggle to think of an approach that doesn't involve some sort of piracy.
    She currently has zero tracks having lost them all so the only thing I can think of is starting an entirely new account in her name and filling it and then giving it to her on a hard drive. Is this the best way to go about it?
    Many thanks,
    Andrew

    There is no really good way to do what you want. Any tracks you purchase via your own iTunes Store account are for your personal use, tied to your iTunes Store account, and can't be given to anyone else. If you don't want to gift the tracks to her and can't access her iTunes Store account, the only option other than creating her a completely new iTunes Store account (which will require a new email address for her) is to buy the CDs those tracks are on.
    Regards.

  • HT5192 What is the easiest and fastest way for me to get the iOS 5.1 update for my ipad2?

    What is the easiest and fastest way for me to get the iOS 5.1 update for my ipad2? I am non tech savvy and am a new user to apple devices.

    If you are already running iOS 5 on your iPad go to Setrings>General>aoftware Update and you can update over the air via WiFi. If you are not running iOS 5 you have to connect the iPad to your computer and update via iTunes.
    Instructions here.
    http://support.apple.com/kb/HT4623

  • What is the best and safest way to convert songs from a dvd to an audio MP3?

    What is the best and safest way to convert a song/or songs from a dvd to an audio MP3? Are there any free safe converters?
    I have some live music from a concert (currently available on dvd only) that I want to convert to MP3 ... playable on my iphone.
    Thanks!

    Java float; IEEE 754 single precision has 32 bits: 1 sign bit, 8 bits of exponent, 23 bits for the mantissa.
    Java double; IEEE 754 double precision has 64 bits: 1 sign bit, 11 bits of exponent, 52 bits for the mantissa.
    When you widen a float value to a double this is what happens to the bits
       float:  s y   xxxxxxx mmmmmmmmmmmmmmmmmmmmmmm
       double: s y???xxxxxxx mmmmmmmmmmmmmmmmmmmmmmm00000000000000000000000000000try this
    class Widen {
        public static void main(String[] arg) {
            float f = (float)Math.PI;
            if (arg.length>0) {
                f = Float.parseFloat(arg[0]);
            double d = f;
            StringBuilder sf = new StringBuilder(toBinaryString(Float.floatToRawIntBits(f)));
            StringBuilder sd = new StringBuilder(toBinaryString(Double.doubleToRawLongBits(d)));
            sf.insert(1+8," ").insert(2,"   " ).insert(1," ");
            sd.insert(1+11," ")                .insert(1," ");
            System.out.println(sf.toString());
            System.out.println(sd.toString());
        static String toBinaryString(int i) {
            return toBinaryString((long)i).substring(32);
        static String toBinaryString(long l) {
            StringBuilder sb = new StringBuilder();
            for(int i=63;i>-1;--i) {
                sb.append(((l>>i)&1)==0?'0':'1');
            return sb.toString();
    }Please point out where you think there is loss of precision.

  • What are the charges, and who pays if I send a text overseas?

    What are the charges, and who pays if I send a text overseas?

    You pay as part of your cellular/telephone bill unless you use Wi-Fi which is free.

  • HT204053 What are the pros and cons of 1) choosing to use the SAME Apple ID for iCloud services on one side, and purchases on the iTunes Store, App Store, and iBookstore, on the other side; or 2) to have and use two separate Apple Ids for these "two sides

    All is in the title, so I repeat it below with a better identation.
    What are the pros and cons of
    1) choosing to use the SAME
                                                  Apple ID for iCloud services on one side, and
                                                  purchases on the iTunes Store, App Store, and iBookstore, on the other side; or
    2) to have and use two separate Apple Ids for these "two sides"?
    P.S.
    I have loads and loads of free podcasts in iTunes in my iMac, that are certainly more thant the 5 gigas the iCloud provides for free, so I don't want those to go to the cloud. But this is perhaps a different question...
    Also need to mention that I have itunes on a mac, a pc and an iphone.
    Sorry to look so silly with this question, but I don't get the "big picture".

    You need to create a user account for your wife (or yourself depending on who has the current user account). When syncing, each of you should sign in as a separate user, login to iTunes and then sync. I had this problem when my sister got an iPhone. When we did her initial sync, everything on my iPhone showed up on hers. Apple gave me this solution.

  • What are  the tables and fields  in fico & sd module

    what are  the tables and fields  in fico & sd module

    Hi,
    <b> Sales and Distribution:</b>
    Customers KNA1 General Data
    KNB1 Customer Master – Co. Code Data (payment method, reconciliation acct)
    KNB4 Customer Payment History
    KNB5 Customer Master – Dunning info
    KNBK Customer Master Bank Data
    KNKA Customer Master Credit Mgmt.
    KNKK Customer Master Credit Control Area Data (credit limits)
    KNVV Sales Area Data (terms, order probability)
    KNVI Customer Master Tax Indicator
    KNVP Partner Function key
    KNVD Output type
    KNVS Customer Master Ship Data
    KLPA Customer/Vendor Link
    Sales Documents VBAKUK VBAK + VBUK
    VBUK Header Status and Administrative Data
    VBAK Sales Document – Header Data
    VBKD Sales Document – Business Data
    VBUP Item Status VBAP Sales Document – Item Data
    VBPA Partners
    VBFA Document Flow
    VBEP Sales Document Schedule Line
    VBBE Sales Requirements: Individual Records
    SD Delivery DocumeLIPS Delivery Document item data, includes referencing PO
    LIKP Delivery Document Header data
    Billing Document VBRK Billing Document Header
    VBRP Billing Document Item
    SD Shipping Unit VEKP Shipping Unit Item (Content)
    VEPO Shipping Unit Header
    <b>Financial Accounting</b>
    FBAS             Financial Accounting “Basis”
    BKPF             Accounting Document Header              BUKRS / BELNR / GJAHR
    BSEG             Accounting Document Segment             BUKRS / BELNR / GJAHR / BUZEI
    BSIP             Index for Vendor Validation of Double   BUKRS / LIFNR / WAERS / BLDAT /
                     Documents                               XBLNR / WRBTR / BELNR / GJAHR / BUZEI
    BVOR             Inter Company Posting Procedure         BVORG / BUKRS / GJAHR / BELNR
    EBKPF            Accounting Document Header (docs from   GLSBK / BELNR / GJHAR / GLEBK
                     External Systems)
    FRUN             Run Date of a Program                   PRGID
    KLPA             Customer / Vendor Linking               NKULI / NBUKR / NKOAR / PNTYP
                                                             / VKULI / VBUKR / VKOAR
    KNB4             Customer Payment History                KUNNR / BUKRS
    KNB5             Customer Master Dunning Data            KUNNR / BUKRS / MABER
    KNBK             Customer Master Bank Details            KUNNR / BANKS / BANKL / BANKN
    KNC1             Customer Master Transaction Figures     KUNNR / BUKRS / GJHAR
    KNC3             Customer Master Special GL Transactions KUNNR / BUKRS / GJAHR / SHBKZ
                     Figures
    LFB5             Vendor Master Dunning Data              LIFNR / BUKRS / MABER
    LFBK             Vendor Master Bank Details              LIFNR / BANKS / BANKL / BANKN
    LFC1             Vendor Master Transaction Figures       LIFNR / BUKRS / GJHAR
    LFC3             Vendor Master Special GL Transactions   LIFNR / BUKRS / GJHAR / SHBKZ
                     Figures
    VBKPF            Document Header for Document Parking    AUSBK / BUKRS / BELNR / GJHAR
    FBASCORE         Financial Accounting General Services “Basis”
    KNB1             Customer Master (Company Code)          KUNNR / BUKRS
    LFA1             Vendor Master (General Section)         LIFNR
    LFB1             Vendor Master (company Code Section)    LIFNR / BUKRS
    SKA1             G/L Account Master (Chart of Accounts)  KTOPL / SAKNR
    SKAT             G/L Account Master (Chart of Accounts – SPRAS / KTOPL / SAKNR
                     Description)
    MAHNS            Accounts Blocked by Dunning Selection   KOART / BUKRS / KONKO / MABER
    MHNK             Dunning Data (Account Entries)          LAUFD / LAUFI / KOART / BUKRS /
                                                             KUNNR / LIFNR / CPDKY / SKNRZE /
                                                             SMABER / SMAHSK / BUSAB
    FI-GL-GL (FBS)   General Ledger Accounting: Basic Functions- G/L Accounts
    SKAS             G/L Account Master (Chart of Accounts – SPRAS / KTOPL / SAKNR / SCHLW
                     Key Word list)
    SKB1             G/L Account Master (Company Code)       BUKRS / SAKNR
    FI-GL-GL (FBSC)  General Ledger Accounting: Basic
                     Functions - R/3 Customizing for G/L Accounts
    FIGLREP          Settings for G/L Posting Reports        MANDT
    TSAKR            Create G/L account with reference       BUKRS / SAKNR
    FI-GL-GL (FFE)   General Ledger Accounting: Basic
                     Functions - Fast Data Entry
    KOMU             Account Assignment Templates for G/L    KMNAM / KMZEI
                     Account items
    FI-AR-AR (FBD)   Accounts Receivable: Basic Functions - Customers
    KNKA             Customer Master Credit Management :     KUNNR
                     Central Data
    KNKK             Customer Master Credit Management :     KUNNR / KKBER
                     Control Area Data
    KNKKF1           Credit Management : FI Status data      LOGSYS / KUNNR / KKBER / REGUL
    RFRR             Accounting Data – A/R and A/P           RELID / SRTFD / SRTF2
                     Information System
    FI-BL-PT         Bank Accounting: Payment (BFIBL_CHECK_D)  Transactions – General Sections
    PAYR             Payment Medium File                     ZBUKR / HBKID / HKTID / RZAWE /
                                                             CHECT
    PCEC             Pre-numbered Check                      ZBUKR / HBKID / HKTID / STAPL
    FI-BL-PT-AP(FMZA)Bank Accounting: Payment Transactions – Automatic Payments
    F111G            Global Settings for Payment Program for MANDT
                     Payment Requests
    FDZA             Cash Management Line Items in Payment   KEYNO
                     Requests
    PAYRQ            Payment Requests                        KEYNO
    Hope this solves your concern...
    Regards,
    Habeeb
    Assign points if helpful

  • What are the pros and cons of installing java+abap stack for portal?

    Hi all,
      1.What are the pros and cons of installing java+abap stack for portal?
      2.what effect it does on the ume options to be choosen??
      3.for the purpose of integration of r3,bw and crm on portal and crm 4.0 60.2.3 business package which option of stack(java or abap or both)will be good option and which ume option while installation should be choosen?
    regards
    Rajendra

    Hi Rajendra,
    The NetWeaver Installation Master Guide offers some good scenarios on the pros and cons:
    https://websmp201.sapag.de/~sapidb/011000358700005412792005E.pdf
    In a nutshell:
    ABAP+JAVA
    Pros
    - Decrease # of servers required to administer the portal
    - Less costly
    Cons
    - Upgrades could be dependent on ABAP and Java release level
    - Additional load on the server due to ABAP stack
    - Limited scalability
    JAVA and ABAP on separate server
    Pros
    - Improved performance
    - Allows each system to be single-use purpose therefore downtime does not affect other components
    - More scalable
    Cons
    - Adds complexity to landscape
    - Additional costs
    Regards,
    Thomas Pham

Maybe you are looking for

  • BT Vision Box Not Receiving ITV or CH4?

    Hello. I've joined this forum for the purposes of attempting to resolve a problem that my parents are having with their BT Vision Box. They are very happy with the system in general, but recently my mother has been unable to watch/record ITV very oft

  • How to get rid of adware/malware? It turned into a nightmare.

    Hi everyone, This is my first post here so I hope I am posting on the right place. So basically I am using a Macbook Pro with Retina Display (13 inch) and it was bought on September 2014. This is all I know about my laptop as I really don't understan

  • How to get the user entered  header text on a delivery

    Hi All, I am looking for a internal table which holds the user entered text in header text of the delivery. I was able to find header data in XTHEAD table. But actual lines(entered text)  in which structure it holds. I checked TLINETAB but its empty.

  • Intel Imac fan speed? normal ?

    Hi guys , im a new mac user and i was wondering i downloaded istat pro and i noticed a low humming noise when running so i lookd at the fan speed and the cpu 1200 harddrive 1600 optical drive 800 im not sure if those are good temps but liek some time

  • Exception when running BDC

    Hi Experts, I have encountered an exception CL_HRPA_SAPUP50R_ADAPTER======CP when tried to mass upload a set of employees into ECC-SVT. I am entering mandatory fields in PA 40 when creation of these employees and transferred via BDC method. What is t