cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in the ABAP mapping

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved