Ho to get the structure for a subnode

Hi Experts,
I am an beginner in webdynpro abap - sorry for this simple question, but I have not found an answer.
I have a context node generated from a interactive form. Let's call this node 'node1'.
Within this node I have a subnode 'subnode1' containing the elements for an internal table.
My simple question is: Ho can I get the structure of the subnote element?
I mean, this is clear for me:
DATA:
            ls_node1        TYPE wd_this->element_node1.
But how about:
ls_subnode1 type ?????????????????
I guess the answer is quite simple... Thanks for your help.
Andreas

Hi,
This will be of the same type that you declared while creating the context node element node1. You may go to the context node tab to see the dictionary structure. Alternatively you double click on wd_this which would display the inferface for wd_this and search for element_node1 there.
Let me know if this helps.
Regards
Prasenjit

Similar Messages

  • Dynamically get the structure of an itab

    Hi all,
       How to get the structure of an Itab dynamically.
    Regards,
    bala

    u mean to say that the itab table structure has to be dynamic. ???
    u can refer the followig code.
    REPORT  ZDINUCOPY_DATA_FROM_CLIENTS  .
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.
    PARAMETERS : P_CLIENT LIKE T000-MANDT OBLIGATORY,
                 P_TABLE(10) OBLIGATORY,
                 P_TARGET(10).
    SELECTION-SCREEN COMMENT 45(65) TEXT-001 FOR FIELD P_TARGET.
    SELECTION-SCREEN SKIP 1 .
    PARAMETERS : P_DEL AS CHECKBOX.
    PARAMETERS : P_INS AS CHECKBOX.
    SELECTION-SCREEN END OF BLOCK B1.
    DATA: GP_TABLE TYPE REF TO DATA                            .
    FIELD-SYMBOLS: <GT_TABLE> TYPE TABLE                       .
    FIELD-SYMBOLS: <GS_TABLE>                                  .
    DATA : I_STRUCTURE_NAME LIKE DD02L-TABNAME,
           CT_FIELDCAT TYPE LVC_T_FCAT.
    AT SELECTION-SCREEN.
    IF P_TABLE(1) NE 'Z' AND
       P_TABLE(1) NE 'Y'.
       MESSAGE E000(00) WITH 'Enter a customer table'.
    ENDIF.
    IF P_TARGET IS INITIAL.
      P_TARGET = P_TABLE.
    ENDIF.
    START-OF-SELECTION.
    I_STRUCTURE_NAME = P_TABLE.
    CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'
      EXPORTING
        I_STRUCTURE_NAME             = I_STRUCTURE_NAME
        I_CLIENT_NEVER_DISPLAY       = 'X'
       CHANGING
         CT_FIELDCAT                  = CT_FIELDCAT[]
      EXCEPTIONS
        INCONSISTENT_INTERFACE       = 1
        PROGRAM_ERROR                = 2
        OTHERS                       = 3 .
    CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE
      EXPORTING
        IT_FIELDCATALOG           = CT_FIELDCAT
      IMPORTING
        EP_TABLE                  = GP_TABLE
      EXCEPTIONS
        GENERATE_SUBPOOL_DIR_FULL = 1
        OTHERS                    = 2.
    ASSIGN GP_TABLE->* TO <GT_TABLE>.
    BREAK-POINT.

  • How to get the values for checked and unchecked chekboxes

    Hai i have using the checkbox in for loop.
    I need the urgent help from anyone,
    for example in the loop there is having 5 checkbox if i checked 3 of the ckeckboxes and 2 of the checkboxes are unchecked. I need to get the values for checked checkboxes and unchecked checkboxes. Because if i checked the checkboxes, those values need to be inserted into the database. Those for unchecked checkboxes values need to be deleted from the database. Can anyone help me for this
    i am using the following jsp code for this. If anyone can know about this please post me the sample code.
    <form name="confirmcontainer" id="confirmcontainer" method="post" action="submit.jsp">
    <% for(int i=0;i<value.length;i++) {%>
    <tr>
    <td><input name="assigncontainer_chkbox" d="assigncontainer _chkbox" type="checkbox" value="<%=value[0]%>"></td>
    <td class="bottomborder"><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><%=value[1]%> </font></div></td>
    <td bgcolor="#FFFFFF" class="bottomborder"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><%=value[2]%></font></td>
    </tr>
    <% } %>
    <tr><td><input type="submit" name="submit" value="submit"> </td></tr>
    </form>
    Thanks & Regards,
    Tamilvanan

    Hey thanks Alex and Catastrophe for the quick response...
    I'll be sitting with the functional team and reviewing the roles created.
    Thanks for all the help once more
    Regards,
    Akash.

  • How to get the values for the Authorization Object Fields....

    Hi Everyone,
    I'm pretty new to the SAP Security and have been working on the Basis sides...I created a new role in PFCG and added a few transactions (ME13) and clicked on the Authorizations tab. In there, the authorization tree is in yellow and red. After providing the Org Values, only the yellow lights remain (apart from the green one ofcourse). Now how do we get the values for the different auth obj fields that are in yellow... say for example
    Conditions                                                   COND
    Maintain Condition: Auth. for Use/Appl./Cond.Type/Table      V_KOND_VEA
    Activity                       03                                                                        ACTVT
    Application                                                                                KAPPL
    Condition table                                                                                KOTABNR
    Condition Type                                                                                KSCHL
    Usage of the condition table                                                                 KVEWE
    Here the values for V_KOND_VEA fields e.g. KAPPL, KOTABNR etc are missing.
    My question is how do we get these values in regard to the requirement provided by the client...is it the functional guys who provide these values or else how is a security person supposed to know it...
    All the help in this regard is sincerely appreciated along with the awarding of points...

    Hey thanks Alex and Catastrophe for the quick response...
    I'll be sitting with the functional team and reviewing the roles created.
    Thanks for all the help once more
    Regards,
    Akash.

  • Get the Stock for a given Material no

    Hi,
         I'm an ABAP consultant, new to MM.
         I have a requirement - For a given Production Order I have to find the Material and respective BOM Explosion. Once that is done I have to get the Stock for those Materials [Child Materials].
    I have used AUFK and AFPO to get the material from the Production Order and Used MAST table to get the other details and passed it to FM - 'CS_BOM_EXPL_MAT_V2' - This gives me the Child materials.
    Now I want to know how can I find the Stock for a given Material. I want to get the Overall Unrestricted stock. Which Table do I have to use. Is there any standard Function Module [FM] or BAPI to get it.
    Please help.
    Thanks & Regards,
    Ashish

    I have gone through  the MARD table. I want to confirm - for a Material no there are more than 1 plant and for each plant there are more than storage location. So I have to add the Unrestricted Stock of all those to get the Full Unrestricted Stock.
    Please refer Transaction MMBE - I have to use that output.

  • I tried getting the update for my new iphone and now it is asking me to activate it again but won't let me, how do I fix this?

    I tried getting the update for my new iphone and now it is asking me to activate it again but won't let me, how do I fix this? I had started using it for a few hours and tried getting the update and now it won't let me activate the phone. I also can't call the helpline because it won't let me leave this screen on the phone that says "Your iPhone could not be activated because the activation server is temporarily unavailable. Try connecting your iPhone to iTunes to activate it, or try again in a couple of minutes." What it says on iTunes after I fill out the activation info is "There was a problem activating your iPhone. Please contact Verizon Wireless at 1-800-922-0204 to have this iPhone added to your account. Click Continue to be able to explore its features and the App Store." Please help this is driving me nuts!

    iPhone User Guide
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • If i have an iPhone and an iPad on the same apple id, what do i do to NOT have my iPad get the imessages for my phone?

    If i have an iPhone and an iPad on the same apple id, what do i do to NOT have my iPad get the imessages for my phone?

    On the iPad:
    Settings > Messages > Send & Receive > Uncheck your phone number from both sections
    To turn it off completely:
    Settings > Messages > turn off iMessage

  • A^b = n ,How to get the value for a ?

    a^b = n ===> n = Math.pow(a,b)
    How to get the value for a ?
    dose Java have API to get the value for a ?
    Thanks for help~~~

    a^b = n
    =>
    a = n^(1/b)
    So,
    a = Math.pow(n,1.0/b)

  • How to get the date for the first monday of each month

    Dear Members,
    How to get the date for the first monday of each month.
    I have written the following code
    SELECT decode (to_char(trunc(sysdate+30 ,'MM'),'DAY'),'MONDAY ',trunc(sysdate+30 ,'MM'),NEXT_DAY(trunc(sysdate+30 ,'MM'), 'MON')) FROM DUAL
    But it look bith complex.
    Abhishek
    Edited by: 9999999 on Mar 8, 2013 4:30 AM

    Use IW format - it will make solution NLS independent. And all you need is truncate 7<sup>th</sup> day of each month using IW:
    select  sysdate current_date,
            trunc(trunc(sysdate,'mm') + 6,'iw') first_monday_the_month
      from  dual
    CURRENT_D FIRST_MON
    08-MAR-13 04-MAR-13
    SQL> Below is list of first monday of the month for this year:
    with t as(
              select  add_months(date '2013-1-1',level-1) dt
                from  dual
                connect by level <= 12
    select  dt first_of_the_month,
            trunc(dt + 6,'iw') first_monday_the_month
      from  t
    FIRST_OF_ FIRST_MON
    01-JAN-13 07-JAN-13
    01-FEB-13 04-FEB-13
    01-MAR-13 04-MAR-13
    01-APR-13 01-APR-13
    01-MAY-13 06-MAY-13
    01-JUN-13 03-JUN-13
    01-JUL-13 01-JUL-13
    01-AUG-13 05-AUG-13
    01-SEP-13 02-SEP-13
    01-OCT-13 07-OCT-13
    01-NOV-13 04-NOV-13
    FIRST_OF_ FIRST_MON
    01-DEC-13 02-DEC-13
    12 rows selected.
    SQL> SY.

  • Get the Count for each row

    I'm trying to get the count for each row to total count for each month
    Something like this
    Hardware     |      Jan
    Monitors       |       5
    Processors   |      137
    Printers        |      57
    etc........
    How can I write a query for this. I can get the Hardware column but don't know how to get the next column.

    If you can provide more data like sample input DML statements it would have been wonderful..
    Assuming is , you need a pivot. Here is an article on basic Pivot..
    http://sqlsaga.com/sql-server/how-to-use-pivot-to-transform-rows-into-columns-in-sql-server/
    something like this may be..
    DECLARE @Input TABLE
    Hardware VARCHAR(20),
    [Date] VARCHAR(20)
    INSERT INTO @Input VALUES('Monitor', '01/01/2014'), ('CPU', '01/01/2014'), ('Monitor', '01/03/2014')
    , ('ABC', '01/01/2014'),('Monitor', '02/01/2014')
    ;WITH CTE AS
    SELECT Hardware, LEFT(DATENAME(M, [Date]),3) AS [MonthName] FROM @Input
    SELECT *
    FROM
    SELECT Hardware, [MonthName], COUNT(Hardware) AS Count FROM CTE GROUP BY Hardware, [MonthName]) a
    PIVOT (MAX([Count]) FOR [MonthName] IN ([Jan], [Feb])) pvt
    Please mark as answer, if this has helped you solve the issue.
    Good Luck :) .. visit www.sqlsaga.com for more t-sql code snippets and BI related how to articles.

  • Is there a way to get the details for each hit in the portal database WCR_WEBCONTENTSTAT?

    Hi,
    I need to get the details for each user hit.
    Apparently, this table has the IMPRESSIONS column which returns the total number of hitcounts and VISITS which counts the number of unique user who accesses the portal. What I am trying to look for is to get all the details per hitcount. I need to find out how many time a specific user accessed a specific page or iview.
    I also used the table WCR_USERPAGEUSAGE, which I get the information of the users counted in the VISITS column in the first table.
    I could not get the specific user per hit.
    Please enlighten me if this is possible and how to do this?
    Thanks!

    Hi Catherine,
    Why not use the portal activity report iView?
    In the portal activity report iView the 3rd option allows you to choose a page for example and see
    the user who accessed it and how many times.
    Thanks and BR,
    Saar

  • I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is j

    I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is just a plain photoshop file, a watermark is added, then save as jpeg - the jpeg is saved to a different folder than the original photoshop file.)  It happens for about 10 of 30/40  files approximately . Thank you, Kathryn

    I believe I have figured it out - I need to flatten the image, even though there are no layers except for layer 0, first.

  • Where can I get the driver for my HP DE8A4L external USB CD/DVD drive?

    Where can I get the driver for my HP DE8A4L external USB CD/DVD drive? 
    On the label it says, Model HSTNN-PD06-91
    and
    HP PN: 518819-001 Rev.B
    I've had my Mini 110-1000 running our music system for a couple of years, no complaints.  When I wanted a CD/DVD drive, I purchased a DE8A4L external USB drive directly from HP.  It didn't come with a driver disc.  When I plug it in, the USB subsystem does not enable it.  Device Manager shows a yellow exclamation point, saying, "Windows cannot load the device driver for this hardware..."   It is running Windows XP Home Edition SP3.
    What gives with this device?

    Following up on tactic 2) above, I upgraded the BIOS from version F07 to the latest version available on the HP download site, version F19.  This went well, but unfortunately the system still does not recognize the device.
    When I try to Device Manager, and select the DE8A4L DVD device, and try "search for a device driver", it says it cannot find a better match for the driver already installed.
    This Mini 110-1000 only came with 1 Gb RAM, and Windows XP Home.   Is one of these a critical limitation for running an external USB DVD drive?

  • How to get the ItemKey for a Workflow triggered by an event in Oracle Apps

    Hello,
    I have added a custom sub process to the seeded "OM Order Header" workflow. The process sends a notification. There are a few attributes in the body of the message tied to this notification, to which I am trying to assign values to using the syntax:
    SetItemAttrText (itemtype, itemkey, attrname, attrvalue).
    I have the internal names for the item type and attribute name, but don't know how to get the value for the item key. I understand the item key is supposed to be unique for each item type and is automatically generated by the workflow engine when the work flow fires. Is there a built-in function or some means to get this value?
    Regards,
    Smita

    Have you tried to query WF_ITEMS? -- http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=WF_ITEMS&c_owner=APPLSYS&c_type=TABLE
    bde_wf_item.sql - Runtime Data of a Single Workflow Item [ID 187071.1]
    Thanks,
    Hussein

  • I work for the County and we purchased a copy of Adobe Photoshop CS2 long ago.  The person that did the order is no longer here.  All I have is the CD Disk that is new but i did not know the key code is.  Is there a way to get the keycode for this?

    I work for the County and we purchased a copy of Adobe Photoshop CS2 long ago.  The person that did the order is no longer here.  All I have is the CD Disk that is new but i did not know the key code is.  Is there a way to get the keycode for this?

    It would not work anyway. The activation servers have been retired and Adobe has provided a new CS2 download along with a new serial number for CS2 owners.
    Download Acrobat 7 and CS2 products
    Gene

Maybe you are looking for

  • Error occurred during character conversion in SXMB_MONI

    Hello Experts, Good Day! I would like to seek your help here. When i used tcode SXMB_MONI to search for messages i get this error : Error occurred during character conversion. So far no problem with the program. Its work for all other dates. Just for

  • Problem with file permissions using Snow Lepord

    I'm having problems with file Sharing & Permissions using Snow Lepord. When I save any new file it only has 'Read & Write' privileges for the user, everyone else is 'read only' or 'no access'. We have a Netgear NAS Server which is accessed by other u

  • Got my website up and running but lightbox is not working properly

    Hi Everyone, I got my website up and running, but my lightbox isn't working properly. The descriptions of each painting is missing and the arrows and slideshow function is missing. I don't know what I did wrong. The link to the website is below. http

  • Digital out not used at system startup (x-fi mus

    Hi, I have a x-fi music card with the newest drivers and windows xp. The FlexiJack Mode in my settings is using the digital e/a. Whenever I start windows xp, I hear no sound. I always have to switch back to Line In/Mic mode and then back to digital e

  • Data to be continued in the same page instead of next

    Hello All, I want data to be continued on the same page on right hand side instead of extending to the next page as below. Is this possible at all? I am using an RDF report (10g) and on R12. ID COL2 COL3 ID COL2 COL3 1 xxx xxx 5 xxx xxx 2 xxx xxx 6 x