Hello
With SBO_SP_TRANSACTION_NOTIFICATION
I want to sum the quantity all items (INV1) and put them in an UDF (header level OINV) directly with HANA
Im Using this query
IF :object_type = '13' AND (:transaction_type='A' or :transaction_type='...
Hello
One Customer has a weird issue . When assigning a queries to a menu , he has this error when he click on it . This error started randomly yesterday , before he didn't have this issue.
On SAP B1 Client there is no issue , only with the web b...
Hello
One of our customer , want in Incoming Payments documents row level , a column that display all Sales order related to the invoice .
The incoming payments documents only display Invoice to be paid and it's difficult for our customer to see ...
Hello,
We are in a situation where a customer has 6 branchs within the same country and who share the same default warehouse for items stored .
I tried to set the default warehouse for these branchs but the system doesn't allow it saying we need ...
Hello , i finally found solution for this . Check This out (this only work for ORDR- DLN - OINV scenario which is the scenario of our customer)SELECT Distinct(T0."DocNum" )
FROM ORDR T0 INNER JOIN RDR1 T1 ON T0."DocEntry" = T1."DocEntry"
INNER JOIN...