Re: Last payment applied to a single invoice
Hi Peter, Thank you so much for your help. I'm getting a "Subquery returned more than 1 value" error unfortunately. I'm relatively new to subqueries and I got that error when I tried a couple variants...
View ArticleRe: Last payment applied to a single invoice
Hi Peter, This works. Thanks again for your help. SELECT distinct t0.[transid], T0.[CardCode], T0.[CardName], T0.[NumAtCard], T0.[DocDate], T0.[PaidToDate], T0.[DocTotal] - T0.[PaidToDate] as...
View ArticleRe: Last payment applied to a single invoice
Hi Caleb If you are confident that the sub query will naturally bring multiple entries back and a DISTINCT does not resolve, you can also use SELECT TOP 1. The best way to test is to isolate the sub...
View ArticleQuery to not show lines with $0 in price field
Hi Experts, I have a query that include both lines on a Invoice. The Item line is just to take the item out of stock at $0 price and the Service line to bill for the service. Is there a way I can show...
View ArticleRe: Query to not show lines with $0 in price field
Hi Marli Should be as simple as WHERE T3.Price > 0 unless this won't work in your scenario? Kind regards Peter Juby
View ArticleRe: Query to not show lines with $0 in price field
Hi Marli. Try This SELECT DISTINCT T0.[callID], T7.[CntrcTmplt], T5.[PrjName], T0.[custmrName], T1.[Object], T1.[DocPstDate], T1.[DocNumber], T3.[ItemCode], T3.[Dscription], T6.[ItmsGrpNam],...
View ArticlePerfomance issue with ekpo table
SELECT ebeln bsart lifnr FROM ekko INTO TABLE t_ekko WHERE bsart EQ p_bsart AND loekz EQ '' AND frgrl EQ '' AND memory EQ ''. the below select...
View ArticleRe: Perfomance issue with ekpo table
Hi Poovarasan, I think you post your query in wrong forum, this is SAP Business One Forum. I think your query related to SAP ABAP. Kindly post your query in right forum, with close thread correct or...
View ArticleODRF and Marketing Tables
Hello Experts, I am currently attempting to create a CR layout that uses both ODRF and Marketing table information. I tried searching scn and this linked help me a lot: Switch from OINV to ODRF in...
View ArticleRe: Print driver host for 32 bit applications has stopped working
does any one succed to solve this probelm? please help
View ArticleNo Bin Location Content List (RBIN) in SAP B1 9 PL14
Hello Everyone, I'm trying to create a customized query based on Bin Location Content List report. When I enable to view the system information, the fields show that they are located in table RBIN,...
View ArticleHow to block Export in Crystal report file
Dear All, how to restrict user export crystal layout pls help SQL/HANA Danish
View ArticleUnable to save layouts to Business One
Hey all, I hope this is the right forum, as this is my first post in SCN.Today I have installed SAP Crystal Reports 2013 for Business One in order to modify my quotation templates. I can click "edit"...
View ArticleRe: Unable to save layouts to Business One
Hi Stefan When you click on Save as option from the crystal reports then you have to select the Sales Quotation From ID i.e QUT20001, 2, 3.....So that this template the are save into the right place....
View ArticleWhich table stores DistNumber for Deliveries?
I have built a report that allows for a wildcard or short term search for our deliveries. One element I am missing is DistNumber on the order line. I am unsure which table this is stored in so I can...
View ArticleRe: Which table stores DistNumber for Deliveries?
Hi you have to use OITL and ITL1 tables. INNER JOIN OITL.docentry = ODLN.docentry AND ODLN.objtype = OITL.Doctype And the selected batches: INNER JOIN OITL.absentry = ITL1.absentryINNER JOIN...
View ArticleReverse Order Check Printing
Running:SAP B1 9.1 (9.10.150) PL: 05 Due to the orientation our printer feeds paper for check printing, we would like to set SAP B1 to always print checks in reverse order. By default it prints in...
View ArticleRe: Document Generation Wizard not sending automatic Emails?
Hi Jennifer, Have you resolved this? One of our customers wanted to send emails automatically after running the document generation wizard and I have the same problem as you have. B1 does not send...
View ArticleRe: Which table stores DistNumber for Deliveries?
I don't think "AbsEntry" is a valid field in HANA. Just trying to work with those two tables and no others it does not come off as a valid field. However there is a "MdAbsEntry" field. Also looking at...
View ArticleT0.[U_AIS_DVIOpptyNm] Like '%[%1]%' (Need help getting exact word in the column)
I need to ask for opportunities that contain only the word targeting, NOT target, NOT Re-Targeting. Currently I am retreving more than I want as I ask for opportunity contains Targeting and it gives me...
View Article