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...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

ECC6 goes one step further, it has this include after the above one.

INCLUDE mp56tits.        " ITS Forms                          " QJE ITS
INCLUDE mp56tits_addon.                                     "WKU042307

ChrisSolomon
Active Contributor
0 Kudos

Saw that too ,Ravi.....I saw "add on" and thought...."they must have a good plastic surgeon" haha

Former Member
0 Kudos

Do you have to apply Support Packages every few years on this kind of "add-on" ?

suresh_datti
Active Contributor
0 Kudos

Thanks Olivier! you really upped the ante with the 'Support Packages'... ROFL

~Suresh

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.

Former Member
0 Kudos

Well,

You shouls have told us it was MP56TITS you were speaking about because there are hundreds of MP56T*** includes in this program and it took me a while to find the good one...

Anyway, it's sure that the programmer is a Shakespeare fan !

Regards,

Olivier

suresh_datti
Active Contributor
0 Kudos

that was intentional.... anyway 56 is hard to hide, right?

~Suresh