Error in context binding for text property

Hello experts,
I receive this error in my WD4A application:
The following error text was processed in the system XXX : Context binding for property TEXT of "T_MONTHTO"
cannot be resolved: Node MAINVIEW.1.TEMPVAL2 does not contain any elements
The error occurred on the application server sapxxxxx_XXX_00 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: RAISE_FOR of program CX_WDR_ADAPTER_EXCEPTION======CP
Method: RAISE_BINDING_EXCEPTION of program CL_WDR_VIEW_ELEMENT_ADAPTER===CP
Method: GET_BOUND_ELEMENT of program CL_WDR_VIEW_ELEMENT_ADAPTER===CP
TEMPVAL2 has cardinality 0..1, selection 0..1, Inizialization Lead Selection false and the ST22 dump says:
33
34   if l_adapter->m_view_element is bound.
35     l_component ?= l_adapter->m_view_element->view->if_wd_controller~get_component( ).
36     l_view_name = l_adapter->m_view_element->view->name.
37     l_view_element_id = l_adapter->m_view_element->id.
38     l_component_name = l_component->component_name.
39   endif.
40
41   if l_adapter->m_context_element is bound.
42     l_path = l_adapter->m_context_element->get_path( ).
43   endif.
44
>>   raise exception type cx_wdr_adapter_exception
46     exporting
47         textid          = textid
48         previous        = previous
49         component_name  = l_component_name
50         view_name       = l_view_name
51         view_element_id = l_view_element_id
52         adapter_stack   = l_adapter_stack
53         path            = l_path
54         p1              = l_p1
55         p2              = l_p2
56         p3              = l_p3
57         p4              = l_p4
58         reason          = reason.
59 endmethod.
Could anybody please tell me why exactly this error is occuring?
Many regards,
Martin

Hi Martin,
I am getting the same error. can you please help me resolve this error.
Error:
Note
The following error text was processed in the system RS2 : Adapter error in &VIEW_ELEMENT_TYPE& "VBELN" of view "Z_MYFIRST_WEBDYNPRO.MAIN": Context binding of property VALUE cannot be resolved: Node MAIN.1.NODE_VBAK does not contain any elements
My Code is in the Method for the action is created for a button on MAIN VIEW
METHOD onactionaction_find .
wd_this->fire_to_alv_table_plg(  ).
  DATA: node_node_vbak TYPE REF TO if_wd_context_node,
        elem_node_vbak TYPE REF TO if_wd_context_element,
       stru_node_vbak TYPE if_main=>element_node_vbak .
stru_node_vbak type wd_this->element_node_vbak.
navigate from <CONTEXT> to <NODE_VBAK> via lead selection
break dasarikb.
  node_node_vbak = wd_context->get_child_node( name =
wd_this->wdctx_node_vbak ).
get element via lead selection
  elem_node_vbak = wd_context->get_element(  ).
get all declared attributes
  elem_node_vbak->get_attribute(
  exporting
  name = 'VBELN'
    IMPORTING
      value = stru_node_vbak ).
  DATA: ls_where(72) TYPE c,
        lt_where     LIKE TABLE OF ls_where,
        lt_vbak      TYPE STANDARD TABLE OF vbak.
create where condition
  IF NOT stru_node_vbak-vbeln EQ ''.
    CONCATENATE 'VBELN = ''' stru_node_vbak-vbeln '''' INTO ls_where.
    APPEND ls_where TO lt_where.
  ENDIF.
  IF NOT stru_node_vbak-erdat EQ '00000000'.
    CONCATENATE 'ERDAT = ''' stru_node_vbak-erdat '''' INTO ls_where.
    IF stru_node_vbak-vbeln NE ''.
      CONCATENATE 'AND' ls_where INTO ls_where SEPARATED BY space.
    ENDIF.
    APPEND ls_where TO lt_where.
  ENDIF.
  SELECT *
         FROM vbak
         INTO TABLE lt_vbak
        WHERE (lt_where).
  DATA: node_node_alv TYPE REF TO if_wd_context_node,
        stru_node_alv TYPE if_main=>element_node_alv.
navigate from <CONTEXT> to <NODE_ALV> via lead selection
  node_node_alv = wd_context->get_child_node( name =
if_main=>wdctx_node_alv ).
get all declared attributes
  node_node_alv->bind_table( lt_vbak ).
ENDMETHOD.
Thanks,
Kiran

Similar Messages

  • Error in Event Binding for Table UI element

    Hi,
    I had created a table UI element in my web dynpro component and it worked fine. After a few weeks, while I was making some other changes in the same module and did a syntax check on the component, I got this error "The event binding for element "TBL_ABC" contains errors". There is a "Correct errors" button given along with this error message, which removes the error. But I just wanted to know what is the reason for this error.
    Regards,
    Akshatha.

    Hi,
    Please check for the cardinality of the node which you are using to bind for the TABLE UI element.
    I think the cardinality should be either 1:N or 0:N.
    Give it a try.
    Regards,
    Lekha

  • XAML Binding for relationship property

    hi,
    I'm trying to bind a relationship property to a TextBox in a XAML form.
    <ListView VerticalAlignment="Top" x:Name="listviewtest" MinHeight="350" ItemsSource="{Binding Path=componentalias, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}">
    <ListView.View>
    <GridView>
    <GridViewColumn Header="Field1"
    DisplayMemberBinding="{Binding Path=field1}"
    Width="Auto" />
    <GridViewColumn Header="Field2"
    DisplayMemberBinding="{Binding field2}"
    Width="Auto" />
    <GridViewColumn Header="Field3"
    Width="Auto">
    <GridViewColumn.CellTemplate>
    <DataTemplate>
    <TextBox Text="{Binding Path=relationshipproperty, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
    </DataTemplate>
    </GridViewColumn.CellTemplate>
    </GridViewColumn>
    </GridView>
    </ListView.View>
    </ListView>
    What am I missing?
    thanks!

    Sorry about that! Folks tend to use "relationship" and "property" interchangeably.
    Are you using the console API (The IDataItem stuff)? If so, I'm not sure if relationship property binding is supported. The console API does have interfaces for relationship objects (in the form of the EnterpriseManagementRelationshipObjectDataType class),
    however, I'm not sure how (or even if) they exist within an IDataItem or BindableCachedDataItem projection.
    For reference, the windows computer form displays an Installed Software item's "Installed Date" which is a relationship property. However, the windows computer form exposes that property via a viewmodel proxy. It doesn't get the InstalledDate from
    the IDataItem..instead, it queries the SDK (technically the DAS) for the relationship's properties, then loads them into the viewmodel proxy. Only one-way binding is supported though..there's no mechanism to update the installed date from the form. In
    order to update a relationship property with the proxy method, you would have to update the relationship properties later via the standard SDK..which would be problematic at best (it would probably cause collisions), and would be convoluted to implement anyway.
    Mixing Console API updates and SDK updates is rarely a good idea.
    I'll dig into the console API a little bit and see if relationship properties/binding are supported at all. I'm curious now.

  • PropertyDescriptor.isBound() returns "true" for text-property of JTextField

    Hello,
    I have this simple code to retrieve all bound properties of a JTextField:
    BeanInfo beanInfo = Introspector.getBeanInfo( JTextField.class );
    PropertyDescriptor[] discriptors = beanInfo.getPropertyDescriptors();
    for ( PropertyDescriptor propertyDescriptor : discriptors ) {
         System.out.println( "propertyDescriptor.getDisplayName(): " + propertyDescriptor.getDisplayName() );
         System.out.println( "propertyDescriptor.isBound(): " + propertyDescriptor.isBound() );
         System.out.println();
    }When I run this, I can see that the property "text" is listet as "bound" (isBound() == true ). I know there is no JTextFieldBeanInfo, so the Introspector does a runtime introspection. And I know that "text" is not a bound property on JTextField. So why is "isBound()" reporting "true" for the "text" property? (I was hoping to get all bound properties of a class this way, but appearently it does not word).
    Thanks a lot for your help!

    Hello,
    so far I was not able to solve the problem... regarding my question my isBound() is true for the "text" Property, does anyone know why? And furthermore, how could one gather all bound properties of a swing component?

  • Error in Jaxb binding for wsdl document

    Hello
    below is my wsdl and binding.xjb that I am using. I want to rename the " <element name="getRelatedAssets">" name from 'getRelatedAssets' to 'getRelatedAssetsX'.
    But when I run it i got the following error
    [ERROR] compiler was unable to honor this property customization. It is attached to a wrong place, or its inconsistent with other bindings.
    [ERROR] (the above customization is attached to the following location in the schema)
    line 16 of file:/C:/Users/syedf/Documents/Checkers/4842/sample.wsdl
    Here is my wsdl:
    <wsdl:definitions targetNamespace="http://services.external.dmh.ibm.com"
    xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap"
    xmlns:impl="http://services.external.dmh.ibm.com" xmlns:intf="http://services.external.dmh.ibm.com"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <wsdl:types>
    <schema elementFormDefault="qualified" targetNamespace="http://services.external.dmh.ibm.com"
    xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap"
    xmlns:impl="http://services.external.dmh.ibm.com" xmlns:intf="http://services.external.dmh.ibm.com"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexType name="WsaaAuthToken">
    <sequence>
    <element name="authToken" nillable="true" type="xsd:string"/>
    </sequence>
    </complexType>
    <element name="getRelatedAssets">
    <complexType>
    <sequence>
    <element name="token" nillable="true" type="impl:WsaaAuthToken"/>
    <element name="anchorAsset" nillable="true" type="impl:WsaaAssetKey"/>
    <element name="relationshipName" nillable="true" type="xsd:string"/>
    </sequence>
    </complexType>
    </element>
    </wsdl:definitions>
    and here is my binding file:
    <jaxws:bindings
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"
    xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:version="2.1"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    wsdlLocation="C:\Users\syedf\Documents\Checkers\4842\sample.wsdl">
         <jaxws:bindings node="wsdl:definitions/wsdl:types/xsd:schema">
              <jaxb:bindings node="//xsd:element[@name='getRelatedAssets']">
    <jaxb:property name="getRelatedAssetsX"/>
    </jaxb:bindings>               
    </jaxws:bindings>
    </jaxws:bindings>
    Can anyone help me out in finding what wrong I am doing.
    I appreciate.

    Well, As I mentioned There is an element named 'getRelatedAssets' and I want to rename it to some other name like 'getRelatedAssetsXXXXX' which would not be in Schema using jax binding.
    Note. When I manually change the name to 'getRelatedAssetsXXXXX' in WSDL, it works. but I want to make it using jaxbinding.
    Anyways,Thanks for the reply.

  • Error in context binding mapping

    hi,
    i have created one application which run stand alone,
    after that i have created 2nd application and i am calling the 1st application by 2nd app using component usage, in 2nd app, to define external mapping, i have to define the node in 1st app as interface node and input element(ext.), 2 nd app runs but if i am running 1st app alone, it is showing that the mapping for input element is not complete, please give me the sol for that.

    You have to bind that varibale to the 1st application

  • Context Binding is not possible in webdynpro component for Interactive form

    Hi,
    Click
    [Enhancement of webdynpro component|http://swethacblog.blogspot.com/2011/11/context-binding-for-interactive-form.html#!/2011/11/context-binding-for-interactive-form.html] to view the procedure that I have followed to create interactive form in enhanced view.
    Can you please tell me that why i am getting the context menu nodes in invisible mode while binding it to from interface.
    Thank you,
    Swetha.C

    Hi Abhil,
    If your layout type is 'ZCI Layout' then you have insert the webdynpro script in the layout. After selecting the ZCI Layout click on enter and then go to layout tab, in this go to Utilities menu->select Insert WebDynpro Script.
    If you do this then in the Hierarchy tab of adobe form you can see the (Variable) ContainerFoundation_JS, it means that you have inserted WebDypro Script in the form.
    Finally activate the form and run the application.
    Thanks,
    Jhansi Miryala

  • No value found for text variable ZZCALQTR in "&ZZCALQTR&"

    Hi,
    I m currently working on cell definition and facing some problems.
    Considerthis
                    Structure1
                    Current Cal Quarter   Last Cal Quarter
    Row1
    Row2
    Total
    For Current Cal Quarter and Last Cal Quarter i have text variable &ZZCALQTR& and inside i have restricted 0CALQUARTER.
    ANd i have used
    different offset for )CalQuarter in individual cell definition.
    So, it is giving me this error
    No value found for text variable ZZCALQTR in "&ZZCALQTR&".
    what should i do...any solution
    regards,
    Sandeep Khatri

    Hi San,
    i think u r exeuting the Query without providing any value in selection screen.then it displays the error message which u mentioned...just enter some value in selectionand try it..
    hope this helps
    regards

  • Context menu for tree node cannot be accessed in IE 8 (Jdev 11.1.2)

    We use an af:tree with context menus for performing operations on each node. In IE 8 when you hover over a node before right clicking, "tooltip" text appears which basically just re-displays the text of the node. Even though the tooltip text is annoying, the context menu worked fine in 11.1.1.4, but now in 11.1.2 when you right-click on that tooltip text you get the "normal" browser context menu for text -- we no longer get our custom context menu.
    You can see this same problem on the tree in the rich faces demo: http://jdevadf.oracle.com/adf-richclient-demo/
    Sometimes, if you're quick enough, you can get the custom context menu to work, but it seems that once you've hovered long enough over one node to get the standard context menu, you're stuck and any node you click on will display the browser's normal context menu.
    This is a big problem for us because we rely on these context menus and most of our administrative users are on IE 8. Is there a workaround or can the tooltip text somehow be shut off? It doesn't appear in Firefox so Firefox works fine.
    Thanks.
    -Ed

    Hi,
    if this works on IE 7 you can force the app to run in IE7 compatibility mode
    See "Run ADF Faces applications with IE 9 in IE 8 compatibility mode" http://www.oracle.com/technetwork/developer-tools/adf/learnmore/april2011-otn-harvest-367335.pdf
    Works the same for IE8 to IE7. This then gives you a solution for until the issue is solved
    Btw.: If users click onto the folder icon (not the text, which brings up the tool tip) then the context menu work. I'll file a bug anyway
    Frank

  • Repousse not avaible for Text layers?

    Hello,
           I love the 3d effects with the 3D panel and Adobe Repousse. However everytime I select a text layer and then go to 3d, repousse, create object, I get and error that says "Repousse for Text layers is not supported at this time."
    But I have seen it done it tutorials and on the About Photoshop CS5 extended, it says It can be done...
    So how can one, I, user Adobe repousse with Text Layers in my Adobe Photoshop CS5 extended trial?
                                                                                    That is after I get Photshop insatlled properly and working-- here is that discussion
    Thanks for all your help and Regards,
                                                        Team 1504.

    You need to have a video card that supports OpenGL Drawing in Photoshop and have it enabled from Edit->Preferences->Performance

  • TREE --Context binding of property TEXT cannot be resolved:

    I have the following Error
    Adapter error in &VIEW_ELEMENT_TYPE& "OBJID" of view "YFIDOA_YEAR_EVAL.MAIN": Context binding of property TEXT cannot be resolved: Node MAIN.1.TREE_NODE.1.MAIN_ORGEH.1.ORGEH.1.PERNR does not contain any elements
    Requirement
    I have two group ( TREE section , Detailed Section )
    Tree Section  have a 4 Top Org Units loaded initially when clicking on each Top org, it expands as a Tree and goes deep strucure. No trouble in populating Tree, 
    when I bind the Text element in the Detailed section  with the PERNR, I get the Above Error.
    Configuration & Code
    All cardinalities are 0..N, initailization Lead selection is set for all the NODES.
    TREE_NODE > MAIN_ORGEH > ORGEH > PERNR > OBJEC
    Main_ORGEH has ORGEH,  the attribute TOP_ORG and the SUpply function GET_MAIN_ORGEH
    ORGEH has PERNR, attribute OBJID and the Supply function GET_ORGEH.
    PERNR has OBJEC structure , attributes PERNR, CALC_AMT, ENAME and supply Function GET_PERNR
    OBJEC has the structure objec strucutre
    Question
    I dont understand why PERNR > Pernr is not being read ? why is it telling me it is empty?
    Any suggestions ?

    The testing Org unit does not have any pernrs , as a result it was not allowing NULL values at the NODE PERNR level ( though NULL VALUE for the PERNR attribute is set).
    On passing some dummy values, the Error is cleared.
    I was even populating the Chief of the Org values as default to avoid NULL Values.

  • Invert Attribute/Property ("NOT") for context binding

    When I bind a contex node to the property "enabled" of a checkbox, there is a special setting for the binding called "Invert Attribute/Property ("NOT")", which I can use to invert the value from the context.
    However, for the property "checked" of the checkbox, this setting is not offered.
    Is there anything, i can do?

    Hi Daniel ,
    Invert property is not available for checked because its the data which it is going to be represented by checkbox   like for inputfield - value  , textview- text . properties are enabled , readonly......for which this function id present.

  • Context binding of property value cannot be resolved. not contain any eleme

    I have a binding of a inputelment to a context element. the context can be empty. when it is empty it throws the error only when i have that binding. I thougt its not interesting for an inputfield to have a value or? 
    Following error occurs: The following error text was processed in the system DBW : Adapter error in &VIEW_ELEMENT_TYPE& "ZPM_PROJ" of view "ZPM_MD_PMON.STARTVIEW": Context binding of property VALUE cannot be resolved: Node STARTVIEW.1.PROJ does not contain any elements

    Hi,
    The thing is that you're trying to access node which might be from 0 to 1 or n records (cardinality). And at runtime point you have 0 records with 0 elements. That's why you have problem.
    There might be something wrong with logic how you trying to display some data in your text fields.
    At runtime there is no context element from which system could take values.
    Or you have to change parent node cardinality to 1..1 if that meets logic or review your logic.

  • Error with the context binding

    hi friends,
    i am binding input_feild with the attribute vkorg
    it was giving error
    The following error text was processed in the system ECC : Adapter error in &VIEW_ELEMENT_TYPE& "IP" of view "ZZZ_TEST13.MAIN": Context binding of property VALUE cannot be resolved: Node MAIN.1.SALES does not contain any elements
    The error occurred on the application server csslecc_ECC_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    but i am giving the cardinality 1 to 1  for the node it was giving solution..
    why we are giving 1to1 here...?
    i am in confusion what is cardinality & what is selection..?
    can anyone explain me in detail,,,,,
    regards,
    karunakar

    Hi Karunakar,
    Collection Cardinality or Node Cardinality is a set of two values that define the minimum and maximum number of elements that a node may hold at run-time and is represented as 0..1, 1..1, 0..n, 1..n.
    The value on left denotes the minimum number of elements that a node must have at runtime and the value at right denotes the maximum number of elements that a node may have.
    Selection Cardinality is again a set of two values like node cardinality but denotes the number of elements that may be selected at run-time. Selection cardinality must not violate Node collection cardinality i.e. if node cardinality is 0..1 0r 1..1, it is invalid to specify 0..n or 1..n as selection cardinality.
    Pleae check this...
    http://help.sap.com/saphelp_erp2005/helpdata/en/7a/787e40417c6d1de10000000a1550b0/content.htm
    Cheers,
    Kris.

  • Context binding error in Dynamic UI element creation

    Hi,
    I am new to Webdynpro. I am trying to build an app for dynamic table data in an ALV,so creating an input field for table name dynamically.
    I am facing a issue while binding the dynamic input field to the dynamically created context node attribute. The error description is: ERROR: Error in INPUT_FIELD "IF" of view "ZVK_DYNAMIC1.MAIN": Context binding of property VALUE cannot be resolved: The MAIN.1.INPUT node does not contain any elements (termination: RABAX_STATE).
    Following is the code written in wdinit( ) method and wdmodifyview( ) method of the view controller.
    METHOD wddoinit .
       DATA: lr_root_node_info  TYPE REF TO if_wd_context_node_info.
       DATA: lr_input_node_info TYPE REF TO if_wd_context_node_info.
       DATA: ls_attribute_info  TYPE wdr_context_attribute_info.
       lr_root_node_info = wd_context->get_node_info( ).  " get the root node
       CALL METHOD lr_root_node_info->add_new_child_node
         EXPORTING
           name                         = 'INPUT'
           is_multiple                  = abap_false
           is_multiple_selection        = abap_false
    *      is_initialize_lead_selection = abap_false
         RECEIVING
           child_node_info              = lr_input_node_info.
       CLEAR ls_attribute_info.
       ls_attribute_info-name          = 'TABLE_NAME'.
       ls_attribute_info-type_name     = 'STRING'.
       CALL METHOD lr_input_node_info->add_attribute
         EXPORTING
           attribute_info = ls_attribute_info.
    ENDMETHOD.
    METHOD wddomodifyview .
       DATA: lr_ui_root     TYPE REF TO if_wd_view_element.
       DATA: lr_container   TYPE REF TO cl_wd_uielement_container.
       DATA: lr_input_field TYPE REF TO cl_wd_input_field.
       DATA: lr_flow_data   TYPE REF TO cl_wd_flow_data.
       IF first_time EQ 'X'.
         lr_container ?= view->get_element( 'ROOTUIELEMENTCONTAINER' ).
         CALL METHOD cl_wd_input_field=>new_input_field
           EXPORTING
    *       activate_access_key        =
    *       alignment  = E_ALIGNMENT-AUTO
    *       bind_alignment             =
    *       bind_display_as_text       =
    *       bind_display_only          =
    *       bind_enabled               =
    *       bind_ime_mode              =
    *       bind_input_prompt          =
    *       bind_length                =
    *       bind_password_field        =
    *       bind_read_only             =
    *       bind_state =
    *       bind_style_class_name      =
    *       bind_suggest_filter_method =
    *       bind_suggest_values        =
    *       bind_suppress_value_help   =
    *       bind_text_direction        =
    *       bind_tooltip               =
             bind_value = 'INPUT.TABLE_NAME'
    *       bind_visible               =
    *       bind_width =
    *       context_menu_behaviour     = E_CONTEXT_MENU_BEHAVIOUR-INHERIT
    *       context_menu_id            =
    *       date_picker_reference_id   =
    *       display_as_text            =
    *       display_only               =
    *       enabled    = 'X'
    *       explanation                =
             id         = 'IF'
    *       ime_mode   = E_IME_MODE-AUTO
    *       input_prompt               =
    *       length     = '20'
    *       multi_field_suggest        =
    *       no_history =
    *       on_enter   =
    *       on_table_paste             =
    *       password_field             =
    *       read_only  =
    *       state      = E_STATE-NORMAL
    *       style_class_name           =
    *       suggest_filter_method      =
    *       suggest_values             =
    *       suppress_value_help        =
    *       text_direction             = E_TEXT_DIRECTION-INHERIT
    *       tooltip    =
    *       view       =
    *       visible    = E_VISIBLE-VISIBLE
    *       width      =
           RECEIVING
             control    = lr_input_field.
         CALL METHOD cl_wd_flow_data=>new_flow_data
           EXPORTING
    *       cell_design = E_CELL_DESIGN-PADLESS
             element = lr_input_field
    *       id      =
    *       v_gutter    = E_V_GUTTER-NONE
           RECEIVING
             control = lr_flow_data.
         CALL METHOD lr_input_field->set_layout_data
           EXPORTING
             the_layout_data = lr_flow_data.
         CALL METHOD lr_container->add_child
           EXPORTING
    *       index     =
             the_child = lr_input_field.
       ENDIF.
    ENDMETHOD.
    Please help.

    Hi Vishal,
    Actually, for an input field the node should be with cardinality either 1...1 / 1...n. i.e. at least one element should exist. So you need to pass "is_mandatory = abap_true" while creating node.
    Please modify your code as below
    CALL METHOD lr_root_node_info->add_new_child_node
         EXPORTING
           name                         = 'INPUT'
           is_mandatory = abap_true
           is_multiple                  = abap_false
           is_multiple_selection        = abap_false
    *      is_initialize_lead_selection = abap_false
         RECEIVING
           child_node_info              = lr_input_node_info.
    Hope this helps you.
    Regards,
    Rama

Maybe you are looking for