cancel
Showing results for 
Search instead for 
Did you mean: 

This include has a nice name!

suresh_datti
Active Contributor
0 Kudos

Open the Program SAPMP56T & look for the include.. MP56T***

wait there is more.. double click on this include & you will notice somebody loves shakespere...

have fun..

~Suresh

P.S. I was debugging PR05 and ran into the above...

View Entire Topic
ChrisSolomon
Active Contributor
0 Kudos

Good one.....maybe the original developer was one of these guys included in the code....

  • if sy-uname = 'HAUSENB' or sy-uname = 'HICKL'.

haha

more of their fun.......


    IF sy-subrc = 0.
* There is an ITS
      field-get 'PTK_SEIN_ODER_NICHT_SEIN' 1
                l_value_table l_context_length.
      LOOP AT l_value_table.
        l_service = l_value_table-fieldname.
      ENDLOOP.
      IF l_service = 'HAMLET'.
* The ITS executes the templatebased PR05
      ELSEIF l_service = 'MACBETH'.
* The ITS executes the templatebased TP03 WML
      ELSE.
* The ITS executes _NOT_ the templatebased PR05
        l_service = 'ROMEO'.
      ENDIF.
    ELSE.
* There is no ITS involved
      l_service = 'JULIA'.
    ENDIF.

Former Member
0 Kudos

Perhaps not as big of fans of Shakespeare as one might think. I personally don't think of Romeo and Julia, I think of Romeo and Juliet.

ThomasZloch
Active Contributor
0 Kudos

Julia is the german version. That's also why that literal at the top is named as it is and not 'PTK_TO_BE_OR_NOT_TO_BE'.

Please rewind if awful.