Can I change the business object instance caption that appears in the area above my command handlers?
Yes, you can.
In WAM applications do this:
Set #ThisHandler avHandlerCaption('My alternate caption')
In WINDOWS applications do this:
Set #Com_Owner avHandlerCaption('My alternate caption')
In WINDOWS applications you can also add a suffix to the Window and title bar captions using this:
Set #Com_Owner avWindowSuffix('My Window Suffix')
Set #Com_Owner avTitleBarSuffix('My Title Bar Suffix')
You can’t do this in RAMP because the command handler (VF_CH006) is a sealed program.