Hi!
Are you referring on setting FMS in your UDF or you want a query that shows the list of the items with their correspoding creation time and date?
Regards,
Hi!
Are you referring on setting FMS in your UDF or you want a query that shows the list of the items with their correspoding creation time and date?
Regards,
Hi,
Add UDF and assign the following query to UDF
SELECT CREATEDATE WHERE ITEMCODE = $[OITM.ITEMCODE]
Now you can display the date in the list of Items.
Regards,
Amrut Sabnis.
Hi,
I have a PLD with total and partial values. And I'd like to underline the partial values, to distinguish them from the total.
The problem is that both come from the variable system 82 and do not know how to separate them (in this case underscore the running total).
The images explain better what I wrote.
Thanks,
Luís Pontes
Hi,
Apply Border to particular field by editing PLD.
Thanks & Regards,
Nagarajan
Dear Experts,
Can anybody help me to get the GRN Posting Date Automatically in A/P Invoice posting date while copying !.
Thanks in Advance,
Bhoopathi.K
Hi,
Why do want such function?
Thanks & Regards,
Nagarajan
Dear Nagarajan,
The reason for my requirement follows below,
1. I need the GRNI account to be null on everyday basis.
2.Whenever I run P&L, the Purchase Offset account and Purchase Analysis itemwise report should match and in this case it will.
3.Because of some In-house disciplinary things .
Thanks,
Bhoopathi.K
Hi,
I have found this solution.
P1@SELECT T1.AcctCode, T1.Acctname FROM(SELECT AcctCode, Acctname FROM OACT WHERE POSTABLE='Y') T1
not perfect, but acceptable.
Hi Guys!
I've experience a problem with Crystal Reports 2011 for SAP B1 9.0 PL11. CR crashes everytime I create new connection folder.
I'm running Windows 8.1 x64.
Hi,
Try this FMS and check other conditions required In document settings:
SELECT T0.[DocDate] FROM OPDN T0 WHERE T0.[DocNum] = $[$38.44.number] and t0.cardcode = $[OPCH.cardcode.0]
Assign this FMS at AP invoice posting date and set auto refresh when customer vendor refer is changed.
Thanks & Regards,
Nagarajan
Hi,
Check SAP note:
1836406 - CR_Replace CR runtime with 2011 SP5 (13.0.5.891)
Thanks & Regards,
Nagarajan
Hi,
After you add UDF and assign the FMS to get the creation date, you may add in the UDF in the List of Item via the Form Settings.
Warmest Regards,
Bee Kien
Hi,
I have some items that are managed by serial number. I import two reports designed with Crystal reports and set them as default to print Delivery and serial number items. I import delivery layout in DLN2 and serial number layout in SRN3. When I take preview of delivery (Crystal Report Layout), it opens but it starts asking for parameter "DocKey@". When I enter number of delivery it shows exacly what I want (Crystal Report Delivery layout + Crystal Report serial number layout). The issue is asking for DocKey@.
How can I solve this issue? Is it correct to import Serial Number Layout in SRN3.
Thanks & Regards,
Hi!
Hope the ff steps solves your problem.
In Crystal Report,
1. Right click on your parameter DocKey@ and then choose "Find in Formula"
2. Expand "Selection Formulas" then choose "Record Selection"
3. Paste this {DLN2.DocEntry} = {?DocKey@} then click "Save and Close" located on the upper left.
4. Save your layout then try to print.
Regards,
Hi,
links regarding your issue :
DocKey@ and ObjectID@ tokens required for Crystal Layout
crystal report pass DocKey@ to stored procedure
Thanks for response,
In the report I use a command with more tables : ODLN, DLN1, ... and it works fine. But I don't use DLN2 Table and I set {Command.DocEntry } = {?DocKey@} as you explain it.
I use DLN2 to import layout.
Thanks Taruna,
I read this threads. I don't think that I have a same problem. I have a problem when i want to print two documents separate at the same time and i don't know where i must import a Crystal Report layout for serial numbers.
HI,
Have you defined the ObjectId@ token? During import port have you ticked the Master Layout checkbox?
Best
Yes I do
Hi!
try replacing {DLN2.DocEntry} = {?DocKey@} with {ODLN.DocEntry} = {?DocKey@}
regards,