Skip to Content
0
Former Member
Sep 05, 2007 at 07:53 AM

Problem in the ABAP mapping

21 Views

hi all ,

We are facing a strange problem in ABAP mapping , we are uisng the below syntax

if_node_collection = if_idocument->get_elements_by_tag_name( 'E1MVKEM').

l_rows = if_node_collection->get_length( )

It is not showing the exact no of E1MVKEM segments. Suppose it has 3 segments l_rows is '2'. Now in our custom code ( we have created a DOM from the XML) then used the same syntax, it is working fine ...

Has anybody faced the same problem b4????

Kind Ragards

Goutam