Please tell me the name of the table where URLs are stored?

What is the name of the table which stores the URLs/Links or attachments of GOS objects?
Regards,
Prathap

Hi,
Please check these tables if they are of any use....
/SAPPSPRO/RMOBRL        Objekt Links in GOS Environmen forRecords
GOSTYPE                          Types for GOSDIR
PLMM_ACT_BREL              Relationships in GOS Environment
SGOSATTR                        SGOS: Attribute of Generic Services
SGOSSTXT                        SGOS: Texts for Generic Services
SGOSSUBT                       Text Table for SGOSSUB
SRBCSBREL                      Relationships in GOS Environment
SRGBTBREL                      Relationships in GOS Environment
Regards,
Siddarth

Similar Messages

  • Tables where Requirements are stored

    Hi all,
    I am implementing GRC AC 5.3 and I need to know which is the table where all user´s requirements to Access Enforcer (CUP) and Firefighter are stored, in order to create an interface with another management requirements system.
    Thanks in advance,
    Leandro

    Hi Lsurueta,
    GRC introduced "Data Mart(DM)" functionality in AC 5.3 from SP09 onwards.
    DM tables contains CUP & RAR table information. One of the DM table of CUP is "GRC_DM_AE_RQDWPHST" which contains "Request Workflow Details".
    Details of this table and some other tables on "Request Details" are listed in the attachment "AC_5_3_Datamart.pdf" listed in the Note # 1369045.
    Hope this provides the information you are looking for.
    Best Regards,
    Sirish Gullapalli.

  • Table where attachments are stored....

    Hi,
    I have created an attachment table for attaching the files to a particular entity.
    However I am not abel to find the tabel where these attachments are stored in the database??? :((
    Need some assistance on this...
    Regards
    Jujaar Singh

    You can fetch this, OAF 11.5.10 Metalink Documentation Road Map Metalink Note 275880.1 and from there you should have links to dev guide.

  • Table where notes are stored from pb60

    Hy guys i need to create a report from the notes that u can add in every activity in pb60, (Maintain applicant Activities).
    so i need to search in wich table the text(note) is stored,
    must be relaeted with pb4003, the fiels notex is the flag that tell u wich activity has a note
    any ideas?

    Hello,
      Its not stored in SAP tables.
    You can get the logic from standard program.You need to debug it.
    Main Program - SAPMPAP3
    there is a perform in include program.
    PERFORM fill_text_header.
    Debug it.you will get the logic.
    Regards,
    Manoj.

  • Table where SmartForms are stored?

    Hi !
    i like to know in witch table SAP save smartforms.
    the idea is make a program to do back up from one smartform and then restore in other system.
    for example, to get a program source code , we can do a "READ REPORT"" and save in a table to download, then we can upload an make "INSERT REPORT".
    Well , i like to do something like that.
    I know that i can go Utilities->download and get a XML file.
    But i wish to do the same programmatically.
    Thank you!
    Regards.

    HI
    Actually there are many tables that manages SMART FORMS information. You can check list below for additional information :
    SSFOBJSCR SAP Smart Forms: Object/Screen Fields Assignment
    SSFSET SAP Smart Forms: Settings
    SSFXSFBMP Smart Forms: BMP Cache (for XSF Output, for Example)
    SSFXSFCSS Smart Forms: CSS Cache (for XSF Output, for Example)
    STXFADM Smart Forms: Administration
    STXFADMI Smart Forms: Administration - Interal Information
    STXFADMT Smart Forms: Administration - Textual Description
    STXFCONT Smart Forms: Form Subobjects (Active)
    STXFCONTR Smart Forms: Runtime Objects
    STXFCONTS Smart Forms: Form Subobjects (Saved)
    STXFCONTV Smart Forms: Form Subobjects - Versions
    STXFIMP Smart Forms: Generate at Upgrade
    STXFOBJT Smart Forms: Subobject Long Texts
    STXFPCUST Smart Forms: Switch the Runtime
    STXFSTDPAR Smart Forms: Default Parameters
    STXFTXT SAP Smart Forms: Texts
    STXFTXTA SAP Smart Forms: Texts - Administration
    STXFTXTV SAP Smart Forms: Texts - Versions
    Kind regards

  • Creation of new userfields by code directly after tables where they are

    when i create a new user fields directly after the creation of user tables where they are, i have always the same error, (table doen't exist) but i do the verification (also by code) that the table exist as an object and also exist in SAP data base.
    sameone knows how can i do that?
    thank you
    Mounir Lazraq

    You should be able to do so. I don't understand why you are getting this error.
    Are you sure you release the table metadata object before acting on the field
    metadata object ?

  • Will someone please tell me how to change the name of a folder I created in Pages and saved to the cloud?

    Will someone please tell me how to change the name of a folder I created in "Pages" and saved to the "Cloud"? Thanks.

    Go to the open dialog in Pages and select iCloud.
    Click on the folder that you created on iCloud to open the folder.
    On the lower half of the window (the open folder) click on the name of the folder.
    Once you click and select the folder's name it should be editable.

  • Get the names of all tables

    First I want to tell you: I'm a amateur concerning Java Programming.
    My task is to write a java program - using JCO -, which retrieves the names of all tables (a user can access).
    Can anybody help me, please?

    Hi Michael,
    i can't help you because i don't know anything about JCO!
    It's simply funny and i'm happy to see a "known face" here!
    Perhaps this will help you:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/tips and tricks for sap java connector client programming.pdf
    And don't be so decent...you're not so bad in Java at all
    Greetings
    Florian

  • Is it possible to reference the name of the current table in a formula?

    Hi,
    I am wanting to be able to reference the name of the same table that I am entering a formula into, i.e.:
    =SUMIFS(Net,Event,"CURRENT TABLE NAME HERE",Category,"Publicity")
    Is this possible?
    Thanks,
    Nick

    AppleScript can access the current table name, so it if you are doing a lot of formula entry in different tables you could click once in a table and have a short script insert the formula for you.  Here's a simple example:
    Say you have a data table like this:
    Event
    Category
    Net
    Event 1
    Publicity
    10
    Event 2
    Celebration
    20
    Event 1
    Supplies
    5
    Event 1
    Salaries
    20
    Event 3
    Celebration
    25
    Event 1
    Publicity
    20
    Event 2
    Publicity
    11
    Event 1
    Accounting
    20
    And (important) you have 'Use Header Names as Labels' turned on in Numbers > Preferences.
    You caninsert this formula:
    =SUMIFS(Net,Event,"Event 1",Category,"Publicity")
    ... into a table named Event 1 that looks like this:
    Cat
    Amount
    Publicity
    30
    ...with a script like this:
    -- NB:  the \ "escape" the quotation marks so AppleScript takes them literally
    tell application "Numbers"
      set t to document 1's active sheet's first table whose selection range's class is range
      set c to t's selection range's first cell
      set c's value to "=SUMIFS(Net,Event," & "\"" & t's name & "\"" & ",Category,\"Publicity\")"
    end tell
    The script automatically inserts the name of the table you have clicked in.
    (To use the script just copy and paste into Script Editor, click once in the cell where you want the formula (B2 in the example) and click the 'Run' triangle button in Script Editor.)
    SG

  • In the libary of iPhoto I do have double pictures only in the year 2006. Can someone please tell me how to remove the double pictures. I did rebuilt the libary but that solution did not help me any further.

    In the libary of iPhoto I do have double pictures only in the year 2006. Can someone please tell me how to remove the double pictures. I did rebuilt the libary but that solution did not help me any further.

    I think the warning is very clear.
    What warning? Where do you say that this plan you suggest will lose at least some, and possibly a whole lot of metadata, plus  the original files of edited photos. This is significant dataloss. And you should warn people that this is the case.
    While your metadata and originals may not be important to you, that is not necessarily the case for other users.
    Fourthly, and last, cleaning the iPhoto library should be done at least once per year
    This is nonsense. The iPhoto Library has no need of "cleaning" and certainly not in any way that trashes a whole lot of data.
    I'm very impressed that you assess the application based on the sound of the name. It's not a common way to review applications, but I'm sure it has some merit.
    FWIW it has been recommended on this - and other - sites for many years and has proven safe and effective.
    Regards
    TD

  • For those who have problems RE: My iPhone 4 on connecting to my pc shows my friends name in the DIGITAL camera Drive..It dsiplays my correct name when I`m on iTunes..PLEASE HELP ME HOW DO I CHANGE THE NAME IN THE DIGITAL CAMERA DRIVE??

    For those who have problems RE: My iPhone 4 connecting to my pc shows my friends name in the DIGITAL camera Drive..It dsiplays my correct name when I`m on iTunes..PLEASE HELP ME HOW DO I CHANGE THE NAME IN THE DIGITAL CAMERA DRIVE??
    SOLUTION:
    Iam pointing t0 windows7 os.
    1) go to control panel
    2) open hardware and sound
    3) In that open Devices and printers
    4)In that u can find Apple Iphone.
    5) now right click on this --> Hardware --> Properties --> General --> Uninstall --> ok.
    6) now unplug and plug in ur iphone again.There u go u iphone name changes to its original name.

    I am having this problem.  At first with the new iPhone 5, and then with the iPad 2.  I am not sure why this is happening. 
    My gut feeling is this is an iO6 issue and here's why -
    The problem mainly occurs with apps.  I have about 150 apps, and when I plugged in the phone, iTunes went to sync all of them.  The process would hang up after about 20 - 30 apps were loaded onto the phone. I could tell where about the process hung up because the apps on the phone showed up as "waiting".
    Then on the iPad 2 I plugged in to sync and saw there was a huge "Other" component in my storage.  It required me to restore the iPad 2 from backup.  With this restore the same issues occurred - putting the apps back on the iPad would hang up.  The videos on the iPad also got stuck - maybe after about 10 hours of videos transfered iTunes crashed.
    My solution has been to soft reset the device, restart Windows, and continue the process until it's complete.  This is remarkably inefficient and time-intensive but everything works with patience.
    I have been wondering if others have had these same problems. 

  • Passing the name of a table to a procedure

    Can anyone tell me how you can pass the name of a table to a procedure ?
    I am trying to write a generic procedure that will have the table name and the fieldname passed to it :-
    as in :-
    Select Fieldname FROM Tablename;
    null

    Refere to the documentation of
    built in package dbms_sql.

  • Query to get the name of the tables used in a View?

    Hi,
    Could you please help me in getting the name of the tables used in a perticular view?
    Please help me out...
    thnx in advance.
    Thnx,
    Bits
    Edited by: Bits on Sep 14, 2009 2:15 PM

    There is no data dictionary table that stores this directly.
    - You could get the DDL used to create the view and parse that SQL. Depending on how complex the view might be, this could be relatively easy or highly complex.
    - You could get a recursive list of the objects that the view depends on (from ALL_/USER_/DBA_DEPENDENCIES) and trace those dependencies back to all the tables that the view depends on. If your view calls functions, however, this may or may not be what you're looking for. If you are selecting from just one table in the FROM clause but you are calling a function that references a dozen tables, do you want one row? Or thirteen? What about tables referenced in a correlated subquery in the WHERE clause?
    Justin

  • What is the name of the IDoc table

    Can anyone tell me what the name of the IDoc table is

    Janice,
    Go to WE16 transaction and give the table name. If you dont know the table name just search out for it with all.
    ---Satish

  • Can anyone tell me how to change the names of the networks I have set up on Airport Express

    Can anyone tell me how to change the names of the networks I have set up on Airport Express please? I now work in a UN compound and my network is my own name, would prefer some anonymity so seeking to change the wifi network name that others might see.

    Hi mkl1961,
    Happy Holidays!  The article below will explain how to reset your Airport Express and change the network and base station names back to their defaults.  
    Resetting an AirPort base station FAQ - Apple Support
    http://support.apple.com/en-us/HT3728
    What default settings will my AirPort base station have after a hard or factory default reset?
    AirPort base stations are set to request an IP address by DHCP.
    AirPort base station passwords are "public."
    AirPort base station names revert to "base station xxxxxx," where xxxxxx is the last six digits of the wireless MAC address*.
    AirPort base station network names are "Apple Network xxxxxx," where xxxxxx is the last six digits of the wireless MAC address*.
    *A MAC (Media Access Control) address, also known as a "network ID," is a unique hardware identification number for a network port.  You can find the wireless and Ethernet network IDs on the printed label on the bottom or side of the device.
    Airport Express Setup Guide
    manuals.info.apple.com/MANUALS/1000/MA1613/en_US/airport_express_80211n_2nd_gen _setup_guide.pdf
    I hope this information helps ....
    - Judy

Maybe you are looking for

  • Word document shutting down on its own

    Hi, This seems to be affecting only one document. All the other Word docs are running fine. To clarify - the is Word 2004 on Mac OS X 10.5.5 The document is my notes document, created by me and not downloaded from the internet. Its been fine for the

  • Initializing with the console doesn't set indexes

    Hi, We want to change the basedn of a suffixe, from o=isp to o=Courrier,dc=domcomponent,dc=com. I exported my data using a db2ldif -U and modified my ldif with a sed. It seems that after I initialized my new suffixe with the console or the ldif2db.pl

  • IMAP boxes disappear & reappear, continually reload, subfolders move random

    I am having a very strange problem here which started about a week ago, maybe someone can point me in the right direction: 1) I use both gmail and my domain's server email which load into Mail.app. I use gmail because I like their spam filter and I u

  • Restriction Set - allow mulitple prompt values

    In my webi report I have multiple prompts for offices some BO groups need to access 1 and only 1 office while other BO groups need to access more than 1 office. The restriction sets I have setup in the universe work for the BO groups that need to acc

  • Premiere video blocks do not stick

    Hello, Since i last updated my premiere pro cc, the video blocks on my sequence timeline do not "stick" anymore. This "sticking" used to happen when i dragged a video block near the end of another video block. I have searched through all of the setti