cancel
Showing results for 
Search instead for 
Did you mean: 
SAP Community Log-in Update
In a few months, SAP Community will switch to SAP Universal ID as the only option to login. Don’t wait, create your SAP Universal ID now! If you have multiple S- or P- accounts, use the Consolidation Tool to merge your content. Get started with SAP Universal ID now!

ABAP code contribution - Thinking Aloud Project by DJ Adams (qmacro)

Yasin
Galactic 2
Galactic 2


DJ Adams (qmacro) started a new way of sharing thoughts A new journal experiment - Thinking Aloud he started Github repository qmacro/thinking-aloud. I was reading the journal, DJ Adams ended up with the below categories:

 

+---------------------------------------------------------------+
|    Major      |    Minor      |     Mini      |     Micro     |
|---------------|---------------|---------------|---------------|
|  qmacro.org   | autodidactics |  (something   |    Twitter    |
| SAP Community |               |   missing)    |               |
+---------------------------------------------------------------+

I decided to create the same categories as ABAP code and share it with DJ Adams as small contribution 

https://github.com/qmacro/thinking-aloud/issues/14 

ABAP code:


TYPES:
  BEGIN OF struc,
    Major TYPE string,
    Minor TYPE string,
    Mini  TYPE string,
    Micro TYPE string,
  END OF struc.

DATA THINKINGALOUD TYPE STANDARD TABLE OF struc.

THINKINGALOUD VALUE #Major 'qmacro.org SAP Community'  Minor 'autodidactics'
                           Mini '(something missing)' Micro 'Twitter3' ).

ASSIGN COMPONENT OF STRUCTURE THINKINGALOUD[ TO FIELD-SYMBOL(<fs>).

cl_demo_output=>displayTHINKINGALOUD ).

DJ Adams is very active on SAP related topics, keep sharing knowledge. 

Thanks

1 REPLY 1

craigcmehil
Employee
Employee

Hey @qmacro in case you missed this one 🙂