Fwd: Delivery Status Notification (Failure)

40 views
Skip to first unread message

Ralf Janßen

unread,
Jul 30, 2011, 11:43:40 AM7/30/11
to sap...@googlegroups.com
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

Reply all
Reply to author
Forward
0 new messages