How to find out Application from Component

Hi Experts,
I have a component called FITV_VT_TRIP_DOCUMENT which is called from two applicatons FITV_POWL_TRIP and another one say ABC.
Now i need to know which application is calling the component.
Is there any Class->Method to find out the application name from component.
Or Is there any method to get the browsers URL from that component.
Thannks,
chandra

Hi,
When you pass the Application name you can get the URL (But this can be mapped to external alias also).
* Generate the url for the component
  CALL METHOD cl_wd_utilities=>construct_wd_url
    EXPORTING
      application_name = 'ZWDC_SALES_REPORT'  "Application name
    IMPORTING
      out_absolute_url = lv_url.    "String
   "This can be an internal alias
Refer these links -
To get Component name from Application -
How to get Component name from Application
Get the Calling WD component name -
The name of calling WebDynpro
Regards,
Lekha.

Similar Messages

  • How to find out the Target Component name and Target view name

    Hi All Expert,
                      I want to know ,how to find out the target component and target view in WEB UI,when i click on a field which shows as a hyper link in WEB UI .At GUI level ,i know the how it will work.Any way to find out the component name and view name which is show the details of that field at GUI level .IF you go to transaction CRMD_ORDER then open the service contract id .then goto the item level value .there is 1 service data tab is available at item level.there is two button is available.first one is available time and second one is response time .if i click on any button then one popup is open which is shows the details of that button.I dont know how to find out the component name and view name from GUI level.
    Thanks in Advance....
    Vishwas Sahu

    Hi Vishwa,
                 The control would be something like this for navigation in Get_p_xxx method u mention as link and u mention a event name which gets triggered on the click of this hyperlink. So your GET_P_XXX method would have the following code:
    CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_event_link.
        WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
          rv_value = 'EXAMPLE'.
    Now you have to create a method as EH_ONEXAMPLE at your IMPL class and within which you would give an outbound plug method. Within the outbound plug the target data would be filled in the collection and window outbound plug would be triggered.
    This is a huge topic and  i have just mentioned you basic things.
    Regards,
    Bharathy.

  • How to find out last_query from jsp form in oracle applications

    Hi
    At present i am working on Quality Module.
    in India Localization.
    In Quality module -> Results -> Inquiries -> Skip Lot Inquiry
    If i enter our organization name
    Then its openning one form.
    I am unable to find out the table names from the jsp form.
    User also unable to comment on it.
    So, please help me on this issue.
    Regards,
    Pradeep.

    Hi
    Once you open the jsp form, at below leftside corner you can see link : About This Page. If you click on the link : About this Page this again open another window, there you can see multiple tabs at header level, if you click on page tab, there you can all the VO objects used to build this page. If you click on VO object hyperlink you can see the query.

  • How to find out OrgUnit from the MSS team viewer iview

    Hi Experts,
    Please refer following link:
    https://wiki.sdn.sap.com/wiki/display/profile/HowtoreadinformationfromtheteamviewerinWeb+Dynpro
    Using this link, I am able to find out the perno.
    I have to find out OrgUnit of selected person. I did the mapping. I have also written following code:
    String orgunit = wdContext.currentSelectedOrgUnitElement().getObjid();
    wdComponentAPI.getMessageManager().reportSuccess("You have selected orgunit "+ orgunit);
    However, orgunit value is always null
    Can you please let me know how we can get the orgunit in this case?
    Regards,
    Gary

    Hi Gabriel,
    Requirement 1
    Thanks. I did so. Using this I can see the OrgUnit. However, this is the OrgUnit of MSS user. It remains same through out the program. It is unlike pernr which changes as the user clicks on different Employees.
    My exact requirement is as below:
    User will click on Employee Selection drop down box. After that he will select "Employees from Organizational Structure". Here organization structure will be displayed. Now the user will expand Org Structure. I want to know the Org Unit of different Organization as the user will go on expanding the Org Structure using the buttons
    Requirement 2
    User will click on Employee Selection drop down box. After that he will select "Employees from Organizational Unit". Now we can see the Go button. I have to write some code on the button. Where I can find the code for the button. I spent lot of time. I am not able to find out the exact place where the view for the button is located.
    Please help.
    Regards,
    Gary

  • How to find out index from table?

    Hi all,
    I've tried to create indexes to some columns from some tables to use for Oracle Text.
    I ve got a error message saying that I can not create an index:
    "cannot create multiple domain indexes on a column list using same indextype".
    I was wondering if an index already exists for that column, how do I find out the name of the index that points to that paticular colum?
    Thanks a lot
    E.

    Check the view dba_ind_columns
    That will tell you.
    something like;
    select index_name, column_position, column_name from dba_ind_columns
    where table_name = '<table name>'
    order by 1,2

  • How to find out tcode from a program that can run the same report?

    Hello all,
    I have a program name and I can see it is successfully proccessed. Now if I want to get the report via a tcode, how can I get it?
    How can I find the tcode from the program itself?
    Regards,

    Hi,
    1) Go into SE80, > Enter the name of the program, and press 'Enter'.
    2) You will see a folder called 'Transactions' appearing in the object list on the bottom left.
    3) Open the folder, and you'll find T.code of that program.
    Thanks,
    Nirav

  • How to find out combination from following situation

    Dear all,
    It is bit different,with your permition,i am taking this apartunity to make some changes.
    1 2 3 will always be in this order {123}, i want to find out number of cases can be made,
    like {1},{2},{23},{13},{12},{123}{3},{}. but each number has two states like "a" "b", i.e,
    each one will become different entity,like 2a,2b,3a,3b,1a,
    with only exception i.e. 1 will have only one state 1a.
    please tel me step wise using formulas, so that i can understand, also any link will be helpfull.
    is there any way to solve this using tsql program or any programm exist in any other language.
    yours sincerly

    Hi Saeid
    Compare the Execution plan of those queries:
    SELECT 'a' s UNION SELECT 'b'
    SELECT 'a' s UNION ALL SELECT 'b'
    If you know that the values are unique always use UNION ALL and not UNION :-) It is much better (in the execution plan comparing the queries above you will get 56% vs 44%).
    [Personal Site] [Blog] [Facebook]

  • How to find out application status on a server?

    Hi,
    How can i find whether the application is running or not on specific system and port in core java?
    //Gupta.

    By using the JDK's jConsole tool. YOu can connect to any JVM and display all the threads, memory consumption, etc. Just inspect the running threads and show if something blocks.

  • How to Find out the from which table we can get the following fields?

    The following fields are from invoice data
    How to  know or from which table we get the following fields:
    Header Details:
    Manifest:, Finance Control #:, Alternate SID:, Carrier:, Container/Trailer #:, Hazmat Code:, Harmonizing Code, Freight Forwarder, Fiscal Rep., Ship From,  Notify Party
    Item Details:
    VAT/Tax Rate %, VAT/Tax Amount, Measurements, Net Weight, Gross Weight
    thanks

    Dear Krishnama
    Place your mouse on the required fields and press F1.  A box with header Performance Assistant will appear in front of you where you select "Technical information" (icon like hammer and spanner). 
    You can now see what table it is.
    thanks
    G. Lakshmipathi

  • How to find out software from apple store

    Dear sir
    i don't have open a apple store so how can i download other app.

    What do mean by 'don't have open a apple store' ? What problem are you having ? As you've posted on here then you have an account.
    If you want to create another one then there are instructions on this page for doing so : http://support.apple.com/kb/HT2731
    Or if you don't want to give credit card details then follow the instructions on this page when creating it : http://support.apple.com/kb/HT2534

  • How to find out web-inf path from the physical drive?

    How to find out web-inf path from the physical drive?
    I have some user profiles in web-inf directory.SO I want to know the path from root directory like
    d:/program files/allaire/jrun/appname/web-inf/profiles/username like that.
    Presently I am able to get the path upto the application directory and from that I am concatinationg web-inf/profiles/username .
    But it is giving problems when it is deployed under unix or linux.Because web-inf there it treats as WEB_INF
    SO I want to get the path of web-inf directory with out hard coding.
    Thanku

    String path = application.getRealPath("/WEB-INF/profiles/username");
    Note sure why you need this, but you don't need the real path to read the file - you can get an InputStream using the relative path. See ServletContext getResource() and getResourceAsStream().

  • How to find out which data control do the page layout components come from?

    hi,
    work in Jdev 11.1.2.3
    After have drag and drop data control into pages designer, how to find out which data control do the page layout component (such as a field in form layout) come from?
    --i cannot find data control related information in the property pallete for the page layout component.
    Regards.

    This information can be found in the page definition file.
    Select the field in the page and then click the binding tab.

  • How to find out the application server info

    Hi, I am wondering how to find out the application server info in Java code, just like how to find out the db platform being used. Thanks

    Hi,
    I am not aware of any spec defined way of finding out such info. There may be vendor specific APIs or mechanisms.
    But you can use environment entries in your deployment descriptors to specify the information and make use of the entries inside your j2ee component. That will make your code platform neutral.
    Sahoo

  • How to find out Db name of perticular web application in sharepoint 2010

    how to find out Db name of perticular web application in sharepoint 2010 to take a backup from sql

    1.  Open the SharePoint 2010 Central Admin application.
    2.  On the SharePoint central administration website, click Application Management.
    3.  In the Databases section, click Manage Content Databases.
    4.  On the Manage Content Databases page, select a web application by clicking the Web Applications drop-down list and choosing a web application.
    5.  Can notice the  available database names for the webapplication. ******************************************************************************************
    Please remember to mark your question as answered &Vote helpful, if this solves/helps your problem
    s p kumar

  • How to find out which type of the driver is used in our application?

    Hi all,
    can anyone tell me how to find out which type of the driver is used in our application?
    Thanks in advance,
    Phoeniox

    Hi,
    Check out this...
    Class.forName("com.mysql.jdbc.Driver"); //if u r using MySql
    List drivers = Collections.list(DriverManager.getDrivers());
                   for(int i=0;i<drivers.size();i++)
                        Driver driver = (Driver)drivers.get(i);
                        String driverName = driver.getClass().getName();
                        System.out.println("Driver "+i+":::"+driverName);
    you need to load the driver and display in the same program.
    Then only you'l get the required result.
    prakhyath

Maybe you are looking for

  • MS-DOS 와 MS-WINDOWS 의 PRO*C

    제품 : PRECOMPILERS 작성날짜 : 1998-09-30 Subject: Pro*C on MS-DOS and MS-Windows PlatForms ==================================================== 1. Support of Oracle 6.0 indicates that your applications will work against an Oracle 6.0 RDBMS(or Oracle 7 Ser

  • When I paste into the form, it pastes 3 times. How do I get it to paste 1 time?

    When I paste into the form, it pastes 3 times. How do I get it to paste 1 time? WANt to copy text from a pdf and enter into a form- 1 x.

  • Importing classes to help applets - professionals

    I am creating a applet that calls a additional .class that acts as a gatewat between the applet and a servlet(applet -> class -> servlet) Inside the applet how I can make the 'import' statement for a file that is in the same directory of the applet??

  • Grey screen for no reason

    Hi, I noticed since few days that the grey screen asking e to reboot appeared few times. I didn't install any new software or RAM neither. I have the following report : Thu Aug 28 14:15:24 2008 panic(cpu 0 caller 0x00223363): "rtunref: bad refcnt 0 f

  • Dot as a keyword separator

    I'm sorry if asked before ... I think that "treat '.' as a keyword separator" checkbox on the preferences window does not work as expected. I want to create keyword hierarchy with this option when importing, but Lr does not separate keywords entered