Advertising:

Cond(ABAP keyword): Revision history

From SAP Knowledge Base

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 December 2024

25 December 2024

21 December 2024

  • curprev 16:1616:16, 21 December 2024Unirab talk contribs 1,883 bytes −1 →‎With IFs
  • curprev 16:1516:15, 21 December 2024Unirab talk contribs 1,884 bytes +1,884 Created page with "category:Code_Snippets COND can be used since ABAP 7.40. This is an alternative to IF, especially because the code is much shorter, but also sometimes more confusing.<br /> The advantage is to set a condition directly when assigning a value to a variable or to parameters in methods. === Mit COND === Here the COND is used in a method call to pass a parameter like a subobject for the application log: <syntaxhighlight lang="abap" line start="1"> bal = cf_reca_message_l..."