Re: Financial Report templates
Dear All Anyone tell me, how to create chart of account template in sap b1. RegardsAnil Dubey
View ArticleRe: Always asking for parameter in Bill of Material Report
Dear Mr. Nagarajan, Sorry for that i don't want to hurt your emotions.Really i very much like your answers.If you find any type of problem from my side then felt sorry for that. Thanks &...
View ArticleRe: Always asking for parameter in Bill of Material Report
Hi, I think you misunderstood my reply. You are not hurting me, encouraging me to become most knowledge person. (not got that level of knowledge in B1). You are always welcome.. Thanks &...
View ArticleRe: Always asking for parameter in Bill of Material Report
Hi, Ok Sir Got it. now i relax. Thank you so much. Sir please tell me the answer of above thread. http://scn.sap.com/thread/3585681 Thanks & Regards,Nishit Makadia
View ArticleRe: Sum words not appered in PLD
Hi Kennedy the site u pasted is not working... if u have the pdf file.... pls share it... its useful to me.. mail id guhandoss@gmail.com Thanks in advance warm regards Guhan Doss
View ArticleRe: Always asking for parameter in Bill of Material Report
Hi, I am not familiar with crystal report. Thanks & Regards,Nagarajan
View ArticleRe: Display Common Item Name in Group Header
Dear Mr. Mark, Still i wait for your warm full replay. Thanks & Regards,Nishit Makadia
View ArticleNeed Indian Rupees Format in PLD - SAP B1
Hi Experts, I need the Indian Rupees format.. the below image shows wrong in last word.. instead of paisa.. it shows hundereths in PLD.. I used colsum("F_306") and marked as sum in words...
View ArticleRe: Need Indian Rupees Format in PLD - SAP B1
Hi Guhandoss, As per your requirement, you used above formula. NumberVar paisa = No mod 100; ToWords(Truncate(No)) + " and " + ToWords(paisa) + " paisa" Note : No = your display amount in words field....
View ArticleRe: Need Indian Rupees Format in PLD - SAP B1
Hi Nishit, I tried your above formula and its not working NumberVar paisa = F_333 mod 100; ToWords(Truncate(F_333)) + " and " + ToWords(paisa) + " paisa" Actually I used ColSum("F_306") for...
View ArticleRe: Display Common Item Name in Group Header
HI, I'll just give you a suggestion on how you can make the report since you don't use/have a stored proc for the report. 1. On the Item Master Data, you can add a new "Item Group" (e.g. Push Button,...
View ArticleRe: Display Common Item Name in Group Header
Hi Mark, Thanks for your Suggesion. but i already know that with using item group i can createbut there are lots of items and groups are used by usso, it is not feasible solution for me. Thanks &...
View ArticleRe: Need Indian Rupees Format in PLD - SAP B1
Hi Guhan, there is some another way to display amount in words.just copy above code into an formula. numbervar RmVal:=0;numbervar Amt:=0;numbervar pAmt:=0;stringvar InWords :="";Amt := (Sum...
View ArticleRe: Issue Details for Standard Production Order - Query Correction
Hi, Is it same as below thread? http://scn.sap.com/thread/3551469 Thanks & Regards,Nagarajan
View ArticleRe: Issue Details for Standard Production Order - Query Correction
Dear Nagarajan, Yes, but with small changes . But I need the correction in this query only. Regards, Bhoopathi.K
View ArticleRe: Issue Details for Standard Production Order - Query Correction
Hi, Try this: Declare @FromDate DatetimeDeclare @ToDate DatetimeDeclare @ItmsGrpNam varchar(100)select @FromDate = min(S0.Docdate) from dbo.OINM S0 where S0.Docdate >= '[%0]'select @ToDate =...
View Articletotals in a query
I have the following query. I want to add totals for open qty and open line totals in this query. How can I do it? The selection criterea will select only one customer. SELECT T0.[DocNum],...
View ArticleRe: Need Indian Rupees Format in PLD - SAP B1
Hi Guhan Check the below Thread it may helps you How to convet Amount To Words in PLD With Regards Balaji
View ArticleRe: Issue Details for Standard Production Order - Query Correction
Dear Nagarajan, As per your query the Special Production Order Issue's and Return qty & Value is still comes here. But I need the issue and return details for only Standard...
View ArticleRe: Error while executing Crystal report in client computers
Hi, one of my client using SAP 2007B version ,the crystal report working fine in SAP SERVER but its not working in clients systems its showing "crystal reports ActiveX designer invalid...
View Article