Der gene­rier­te Source­code

Der gene­rier­te Source­code

Der gene­rier­te Source­code wird in unserem Beispiel als INCLUDE-Programm "YLFET_COMPARE_INCL" in Netweaver bereitgestellt:

  • * WARNING: DO NOT MODIFY * This is a generated ABAP source code!

*

  • Generated by LF‑ET 2.1.4 (130212a), http://www.lohrfink.de/lfet

  • From decision table

  • "D:/Projekte/LF‑ET-Demo/ABAP/Compare.lfet"

  • 18.03.2013 14:22

*

  • Changes to this code resulting from refactorings can be synchronised

  • with LF‑ETusing the function "Scrapbook Import".

*

  • Condition B01: String 1 kleiner String 2 ?

IF(id_str1 < id_str2).

  • Rule R01 ---→

  • Action A01: Ergebnis: String 1 ist kleiner als String 2

rd_result=mc_s1_lt_s2.

  • Rule R01 ←---

ELSE.

  • Condition B02: String 1 größer String 2 ?

IF(id_str1 > id_str2).

  • Rule R02 ---→

  • Action A02: Ergebnis: String 1 ist größer als String 2

rd_result=mc_s1_gt_s2.

  • Rule R02 ←---

ELSE.

  • Rule R03 ---→

  • Action A03: Ergebnis: String 1 ist gleich String 2

rd_result=mc_s1_eq_s2.

  • Rule R03 ←---

ENDIF.

ENDIF.