Advertising:

All public logs

From SAP Knowledge Base

Combined display of all available logs of SAP Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:15, 21 December 2024 Unirab talk contribs created page Cond(ABAP keyword) (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...")