Difference between revisions of "RPC HELP DLL ExportFN List"
From VistApedia
(Created page with " RPC Broker Help Home DLL Interface Home <h2>DLL Exported Functions</h2> The following functions for TRPCBroker comp...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
* [[RPC_HELP_DLL_ExportFN_RPCBCall|RPCBCall]] Execute an RPC | * [[RPC_HELP_DLL_ExportFN_RPCBCall|RPCBCall]] Execute an RPC | ||
− | * [[RPC_HELP_DLL_ExportFN_RPCBCreate|RPCBCreate]] Create a TRPCBroker component | + | * [[RPC_HELP_DLL_ExportFN_RPCBCreate|RPCBCreate]] Create a [[RPC_HELP_TRPCBroker|TRPCBroker]] component |
* [[RPC_HELP_DLL_ExportFN_RPCBCreateContext|RPCBCreateContext]] Create context | * [[RPC_HELP_DLL_ExportFN_RPCBCreateContext|RPCBCreateContext]] Create context | ||
− | * [[RPC_HELP_DLL_ExportFN_RPCBFree|RPCBFree]] Destroy a TRPCBroker component | + | * [[RPC_HELP_DLL_ExportFN_RPCBFree|RPCBFree]] Destroy a [[RPC_HELP_TRPCBroker|TRPCBroker]] component |
− | * [[RPC_HELP_DLL_ExportFN_RPCBMultItemGet|RPCBMultItemGet]] Get value of a Mult item in a Param | + | * [[RPC_HELP_DLL_ExportFN_RPCBMultItemGet|RPCBMultItemGet]] Get value of a [[RPC_HELP_TParamRecord_Mult_Property|Mult]] item in a [[RPC_HELP_TRPCBroker_Param|Param]] |
− | * [[RPC_HELP_DLL_ExportFN_RPCBMultPropGet|RPCBMultPropGet]] Get value of a Mult property in a Param | + | * [[RPC_HELP_DLL_ExportFN_RPCBMultPropGet|RPCBMultPropGet]] Get value of a [[RPC_HELP_TParamRecord_Mult_Property|Mult]] property in a [[RPC_HELP_TRPCBroker_Param|Param]] |
− | * [[RPC_HELP_DLL_ExportFN_RPCBMultSet|RPCBMultSet]] Set a Mult item in a Param to a value | + | * [[RPC_HELP_DLL_ExportFN_RPCBMultSet|RPCBMultSet]] Set a [[RPC_HELP_TParamRecord_Mult_Property|Mult]] item in a [[RPC_HELP_TRPCBroker_Param|Param]] to a value |
− | * [[RPC_HELP_DLL_ExportFN_RPCBMultSortedSet|RPCBMultSortedSet]] Sorts a Mult Param property | + | * [[RPC_HELP_DLL_ExportFN_RPCBMultSortedSet|RPCBMultSortedSet]] Sorts a [[RPC_HELP_TParamRecord_Mult_Property|Mult]] [[RPC_HELP_TRPCBroker_Param|Param]] property |
− | * [[RPC_HELP_DLL_ExportFN_RPCBParamGet|RPCBParamGet]] Get the value of a Param | + | * [[RPC_HELP_DLL_ExportFN_RPCBParamGet|RPCBParamGet]] Get the value of a [[RPC_HELP_TRPCBroker_Param|Param]] |
− | * [[ | + | * [[RPC_HELP_DLL_ExportFN_RPCBParamSet|RPCBParamSet]] Set the value of a [[RPC_HELP_TRPCBroker_Param|Param]] |
− | * [[RPC_HELP_DLL_ExportFN_RPCBPropGet|RPCBPropGet]] Get the value of a TRPCBroker component property | + | * [[RPC_HELP_DLL_ExportFN_RPCBPropGet|RPCBPropGet]] Get the value of a [[RPC_HELP_TRPCBroker|TRPCBroker]] component property |
− | * [[RPC_HELP_DLL_ExportFN_RPCBPropSet|RPCBPropSet]] Set the value of a TRPCBroker component property | + | * [[RPC_HELP_DLL_ExportFN_RPCBPropSet|RPCBPropSet]] Set the value of a [[RPC_HELP_TRPCBroker|TRPCBroker]] component property |
Latest revision as of 14:45, 8 July 2015
DLL Exported Functions
The following functions for TRPCBroker components are exported in BAPI32.DLL:
- RPCBCall Execute an RPC
- RPCBCreate Create a TRPCBroker component
- RPCBCreateContext Create context
- RPCBFree Destroy a TRPCBroker component
- RPCBMultItemGet Get value of a Mult item in a Param
- RPCBMultPropGet Get value of a Mult property in a Param
- RPCBMultSet Set a Mult item in a Param to a value
- RPCBMultSortedSet Sorts a Mult Param property
- RPCBParamGet Get the value of a Param
- RPCBParamSet Set the value of a Param
- RPCBPropGet Get the value of a TRPCBroker component property
- RPCBPropSet Set the value of a TRPCBroker component property