Last active
August 8, 2023 14:27
-
-
Save SaibotFlow/f188e7668811fa3725d20a48267269bc to your computer and use it in GitHub Desktop.
Revisions
-
SaibotFlow renamed this gist
Aug 8, 2023 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
SaibotFlow created this gist
Aug 8, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ DATA: lv_category TYPE char1, lv_category_text TYPE string. SELECT SINGLE b~ddtext, a~cccategory FROM t000 AS a INNER JOIN dd07t AS b ON b~domvalue_l = a~cccategory WHERE a~mandt = @sy-mandt AND b~ddlanguage = @sy-langu AND b~domname = 'CCCATEGORY' INTO (@lv_category_text, @lv_category).