Ansicht
Dokumentation

ABENGROUPING_FUNCTION_ABEXA - GROUPING FUNCTION ABEXA

ABENGROUPING_FUNCTION_ABEXA - GROUPING FUNCTION ABEXA

Fill RESBD Structure from EBP Component Structure   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

SELECT, Grouping Function

This example demonstrates the grouping function GROUPING.

Source Code

Execute

Description

For Lufthansa flights, this example calculates the sum of the maximum available seats depending on the plane type (column planetype), the connection (column connid), and the carrier (column carrid).

The grouping function for the plane type column, connection column, or carrier column is used to determine whether they are part of the aggregation. The following combinations of the grouping sets are used to do this:

  • ( carrid, connid, planetype )
  • ( carrid, connid )
  • ( carrid, planetype )
  • ( connid, planetype )
  • ( carrid )
  • ( connid )
  • ( planetype )
  • Empty grouping set ( ).





TXBHW - Original Tax Base Amount in Local Currency   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1271 Date: 20240425 Time: 103902     sap01-206 ( 23 ms )