Hello.
I have implementd the F4 Help restriction with a BAdi.
I have created an AFO with several sources, for performance, the options for update at first are unchecked and i refresh sheet by sheet with vba code with the setences
lResult = Application.Run("SAPExecuteCommand", "Restart", X)
lResult = Application.Run("SAPExecuteCommand", "Refresh", X)
but at first execution the F4 Help restriction is no trigger (i have put a break-point and the system doen't stop).
IF i cancel the input window and refresh the AFO the evet is started.
Do you know some setence in VBA to force the F4 event.
Kind regards.