former_member623629
Participant
Member since ‎08-06-2019

User Statistics

  • 27 Posts
  • 0 Solutions
  • 156 Kudos given
  • 6 Kudos received

User Activity

Hi all, this is for the first time I am creating an ALV tree. I am using CL_SALV_TREE. The problem I am facing is, not all the records (leaves) under the branch contains the similar records. For example in the screen shot Flight number 0017 contain...
Hello Everyone,I am required to write codes which will generate an alv. In the ALV the time field will be aggregated depending on the Kostenart. The additional requirement is that the ALV should only output the aggregated amount and the not the recor...
Hi All, From the Table VBAK I am retrieving KUNNR NETWR and WAERK. The value of WAERK is CHF / EUR / GBP. Some of the clients used more than one currency. For example an individual made purchases 10 different times and 5 of those were in CHF, 2 in ...
Hi all, I am using the following code to get the row count of an Internal Table IF sy-subrc IS INITIAL. SELECT KUNNR VBELN FROM VBAK INTO TABLE g_it_vbak FOR ALL ENTRIES IN g_it_kna1 WHERE KUNNR EQ g_it_kna1-kunnr. g_...
Hello Everyone, I am an absolute beginner in ABAP (and coding) and I am facing a problem which I am not sure how to describe. Well, I am asked to make a simple program which will output a list with Customer Number, Name of the Client, City and numb...