on 2009 Feb 26 8:22 PM
Hi guys,
I'm developing a tree application by wd abap, it will be like MMBE.
I need to display all fields of structure in a node or item.
Example:
Structure :
BUKRS
WERKS
LGORT
MATNR
Layout:
BUKRS A
|_ WERKS LGORT MATNR
|_ WERKS LGORT MATNR
BUKRS B
|_WERKS LGORT MATNR
I created nodes "NODE1" and "ITEM1" type strucure and add all field, assigned to tree container, created methods to fill both, but when I test, only appear a tree without any description. How could I fill nodes to appear entire row?
You can use the ALV Component for Table output and just set the Hierachy Column option:
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/3e/904b2624534e0db707c7314a5e1e9d/frameset.htm
This can even be set at Runtime by the end user and they can change which column(s) are the hierarchy ones.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
This you can achieve using standard table and using Master Columns
go through this link
Abhi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can go thru the component - WDR_TEST_EVENTS in your sap system.
Within this you will find the examples of tree control.
Hopes this will help you.
Regard
Manoj Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.