DisableParam
Only used for SAP connectivity, this method allows the user to request that SAP not send data back in tables that will not be used. If a BAPI returns 5 tables of data but only 1 will be used, the other 4 can be turned off to increase the speed SAP returns with results.
Group: Embedded Procedure Object
Syntax: emProc.DisableParam(vParamID, bDisabled)
vParamID (Variant) the name of the table that is not necessary.
bDisabled (Boolean) set to True if the table should be ignored.