Custom overlays and modifying Safe Margins?

Hi folks,
I had a quick question and haven't been able to find proper information when researching... but would creating custom overlays and modifying the safe margin be theoretically possible within the SDK? If so what approach would be taken to do so?
If there is documentation on creating things such as this, and I've missed it, I apologize for wasting your time - however pointing me in the right direction would be much appreciated!
Thanks in advance.

Hi Ian,
You can modify the Safe Margin in the Project Settings > General > Action and Title Safe Areas.
There's no plug-in type for creating custom overlays for the Source and Program Monitors.  I'm not sure what your idea is, but perhaps could achieve something similar using an effect plug-in.  Effect plug-ins built using the After Effects SDK can have "Custom Composition UI", so that when the effect is applied to a clip and its header is selected in the Effect Controls Panel, it can draw over the video in the Monitor.  You could create an adjustment layer and apply the effect to that clip, so that you could have an overlay over the entire timeline.

Similar Messages

  • Creating Customized Table and Modify Table Maintenance Screen

    Hi,
    I have already created customized table and generate the table maintenance screen, however i encountered 1 problem which is i cannot add new PAI and PBO module in the flow logic. Every time i wanna add new module, i will be getting error message saying that my user currently editing the screen. Any suggestion ?
    Thanks.
    Jon

    Hi <b>Jonathan</b>,
    Please close all the windows and relogin
    For making PAI and PBO modules, Please activate all the Table and its maintainence view.
    Now first make emptu file with <main filename>_PAI and <main filename>_PBO save and activate them.
    Now put the logic in them and then activate now call these in the main prog.. it should work...
    While activation all the sub program modules should be activated already... i suggest select all the prog and sub progs and activate them all at once...so the system automatically takes care of inner activations first...
    If u have some more quereies... please feel free to contact me...
    Regards,,
    <b>Abhishek</b>

  • Call tcode KSB1 in a custom program and modify its output

    I was searching the forum for finding a way to create a program that has all details from KSB1 and some details from CJ13 (WBS details) and found some related posts. But none of the posts had any details on how to actually achieve this.
    I have to do a similar thing of getting the KSB1 output and add WBS details for each line item and then give the final output.
    If you have already done this before, please elaborate on the steps how you achieved it.
    Please specify the SUBMIT that you had written to call KSB1. If I can have all details from KSB1 in my memory, then I can read that in my program and add WBS details and give the output.
    Below is what I am doing but it gives the same error as one of you had - transaction code not defined.
    DATA: FCODE TYPE SY-TCODE VALUE 'KSB1'.
    SUBMIT RKAEP000 WITH SY-TCODE = FCODE.
    Any help would be appreciated. Thanks.
    Regards,
    Shipra

    Hi,
    try this code it will work..
    the data is stored in txtlines format the data by the field wise.
    * Data Declaration
      DATA:lt_listobject TYPE TABLE OF abaplist,
        l_tab_lines TYPE i.
      DATA: txtlines(1024) TYPE c OCCURS 0 WITH HEADER LINE.
      SUBMIT rkaep000                      "the program name
         USING SELECTION-SET 'BPC TEST'          "Pass varint BPC Test
               EXPORTING LIST TO MEMORY AND RETURN.
    * Read list from memory into table
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = lt_listobject
        EXCEPTIONS
          not_found  = 1
          OTHERS     = 2.
      IF sy-subrc  0.
    *   Error in function module &1
      ENDIF.
    *Spool content in Ascii format
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          listobject         = lt_listobject
          listasci           = txtlines
        EXCEPTIONS
          empty_list         = 1
          list_index_invalid = 2
          OTHERS             = 3.
      CALL FUNCTION 'WRITE_LIST'       "Display report same as in KSB1... else not required
      TABLES
        listobject = lt_listobject
      EXCEPTIONS
        empty_list = 1
        OTHERS     = 2.
    CALL FUNCTION 'LIST_FREE_MEMORY'
      TABLES
        listobject = lt_listobject.
      LOOP AT txtlines.   "data will be stored in this..
        " split the txtlines-tdline with | and move into another internal table and do the validation...
      endloop.
    Prabhudas
    Edited by: Prabhu Das on May 20, 2009 11:28 PM

  • UIImagePickerController Custom Overlay Black Screen issue while using Video trimming controller

    Hello Everyone ,
    I have problem while opening camera in recording mode using UIImagePicker Controller with custom overlay and it should open first time properly .But when i push to next view controller and return back again to open camera at that time camera displays black screen for few time.
    The Logic in the inside view controller is for VideoTrimming . For video trimming i have used "SAVideoRangeSlider" controll. SAVideoRange Silder perform task to get all thumbnail images from video which i have assign . It uses AVAsset  image generator class provided by apple to get image frames from videos and it runs in background using its handler method.
    Handler Method ::
    [self.imageGenerator generateCGImagesAsynchronouslyForTimes:times
                                                  completionHandler:^(CMTime requestedTime, CGImageRef image, CMTime actualTime,
                                                                      AVAssetImageGeneratorResult result, NSError *error) {
    I have nilling all the objects related to image generator class when i came back to Camera screen. still issues of black screen occur while opening camera.
    This issue occur in ios7 but not in ios6.
    Can anyone have any idea about this ...Please relply me ASAP.

    Hello Everyone ,
    I have problem while opening camera in recording mode using UIImagePicker Controller with custom overlay and it should open first time properly .But when i push to next view controller and return back again to open camera at that time camera displays black screen for few time.
    The Logic in the inside view controller is for VideoTrimming . For video trimming i have used "SAVideoRangeSlider" controll. SAVideoRange Silder perform task to get all thumbnail images from video which i have assign . It uses AVAsset  image generator class provided by apple to get image frames from videos and it runs in background using its handler method.
    Handler Method ::
    [self.imageGenerator generateCGImagesAsynchronouslyForTimes:times
                                                  completionHandler:^(CMTime requestedTime, CGImageRef image, CMTime actualTime,
                                                                      AVAssetImageGeneratorResult result, NSError *error) {
    I have nilling all the objects related to image generator class when i came back to Camera screen. still issues of black screen occur while opening camera.
    This issue occur in ios7 but not in ios6.
    Can anyone have any idea about this ...Please relply me ASAP.

  • Ajax Framework Page - Customized and Modified

    Dear All,
    I am trying to Customize and Modify the default ajax framework page. So with the help of the [SDN Document |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70bfe58d-1ed9-2d10-42b6-821d62777d6f?QuickLink=index&overridelayout=true&50599009721255] I tried to implement the same.
    We have SAP NW Enterprise Portal 7.3 and NWDS 7.3 SP05.
    I created the portal Application Project and portal component and added all the needed css, script, html and images.
    Below is the code of my portal component:
    package com.sap.itelo.framework.page;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.resource.IResource;
    public class ITelOFramework extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
             IResource navigationCSS = request.getResource(IResource.CSS, "css/style.css");
             response.include(request, navigationCSS);
             IResource menuCSS = request.getResource(IResource.CSS, "css/menu.css");
             response.include(request, menuCSS);
             IResource navTreeSource =
             request.getResource(IResource.STATIC_PAGE,"html/framework.html");
             response.include(request,navTreeSource);
             IResource navigationJs =
             request.getResource(IResource.SCRIPT,"scripts/navigation.js");
             response.include(request, navigationJs);
    I deployed the application and created Framework Page Iview based on the deployed application. When I previewed the page, I noticed the navigation Script page is not loaded. That means, I didn't get detailed navigation on the framework page.
    Please tell me where I went wrong and how to resolve this error.
    Regards
    Eben Joyson

    Hi Eben
    I am facing the same problem. Did you find a solution for this?
    Thanks and best regards
    Christophe

  • Set (and keep) Table Margins

    I have TCS4.
    I am linking a Framemaker book into Robohelp so everything keeps up-to-date. Mostly, it works fine.
    But..
    How do I apply a margin to a table in the CSS so that it stays? I want to put some space between all tables and what is around them (text, other tables, etc.) just to clean things up and make it easier to read. Padding moves the text within a cell. I need to shift the table itself as a unit.
    I can make the change manually in RH by adjusting the table properties of each table, but with hundreds of tables to setup each time there is an update, it gets terribly time consuming. Table margins seems to be entirely missing from the CSS or Master Page config.
    Where is it hiding? Can I set a margin for all tables of a type collectively? And have it survive Forced Updates? 
    I even tried modifying the CSS file directly with mixed results.    margin-top: 10.000px;     and such.
    Thanks.

    Are you mapping the table to a CSS style in the conversion options?
    If not, modify your conversion to do so, then you can control the properties from the CSS table definition.
    WARNING: You may find that formatting applied to the table in Fm still sneaks through as inline formatting in the Rh table. Remove formatting from the tables with the Custom Ruling and Shading dialog in Fm.
    As always, endeavor to eliminate the class="FM_ string from your HTML by explicit mapping of the styles. If not, you'll never gain control over the formatting in Rh.
    -Matt
    Matt R. Sullivan
    co-author Publishing Fundamentals: Unstructured FrameMaker 11

  • Create Custom Infotype and handle Modification/Updation

    Hi All,
    I need to create a custom infotype and handle few checks while creating/updating the existing one.
    I have gone through the existing threads and have figured out the creation part.
    Could anyone tell me where i need to code the checks while creating/updating.
    I tried editing the PBO/PAI of the Module pool program, but as its standard, is asking for access key. Do we need to code this in any userexit or implement BADI.
    For example,
    a) i need to check that only one instance of the infotype should be valid for an  
        employee at a time
    b) This infotype should be created for only Employees and not contingent workers.
    c) Few fields on the body section needs to be updated/modified.
    Thanks and Regards
    Manish.

    You can use the IN_UPDATE or AFTER_INPUT Methods of the BAdI HRPAD00INFTY to perform your validations.
    Arya

  • Header and Footer Print Margins

    Is it possible to increase header and footer margins slightly in Safari 4.0.4? My printer cuts off about half of the header type at the default margin values for US Letter.
    Custom page sizes with larger margins and scaling down do affect the printed contents of a page, but not the headers and footers.
    Pages opened in Preview from the Print dialog and then printed from there, all at default US Letter, are resized and do not cut off the header type. But only by doubling the size of the default margins, reducing the pages, and requiring two steps to simply print.
    Any suggestions sure are appreciated.

    Im having the exact same issue. The **** headers and footer are always getting cut off. Anyone with more practical advice would be much appreciated. This is driving me nuts.........

  • Can't find Originals and Modified files in finder

    Just upgraded to iPhoto 9 and find that the Original and Modified folders are missing. I can find them when I get file info from a photo in iphoto and they seem to be subfiles of the iphoto app. However in finder, they are not accessible. Am I missing something?

    With iPhoto 7 (iLife 08) the old iPhoto Library Folder became a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    There is never a need for the user to browse the Library via the Finder or any other app. Any time you do you risk damaging the Library.
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 Only*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and 10.5* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    All of the above are a: faster and b: safer than rooting through the old Library folders.
    Regards
    TD

  • Custom fields and line length in Address Book

    Hi everyone. Does anyone know how to alter the permitted line length of a label in Address Book? If I create a custom label the label will be truncated if it is too long. This does not seem necessary as there can be loads of blank space to the right of the card window. In other words the label will not resize dynamically to accommodate a long custom label. I have a feeling that you may be able to edit a .plist file in the Package to adjust the default number of characters the label can have, but I'm a bit nervous about poking about when I'm not too knowledgeable. Any ideas?

    In other words the label will not resize dynamically to accommodate a long custom label.
    Of course not. You've chosen a specific label style/size, so if it were to resize dynamically, that would cause text to print where there is no label stock.
    You cannot edit any file to change the number of characters per label; at best, you could creae your own label size and define the margins, but that's it.
    Mulder

  • How we create custom infotype and how to configure with its subtypes.

    hai abap-hr gurus,
    how to create custom infotype and how to configure with its subtypes. when i am creating infotypes i am not getting how to configure subtypes.
    plz help me for this with an example code.
    thanks..
    kiran kumar

    Hi Kiran,
        Please fallow the below steps to create the custom infotype. If you have any quires let me know.
    For Creation of Infotype first Go to Transaction PM01, Enter the custom Infotype number which you want to create, it should be a 4 digit number and have to start with 9xxx.
    then select the `Employee Infotype' radio button
    after that select the `PS Structure Infotype'
    then click on Create… A separate table maintenance window appears
    then Create a PS structure with all the fields you want on the infotype
    Save and Activate the PS structure
    now Go back to the initial screen of PM01
    Click on `All' push button. It takes a few moments
    Click on `Technical Characteristics’. Infotype list screen appears
    Click on `Change'(pencil) button
    Now select your Infotype and click on `Detail' (magnifying glass) button
    Give `T591A' as subtype table & also Give `T591S' as subtype txt tab
    Give your subtype field as subtype field & Save and come back to PM01 initial screen
    Click on `Infotype Characteristics' … Infotype list screen appears
    Click on `Change' (pencil) button & on New Entries
    and then Enter your Infotype number and short text Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference
    to fill yours). Now save ur entries
    Now the Infotype is created and ready to use.
    If you want to change the layout of the Infotype as per your
    requirement…
    In the PM01 initial screen…Select `Screen' radio button and give
    2000 as the screen name, then click on edit.
    In the next screen.. Select `Layout Editor' and click `Change'.
    Screen default layout appears…here you can design/modify the
    screen..change the attributes of the fields..etc.
    Save and activate. (Don't forget to `Activate at every level)
    Regards,
    Ramakrishna kotha.

  • Complaint about customer service and business practices

    I am creating this post to make public a complaint i have about unethical practices and poor customer service with Verizon.
    Here is the story:
    A few months back our landline stopped working. Called Verizon and followed all of the troubleshooting steps to try and fix the problem. No dice. I called again- they said they could send a tech out to fix the phone line- and was told specifically that if the problem was INSIDE the house and involved the tech coming INSIDE then there would be a $91 service charge. If the problem was OUTSIDE the house, no charge. So cautious that the problem might be inside, I replaced the phone jack and tried multiple phones etc to make sure it was not an inside issue. Called back and scheduled an appt. The tech came out- was extremely friendly and immediately located and fixed the problem- IN THE BOX OUTSIDE. Said there was a short in one of the lines at the box. It took him less than 5 min. I said- that was easy! He said- yup- and will save you money too (by not having to go inside). That was that. The next month we got our statement (we're on autopay)- and there it was- $91 charge. I called customer service- and after some passing around and review of the tech's notes by the rep- that stated he did NOT enter the house, they agreed to credit us back the $91 on our next bill. That was last month. Statement arrives today- NO CREDIT. I call back. After more passing around I am finally told that it was not credited because our "request" was denied. What? I said? The request was reviewed and denied based on the "notes" showing that i was "informed of the charges at the time of service"? Um, what? No i wasnt. I was informed MULTIPLE times PRIOR to the appt that i COULD incurr charges if the tech came in the house. He did not- his tech notes even state that. So now i get passed to a supervisor. He tells me that the tech notes state that i was told of the charges at the time of service. Funny- the month prior to that when i first called the notes did not state that at all- they simple said that he did not enter the house. Somehow after my "request" was filed the tech notes were modified. The supervisor was very curt and short and said the case was already reviewed and denied- no credit. He then goes on to say that the reason for the charge was because the tech did work on a line that LED into the house? What? Don't all the phone lines LEAD into the house? And regardless- it was explained several times to me that the ONLY charges would be if he came in the house. I have been a loyal Verizon customer for years- but i was shocked and quite frankly **bleep** off. NEVER was i told about any charges during the service. In fact i was told the exact opposite- that there would be NO charges since he never entered the house. This is a horribly deceptive practice- and i am NOT HAPPY. I told the "supervisor" so- who didnt seem to care at all- and told him that i would consider canceling my service because of this- at which he happily said "would you like me to transfer you to cancelations?" wow. Unfortunately I am still locked into my 2 year agreement- however i will unquestionably be looking to switch to brighthouse after its up and will be recommending likewise to my friends and family. You simply cannot tell a customer one thing and then charge them for another. Dont they record all the phone calls for "quality assurance"? Well if so, then they need to listen to the calls i made prior to the appt to ensure that i would NOT be charged if the tech did not enter the house. I triple confirmed this. Verizon has completely lost any credibility in my opinion. NOT HAPPY.

    so yesterday i posted the below complaint about my experience getting charged for service on my landline. After some "private chatting" with various verizon people i got the response that follows. unbelievable. i will without a doubt be canceling my verizon service as soon as my contract is up and will definately be recommending the same to friends and family.
    here is my original post from yesterday:
    I am creating this post to make public a complaint i have about unethical practices and poor customer service with Verizon.
    Here is the story:
    A few months back our landline stopped working. Called Verizon and followed all of the troubleshooting steps to try and fix the problem. No dice. I called again- they said they could send a tech out to fix the phone line- and was told specifically that if the problem was INSIDE the house and involved the tech coming INSIDE then there would be a $91 service charge. If the problem was OUTSIDE the house, no charge. So cautious that the problem might be inside, I replaced the phone jack and tried multiple phones etc to make sure it was not an inside issue. Called back and scheduled an appt. The tech came out- was extremely friendly and immediately located and fixed the problem- IN THE BOX OUTSIDE. Said there was a short in one of the lines at the box. It took him less than 5 min. I said- that was easy! He said- yup- and will save you money too (by not having to go inside). That was that. The next month we got our statement (we're on autopay)- and there it was- $91 charge. I called customer service- and after some passing around and review of the tech's notes by the rep- that stated he did NOT enter the house, they agreed to credit us back the $91 on our next bill. That was last month. Statement arrives today- NO CREDIT. I call back. After more passing around I am finally told that it was not credited because our "request" was denied. What? I said? The request was reviewed and denied based on the "notes" showing that i was "informed of the charges at the time of service"? Um, what? No i wasnt. I was informed MULTIPLE times PRIOR to the appt that i COULD incurr charges if the tech came in the house. He did not- his tech notes even state that. So now i get passed to a supervisor. He tells me that the tech notes state that i was told of the charges at the time of service. Funny- the month prior to that when i first called the notes did not state that at all- they simple said that he did not enter the house. Somehow after my "request" was filed the tech notes were modified. The supervisor was very curt and short and said the case was already reviewed and denied- no credit. He then goes on to say that the reason for the charge was because the tech did work on a line that LED into the house? What? Don't all the phone lines LEAD into the house? And regardless- it was explained several times to me that the ONLY charges would be if he came in the house. I have been a loyal Verizon customer for years- but i was shocked and quite frankly **bleep** off. NEVER was i told about any charges during the service. In fact i was told the exact opposite- that there would be NO charges since he never entered the house. This is a horribly deceptive practice- and i am NOT HAPPY. I told the "supervisor" so- who didnt seem to care at all- and told him that i would consider canceling my service because of this- at which he happily said "would you like me to transfer you to cancelations?" wow. Unfortunately I am still locked into my 2 year agreement- however i will unquestionably be looking to switch to brighthouse after its up and will be recommending likewise to my friends and family. You simply cannot tell a customer one thing and then charge them for another. Dont they record all the phone calls for "quality assurance"? Well if so, then they need to listen to the calls i made prior to the appt to ensure that i would NOT be charged if the tech did not enter the house. I triple confirmed this. Verizon has completely lost any credibility in my opinion. NOT HAPPY.
    This post was followed by an online chat with a verizon person last night- who, after reviewing my acct and the notes on the acct said the following:
    {edited for privacy}
    WHAT? First off I WAS NEVER INFORMED THAT THERE WAS A DIFFERENCE OF WHERE THE WIRE WAS OUTSIDE MY HOUSE. I was simply told if the work/wires were ANYWHERE ON THE OUTSIDE of the house, which they were, then no charge.  "Internal side of the NID leading into your home"- THIS WAS STILL ALL OUTSIDE! NO ONE EVER SAID IF THE WIRE WAS ON A PARTICULAR SIDE OF THE NID BOX I WOULD BE CHARGED! ONLY IF THE WORK WAS INSIDE OR OUTSIDE THE HOUSE! THIS IS CRAZY! AND ARE YOU SERIOUS ABOUT AN INSIDE WIRE MAINTENANCE PLAN? WHO THE HELL HAS THIS? OR HAS EVEN HEARD OF IT?
    I AM SIMPLY AMAZED THAT A HUGE COMPANY LIKE VERIZON FEELS THE NEED TO BULLY AROUND AND TAKE ADVANTAGE OF PEOPLE LIKE ME. SHAME ON YOU VERIZON. CLEARLY I HAVE LITTLE RECOURSE HERE, HOWEVER AS MENTIONED BEFORE I WILL BE CANCELING MY SERVICE AS SOON AS MY CONTRACT IS UP (TO AVOID ANY RIDICULOUS EARLY TERMINATION CHARGES0 AND WILL BE RECOMMENDING THE SAME TO OTHERS. I WILL OF COURSE BE FILING A COMPLAINT WITH THE BBB AND ANY OTHER CONSUMER ADVOCATE GROUPS THAT I CAN - NOT THAT I EXPECT ANYTHING TO COME OF IT- BUT TO SIMPLY LET THIS GO ON RECORD. SHAME ON YOU. YOU CANNOT TELL A CUSTOMER ONE THING AND THEN DO ANOTHER. LISTEN TO THE PHONE RECORDS FOR WHEN I CALLED TO MAKE THE APPT- ALL I WAS TOLD IS THAT THERE WOULD BE NO CHARGE FOR WORK DONE OUTSIDE THE HOUSE...ONLY CHARGE WOULD BE IF WORK WAS DONE INSIDE. WOW. SIMPLY AMAZING.

  • Difference between user exit/Function exit / Customer exit and BADI

    Hi Guys,
    I am confused with the types of exits-user exit/Function exit / Customer exit and BADI.
    Can you tell me the difference between the different exits/Enhancements?
    Classify the following:
    what is the one which is shown in SMOD under enhancements? There are 3 sections in that - Function module, Screen and includes.
    What is the one which are called using -
    Call Customer-Function 001?
    Regards,
    Guru

    hi,
    The standard applications do not offer some of the functionality you need. The R/3 enchancement concept allows you to add your own functionality to SAP's standard business applications.
    Different types of enhancements
    Enhancements using customer exits
    Customers' potential requirements which are not included in the standard software are incorporated in the standard as empty modification 'shells'. Customers can then fill these with their own coding. Enhancements can relate to programs, menus and screens. Upward compatibility is assured. In other words, SAP guarantees that the jump from the standard software to the exit and the interface which call the exit will remain valid in future releases.
    Enhancements to ABAP/4 Dictionary elements
    These are ABAP/4 Dictionary enhancements (creation of table appends), text enhancements (customer-specific key words and documentation for data elements) and field exits (creation of additional coding for data elements).
    advantages of enhancements
    Do not affect standard SAP source code
    Do not affect software upgrades
    Customer exit - The R/3 enhancement concept allows you to add your own functionality to SAP’s standard business applications without having to modify the original applications. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks.
    Various types of customer exits
    Menu exits
    Screen exits
    Function module exits
    Keyword exits
    Menu exit
    Adding items to the pulldown menus in standard R/3 applications .
    Screen exit
    Adding fields to the screens within R/3 applications. SAP creates screen exits by placing special subscreen areas within a standard R/3 screen and calling a customer subscreen from within the standard dynpro's flow logic.
    Function module exit
    Adding functionality to R/3 applications. Function module exits play a role in both menu and screen exits.
    keyword exit
    Add documentation to the data elements of key words defined in the ABAP/4 Dictionary. The system displays this documentation whenever a user presses F1 to get online help for a screen field
    Hope this helps, Do reward.

  • Adobe Air and Flash: Safe or Unsafe?

    Adobe Air and Flash-- I use PoserPro2014, and it makes use of Adobe Air to run the Library. I'm getting requests to update the Air component. The tutorials use Flash. I get messages that the Flash "is out of date" and can't watch the tutorials. I
    I'm running 10.9.4. My concern is about how Air and Flash may cause problems for my computer. Are the latest versions of Air and Flash safe to upgrade to?

    Flash and Java are the two top vectors for malware on any computer. It is imperative that you keep Flash updated to the latest version at all times. As for your concern about problems by updating Air or Flash the prudent thing to do is to create a bootable clone of your working system using a well known cloning app such as Super Duper. Create the bootable clone on a freshly formatted, external hard drive, then boot from that clone, update Flash and Air on that clone to the latest version, then test to see if you have problems with your PoserPro software. If all is well then restart from your normal boot drive and update.
    I note that PoserPro is a product of Smith Micro Software, Inc. This company has a very bad reputation regarding OS X compatibility, timely updates, and responses to customer service issues.

  • Process Multiple Files to Reduce View Size within Safe Margin

    I use Photoshop Elements and Premier Elements. I am looking for a way to multiple process 400 pictures to Premiere so photos are not cropped because of TV 4x3 image cropping some safe margin. In photoshop I could increase the canvas size to give a black boarder which gives the effect I want. The Photoshop File/Process Multiple Files... does not allow canvas size change. In Premier I can resize using effects for safe margin individually. I am looking for a procedure to multiple (bulk) process. I would even prefer some black letterboxing rather than losing the edges of the images by the TV and Premier cropping.
    This must be a common need. - Thanks for any help.

    I know of no way you can batch increase the canvas size of your photos, John. Sorry. It is not a feature of Process Multiple Files.
    For what it's worth, the area that's lost around the edges of your video frame isn't due to any cropping by any of the programs. It's something your TV does, and it's called overscan.
    But it varies greatly from TV to TV -- so one TV may cut off up to 10% while another may not cut off any of the edge of your video frame at all and you'd just be stuck with your black box around the outside of your video frame. Is that really what you want?
    Also, CRTs (the old style of TV) tend to cut off much more of the frame edge than LCDs and plasma screens, which cut off almost none. So, depending on who you're doing this video for, it may not be worth the effort.

Maybe you are looking for