Apply class to blog image

I'm trying to wrap text around an image in my blog post.  Not sure how to accomplish this in BC.

Apply a float and margin to the image or box around the image
Add to your css class
.myimage {
float:right;
margin: 5px;
or
.myimage {
float:right;
margin: 0 0 5 5; /* for bottom and left margins only */

Similar Messages

  • Applying keywords to multiple images

    How do I do this? I can toggle primary only with the keyboard 's', menu or button, but the keywords still only get applied to the primary image, not the selected images.
    Any ideas?

    You can find the solution at:
    http://blogs.oreilly.com/aperture/2007/03/three-notsoobvious-tips-1.html
    Mihalis.

  • Configuring toplink.weaving="static": Cannot apply class transformer?

    All,
    I have managed to successfully run TopLink Essentials build 2.0_49 in JTA mode from within the web container of Sun Java System Application Server 8.1EE by providing appropriate implementations for ServerPlatform and TransactionController as described in Wonseok Kim's blog entry at:
    http://jroller.com/page/guruwons?entry=use_glassfish_java_persistence_provider
    My issue now is that - as I cannot use dynamic weaving based on the agent in this environment - I would like to configure static weaving.
    Using no weaving at all, my application deploys and runs fine, but when changing
    <property name="toplink.weaving" value="false" /> to
    <property name="toplink.weaving" value="static" />I receive the following exception and stack trace:
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cannot apply class transformer without LoadTimeWeaver specified
    Caused by: java.lang.IllegalStateException: Cannot apply class transformer without LoadTimeWeaver specified
            at org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo.addTransformer(SpringPersistenceUnitInfo.java:67)
            at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.createContainerEntityManagerFactory(EntityManagerFactoryProvider.java:208)
            at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:218)
            at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:251)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1202)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1172)
            at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:428)
            at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
            at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
            at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
            at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284)
            at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
            at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
            at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
            at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
            at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4010)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4522)
            at com.sun.enterprise.web.WebModule.start(WebModule.java:241)
            at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:827)
            at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:811)
            at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:646)
            at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1322)
            at com.sun.enterprise.web.HttpServiceWebContainer.loadWebModule(HttpServiceWebContainer.java:880)
            at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1038)
            at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:160)
            at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:246)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:918)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:905)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:427)
            at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:139)
            at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:288)
            at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:155)
            at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:258)
            at com.sun.enterprise.deployment.phasing.StartPhase.runPhase(StartPhase.java:87)
            at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:71)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:639)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:361)
            at com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:396)
            at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:702)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:302)
            at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:357)
            at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
            at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
            at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:54)
            at $Proxy1.invoke(Unknown Source)
            at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:272)
            at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:38)
            at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:92)
            at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:69)
            at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:94)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:264)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:178)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:174)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:178)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
            at com.sun.enterprise.web.connector.httpservice.HttpServiceProcessor.process(HttpServiceProcessor.java:234)
            at com.sun.enterprise.web.HttpServiceWebContainer.service(HttpServiceWebContainer.java:2143) My expectation was that when toplink.weaving is set to "static",
    EntityManagerFactoryProvider.createContainerEntityManagerFactory(EntityManagerFactoryProvider.java:208)should not call back into PersistenceUnitInfo to add a transformer, as none is needed at runtime any more...
    Is this an issue with Spring's JPA module or with TopLink Essentials?
    Thanks in advance & best regards,
    Andreas

    Citing from a mail by Tom Ware/Oracle:
    "There is likely a bug in the static weaving code that attempts to add the transformer even though it will not be used. The reason we have not discovered this issue until now is that in most situations the fact that that transformer gets added despite the fact that we are statically weaving just gets ignored and the application functions. In Spring, apparently that is not the case."
    So I have just created
    https://glassfish.dev.java.net/issues/show_bug.cgi?id=3146
    for this.issue.
    Thanks for your help with this, Tom!
    Best regards,
    Andreas

  • TextArea alpha gets wrongly applied to any htmltext images

    If I set the alpha property of a textarea, the alpha gets
    wrongly applied to any htmltext images also. How can I work around
    this?

    Curtis,
    I believe you can assign a style sheet to a TextArea control
    using the TextArea class's "styleSheet" property (see
    http://livedocs.adobe.com/labs/flex3/langref/mx/controls/TextArea.html#styleSheet).
    Peter

  • Using the fileReference class to upload image

    I've been using the loadVars to upload text and pass
    variables to php and onto the server. I've begun using the Flash
    Filereference class so an image can be uploaded directly from a
    Flash movie, not involving an html form. But within the
    Filereference script I can't figure out how to pass a variable to
    php as I did using loadVars method. I've tried a number of hit-miss
    ways but they've all been misses.
    Right now the path to save an image file is "hard-wired" into
    the php script. This is the var that I want to pass.
    thanks
    The script is here if you need to take a peek:

    Someone else asked about this recently. I think the answer
    you're after is here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=288&threadid =1317799
    That's for POST data.
    If you want to send additional GET data you could just append
    it to the url.

  • Applying changes to multiple images . . .

    i'm relatively new to macs but i've been using aperture comfortably for the past few months.
    having just returned from a long photography trip and upgrading aperture to 1.5.1, i'm finding that i am unable to apply changes to multiple images like i used to, such as: selecting multiple images to rotate or selecting multiple images to apply the "stamp."
    when i try to "shift-select" multiple images, the change i'm trying to apply affects only the last image clicked-on in the "shift-select" grouping. does that make sense?
    has anyone else encountered this?
    mahalo nui loa
    Power Mac G5 Quad   Mac OS X (10.4.8)  

    You most likely have the Primary Only option turned on. Turn off that option in the Control Bar.

  • Metadata changes not applied to all selected images

    I am having 2 problems.
    When I am in lightroom's library (3.5), I would like to change the time of capture for multiple photos, and apply keywords.
    However, when I perform either of those actions, the changes are only applied to the image shown in the "more brightly highlighted" image, not all that are selected.
    Is there a setting I am missing?  I just cannot seem to figure out why this is not working.
    Also, I aplogize if my searching skills are weak and this has been covered already.  I did attempt to see if this question has been answered before posting.
    Thanks.

    You need to be in Grid view to apply metadata to all selected images, otherwise LR will only apply it to the image shown in the main area. Alternatively, you can swith on AutoSync in Library.
    Also, I aplogize if my searching skills are weak and this has been covered already.  I did attempt to see if this question has been answered before posting.
    I don't think it's your skills that are weak, but the search feature of this forum ....
    Beat

  • Blog: Image Caching in PL/SQL Applications

    Blog: Image Caching in PL/SQL Applications
    http://tylermuth.wordpress.com/2008/02/04/image-caching-in-plsql-applications/
    Enjoy,
    Tyler

    Anyone? Or is it the wrong forum?
    Alessandro

  • FAQ: When I apply edits to an image using Revel, does it save a new file or just the edits?

    Q. When I apply edits to an image using Revel, does it save a new file or just the edits?
    A. Revel cloud keeps a copy of your full resolution originals. Edits in  revel are non-destructive, so your original is always preserved (unedited). When you export photo (MAC) Save to Camera Roll (iOS), that's when Revel applies your edits. On iOS the preview is used. on MAC the full resolution of the original is used to generate the new edited photo.

    Thanks kumars ,
    I have a specific drag and drop area on our website. This works fine for all earlier releases of Firefox after these security settings
    "(1) Enter "about:config" in the URL field; (2) Right click and select New->Boolean; (3) Enter "signed.applets.codebase_principal_support" (without the quotes) as a new preference name; (4) Click OK and try loading the file again."
    Bust these settings not work for me in Firefox 17.
    Yes the drag and drop functionality is java script based and i am not using any script blocker addons.

  • Applying labels to all images in a stack

    A long time ago, when I was using Photoshop Elelments I found a plug-in that made it possible to work with stacks as a unit. 
    If I labeled the top image in the stack that lable was applied to all the images in the stack; then when I sorted the images, the stack remained in tact; instead of just the top image, with the label showing up. I could also label the top image in a stack with flaga and, for example quickly delete all the image with an "X". Oterwise is seems the only option is to open each stack, by Ctrl-clicking the number in the upper left corner, that opens the stack; with all the images selected, then click the star lables I want to apply to all the images in the stack.
    I don't remember where I found that plug-in.  I'm hoping the guy who wrote it; and all I can remember about him is that he was from England, has written a version for Lr?

    I love a man with a sense of Humor
    Your the man!  Thanks so much.  I bracket all my shots and load them into the  HDR editor in Ps; my workflow will go so much smoother now.

  • Lightroom 5.7 not applying watermark to all images

    I am having an issue with Lightroom not applying my text watermark to all of my images.  It seems to happen randomly.  Some of the time it works and others it does not.  I have tried checking for updates and there are none available.  Is anyone else having this issue?  Any ideas on how to fix?

    First off I ask why you want a watermark on All Images. I only apply a watermark to images I post online in public galleries. What if you want to Print an image for display on your own home/office wall, do you still want to see a watermark on that image (I wouldn't)?

  • Trying to apply an element background image results in broken window chrome

    Hi everybody. First, thanks for the work on Muse. It's great.
    I'm having a problem though. When I attempt to apply a background fill image to an element, the Import dialog window UI appears to be missing some vital buttons and information? Hmmm... I have attempted to test this trying a different Muse file altogether. Same result. I have tried to apply a background fill image on different UI elements. Same result. However, I can successfully set the background fill color.
    The attached screens below offer some additional insight.
    Clicking the "Add image" option results in the following:
    Notice there are no buttons? The screen is frozen in this state. Worse, I can't Task Manager bomb this thing either cause that opens up behind the frozen view. Nasty lil'...
    Thanks in advance for your input and suggestions.
    s

    Ok. Perhaps I fixed my own problem. Thought I would share...
    I adjusted my display settings to 125% for fonts.
    Now the buttons are back.
    I'll try going back to 100% (best practice for Muse/Windows 8 I believe?) and report back...

  • Applying classes for CMS editability

    Please help!!
    I am trying to add a "class" to different images and text in CushyCMS to make a page editable. I have got some stuff to work before but everything gets messed up when i try to add more than one class. Say for instance the copy I am trying to make editable has a class named "titlecopy" when I try to add the class="cushycms" it throws everything off.
    When do I close a div and when or how do I start a new editable region. I hope I am making sense. I thought I had a good understanding of classes but this is driving me crazy.
    Attached is a screenshot of what I am working on. I have highlighted some of the regions I am trying to make this work on.
    Thanks in advance for anyones help. I have tried and tried to understand their tutorial but I can't find anything more detailed to help with this question.

    kineticcreative123 wrote:
    I am trying to add a "class" to different images and text in CushyCMS to make a page editable. I have got some stuff to work before but everything gets messed up when i try to add more than one class. Say for instance the copy I am trying to make editable has a class named "titlecopy" when I try to add the class="cushycms" it throws everything off.
    Multiple class names are added into the class attribute in each HTML tag with a space separating them.
    http://webdesign.about.com/od/css/qt/tipcssmulticlas.htm
    e.g. <div class="titlecopy cushycms">
    kineticcreative123 wrote:
    When do I close a div and when or how do I start a new editable region.
    Use a wrapper div around each region to define a block of text for Cushy to edit
    <div class="cushycms">
           <h2>A truly simple CMS</h2>
           <h3>CushyCMS is designed for simplicity - for both designers and content editors.</h3>
           <ul>
             <li>It takes less than 3 minutes to implement and doesn't require PHP or ASP.</li>
             <li>If you can add CSS classes to HTML tags, then you can implement CushyCMS.</li>
             <li> Since CushyCMS is a hosted CMS, there is no installation or maintenance either.</li>
             <li>No programming required.</li>
           </ul>
    </div>

  • Applying css to an image

    Please check out
    http://www.jacqconnect.us/jacqplay/2011/04spotlight.htm.
    I applied the class style ImageNoBorder to the "how can Jacq" image, but -- golly gee -- there's still a border. Ideas?
    Thanks!

    Once you get that worked out, you probably will want to fix the typo:
    WEBSITE HOSING in the navigation bar.
    Jim

  • Applying Lightbox2 to Rollover Image

    Sorry in advance, Im super new to this stuff.
    Im having trouble applying the lightbox2 code to my rollover images, everything seems to work fine but when I click on the rollover the lightbox window opens and the loading symbol displays and thats it, just keeps spinning around.
    This is the code:
    <a href="stat1.jpg" data-lightbox="stat1" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','images/players_02.jpg',1)" ><img src="images/playeron_02.jpg" alt="Mr T" width="123" height="191" id="Image11" /></a>
    Any help would be much appreciated pleeeeeeeeeaaaaaaasssse!!

    Copy and paste the following code into a new, blank document.  SaveAs test.html and preview in browsers.  Replace the placehold.it images with your own. 
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, with Fancybox2 Viewer</title>
    <!--LATEST JQUERY CORE LIBRARY-->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <style>
    /**this styles image container**/
    #thumbs p {
    float:left;
    width: 180px;
    height: 12.5em;
    margin: 10px 0 0 20px;
    padding: 10px;
    border: 1px solid silver;
    /**rounded borders**/
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    border-radius: 20px;
    /**this styles caption text**/
    font: italic 14px/1.5 Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    text-align:center;
    /**recommend using same size images**/
    #thumbs img {
    width:  160px; /**adjust width to thumbnail**/
    height: 120px; /**adjust height to thumbnail**/
    margin-bottom: 1.5em;
    opacity: 0.75;
    #thumbs img:hover {opacity: 1.0}
    /**float clearing**/
    #thumbs:after {
    content:".";
    clear:left;
    font-size:0px;
    line-height:0;
    display:block;
    visibility:hidden;
    </style>
    </head>
    <body>
    <h1><a href="http://fancyapps.com/fancybox/">Fancybox2</a> Viewer with images</h1>
    <!--insert thumbnails with links to full size images below-->
    <div id="thumbs">
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 1" /></a> <br />
    Caption 1
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 2" /></a> <br />
    Caption 2
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 3" /></a> <br />
    Caption 3
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 4" /></a> <br />
    Caption 4
    </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120" alt="Thumbnail 5" /></a> <br />
    Caption 5
    </p>
    <!--end thumbs--></div>
    <!--Fancybox with Iframe-->
    <h1>Fancybox with Iframe</h1>
    <h3><a class="fancybox" data-fancybox-type="iframe" href="http://example.com">EXAMPLE.COM</a></h3>
    <!--FancyBox function code-->
    <script>
            $(document).ready(function() {
                $('.fancybox, iframe').fancybox();
        </script>
    </body>
    </html>
    Nancy O.

Maybe you are looking for

  • Physical Inventory Movement Block not Rest at Storage Location Level

    Hi, We are facing a typical problem in our Production System and the issue is as follows: 1. We have created a Physical Inventory Document for a material with Freeze Book Inventory and Posting Block indicators. 2. We completed the count and entered t

  • How to reinstall os x/data after replacing hard drive

    I'm about to replace my hard drive after the original crashed. I have a macbook pro 17" and I have the original backup cd's, also a time machine backup on external hd.I'm installing a 1tb hdd from the 750gb original. What is the sequence which I need

  • Change in Item Category KFF after Prod Migration

    Hi Our company had to move from a 2 segment Item Category KFF to 3 segment Item Category KFF. We know this is not recommended practice, but there was real business need for this. Now we have written programs to change all existing transactions to hav

  • Algebra touch

    I got this app -algebra touch- for my girls to play with and learn some algebra. I connected the Ipad 2 to my Vizio with a Digital AV Adapter so that it would be easier to see. Every app on my iPad 2 works fine on the TV except one: Algebra Touch. Wh

  • How  to add field( VBAK-SUBMI) as a Selection Criteria - VL10

    Hi friends, Could u please help in sort out the below issues, 1. Add field VBAK-SUBMI as a Selection Criteria to the Selection Screen for the VL10 - Program V50RINCL, user exit V50R_SELECT_OPTION_ADD 2.Transfer the VBAK-SUBMI field to the report crea