Andreas von Arx
Implementation & Customizing BEAS and B1Up mostly for SAP B1 Partners
- Actividad total 45
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 11
- Suscripciones 17
Resumen de la actividad
Última actividad de Andreas von Arx-
Andreas von Arx hizo un comentario,
It actually is a request of many customers and sorry to say, but nobody uses the vote function here. So please consider this. It should not be too hard to add some fields.
-
Andreas von Arx hizo un comentario,
This is a standard functionality with BEAS configurator. I will find you an example.
-
Andreas von Arx hizo un comentario,
I totally agree, this is something I would like to have also.
-
Andreas von Arx creó una publicación,
Disable Authentication in BSL Production
Hi I need to lose as much overhead as possible to gain speed in processing transactions. Hence I want to get rid of the authentication or only send a string (API-Key like) in the Header. Is somethi...
-
Andreas von Arx hizo un comentario,
Common practice is to set a default supplier and then you would not have this problem. (Set by purchasing) and then from there when the part is actually purchased he/she can still decide to change ...
-
Andreas von Arx hizo un comentario,
Hi Yesid It would be quite simple to do through BEAS Script for the opening of orders only for particular users. But I would not recommend changing a logic to allow posting to closed orders. Just c...
-
Andreas von Arx creó una publicación,
BEAS Customizing - Exchange Platform / Code Examples
Dear all As we mostly never are able to do larger implementations without any customizing at all I would appreciate a platform where we can exchange source code to resolve a certain problem. Most l...
-
Andreas von Arx hizo un comentario,
I want to split the "SQL();" into multiple lines in BEAS Script. I could do a "&" at the end of the line to achieve this. I tried to use "+" at the end of a line and at the beginning of a new line,...
-
Andreas von Arx creó una publicación,
BEAS Script / #JBS Sending POST to WEBSERVICE
Tryed to get a connection to a webservice from a MES application to send WO information. Came up with the following and it works fine. Any thoughts? #jbslet belnrid=dw_1.item.belnr_id.value.toStrin...
-
Andreas von Arx hizo un comentario,
exactly what I need! // Return Item Name from Item "FP"let h=new HTTPClient;h.SetRequestHeader("Content-Type", "application/json;charset=UTF-8") ;let check=h.SendRequest("GET","http://192.168.178.2...