sap_rfc_set_maximum_trace_file_size
Syntax
Set the maximum size of the trace files. Two positional arguments are possible. The first one is of type <unsigned int> and defines the size. The second one defines the unit and is of type String with possible values M and G.
The function has the following signature:
PRAGMA sap_rfc_set_maximum_trace_file_size(<unsigned int>, <String>);
Example usage
Set the trace file size to 1024 MB.
PRAGMA sap_rfc_set_maximum_trace_file_size(1024, "M");