Hello,
this is a great projekt and i found a lttle thing i would like to add.
To make the entered string in the field object visible for the F4 help i would like to add th following below:
Line 419 in the last alpha i downloaded.
---------------------------------------------------
At Selection-Screen on value-request for nobjnam.
Data l_object_type like euobj-id.
Data l_object_name like euobj-id. "<== New
*
*
Perform get_current_screen_value using 'NPLUGIN' '120'
changing l_object_type.
if l_object_type is not initial.
Perform get_current_screen_value using 'NOBJNAM' '120' "<== New
changing l_object_name. "<== New
nobjnam = l_object_name. "<== New makes entered Object visible for F4 help
---------------------------------------------------
Please let me know what you think.
best regards
Ralf Janssen