Make RAMP interactive.
Syntax
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.MakerampTSavailable
Parameters
|
Return Value
None
Remarks
Invoke this method in the uExecute command handler method, there is no performance penalty in doing this. It will ensure that you can interact with RAMPTS.
Examples
Invoke Method(#myscreen_wrapper.MakerampTSavailable) uSession_Id(SESSION_A)
Invoke Method(#myscreen_wrapper.MakerampTSavailable) uUserObjectType(HumanResources)
Related Topic MakerampTSavailable Method.