Can i provide a space for uploading a photo in my application form?

I need to insert a photo in my application form. Please tell me if there is any way for doing this. Thanks in advance

Harry,
Rik is on the right track. Here is a sample insert trigger: Would need to substitute you sequence ORDERS_SEQ with my sequence las_log_seq, how you define or use timestamps is up to you.
DROP TRIGGER LASDEV.BINS1_LAS_LOG_TBL;
CREATE OR REPLACE TRIGGER LASDEV."BINS1_LAS_LOG_TBL"
   BEFORE INSERT
   ON las_log_tbl
   FOR EACH ROW
BEGIN
   -- Description: Insert log_seq, creation_dt, creation_id,
   --              lst_updt_dt and lst_updt_id.
   -- Maintenance:
   -- Date        Actor          Action
   -- ====        =====          ======
   -- 07-Sep-2010 J. Wells       Create.
   :new.creation_id := nvl( v( 'app_user' ), user );
   :new.creation_dt := SYSDATE;
   :new.lst_updt_dt := :new.creation_dt;
   :new.lst_updt_id := :new.creation_id;
    SELECT las_log_seq.NEXTVAL
      INTO :new.las_log_seq
      FROM DUAL;
END bins1_las_log_tbl;
/Heff

Similar Messages

  • How can we provide F4 help for parameter field.

    Hi All,
    How can I provide F4 help for parameter field.
    Regards,
    Amar

    hi,
    different ways of applying search help are :
    you can use anyone:
    1)   CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    or
    2) 
    can follow these simple steps for search help:
    go to se11==> put some name after ticking search help radiobutton==> create==>
    then tick " elementery search help " and press enter ===>then put description and table name in selection method ===>then put the field on which u want search help
    in search help parameter==> tick IMP EXP ==> write 1 in lpos and spos===>save and activate===> double click on table name ===>  select that field and press *search help tab* above===> then copy
    3 )
    methods of applyind search help:
    For search help sometimes we use MATCHCODE----->when we apply it directly to parameter or select option.they are obselete now ii.For search help sometimes we CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' ??------->if we want to populate data of internal table as search help.
    iii.For search help sometimes we declare tablename-fieldname in selection?------>if that field in that table is having seach help or check table ..F4 will be avaliable directly.
    also:
    Fixed value of domain can also work as search help.
    i hope it will help u a lot
    thaks and regards
    rahul sharma

  • Can anyone provide a pdf for starting with webdynpro

    can anyone provide a pdf for starting with webdynpro

    Hello,
    I would suggest to consult the web dynpro area here at SDN (<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro">link</a>). Here you can find tons of information. (links to general information, example programs, pdf's, etc.). Once you got yourself familiar with web dynpro, another resource is help.sap for more detailed information.
    Regards,
    Christophe

  • Can't find free space for Shared Memory (Size=83739 KB)

    Hello All,
              I have an issue. i am unable to bring up the server. It is ABAP system.
    dev_w0 log file show me memory error.
    I Fri May 01 10:11:55 2009
    I  *** ERROR => [MapOsShm] Can't find free space for Shared Memory (Size=83739 KB)
                   [shmnt.c      2174]
    I  *** ERROR => [AttachOsShm] MapViewOfFile(Key=62,Handle=0x000003FC) failed with Err=0
                   [shmnt.c      2174]
    I  *** ERROR => ShmCreate: Attach (62,85748608,2) failed [shmnt.c      422]
    Can some body help me with it.
    Thanks and regards
    Kiran

    I am running into the same issue. What exactly solved your problem?
    I will really appreciate any info., around this.
    i am trying to install CE 7.2 Developer Workplace on Windows 32 bit.
    Saurabh

  • Can you provide a FM for getting product information based on Contact ID?

    This is in CRM
    Can you provide a FM for getting product information based on Contact ID or Contact GUID?related to CRM
    I need to get product id from contract id or contact guid.
    please provide help in this

    Hi there. Please check if either of these function modules works for you:
    ISU_MDG_GET_PRODUCT
    ECRM_MDG_GET_ACTUAL_PRODID
    Hope this helps.
    - April King

  • Providing sorting filters for a table in webdynpro java application

    ho to provide sorting  , filters , for a table in webdynpro java application .

    Hi Pradeep,
    Please go through the following article on implementation of filtering and sorting:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f024364b-3086-2b10-b2be-c0ed7d33fe65
    The article contains a link to a sample application using the TableSorter and TableFilter Class.
    The same classes can be used by any other web dynpro application. Download the sample application and copy the classes. In case of a specific requirement, modify the TableSorter and TableFilter classes.
    Regards,
    Kartikaye

  • How can we change background colour for number of photos which are in a folder?

    how can we change background colour for number of photos which are in a folder?

    Same for you please show an example. Also it is wise to create your own thread. Keep it in mind next time.

  • Color Space for uploading

    I shoot Camera Raw, in Adobe 1998 RGB color space, then upload to iPhoto 08 and make some adjustments via editing in iPhoto. If I then send the JPEG photos to email or to Phanfare.com photo sharing site, should I be converting to sRGB color space first? Or, does iPhoto convert the color space?

    For printing using the Apple print service you should use sRGB - if you are happy with the display colors then no need to change the profile for e-mail and displaying only
    LN

  • Configuring Filesystem Free Disks for ASM ? Can you use free space for ASM

    Is there a way to dedicate the available disk space for ASM in order to create a database under ASM?
    I was hoping that I would not have to reinstall the Linux OS Enterprise 5 (Red Hat). So I de-installed my 2-node RAC environment, installed the ASM required RPMs for Red Hat linux Enterperise 5 and then proceeded to reinstall 11g Clusterware and set "Configure Automatic Storage Management (ASM)".
    Did I miss something? THanks

    Thank you.
    I have 3 VM-Oracle guests running Oracle 11g. When I've used NFS as share that worked fine, however I was not using ASM. I know wish to get smart about ASM implementation.
    Server1(rac1) Linux E5 64bit
    Server2(rac2) Linux E5 64bit
    Server3(asm) Linux E5 64bit (I created four partitions
    ./oracleasm createdisk DATDISK /dev/xvda10 OK
    ./oracleasm createdisk VOTDISK /dev/xvda11 OK
    ./oracleasm createdisk OCRDISK /dev/xvda12 OK
    ./oracleasm createdisk OFRDISK /dev/xvda13 OK
    On Node1 and Node 2
    ./oracleasm scandisk
    Scanning the system for Oracle ASMLib disks: OK
    After this should I or how do you make a partition shared? Could I used NFS? so that I can proceed with the RAC install and then create database .

  • I can`t see the ddl for upload inside directory in TFS 2010

    Hi
    I have privilegies of developer in tfs, but when I wanted upload a ddl file in a directory, the screen of upload didn't show the ddl file for upload, the filter was "all files".
    I don't know why i can't see the ddl file to upload.
    Can you help me?

    Hi neonash,
    To add a file to a source folder of tfs, you can follow the steps below get it done:
    1. Connect to the team project of TFS by using Team Explorer
    2. Open Source control explorer window, right click the folder that you want to add the file to
    3. Select "Add items to folder", then select the file to add it
    4. Right click the folder to check in pending changes
    You can also refer to this
    page for more information about add files to version control.
    Best regards,

  • Hi All,Can any provide an example for SAP MEMORY AND ABAP memory

    Hi All,
          Can any provide me an example for SAP MEMORY AND ABAP memory.
    thanks&regards.
    Bharat.

    HI Bharat
    A simple example of ABAP memory is using the EXPORT/IMPORT statements.
    Here in this program, I get the data, export it to memory,
    clear out the internal table in my progam, then reimport the data into it and write out the data.
    You probably wounldn't do this in a normal program,
    but this is how you can pass data from program a to program b when A Submits program B.
    report zxy_0002 .
    data: it001 type table of t001 with header line.
    select * into table it001 from t001.
    export it001 = it001 to memory id 'ZXY_TEST'.
    clear it001. refresh it001.
    import it001 = it001 from memory id 'ZXY_TEST'.
    loop at it001.
    write:/ it001-bukrs, it001-butxt.
    endloop.
    SAP Memory
    SAP memory is a memory area to which all main sessions within a SAPgui have access.
    You can use SAP memory either to pass data from one program to another within a session,
    or to pass data from one session to another.
    Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters).
    These parameters can be set either for a particular user
    or for a particular program using the SET PARAMETER statement.
    Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement.
    The most frequent use of SPA/GPA parameters is to fill input fields on screens
    ABAP/4 Memory
    ABAP memory is a memory area that all ABAP programs within the same internal session can access
    using the EXPORT and IMPORT statements.
    Data within this area remains intact during a whole sequence of program calls. To pass data
    to a program which you are calling,
    the data needs to be placed in ABAP memory before the call is made.
    The internal session of the called program then replaces that of the calling program.
    The program called can then read from the ABAP memory.
    If control is then returned to the program which made the initial call, the same process operates in reverse.
    SAP memory
    The SAP memory, otherwise known as the global memory,
    is available to a user during the entire duration of a terminal session.
    Its contents are retained across transaction boundaries as well as external and internal sessions.
    The SET PARAMETER and GET PARAMETER statements allow you to write to, or read from, the SAP memory.
    ABAP/4 memory
    The contents of the ABAP/4 memory are retained only during the lifetime of an external session
    (see also Organization of Modularization Units).
    You can retain or pass data across internal sessions.
    The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory.
    ABAP Memmory & SAP Memmory
    http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    Set
    http://www.geocities.com/SiliconValley/Campus/6345/set_para.htm
    GET
    http://www.geocities.com/SiliconValley/Campus/6345/get_para.htm
    EXPORT
    http://www.geocities.com/SiliconValley/Campus/6345/export01.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bc4358411d1829f0000e829fbfe/frameset.htm
    Other Imp Help
    http://www.geocities.com/SiliconValley/Campus/6345/abapindx.htm
    Regards Rk

  • Unable to click on iphoto icon to access photos for uploading to photo web

    I am trying to upload some photos to a photo lab website. My iphoto icon is dim/gray and you can't click on it to open it. Any ideas???

    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    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*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    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.
    Regards
    TD

  • Can anyone recommend some software for creating HDR photos?

    I would like to try to create some HDR images but this requires software to merge the bracketed shots into one. Could anyone recommend an application that will do this? Also, any online tutorials or training resources would be useful.
    thanks

    When you ask about software for creating HDR photos? a big question is whether you want special-effects-like imagery HDR or whether you want to realistically simply improve dynamic range of otherwise well-shot images.
    The best way to improve the dynamic range of otherwise well-shot images is to buy a Nikon D3. For those without the $5k for a D3, Photoshop layers are an excellent solution. You make duplicate lightening screen or darkening multiply layers and erase and adjust opacity of various layer parts to achieve what you want.
    Photomatrix is probably the most popular for special-effects-like HDR imagery. There is a good thread among Photoshop pros discussing HDR, with examples, at
    <http://www.adobeforums.com/webx/.59b52953/128>
    -Allen Wicks

  • Where can I find the Function for Upload Documents

    Hi,
    i testing the SAP System "Netweaver Composition Environment" and i search for a Uploadfunction for Documents.
    I define a Virus Scan Provider in the SAP Netweaver, but i can only test the Virus Scan Provider with this Web: http://localhost:50000/vscantest .
    The Virus Scan Provider is running and find also Viruses, but i will not only use the Web "http://localhost:50000/vscantest" for testing the Virus Scanner.
    Can someone help me?
    Greetings,
    sneubert

    Usually the virus scanner is used for scanning Knowledge Management/Collaboration Documents, but KM is not part of Composition Environment. You can try to upload something inside the system administration in the portal (http://localhost:50000/irj) if it is installed.

  • Can I limit disk space for an account?

    Hi
    I have set up a non-admin account for my partner to use, but she is in the habit of saving lots of video files which is eating up my disk space. Is there any way I can set a limit to the disk space available to her account?
    Cheers, Brett l-s

    Yes. Mac OS X supports the notion of user quotas for disk space. Since you are asking the question, I can presume that you probably aren't familiar with the notion of a UNIX disk quota and will probably be a little disappointed that enabling it will require some mucking about in the UNIX shell using Terminal.app.
    Namely, use 'edquota' to setup the quotas for various users, use 'quotaon' on turn on quotas, and 'repquota' and 'quotacheck' to report on the disk and user quota status. Pretty much like BSD UNIX.
    Be forewarned, however, that Finder knows nothing about quotas -- it cannot tell a user that they have one, it can't tell how close they are to filling it up, and when it can't copy/write a file because a user's over their quota, it has no idea why it can't do it and just tells the user that "something" is wrong.

Maybe you are looking for