2006 Jun 24 8:29 AM
Hi to all,
My requirement is to get the only selected node among many nodes
in the same splitter container when i reload it with a different
function code. My code is somewht like this-
CASE W_NODE_KEY(3).
WHEN 'REP'.
CLEAR W_CODE.
READ TABLE NODE_TABLE_200D INTO NODE WITH KEY
NODE_KEY = W_NODE_KEY.
W_PLNNR = NODE-TEXT(8).
SHIFT W_PLNNR LEFT DELETING LEADING SPACE.
W_PLNAL = NODE-TEXT+9(2).
CHECK NOT W_PLNNR IS INITIAL.
IF ( W_PLNNR NE W_PLNNR_DUP ) OR
( W_PLNAL NE W_PLNAL_DUP ).
W_RELOAD = 'X'.
CALL METHOD ALV_204->REFRESH_TABLE_DISPLAY.
ENDIF.
Any approach to solve my problem will be appreciated.
Thanks in advance.
Seema.
Hi to all,
My requirement is to get the only selected node among many nodes
in the same splitter container when i reload it with a different
function code. My code is somewht like this-
CASE W_NODE_KEY(3).
WHEN 'REP'.
CLEAR W_CODE.
READ TABLE NODE_TABLE_200D INTO NODE WITH KEY
NODE_KEY = W_NODE_KEY.
W_PLNNR = NODE-TEXT(8).
SHIFT W_PLNNR LEFT DELETING LEADING SPACE.
W_PLNAL = NODE-TEXT+9(2).
CHECK NOT W_PLNNR IS INITIAL.
IF ( W_PLNNR NE W_PLNNR_DUP ) OR
( W_PLNAL NE W_PLNAL_DUP ).
W_RELOAD = 'X'.
CALL METHOD ALV_204->REFRESH_TABLE_DISPLAY.
ENDIF.
Any approach to solve my problem will be appreciated.
Thanks in advance.
Seema.
2006 Jun 24 8:40 AM
2006 Jun 24 9:37 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |