This is done for balancing of output idoc structure.
The problem I am facing now is incorrect order of segments.My output is:
<acgl>.....</acgl>
<acgl>.....</acgl>
<accr>.....</accr>
<accr>.....</accr>
THe required output is:
<acgl>.....</acgl>
<accr>.....</accr>
<acgl>.....</acgl>
<accr>.....</accr>
As the second combinationof acgl and accr is to balance the first set.
I have tried a lot of things but to no avail.
THe last thing I tried was to use...CREATE LASTCHILD..Adn force creation of the structure.The structure is being created but I have to assign the values,which is not taking place.
Please help out!!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum