Jesús Medina
- Actividad total 35
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 3 usuarios
- Votos 1
- Suscripciones 21
Comentarios
Actividad reciente de Jesús Medina-
Buenas tardes Guillermo, Puedes permitir o denegar el acceso a todas las funcionalidades de Beas desde la definición de permisos de Beas. Lo más sencillo es abrir un usuario de SAP, dar botón derec...
-
Hello Fabio, In BeasScript you have to add symbol "&" at the end of the line to split one beasscript command in several lines. For your example you can write something like this: global function ...
-
Hello Jorge, Thanks for your comment about the video. :-) Video is quite old but I created similar example for you. sbo_721.src windowevent openedsetvar=l_ypos=<item=2=y>setvar=l_width=<item=2=wi...
-
Hi Edwin, You have to define the filter using the "DataWindow" syntax (That is not the same than SQL). This is the right filter for your example: oitm_u_din = "POLYTEC" I hope it helps you to ...
-
Hello Peter, Nice, Problem is that the window we open to do the cancellation process is developed to accepts 1 batch number only. If you think this is a nice functionality to have in beas I suggest...
-
Comentario oficial Hello Peter, Cancellation option is visible under batch number: I hope it helps you to cover your requirements. Regards, Jesús Medina
-
Comentario oficial Hello Massimo, By default you cannot disable this functionality, but you can write an small beasscript for this window and then you are able to stop this functionality. Please add this customizatio...
-
Hi Guillaume, After our conversation now I understand what you want to do. You want to create a new file and name of new file must have some rules. You can apply follwing script: windowevent upda...
-
Comentario oficial Hi Guillaume, You have to do via beasscript. your idea to override "update" event is ok, only your code is wrong. You have to write value directly into datawindow variable. This example works fine ...
-
Hi KC Tan, You can download the file directly from the Note: 10508 Regards