Jonathan COLLIN

Results 6 issues of Jonathan COLLIN

Hi, After playing with your demo I found a little bug maybe you can fix it. ![image](https://user-images.githubusercontent.com/9486257/44571517-3b299200-a781-11e8-8ab9-e43a46837171.png) Click on the output of the starting node and connect to the input...

I have error below: Want to connect external mysql database with below parameters $app->register(new Silex\Provider\DoctrineServiceProvider(), array( 'dbs.options' => array( 'db' => array( 'driver' => 'pdo_mysql', 'dbname' => 'mydatabase', 'host' =>...

Hi, In the template I have !SY-MANDT! at 2 different lines Only the first one is replaced. To avoid this I made a copy of the function module WWW_HTML_MERGER and...

Hi again, Not sure it's a bug but based on API description generated by swagger (ex: https://api.sapanalytics.cloud/oem) we cannot process the file.

Hello, According to the sap note below : https://me.sap.com/notes/0003302936 we cannot download anymore older version of the RFC SDK PL12 have you got any link to provide it ? or...

Hi, Find a bug I think... here the code used: ` expressions = st.findAllExpressionsMulti([abaplint.Expressions.NewObject, abaplint.Expressions.MethodCallBody, abaplint.Expressions.MethodCallChain], true); if (expressions.length > 0) { // console.table(expressions) for (const expression of expressions) {...