Nadav Caridi
- Actividad total 163
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 0 usuarios
- Votos 5
- Suscripciones 62
Comentarios
Actividad reciente de Nadav Caridi-
Regarding DocNum / DocEntry , I assume this would work since you never touched your document numbering . if you ever touch them DocEntry <> DocNum Good Luck
-
Hi, How did you get to use this query ? ORDR has no such column as LineStatus, and I'm pretty sure with the Dynamic syntax you should have targeted DocNum. Why don't you run your queries and test...
-
-
Hi With edit form ui you can drag drop the udf to the main screen and then use the ipt Good luck
-
Hi, If you move them using the original SAP functionality (Tools => Edit Form UI) to main window and then hide with IPT it isn't working for you ?
-
you also never gave OITM alias of T0
-
Hi, I guess I'd right click on UF window remove, and then import (?)
-
Hi Rahul, I think you better do it with two queries , would be easier for you to read and understand if you're new to this so query 2 should look like this (to get the group code): (select top 1 ...
-
Hi In that case you need an join from the oitm to oitt or just create a 2nd condition with another select IF ( NOT EXISTS (SELECT TOP 1 o.code FROM dbo.OITT o WHERE o.code=$[$38.1.0]) AND (put 2n...
-
Hi , Maybe Just try IF NOT EXISTS (SELECT TOP 1 o.code FROM dbo.OITT o WHERE o.code=$[$38.1.0]) BEGIN SELECT 'STOP' [result]END Good Luck