Where are the shorttexts / descriptions stored for products?

Hello,
the database-table for product is COMM_PRODUCT.
But where are the descriptions of the product with it´s different languages stored?
Do you know the database table or a function module which i could use?
Thanks a lot.
Kind regards
Manfred

Hi,
Use the below code to get the product description in different languages,
Data: ls_prshtext   TYPE comm_prshtext.
CALL FUNCTION 'COM_PRSHTEXT_READ_SINGLE'
    EXPORTING
      i_product_guid = lv_prod_guid
      i_langu             = lv_langu
    IMPORTING
      es_prshtext    = ls_prshtext
    EXCEPTIONS
      not_found      = 1
      OTHERS         = 2.
Regards,
Arun

Similar Messages

  • Where Are The Master Files Stored For iWeb?

    I can't seem to figure out where the master files are stored in iWeb. For example I was trying to help of friend with his iWeb website, so I told him to send the files - and then I was planning to load them into iWeb on my computer... but I couldn't figure out where to put them... and he did not know where they were either!
    Question: Where are the master files stored for iWeb?

    http://docs.info.apple.com/article.html?artnum=303670
    http://iWebFAQ.com/1Site2Computers
    http://iWebFAQ.com/#Backup

  • When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI

    When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI( I am not getting any error message in E$_TARGET_ANI_TEST).
    When i am running the interface i am getting the below error against the errored step
    "ORA-01045: user ABC lacks CREATE SESSION privilege; logon denied."
    Only E$_TARGET_ANI_TEST  is created with no data. No such tables like C$_0TARGET_ANI_TEST, I$_TARGET_ANI_TEST are created and also data is not inserted in the target table TARGET_ANI_TEST.

    Hi,
    I have checked that only E$ table is created. C$ and I$ table are not created ( I have selected my target schema as the part for the staging table).
    All the parameters for dropping the tables are selected as "<default>:false".
    I am importing the following KMs with the following parameters:
    1) CKM Oracle
    DROP_ERROR_TABLE
    :false
    DROP_CHECK_TABLE
    :false
    CREATE_ERROR_INDEX
    :true
    COMPATIBLE
    :9
    VALIDATE
    :false
    ENABLE_EDITION_SUPPORT
    :false
    UPGRADE_ERROR_TABLE
    :false
    2) LKM SQL to SQL
    DELETE_TEMPORARY_OBJECTS
    :true
    3) IKM SQL Incremental Update
    INSERT
    :true
    UPDATE
    :true
    COMMIT
    :true
    SYNC_JRN_DELETE
    :true
    FLOW_CONTROL
    :true
    RECYCLE_ERRORS
    :false
    STATIC_CONTROL
    :false
    TRUNCATE
    :false
    DELETE_ALL
    :false
    CREATE_TARG_TABLE
    :false
    DELETE_TEMPORARY_OBJECTS
    :true 

  • Where are the MMB files stored in unix box

    Hi all,
    Can anyone tell where are the MMB files stored in unix box. Thanks in advance.
    Regards,
    Sandeep V

    Hi Thomas,
    Thanks for the reply, I got the FNDMENU.mmb file , but Iam not able to find the menu item which Iam searching for. There are some special menu items like SPECIAL , SPECIALB and SPECIALC. So, when I select release from plan menu item special27 is called , but Iam not able to find release in this menu. Can you please help me in this regard.
    Regards,
    Sandeep V

  • In OS 10.5.8 where are the controls or code for...

    In OS 10.5.8 where are the controls or code for selecting dragging/moving files and folders copying and pasting kept?
    Is it part of one of the system apps?
    Mine do not work any fixing tips?

    Good call on on throwing away finder plist It worked on my desktop/screen saver problem...But, it didn't fix the dragging and moving items/folders and paste.
    My network is still confused too.
    I threw out the desktop plist as well still nothing...
    I did run the anti-virus Macscan to check just for peace of mind it did find a spyware from CNN...
    Thanks for your help at least one thing worked so far.
    Any other suggestions, besides reloading OS...?

  • Where are the agree/disagree buttons for terms and agreement?

    Where are the agree/disagree buttons for iTunes card redemption?

    They should be right there on the page, but if you don't see them, reset the phone and try again (hold down the home and power buttons until the screen goes black and the Apple logo appears, then let go).

  • Where are the Safari passwords stored in OS X 10.6.8?

    Where are the Safari passwords stored in OS X 10.6.8?

    Check out applications/utilitiies/keychainchain utilities
    Look thru and fin what you are looking for

  • Where are the actual documents stored in solution manager (KW)?

    Hello,
    I have a question regarding Solution Manager and storing documentation.
    When we in our process structure in a project uploads a word document
    (as documentation), where are the file then physically stored?
    I have checked the table SA01PHIO (a KW table), here I see a new entry every time I
    upload a new word document (or other type of documentation). But this
    table does not grow accordingly to the size of the word documents I
    upload, so the physical document must be stored somewhere else in the
    database.
    The description of field 'PHIO_ID' in table SA01PHIO is "Physical document", but since the field is of type char (size 32), then it can only be a link to the actual file?
    We need to know where the documents are stored, so that we can plan our
    storage strategy and database space management accordingly.
    Anyone knows where the files are stored in the database?
    Thanks in advance.
    Regards

    Samuli,
    Thank you for your help.
    After further searches, I have found exactly what I was looking for.
    Samuli, as you said, documents are stored in table SACONT01, but I did not understand how they were stored, as all the data you have in this table is something like:
    FF06010102028000343130320000000074040000121F9D02A37D7259692086C2F0D7761017222...
    So the information can be benefit to other people searching, I will share it here.
    The string of alpha-numeric characters you see above is a "part" of the document.
    Document data is cut into clusters, and stored in table SACONT01 (in field CLUSTD, coupled with CLUSTR).
    In order to retrieve all the clusters for a given document, you need to get its logical ID (LOIO - LOgical Information on Object):
    - Select the document (SOLAR01/02 for projects, SOLMAN_DIRECTORY for solutions)
    - Enter DOC_INFO in the transaction code field
    - Copy the Object ID
    In table SA01PHIO, retrieve the physical id(s) from the logical id (PHIO - PHysical Information on Object).
    Search SACONT01 with the physical id(s).
    Just as an example:
    - 340 entries for a Word document (about 50 pages)
    - 57000 entries for a video (200 MB)
    Hope it will help.
    Regards,
    Rémi.

  • Where are the page comments stored?

    Hello,
    does anybody know where are the page comments are stored?
    I searched the view APEX_APPLICATION_PAGES, but I can`t find them.
    I hope you can give me a hint!
    Thank you,
    Tim

    Hey Scott,
    thanks for your quick answer!
    In the table wwv_flow_app_comments is only one entrs, and that is a comment of a HTML Region!
    So the comments of the pages, which i put into the comment text field in the page detail are not there!
    What is wrong?
    Is there a reason why there are a few for the regions, items, processes and so on, but not for pages?
    It is a little bit confusing...
    Thank you,
    Tim

  • Where are the results (report) stored

    Running Oracle 10g on Solaris 10 SPARC
    Have run the following commands (get info for fine tuning of Oracle 10g on Solaris 10):
    from SQLPlus
    execute dbms_stats.gather_dictionary_stats;
    and
    execute dbms_stats.gather_fixed_objects_stats;
    Where are the results stored [table name ? path to file ?]
    and is there documentation as to how to interpret the stats data collected?
    Thanks

    1) These two "stats" are run for the sole use of the OptimizerMainly, yes.
    2) Should these be run periodically to provide
    updated information to the system(Oracle)?
    if so, how often..Depends on the tables and what they are being used for.
    Some tables may require daily updating of stats, others less frequently or never.
    Any other infomation you can provide or point me to a
    document that explains this?http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/stats.htm#sthref1466

  • Where are the plugin ins stored?

    Hello guys, I need your help. Where are the pluins stored for After Effects CC 2014 on Mac. I have Mavericks but I basically need your help. I am a an amateur. Just so you know, the plugins are not in library/adobe/commom folder. The plugin is called plexus and has caused some crashes btw.

    See After Effects Help:
    After Effects Help | Plug-ins

  • Where is the connection information stored for Mac Remote Desktop?

    I want to restore Mac Remote Desktop connection information from a Time Machine backup to a new Mac.  On the new Mac, I've installed Remote Desktop from the App Store and installed all the files found in
    ~/Library/Containers/com.microsoft.rdc.mac from
    a Time Machine backup.  But I don't see my old connections.  I also don't see any connection information in my Time Machine backup here
    ~/Documents/RDC Connections.
    Where is the connection information stored?

    The path is correct. You could try to get an console log during application launch. This log might give you information why the information is missing.

  • What is virtual file system in sharepoint, where are the site pages stored?

    I came across this paragraph in Inside Microsoft SharePoint 2010; page 126 :-
    When SharePoint Foundation provisions the Proposals document library,it creates a folder named Proposals at the root of the site and then it creates a child folder named Forms.
    Inside the Forms folder, it creates a set of site pages with names such as DispForm.aspx, EditForm.aspx, AllItems.aspx, and Upload.aspx. The reason that SharePoint Foundation creates site pages inside the Forms folder for each
    new list and document library is that these site pages will provide users with the forms they will use to add and manage content.
    My question is that:-
    1) What us the root of the site means? 
    2) Are the pages for edit/add/allitems created in filesystem OR in the content database?
    3)Suppose we create new sitepages, then where are they stored? In filesystem or in content db?

    Hi,
    For All above queries the data and site pages are stored in content database
    Root folder: A folder created for the document library under the web (sub site) and another folder created as child folder named Forms. Site pages are created in SharePoint content database
    SitePages(Add/display/edit): These pages are created in SharePoint content database
    Note: The SharePoint will not create any physical aspx page OR folder in the file system while creating document library.
    Hope this will help you.
    Senthilrajan Kaliyaperumal
    But the book mentions that:-
    When SharePoint Foundation provisions the Proposals document library,it
    creates a folder named Proposals at the root of the site and then it creates a child folder named Forms. 
    Is
    this wrong? Are the folders created in filesystem or content db? If the files are not supposed to go into the filesystem, then why are the folders created?

  • Where are the partial downloads stored?

    Hi,
         I was downloading Xcode for Lion from MAS. The download was almost 90% complete and then my Mac shut down because the battery ran out
    (strangely, it didn't go to safe sleep/hibernate ). Can I restore the partially downloaded file from a Time Machine backup? If not, then I will have to start over again.
    – h.v.d.

    I am lost.  I don't even see the reply tab to answer I hope this continues the conversation..  I frequently listen to radio talk shows that have already been broadcast.  I have the option of listen or
    download.  The first option doesn't work so I always click on download.  I assume the downloads are piling up so I wanted to delete them but I can't find them stored anywhere on my iPad. Where are they?

  • Where are the UIViewRoot instances stored??

    Hello,
    I have a basic question about JSF: I would like to know where the UIViewRoot instances are stored (for a given app with several UIViewRoots). Is it in some sort of java.util collection or in a specific class?
    Thanks in advance for your replies,
    Julien.

    It depends on the state saving method. If it is server-side, the view is serialized and stored into the session. If it is client-side the view is serialized, compressed and encoded to ascii with base64 encoding and sent to the client as hidden filed in the form.

Maybe you are looking for