Since a couple of days we have the problem that after calling a async. RFC from one SAPGUI dialog process, this process times out after 2 minutes with the message "Process has been reset from PRIV mode after timeout". The called process exists furthe...
Since PL 7 the scripting for SAPGUI 8, 64-bit does not work any more. Sessions are not found any more:The parameters are correct:With PL 6 there is no problem. Does anybody know anything?
IntroductionThe MNIST dataset consists of 70.000 records, each record representing a little greyscale image of size 28x28 pixels of a handwritten digit and the respective number as integer value , i.e. 28x28 = 784 integer values in the range interv...
We run PAL Multilayer Perceptron as an AMDP service. The training of the model fails when the parameter MOMENTUM_FACTOR is not 1.0. The program ends with a WP crash. The WP is then restarted. The problem does not occur when MOMENTUM_FACTOR = 1.0. Is ...
Machine learning algorithms often need large datasets for training. E.g. the MNIST dataset consists of 70.000 records. Each record represents a little greyscale image of size 28x28 pixels of a handwritten number and the respective number as integer v...
Interesting. - Did I get this correctly: You didn't use recorded scripts in order to retrain the LLM model? Would it be possible the retrain the model with the help of recorded scripts in order to succeed in more specific situations, e.g if one wants...
SAPGUI 8.00 is probably 64-bit and your office installation is also 64-bit. Then the GUI can use the office com-server for excel and is able to display excel inplace.
Implement an event handler for the on_f4 event, open a f4-help and change cell content from inside via: lo_alv->change_data_from_inside( it_cells = lt_cell ).
The Word Converter is part of a product of our company that is based on a RFC-Server. The binary word document is sent to the server. The server converts the document as described above and sends the result back. You furthermore need a Queuing tool w...