Mensagens

A mostrar mensagens de dezembro, 2022

Count on internal tables - in new abap 7.4

Imagem
  Requirement Getting count of rows agains a key combination in ABAP 7.4. Here is a simple example of code where you can get the count of a key combination on an internal table table in new abap 7.4, as the following syntax shows:   Here is quite more complex requirement in SD Module, where i prevent the deletion of invoiced outbound deliveries (with no partial credits), but for this I need to count both invoices and credit notes, as my following code shows: