Get access to the attributes of my dynpro from an Internet Service

Hi,
I have generated a new dynpro with one "Select"-button and several other fields.
Is it possible to get access to all of the attributes of this dynpro from my Internet Service ITSGENMOBILE.
What I mean is, at my dynpro there is an Icon on my button which I can not see when I open the template which is generated with the ITSGENMOBILE service.
Now I want to customize the service so that the Icon is also at my generated template.
You can find the original code at the TA SE80. (sry but I can't paste the code, because I will get an error if try to post the message with this code)
Open the path:
" Internet Service -->Search for "ITSGENMOBILE" --> Thema 99 --> HTML-Templates --> Elements --> Button"
I know with the code fragment
'GEN_NAME'[GEN_LOOP_LINE].name'
I get the name of my button or with
'GEN_NAME'[GEN_LOOP_LINE].label'
I get the text of my button.
But how can I get the name of path of the used ICON?
I google for it but I cant find any doc.
Maybe someone can help me with the syntax.
Thx for your help
Regards
Phil

Thx for your reply,
I had the following problem:
If i have created a dynpro and generate a template with the ITSGENMOBILE Service. But at this point the informations of the used icons got lost. Now I have customized a copy of the class CL_ITS_GENERATE_MOBILE and copy of the ITSGENMOBILE Service.
Now I can poll the used icons from my dynpro and screen them as a button at my browser.

Similar Messages

  • How to get access to the partner Functions of a PO header in BADI

    Hi All,
    I have a scenario where I need to get access to the PO Header Partner Functions to get the Vendor number, in the PROCESS_ITEM method of BADI ME_PROCESS_PO_CUST. I could not find any method to get the partner functions. Is there any way I can get this data in my BADI implementation. I'm talking about ME21n transaction code, and the PO is not created yet, hence the PO number is not available in the BADI.
    If the above is not possible, is there any other function module which I can call in the PROCESS_ITEM method of the BADI to get partner functions and their respective vendor numbers.
    Any pointers would be appreciated and points awarded. Thanks for your time and help.

    Hello,
    Use the methods of the class: CL_PO_ITEM_HANDLE_MM, in the method: PROCESS_ITEM of the badi:
    ME_PROCESS_PO_CUST, for example to access the po lines. the code is as follows:
    data: it_mepoitem type mepoitem.
    **Get the po lines.
      it_mepoitem = im_item->get_data( ).
    To look at the methods available: Go to SE24, Input the class:
    CL_PO_ITEM_HANDLE_MM
    Hope this helps.
    PS: Award points if my answer is helpful.
    Rajeev

  • HT4410 I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7

    Dear Apple. I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7 bootcamp install download from Apple

    It is a Total Misconception that the Support files are installed when you are installing Windows, even if the USB drive that holds them is inserted in the system when doing the Windows install.
    You must always Run the Setup.exe files from the support files or run the drivers individually once Windows has finished installing and booted to the desktop.
    Also you really need to run the Boot Camp Control Panel Applet and check for updates as not all the newest drivers for full function of all the hardware is included with the original support download. That download is basically a generic version to get the system working and without doing the updates not everything will work properly.

  • Is it necessary to fill in the number of my credit card to get access to the apps? What if I don't have one?

    Is it necessary to fill in the number of my credit card to get access to the apps? What if I don't have one?

    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
     Cheers, Tom

  • I once created an account and changed meanwhile my Apple ID. Now, when trying to log in to iCloud, I get the message: "You are already logged in". I cannot get access to the account in the way, that, for example, the options appear on the right hand side.

    I once created an account and changed meanwhile my Apple ID. Now, when trying to log in to iCloud, I get the message: "You are already logged in". I cannot get access to the account in the way, that, for example, the options appear on the right hand side.
    What can I do?

    Thank you, pvonk, but:
    To be more precise: I am talking about the logging-in within the System Preferences on my iMac.
    When trying to log in with the old ID, I get no access, i.e. it says "Try again"...-Trying the same with the new one gives me the result I mentioned in my first question...
    Now I found out how to do it: I had to erase all accounts-then I could sign in with my Apple-ID. Thanks again.

  • Way to get access to the context menu

    I assume there is no official way to get access to the context menu, so you can add a menu item when, say, you right-click on a photo in the publish service collection. You can tweak the behaviour for the two existing items, but there does not seem to be a way to add your own.
    Regular menu Export, Library, Help menu items are too coarse, as they apply across the whole app. It would be nice to be able to add an item that invokes a script to do some stuff to the item.
    I can hack in a workaround using the various edit collection callbacks, but this is a kludge of the highest order.

    Context menu access would be nice. If squeaking helps, maybe an FR - I've already cast one, and assume Adobe only counts one per person...

  • How do I get access to the parent window native pointer?

    Under Windows:
    I need to get access to the native pointer for an applications frame (in this case a JFrame).
    I need to do this because I want to display property pages in a native dialog box. These property pages are supplied by driver software, are themselves native, and require a valid CWnd handle in order to become active and therefore visible.
    Hence I need access to the native peer. Is there a way to do this?

    ok andrew, when i compile the given code i receive the following errors:
    hwndex.java:19: cannot resolve symbol
    symbol  : class DrawingSurfaceInfo
    location: class HwndEx
          DrawingSurfaceInfo drawingSurfaceInfo =
          ^
    hwndex.java:20: cannot resolve symbol
    symbol  : class DrawingSurface
    location: class HwndEx
             ((DrawingSurface) comp.getPeer()).getDrawingSurfaceInfo();
               ^
    hwndex.java:20: warning: getPeer() in java.awt.Component has been deprecated
             ((DrawingSurface) comp.getPeer()).getDrawingSurfaceInfo();
                                   ^
    hwndex.java:24: cannot resolve symbol
    symbol  : class Win32DrawingSurface
    location: class HwndEx
             Win32DrawingSurface win32DrawingSurface =
             ^
    hwndex.java:25: cannot resolve symbol
    symbol  : class Win32DrawingSurface
    location: class HwndEx
                   (Win32DrawingSurface) drawingSurfaceInfo.getSurface();
                    ^
    4 errors
    1 warningand i consulted the document for "getPeer()" and there it is said that "getPeer()" method has been deprecated since JDK 1.1 so how can one use the above code. please give the code in more appropriate way.

  • WLC 5508 Cant get access via the Mgmt Interface

    Hello everybody,
    i have a wlc 5508 (version 7.0.98.0) , if i'm pinging the service port interface or try to get access via this interface, everythings is fine, but if cant get access via the management interface. (but its pingable)
    the crazy thing is, that the LAP joined successful ti the wlc, but the Upgradetool (converting an AP to an LAP) doesnt work, because the tool cant reach the mgmt interface of the wlc.
    there are no ACLs, which are blocking the traffic between wlc and my computer
    Does anyone has an idea, what i've configured wrong???
    regrads,
    Rocco

    Interface Name                   Port Vlan Id  IP Address      Type    Ap Mgr Guest
    wlan1                                   1    16       172.16.2.10      Dynamic No     No
    management                         1    2        172.16.1.10      Static     Yes    No
    wlan2                                   1    220      172.16.3.10   Dynamic No     No
    service-port                        N/A  N/A      10.75.100.99      Static     No     No
    virtual                                N/A  N/A      1.1.1.1               Static     No     No
    and my Pc is in the 172.16.4 subnet
    i have no access to the switch port, where the controller is connected to, but i know that this port permits access to the vlans which are used

  • I need to control which software gets access to the the internet

    Hello,
    I need to control which software gets access to the the internet to control my GPRS bill. For example, I want only Battle.net software (Blizzard Armory) to be able to access the internet when I leave my home or work WiFi and hit the road where I connect through GPRS and/or 3G. Is there such a software that does this function?

    No, it's all or nothing.

  • Qosmio G30-126 - How to get access to the bios!

    I have a laptop Qosmio G30-126 and I don't know the key for entering the bios to change to properties for the HDD or any thing... so how to get access to the bios? what is the key for the bios??

    Hi
    Try to press the F2 button while powering the unit.
    Older Toshiba notebooks supported the ESC and then F1 button
    So these two options are possible

  • How to get access to the OCM toolkit  ?

    how to get access to the OCM toolkit  ?
    the full version not the demo !

    I need to know how to do a complex query my task is to find out the names of people allergic to paracetomol and penicilllin from a list of names??? I REALLY NEED HELP ITS DUE IN TODAY!
    TASK: show the Pupils: forename, Pupil surname, Year group, teacher in charge to all children allergic to penicillin and paracetmol from the table of names (not everyones allergic) How do I query it!?????????
    <a href="http://www.ornsoft.com/">Custom software development</a>
    <a href="http://www.aconsultancy.co.uk">Acquisition Search Warwickshire</a>

  • How to get access to the HTTP-Manager Tomcat ?

    How to get access to the HTT-Manager Tomcat ?
    Whe i do:
    http://localhost:8080 - i have access to the Kablink.
    How i can get access to the Tomcat Manager ??
    Serg

    Originally Posted by skoltogyan
    How to get access to the HTT-Manager Tomcat ?
    Whe i do:
    http://localhost:8080 - i have access to the Kablink.
    How i can get access to the Tomcat Manager ??
    Serg
    Hey Serg,
    I don't think that's possible with the tomcat config that is supplied with Vibe.
    You might get a better answer in the community space for Vibe/Kablink at vibe.novell.com, direct link being atm: https://vibe.novell.com/ssf/a/do?p_n...beonprem_url=1
    Cheers,
    Willem

  • Please tell me you can get access to the messages through the sdk? Using the protocol Bluetooth (MAP)

    please tell me you can get access to the messages through the sdk? Using the protocol Bluetooth (MAP)

    If you're referring to iMessage, you can't.
    That data is off limits.

  • How to resolve "The server is unavailable and could not be accessed. The server is probably disconnected from the network." error in Sharepoint serach crawl.

    Hi all,
    I have created a content source in Search service application for a particular site collection "http://spwebapp/sites".
    I performed reset crawl index of Search service application and then performed a full crawl.
    But i get errors on running crawl on this content source for most of the files. The error is "The server is unavailable and could not be accessed. The server is probably disconnected from the network." Though the site is accessible.
    But before performing reset index the crawl was working fine on this content source. Crawl is working fine for other site collections. Only one site collection is facing this problem. Please let me know if what I can do to resolve this error.
    Thanks in advance.

    Are you seeing any error messages in the URL related to the Gatherer?  And in your content source, are there any site URLs that are no longer active or do you have any crawl rules set up that might be affecting access to the site collection?
    I've seen this happen for a variety of reason, SSL issues, proxy issues, permissions issues.  The Eventvwr and ULS logs should help you narrow down the real problem.
    Sometimes this is an issue because the indexer and the site are sitting on the same box, you could try doing a disable loopback check to see if that resolves the issue and if it does then go through the hassle of setting up a specific LSA :
    http://iedaddy.com/2009/04/sharepointdisable-loopback-check/
    ieDaddy
    Blog: http://iedaddy.com
    Twit: @iedaddy

  • PS CS4 64-bit (in Web Premium CS4) on Win 7 PC.  I did a duplicate file check on my hdd and deleted dup files. Now I get "Some of the application components are missing from the Application directory, Please reinstall.."

    PS CS4 64-bit (in Web Premium CS4) on Win 7 PC.  I did a duplicate file check on my hdd and deleted dup files. Now when I try to run PS 64-bit I get "Some of the application components are missing from the Application directory, Please reinstall the application." When I do this, it seems to install correctly until the very end, then it says "Installation Complete With Errors", and when I try to run I get the same 'component missing message'. What can I do? PS 32 bit runs fine. Some of the other applications ib Web Premium say the shortcut has been changed or removed. I appreciate your help...Thank you

    Best advice I can think of is to uninstall and run the Clean Script from here.
    Adobe - Adobe CS4 Clean Script

Maybe you are looking for