Which table stores page id and name?

Hi,
When we navigate through the portal pages, each page url will contain a unique id to identify itself: for example "page?_pageid=33,1,33_32417". Based on the page id parameter, from which database table can I retrieve the corresponding page name?

portal30.WWPRO_PORTLET_METADATA_NLS$
portal30.WWPRO_PORTLET_METADATA$
portal30.WWPOB_PORTLET_INSTANCE$

Similar Messages

  • Urgent----In which table are portlet id and name stored?

    In which table are portlet-id and name stored?

    portal30.WWPRO_PORTLET_METADATA_NLS$
    portal30.WWPRO_PORTLET_METADATA$
    portal30.WWPOB_PORTLET_INSTANCE$

  • Which table stores the IMG and User Menu information?

    Hi,
    Does anyone know which table stores the IMG and User menu information? I am looking for a table which stores the t.code and the respective menu path so that i can find the menu path for each t.code.
    Please help.

    Hi,
    If you are looking info related to area menu then use fm
      call function 'BMENU_MENU_TREE_GET'
        exporting
          menu_id        = p_menu
        tables
          menu_tree      = imenu_tree
        exceptions
          menu_not_found = 1
          others         = 2.
    aRs

  • Which tables store the domains and data types?

    Hi.
    From what I know, DD01L stores all the domains (both SAP and user-created) in the system. Is this understanding correct?
    As for data types, which table stores them?
    Thanks.

    Hi,
    All abap program stored in the TADIR table and TRDIR
    Z_reports are stored in the table REPOSRC
    TVDIR is the system table(view) maintained by sap.
    in this all Tables are stored.
    TVDIR is a repository of VIEWS.
    The domains are stored in DD01L
    The tables that are created are stored in DD02L
    Fields are stored in DD03L.
    Data Elements are stored in DD04L
    DD06L                          Pool/cluster structures
    DD07L                          R/3 DD: values for the domains
    DD08L                          R/3 DD: relationship definitions
    DD09L                          DD: Technical settings of tables

  • Which Table store Workflow ID and Corresponding trip No. for employee trip

    Hi,
    I need to find a table that store data for WorkID created from workflow with corresponding employee no. trip id
    For example i am using a bapi "SAP_WAPI_WORKITEM_DESCRIPTION" in this i put workitem id as 920943 then output from text_line shows result like below as description text
    PersonNo.: 00108062  Trip no.:
    0000041233
    Trip beginn.: 05/07/2010 00:00:00
    Trip end: 06/07/2010 00:00:00
    Reason:
    Loc.:   brazil
    Country: USA
    Total costs: 5.00 USD.
    I am not able to find where these information are stored.
    Thanks And Regards
    Ranjeet Singh

    Hi,
    This table hold the work item id. But my question is that is there any any link of this work item id to trip no and employee no. For FM "SAP_WAPI_WORKITEM_DESCRIPTION", When i enter work item id it will show output for lext_line as below
    Plz execute this fm in se37 and enter existing workitem id and see the result on table text_line.
    PersonNo.: 00108062  Trip no.:
    0000041233
    Trip beginn.: 05/07/2010 00:00:00
    Trip end: 06/07/2010 00:00:00
    Reason:
    Loc.:   brazil
    Country: USA
    Total costs: 5.00 USD.
    I just want to know from which database all these entries come together in this single text field.
    Thanks And regards
    Ranjeet Singh

  • Fusion HCM Compensation: which table stores Individual Award and approvals?

    Hi - Not seeing any Fusion app forum so I'm asking for leads here about DB sources for Fusion HCM's Individual Award (IA) transaction to customize in OTBI. If there's a better forum to post, please advise. I looked at OBIEE and OBIA but this question is Comp domain rather than technology specific to those forums.
    We want to build ADF VO/VL objects for OTBI to report on IA transaction details. The seeded OTBI doesn't support this so we need customization. Would like to know the Fusion tables that hold IA transactions and the Approval Management Service (AMX) workflow for the IA so we could build ADF VO objects for them.
    We looked in OER and found the CMP_TRANSACTIONS table. It has focal transactions but we don't know if IA offcycle transactions are stored there or not. We could not find AMX tables in OER.
    Thanks in advance for your help.
    -Duc Nguyen
    Edited by: ducngu on Feb 8, 2013 12:22 PM

    Hi Oliver -
    Thanks so much for quick response. For Individual Awards, we use them for 1-off bonus and stock transaction that's outside of annual/bi-annual cyclical program. The manager will initiate the IA awards directly to the recipient but transaction still go through an approval chain before payout. Before Fusion HCM, there is Individual Compensation Distribution in EBS for these offcycle transactions.
    Could you ask where is Variable Compensation is stored between submission but before it's fully approved, i.e. pending workflow approval? Based on my understanding of R12 before Fusion, pay details would not go into pay element entries and entry values until it's fully approved.
    Similarly, if Human Workflow is used for Variable Compensation, which main table(s) is storing workflow header and workflow approval steps?
    Thanks in advance,
    -Duc

  • Which tables store system messages and their decription?

    Thanks!!!!!!

    Hi Razer,
    it can be done in transaction SE91 - Message Maintenance.
    Messages allow you to communicate with the users from your programs. 
    They are mainly used when the user has made an invalid entry on a screen. 
    To send messages from a program, you must link it to a message class. 
    Each message class has an ID, and usually contains a whole set of message. Each message has a single line of text, and may contain placeholders for variables (e.g. & & & - three variables). 
    All messages are stored in table T100. 
    Once you have created a message, you can use it in the MESSAGE statement in a program. 
    use T100 table to check messages.
    hope this helps u a bit,
    all the best,
    regards,
    sampath
    mark helpful answers

  • Which table stores all development class and names of programs

    Hi All,
    can any one tell me which table stores all development classes and programs we made.

    thanks for the answer , i got info also.
    TADIR is also one table in which you can find out the prog names and dev class.
    check table for dev class is TDEVC.

  • Which table stores program names?

    Hi,
    Which table stores the program names.
    Suppose i have a program with name ZTEST.
    And the program ZTEST has 2 more include programs ZTEST_TOP and ZTEST_MAIN.
    Now the requirement is that i'll have the program name (Say ZTEST), I need to fectch the includes associated with e program.
    I wanna know which table stores this data(program and its corresponding includes).
    Thanks in adavance.
    Vishnu

    Hi,
    If you are using this for searching the includes of your z program/function group, you can filter out the objects starting with "Z","Y","LZ","LY".
    Regards
    Vinod

  • Which table stores the information about a user (name, username etc.)

    Which table stores the information about a user (name, username etc.) .Is it LDAP server or MSSQL server? then hw to go to that table ?

    I guess this is a question about CAD - and it doesn't matter much if it's UCCE or Express. The info is in the LDAP called Directory Services. In UCCE the Sync process updates the LDAP from the ICM config database.
    You can use a free LDAP browser to connect to the LDAP (anonymous connection) and read the LDAP.
    Regards,
    Geoff

  • In which table can I find the name and surname  for a username ?

    Hello,
    I search the table with the master data of users. Specially I search the table where I can find the
    name, surname for a user.
    In which table can I find the name and surname  for a username ?
    Thanx in Advance

    Hello  everybody,
    thank you for the helpful informations.
    thank you very much
    with kind regards
    cetoman

  • What table stores delivery header and item texts?

    Hi Gurus,
    Which table stores header and item text of delivery? We use VBBP text object and provide test id, language to read the texts using function module 'READ_TEXT'.
    Can you please tell me which table store the texts?
    Best regards,
    Pavan

    >
    Pavan1 wrote:
    > Hi Gurus,
    >
    > Which table stores header and item text of delivery? We use VBBP text object and provide test id, language to read the texts using function module 'READ_TEXT'.
    >
    > Can you please tell me which table store the texts?
    >
    > Best regards,
    > Pavan
    This stores in text objects so you need to pass
    Here is simple thing to find what to pass to the read_text function module.
    Go to delivery - If you want to find header text - GOTO (on application menu) - Header -texts - Double click on the text where you enter text - GOTO (on application menu) - Header - This will give you a popup kind of screen where you can find the
    text name (if it is header - only delivery number and if it is item - deliverynumber + item number ) , lang, Text id, Text object
    This will give you the required parameters... .

  • Get Node ID of PFCG tx., which table stores it? I tried F1 help but no use!

    Hello,
    Pls. let me know how to get / read the node ID's value of PFCG tx, which table stores this value?
    Thank you

    Hi,
    Use the table AGR_HIER to get the node id of all WD applications of a  ROLE.
    Sample Code:
    select single *
                   from AGR_HIER
                   into ls_agr_hier
                   where  agr_name = 'ROLE_NAME'
                            and reporttype = 'OT'
                           and REPORT = 'WDY_APPLICATION'.
    Now, you get all wd applications attached to that node.
                   ls_agr_hier-OBJECT_ID ..... is the node id
    Check tables with AGR_*  to find out the exact match against your application name
    Hope this helps you.
    Regards,
    Rama

  • Which table stores the Sales Order--Header--Texts--EDI Text?

    Hi Experts,
    I hv a requirenment regarding the Sales Order -> HEADER -> TEXTs -> EDI Text-Int, so, I need to hv some Orders(#). which does hv this text on them, for as test data.
    So, I am looking which table stores, this text for my_sales_oders_12345678.
    [ actually, i got some info from sdn, like,
    Table TTXOB -> stores Texts: application object for Sales order header it is always VBBK i.e. field TDOBJECT = VBBK.
    Now all the text types i.e. text ids are stored in table TTXID
    So fetch all text ids(TDID) from this table based on TDOBJECT = VBBK. And its descriptions are stored in TTXIT table.
    but, no use this ]
    thanq
    Edited by: Srinivas on Jul 10, 2008 11:06 PM

    Hi Srinivas,
    Generally to access the text we use READ_TEXT function Module.
    we need to pass the four parameters
    ID
    LANGUAGE
    NAME
    OBJECT
    You can find these parameters in the sales order it self.
    Goto ---> Header ---> Texts
    Now double click on the text it takes you to the Text Editor. You can find the screen Display Form Header . In this goto Menu Path Goto ---> Header. You get a screen Text header. Here you can find the these parameters.
    Text Name
    Language
    Text ID
    Text Object
    You need to pass these parameters to the function Module to text the text.
    You can also fins the text in Table STXH
    Best regards,
    raam

  • Which table stores the data of transaction FBL1N...?

    Hi,
    Please help me find out which table stores the data ,generated from transaction FBL1N..Actually i need to find out the g/l account against the vendor account that is being displayed in FBL3N's document overview.

    Hi,
    Data will be retrieved from following table :
    tables: lfa1, lfb1, bsik, bsid, kna1, t001,t005, SKAT, SKB1.
    In BSIK you have  both LIFNR and HKONT. You will get the data based on the LIFNR and HKONT. LIFNR is Vendor and HKONT is GL assigned to the vendor.
    Thanks,
    Sriram Ponna.
    Message was edited by:
            Sriram Ponna

Maybe you are looking for

  • How to remove the white space the in Excel  output

    Hi All, I was working with Oracle Apps r12. We have developed a custom report using xml and the report output type is Excel. when ran the report it completed with normal and the excel output is generated,We have a column called Amount and its having

  • Weird error message. can anyone help.

    i never had a problem burning from my lacie external cd burner. but today i got this error message. the attempt to burn a disc failed. The device is not accessible, probably because it was removed. anyone know what it could be? obvioulsy i didnt unpl

  • Firefox 3.5.25 suddenly stopped working, have old computer this is as high as I can go

    I have a mac powerbook about 5 years old. The only version of FF I can use is 3.6.25 and have been using it all along. 3 days ago it suddenly stopped working. I lost my igoogle page. Icannot sign in as the button does not work. When I try to search n

  • Beginning with Structural Authorisations

    Good day fellow SAP HCM Community, Our company is currently investigating the option of going via structural authorisations for our HCM system security but we are struggling to set it up. Please advise if anybody has some documentation on the followi

  • Titles do not transfer from jpg into IPHOTO 7.01

    very perplexing situation: i spent hours writing in the titles of 140 images inside photoshop CS4 in the title area in the ITPC area of photoshop for a slide show. this was done in CS4 i then ran Graphic converter to make them smaller jpgs 1 MB each.