// "help_fb01.txt" // we use the SAP standard"/O" popup screen Screen RSM04000_ALV.2000 // Resize window. Actual text can contain more lines, windows will then get scrollable WindowSize (20,80) Title "Online Help transaction FB01" // delete existing screen elements and pushbuttons del (0,0) (10,100) del P[/5] del P[/14] // Existing function keys = "Enter" (back to transaction) On "/1" Fcode="/0" On "/2" Fcode="/0" On "/3" Fcode="/0" On "/4" Fcode="/0" On "/5" Fcode="/0" On "/12" Fcode="/0" // Escape key On "/15" Fcode="/0" // Now display your help text Text (1,1) "@19@ Transaction FB01" -intensified Text (3,1) "Please note:" Text (5,1) "@5B@ For incoming payments: ...." Text (6,1) "@5B@ For outgoing payments: ...." Text (7,1) "@5B@ For bank charges: ...." Text (86,1) "Additional documentation can be found at:" Text (87,20) "http://intranet1/SAP/docu/fb01.html" -intensified