PT Sterling Tulus Cemerlang
www.sterling-team.com

Whatsapp
+62-877-8655-5055

Email
sales-enquiry@sterling-team.com

Address
Sampoerna Strategic Square
South Tower Level 30
Jl Jend. Sudirman No. 45-46
Jakarta 12930 – Indonesia

500+ FREE Tips SAP Business One for you to Become SAP B1 Super User from Sterling Tulus Cemerlang (STEM)

Custom Report – Query List of Goods Received from Purchase Order (GRPO) Header and Detail

SAP BusinessOne Tips Query List of Goods Received



Tips SAP Indonesia – Sometimes we need to know how many GRPO documents we have created in certain period and the details of those documents in SAP Business One.

Maybe standard GRPO information provided from SAP Busines One is not complete enough or maybe it doesn’t suite the information you need.

Below is one example of using a custom report query to show list of Header and Detail Goods Received from Vendor (GRPO) in SAP Business One, created in certain date period along with “Open Qty” information :

/* List GRPO Per Periode */

SELECT

                CASE WHEN T1.[LineNum] = ” THEN T0.[DocNum] ELSE NULL END GRPO_Number,

                CASE WHEN T1.[LineNum] = ” THEN T0.[DocDate] ELSE NULL END GRPO_Date,

                CASE WHEN T1.[LineNum] = ” THEN T0.[CardCode] ELSE NULL END Vendor_Code,

                CASE WHEN T1.[LineNum] = ” THEN T0.[CardName] ELSE NULL END Vendor_Name,

                CASE

                                WHEN T1.[LineNum] = ” and T0.[Canceled] = ‘Y’ THEN ‘CANCELED’

                                WHEN T1.[LineNum] = ” and T0.[Canceled] = ‘C’ THEN ‘CANCELATION’

                                WHEN T1.[LineNum] = ” and T0.[Canceled] = ‘N’ THEN ”

                                ELSE NULL

                END CANCEL_STATUS,

                CASE WHEN T1.[LineNum] = ” THEN 1 ELSE T1.[LineNum]+1 END LINE_NO,

                T1.[ItemCode],

                T1.[Dscription],

                T1.[Quantity],

                T1.[OpenCreQty] OpenQty,

                T1.[Price],

                T1.[Currency],

                T1.[Rate],

                T1.[DiscPrcnt],

                T1.[LineTotal]

FROM OPDN T0 

INNER JOIN PDN1 T1

ON         T0.[DocEntry] = T1.[DocEntry]

                AND T0.[DocDate] >= [%0]

                AND T0.[DocDate] <= [%1]

ORDER BY T0.[DocNum], T1.[LineNum]


When we execute the query, SAP Business One will ask for period of GRPO date that we want to retrieve

And when we click the “OK” button, SAP Business One will execute the query and show the result as below :

You can see other tips related with query manager in SAP Business One in the link below :

Run Your Business With The Piece of Mind Using SAP Business One

This article was written by PT. Sterling Tulus Cemerlang
More details about SAP Business One,
email to: sales-enquiry@sterling-team.com or call +6221-5806336 or wa +6287786555055

, , ,