SAP Bods Articles

Found 4 articles

Displaying Records with maximum event number for each group in SAP Crystal Reports

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 13-Mar-2026 509 Views

When working with SAP Crystal Reports, you often need to display only the records with the maximum event number for each group. This is a common requirement when you want to show the latest or highest event for each deal or group in your report. The most effective approach is to use the suppress formula to hide details that don't match the maximum event number criteria for their respective group. Suppress Formula Method I would suggest using this logic to suppress details if ...

Read More

Suppressing the page header till the last page in SAP Crystal Reports 2008

Samual Sam
Samual Sam
Updated on 13-Mar-2026 798 Views

To suppress the page header until the last page in SAP Crystal Reports 2008, you need to use the OnLastRecord function. This function is essential for controlling header visibility based on record position within your report. OnLastRecord Function Function Description: This function returns TRUE when the current record being evaluated is the last record in the report. Returns: Boolean Value (TRUE or FALSE) Action: This function evaluates each record and returns TRUE only when processing the final record in the report. You can use this in conditional suppression formulas to control when headers ...

Read More

Maintaining print program, routines, and forms in SAP in QM02

Sharon Christine
Sharon Christine
Updated on 12-Mar-2020 588 Views

You configure print program and output controls in IMG. Run T-Code: SPRO →Search for Output control or Print controlCheck Shop Papers for Notification types and mention Shop Papers has the ABAP Form and print Program as shown below -

Read More

Count distinct entries in SAP BusinessObjects

John SAP
John SAP
Updated on 06-Mar-2020 788 Views

Your requirement is not clear but I think you should use AND operator and count on this in the third column. Your formula should be like this=([First_Seen] = 1) and ([Authorized] = 1)Consuming Graphical calculation view via SDA

Read More
Showing 1–4 of 4 articles
« Prev 1 Next »
Advertisements