Patrice Vigier
- Actividad total 50
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 3
- Suscripciones 16
Resumen de la actividad
Última actividad de Patrice Vigier-
Patrice Vigier hizo un comentario,
I needed it today in a lineloop UF
-
Patrice Vigier hizo un comentario,
My solution to clear it, is (for a combo-box named $[$BOYX_51.0.0]) Hide($[$BOYX_51.0.0]);Blank($[$BOYX_51.0.0]);Show($[$BOYX_51.0.0]);
-
Patrice Vigier creó una publicación,
UFFI IMPORT ORDERS Sample code
I looked on this forum to find code to import orders into SAP B1 but I did not find it, so here is what I have done. I hope this help you develop your own code. My code has few commented line, some...
-
Patrice Vigier hizo un comentario,
Hello, Can you share your code to import a sales order?Thank you
-
Patrice Vigier hizo un comentario,
Comentario oficial Nadav Caridi thank you again. I agree I have the RDR1 I need already in the grid, I found out because of your advise. Regarding one statement instead of two, yes SELECT CASE WHEN $[$38.40.0] = 'O' ...
-
Patrice Vigier hizo un comentario,
Yes this work. In my case I solved my problem, here is my script but I still would like to know how to put a more complex SQL HANA like SELECT T1."LineStatus" FROM "ORDR" T0 INNER JOIN "RDR1" T1 O...
-
Patrice Vigier hizo un comentario,
Thank you Nadav for your answer. You help me a lot with $[$38.40.0, grrrrrrr I did not see this one, it is what I need to work only on active line. I was trying to make a Hana sql command to read O...
-
Patrice Vigier creó una publicación,
Line Loop - select active row - in order form - SAP HANA
RespondidaHello, I want in Line Loop, for an order, only select active row do you know how to do this ? My hana sql would be SELECT T1."LineStatus" FROM "ORDR" T0 INNER JOIN "RDR1" T1 ON T0."DocEntry" = T1."...
-
Patrice Vigier hizo un comentario,
I used your suggested link and proposed the suggestion to SAP Two month ago I opened a ticket with my integrator, with no result, I will continue to find a form already done because making myself t...
-
Patrice Vigier hizo un comentario,
Hello Rasmus, Thank you for your help. I will try and I hope I have the competency to do it. I still think that SAP should deliver a from that works, one second per line to print, it is not working...