Coffee Corner Discussions
Get to know other SAP Community members during your coffee break. Join discussions on a variety of topics in a casual environment.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Yasin
Active Participant


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
Community Manager
Community Manager
0 Kudos

Hey @qmacro in case you missed this one 🙂