Ver Mensaje Individual
  #1  
Viejo 07/03/08, 17:59:45
aldape aldape is offline
Senior Member
 
Fecha de Ingreso: dic 2007
Mensajes: 204
Tree User Command, No Funciona

Utilizo la siguiente funcion para mostrar un TREE, cuando le quito
la parte del call_back_user_command, le das click en las carpetas y te muestra los elementos que contiene el nodo.. pero cuando le agrego la funcion ni la manda llamar ni expande las carpetas, solo muestra un error
'Seleccione una función valida'.

alguna idea???

Saludos.

* Display the tree control
DATA : F15 TYPE C.
CALL FUNCTION 'RS_TREE_LIST_DISPLAY'
EXPORTING
CALLBACK_PROGRAM = SY-REPID
callback_user_command = 'USER_COMMAND_TREE'
IMPORTING
F15 = F15 .


Form user_command_tree Tables t_NodeTab Structure SnodeText
using pu_ucomm like rsnewleng-fcode
changing pc_exit type c
pc_list_refresh type c.
Endform.
Responder Con Cita