Table for Storing Images

Hi all,
I want to create a table for storing a particular Image file.
The image and its related details will be stored in the table.
Later on I want to retrieve it using executable report.So that for a particular Image Name i am entering, it should be displayed in the report.
Please help me.
Regards,
Sunny

Hi,
  Call the FM BDS_BUSINESSDOCUMENT_CREATEF to upload the images from System.
codeLOGICAL_SYSTEM
CLASSNAME PICTURES
CLASSTYPE OT
CLIENT 321
OBJECT_KEY ZIMAGE [/code]
and the table parameter Files pass
code DOC_COUNT 00000001
COMP_COUNT 00000001
COMP_ID
DIRECTORY C:\
FILENAME WINTER.JPG
MIMETYPE
[/code]
now check it.
here you can upload multiple images inside a loop call the FM.
Regards
Kiran Sure

Similar Messages

  • The table for storing data for infocube and ODS

    Hi all:
        could you please tell me how to find the table for storing data for infocube and ODS?
    thank you very much!

    Hi Jingying Sony,
    To find tables for any infoprvider go to SE11.
    In database table field enter the following
    Cube -
    Has fact table and dimension table
    For customized cube - ie cube names not starting with ' 0 '
    Uncompressed Fact table - /BIC/F<infocubename>
    Compressed fact table - /BIC/E<infocubename>
    Dimension table - /BIC/D<infocubename>
    For standard cube - ie cube names  starting with ' 0 '
    Uncompressed Fact table - /BI0/F<infocubename>
    Compressed fact table - /BI0/E<infocubename>
    Dimension table - /BI0/D<infocubename>
    Click on display.
    For DSO,
    For standard DSO active table- /BI0/A<DSO name>00.
    You use 40 for new table.
    Click on display.
    For customized DSO use- /BIC/A<DSO name>00.
    An easier way is in the database table field, write the name of the cube/DSO preceeded and followed by ' * ' sign. Then press F4 . It shall give you the names of the available table for that info provider.
    Double click on the name and choose display.
    Hope this helps,
    Best regards,
    Sunmit.

  • Which is better datatype for storing Images in 11gr2 Database ?

    Can anyone tell me which datatype should be maintained for storing images in database in terms of
    1. Space
    2. Speed.
    And, Is there another way for storing images instead of database ?
    Thanks/Regards in advacne.

    982164 wrote:
    Which one have better speed, database system or file system ?Database is better all around. It is not just a question of speed. It is a question of storage, security, flexibility, scalability, robustness and so on.
    If you use ASM and raw devices from a storage array or SAN, how do you get o/s files onto that? (requires a file system on the SAN/array LUNs)
    If it is inside the database, database security, concurrency and consistency apply to the image. Outside the database? How do you control who has access? Prevent someone with slippery fingers from accidentally deleting/renaming/moving images files? How do you backup up the image data with the image attribute data in the database?
    Having all this inside the database, part of the database, managed by the database, provides you with more flexibility, robustness, and security. After all a RDBMS is a data management system - it is designed for managing data. And that includes managing binary data.
    As for speed. Reading a 24MB image is reading 24MB worth of data. Whether that data is read by process A from disk1, or process B from disk2 - the amount of data is the same. So if you want faster I/O, then use faster disks. If disk1 is faster, process A will perform better reading the image than process B. If disk2 is faster, the roles are reversed.
    So I/O speed is not a direct function of process A or process B. It is a direct function of the I/O storage and fabric layer. Yes, a process's method of I/O can make a difference (e.g. using block reads not aligned with the physical blocks on disk). But this is more a configuration issue than process doing badly designed I/O calls.
    So the speed question is a bit loaded as it has more to do with the architecture and design of the I/O system - and less to do with the process doing that I/O. You can have a highly optimised I/O process doing poorly using an old and slow I/O layer, and poorly written I/O process doing pretty well on a SSD I/O layer.
    Databases like Oracle is designed for dealing with data - and thus effectively dealing with I/O. Lots of it. For lots of data. So I/O process design is not a consideration. The database processes will use the I/O layer as optimally as possible and as configured.

  • Table for storing inventory details in FIFO base

    HI All,
    Can anyone help me in finding where I can get the Table for storing inventory details in FIFO base othe rthan OINM.
    Any kind of help will appreciated.
    Regards:
    Swati

    Hi Darius,
    I checked tables CIFV, OIVQ,SIVQ or UIVQ table.
    CIFV                                   - We can not fetch data from SQL.
    SIVQ, UIVQ                        - No records found
    OIVQ                                  - There is only 6607 records in this table but OINM is having 14085 so not all the transcation are in this      table.
    Still i am waiting for any help.
    I am using SAP 8.8 PL19.
    regards:
    Swati
    Edited by: SwatiGupta on Sep 16, 2011 7:52 AM

  • How to find an table for storing the employee salary

    hi,
           how to find an table for storing employee salary .. In which table those details are stored .. Please reply me.
    regards,
    kumar

    Hi,
    You can see the basic salary details from table -pa0008.If you can see the payroll data,then its not stored in transparent table.its in cluster.For viewing that,you can see through transaction code - pc_payresult.
    Regards,
    Manoj.

  • Table for storing the substitutes in workflows.

    Hi ,
    I would like to know the table in which all the sustitute reletionship is stored i.e for which user who is the substitute.
    Regards
    Aditya

    Hi Aditya,
                  The table for the entry you specified in the question is HRUS_D2.I hope your query resolves soon.Have a best day ahead.

  • Folder for stored images (Portalheader)

    Hello experts,
    could anyone let me know where I can find all the uploaded images for the Portalheader(Masthead). Where can I find the folder who is ressponsible for the administration of the images/background images??
    Thank you
    Regards
    Marco

    Hi Marco,
    You can find those uploaded image files in KM. KM is like your file server but is within the Portal that you can use to manage your files/content/data. Files, content or data exist in KM can be index and search via the Portal TREX (Search Engine).
    SAP NetWeaver Training Overview - SAP Knowledge Management (KM)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/06fac090-0201-0010-af9c-b67d14558014
    1) Storing images in Portal
    Storing images in Portal
    2) Simple static web pages and images? Store/refernence in KM?
    /thread/378997 [original link is broken]
    3) Upload Image to KM Repository
    /thread/26834 [original link is broken]
    4) showing image located in km folder
    showing image located in km folder
    Hope that helps.
    Ray

  • Is there any database table for storing the weeks of a physical year?

    Hi all,
    Is there any standard table for displaying weeks in a year
    thanks in advance.

    Not sure about tables
    See the FM : TSTR_PERIODS_AMERICAN_WEEKS,TSTR_PERIODS_WEEKS
    Thanks
    Seshu

  • IFS for Storing images?

    Would it make sense to use iFS to store and serve images that are uploaded
    (via browser) and then displayed on a website?
    When storing the imgages directly on the disk we run into scalability issues
    as well as having to worry about propagating copies of each image to each
    web
    server.
    Does it make more sense to store the images in iFS or simply in a BLOB (or
    whatever) in a normal Oracle table?
    Is anyone using iFS for this?
    Regards
    null

    Well, it runs more resources than the database itself does, since it runs as an external Java application. Check out the Installation Guide for recommended memory and disk for running it on the same machine as the database or on the middle tier.
    As Hanne said, it all depends on your priorities. If all you want to do is store and you're an adroit database programmer, you might bypass iFS altogether. If you don't want to do any development to give users the ability to upload, download, and search for images, and you'd rather give them familiar network protocol interfaces like Windows networking and FTP than a custom application, I'd run the file system.

  • Table for storing customer's partner data

    Hi all,
    I am searchng for the table where the customer's partner's home address is stored.. plz also tell me if i can get any bapi for that.
    Thnx for ur help in advance
    Puneet

    Hi Puneet,
    After your query while checking I am posting here.
    For me it is coming.
    I maintained 2 contact details.
    For the second one in home address I maintained the city as "SOlihull" and in Business address I maintained the city as "Delhi".
    Save.
    In KNVk table I took my "ADRNP2" field and passed that one into "ADRC" table.I checked the city1 as "SOlihull" which is nothing but the "Home address".
    similarly from KNVK table I took ADRND field and passed that one into "ADRC" table.I checked the city1 as "Delhi" which is nothing but the "Business address".
    Note:In CMR the customer city is "LOndon".
    Which will appear in KNA1 table.
    I think you didn't save after making changes to your CMR.
    or You might be confused.
    I request you to pls check once.because it is coming corretly for me.
    Regards,
    Mohan.

  • TABLE for storing the condition type maintained in a RFQ

    Dear All ,
    I am maintaining some condition types ( both at header & item level ) while creating a RFQ .
    I want to know in which table can I find the condition types which I maintained for that particular RFQ.
    I have tried searching EKKO with the following parameter
    Purchasing Document No = RFQ No.
    Statu  = 'A'
    and tried to retrieve the valuein KNUMV field , so that i can pass the value of KNUMV to table KONV and retireve the condition .
    But KNUMV for document type 'A' ( RFQ ) is coming as blank for all the records.
    Requesting help on this .

    Hi,
    Condition types are stored in KONP table. You can try linking tables  EKKO / EKPO with KONP with required fields to get the data stored.
    Regards
    Ram

  • Table for storing serial number data assigned to material in delivery doc.

    Hi All,
    Kindly tell me the table name in which the serial numbers assigned to the material in the delivery document are stored.
    I have seen VBPM table, but it is not been updated.
    regards
    Ravi

    Hi
    There is no particular table wherin the serial number is stored for a material. A Ztable has to be created for the serial number to flow from the delivery.
    For a combination of material and serial number, there exists an equipment number. Go to IQ03 and enter the serial number and get the equpment number details. Go to table EQUI and enter the equipment number to get the serial number (SERNR field).
    Award points if the above info helps.
    Regards

  • How can i use adobe drive/cs4 for storing images and interact this with adobe cq5.4 DAM...

    Hi,
    Can anybody suggest me i want use adobe drive to store images and i want to access the images for my cq5.4 instance..
    I want to integrate drive to the cq5.4 dam for ignoring the dam burden on cq5 instane repository..
    Is it possible to use this drive? or is there any other way i can achieve my task?
    Thanks,
    Sony C.

    Adobe Drive software doesn't store images; it enables integration of a DAM system with Creative Suite and now Creative Cloud desktop apps.
    Adobe Drive 3 is the first version of the software to support integration with Adobe's DAM. This version was designed to work with CS5 and CS5.5 apps.
    We do not have a version of Drive that supports integration with CQ 5.4 DAM and CS4 apps.

  • Table for storing Pre-Selection Activities

    I want to run a report to display candidate names who have have received the activity Management Ranking.
    What table are the activities stored in?

    Linking to a thread which is again linking to an outdated data model, buhhh - just kidding , please don't be mad at me Nicole
    In addition to the link provided by Nicole,
    activities are stored in infotypes. Which infotype is used is depending on the category assignment to the activity type. The process(es) the activity type is assigned to does not matter.
    Infotype
    Database table
    Activity category Id
    Activity category description
    5135
    HRP5135
    01
    Simple Activity
    5136
    HRP5136
    02
    Simple Correspondence
    5137
    HRP5137
    03
    Qualifying Event
    5138
    HRP5138
    04
    Invitation
    5139
    HRP5139
    05
    Status Change
    5140
    HRP5140
    06
    Data Transfer
    5141
    HRP5141
    07
    Questionnaire
    5142
    HRP5142
    08
    Classification (=Ranking)
    5143
    HRP5143
    09
    Confirmation
    5144
    HRP5144
    10
    Background Check
    5145
    HRP5145
    11
    Parsing
    The information which activity type is assigned to which activity category can be taken from table T77RCF_ACT_TYPE.
    Kind Regards
    Roman

  • Table for storing serial number data assigned in delivery doc

    Hi,
    What's the table linking the serial number with the delivery doc.
    I've found VBPM but it's not working at all.
    Thanks.

    What is the name of the field? Is it SERNR?
    You may be interested in these threads;
    [Serial number|Re: Serial Number Table]
    [serial number -function module|How to get serial numbers for materials in stock.]
    Regards,

Maybe you are looking for

  • Error declarations for error reporting to the Client

    Hi, I am trying to standardize the error reporting from PL/SQL for our project. I created a package to define these errors and want to declare them as constants. Unfortunately i'm running into some restrictions. Option1: Declare the ErrCd as a consta

  • W510: the password manager is no longer active

    Recently, I had to restore the OS, and afterward I noticed two changes: > The ThinkVantage Password Manager was no longer active, meaning that it no longer prompted me for passwords. > The fingerprint icon changed. Any ideas as to what I can do to ge

  • Adobe air 3.4 + auto orient

    I'm having trouble with getting the app I'm creating (using Flash professional CS6) to auto orient reliably.  if the app is moved from portrait to landscape, it works fine.  when moved back from landscape to portrait, then the screen items do not mov

  • Yahoo Mail On iPad - Attachments Appearing As Question Marks

    A relative of mine has a Yahoo! Mail account which she uses for e-mail on her iPad. She's had a problem recently that some of the attachments (JPGs) she's received haven't appeared in the Mail app on the iPad. Instead, they've shown up as question ma

  • IPod restored, but now wont put my songs/videos back on

    I was walking the other day, when I tripped. I was holding my iPod and it fell out of my hands and slammed onto the sidewalk. It was scrached but working, so i thought it was fine. So, when I got home, I plugged my iPod into the computer. It charged,