Jesús Medina
Activity overview
Latest activity by Jesús Medina
-
Jesús Medina commented,
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...
- View comment
- 0 votes
-
Jesús Medina commented,
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 ...
- View comment
- 0 votes
-
Jesús Medina commented,
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...
- View comment
- 0 votes
-
Jesús Medina commented,
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 ...
- View comment
- 0 votes
-
Jesús Medina commented,
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...
- View comment
- 0 votes
-
Jesús Medina commented,
Hello Peter, Cancellation option is visible under batch number: I hope it helps you to cover your requirements. Regards, Jesús Medina
- View comment
- 0 votes
- Official comment
-
Jesús Medina commented,
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...
- View comment
- 0 votes
- Official comment
-
Jesús Medina commented,
Hello Biliktü, Berkan Based on your comments we can reproduce the issue. We create an internal ticket to solve this. Thanks a lot for your feedback. Regards
- View comment
- 0 votes
-
Jesús Medina commented,
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...
- View comment
- 0 votes
-
Jesús Medina commented,
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 ...
- View comment
- 0 votes
- Official comment