cancel
Showing results for 
Search instead for 
Did you mean: 

Using supply function field in an ALV

former_member182374
Active Contributor
0 Kudos

Hello Experts,

I have the following context structure:

Node

  -> att1

  -->att2

  -->att3

  -->Custom_Node

  -------> att4

  -------> att5

Node, att1, att2, att3 - from a service call

Custom_Node has supply function that set values to att4, att5.

When I'm using this context in an ALV only att1, att2 and att3 are displayed in the ALV.

Is it possible to display also att4 and att5?

Thanks,

Omri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Omri,

    Your alv instance will not display the attributes for sub node.

If your application has created subnode for the context node, these sub nodes will be lost as soon as the alv component invalidates the node.

   Take another instance of ALV and display the data of subnode in that.

This might help you.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/600729d2-d2c4-2d10-7ab5-d3f720908...

Regards,

monishankar C

former_member184578
Active Contributor
0 Kudos

Hi,

You can display by taking one more node with all 5 attributes and set the values to the new node and bind it to ALV

OR

you can use Table Popin if you want to dsiplay node wise. http://scn.sap.com/community/web-dynpro-abap/blog/2012/04/09/table-popin-in-webdynpro

Hope this helps u.,

Regards,

Kiran