cancel
Showing results for 
Search instead for 
Did you mean: 

Amusing Comments

Former Member
0 Kudos

I found the following comment in standard SAP code (LATPCFA6) which made me laugh ( I presume he went mad trying to debug the ATP check 😛 )

  • these are the adventures of the new spaceship BERID;

  • she intrudes into MRP areas where no man has gone before;

Anybody else seen any amusing comments?

Accepted Solutions (0)

Answers (7)

Answers (7)

Jelena
Active Contributor
0 Kudos

Not exactly a comment, but I got a chuckle out of it (include LCURAFIN):

WHEN OTHERS.
      MESSAGE a001 WITH ';-)'.

Former Member
0 Kudos

It is a sy-marky case, which is obsolete... so I guess that smiley class is never going to be found anyway.

The same program also performs this subroutine:

FORM TEMP_WORKAROUND_NO_DUMP                              "begin 205349
                    using ev_no_dump type x_flag.

  clear ev_no_dump.
* ev_no_dump = 'X'.

* delete comment to prevent the dump
* this is only a temporary modification

ENDFORM.               " TEMP_WORKAROUND_NO_DUMP            "end 205349

Those where the days of self-healing repairs and planned workarounds...

Cheers,

Julius

SuhaSaha
Advisor
Advisor
0 Kudos

Line 60 of Include DBPAPAUTBADI.

** Get an instance of the implementation.
*      CALL METHOD CL_EXITHANDLER=>GET_INSTANCE
*        CHANGING
*          INSTANCE = HRAC_BADI.
** Do not catch exceptions. Force the system to dump.
**        EXCEPTIONS
**          NO_REFERENCE                  = 1
**          NO_INTERFACE_REFERENCE        = 2
**          NO_EXIT_INTERFACE             = 3
**          CLASS_NOT_IMPLEMENT_INTERFACE = 4
**          SINGLE_EXIT_MULTIPLY_ACTIVE   = 5
**          CAST_ERROR                    = 6
**          EXIT_NOT_EXISTING             = 7
**          DATA_INCONS_IN_EXIT_MANAGEM   = 9.

And we developers are always worried about EXCEPTION handling

harishtk1
Active Contributor
0 Kudos

Include RPCMSAG0PBS_FORMS



*
*=======================================================================
* At the moment day fraction is 1. When OSP in Hours is developed this
* will have to change;
*
* The two decimal rate field in Payroll will force 0.125 to be stored
* as 1.25 or similar, so as not to lose the degree of accuracy required
* when dealing with an 1/8th of a day.
*
* Quite frankly, this will be a pain in the arse.
*=======================================================================

Former Member
0 Kudos

See include LSHI0F02 line 189 FORM baustelle.

ps: "Baustelle" is a German word meaning "Construction Site", in this case one which made it past the architect but not the building inspector...

Former Member
0 Kudos

And what happens if a SAP customer has SAP users called TONHAEUSER or ACKERMANN ?

This is crazy that this kind of source code can make its way up to the customers systems...

ThomasZloch
Active Contributor
0 Kudos

Deutsche Bank runs SAP and has a Mr. Ackermann, but he probably has his slaves for the daily G/L postings

Thomas

Former Member
0 Kudos

Hi,

check out line number 308(or 309 I think) in the report RCIFCUST

Bye,

T00Th

Former Member
0 Kudos

That is a good one! You have to wonder how many of these are hidden throughout the code. Maybe there is a treasure map hidden in there somewhere!

Former Member
0 Kudos

> Hi,

>

> check out line number 308 report RCIFCUST

>

> Bye,

> T00Th

<i>ABAP sucks!</i>

Thats really funny!!

Aneesh.

former_member583013
Active Contributor
0 Kudos

What about this one???

<a href="http://www.sapfans.com/forums/viewtopic.php?t=292240&highlight=funny">http://www.sapfans.com/forums/viewtopic.php?t=292240&highlight=funny</a>

Greetings,

Blag.

former_member583013
Active Contributor
0 Kudos

Just found it!!! This is awesome! -:D

<a href="http://www.sapfans.com/forums/viewtopic.php?t=103417">http://www.sapfans.com/forums/viewtopic.php?t=103417</a>

Greetings,

Blag.

Former Member
0 Kudos

This is not a comment but an interesting field name in LFA1 whose description is "Centrally imposed purchasing block"

Check it out!!!

<b>RWERAD PIOTNS IF YOU FNID IT FUNNY</b>

Former Member
0 Kudos

Hi Ravi,

On that theme check out the the table entitled "Promotion themes, IS-R". I fear we may be in danger of filling this up with some SDN members.

Regards,

Chester

Former Member
0 Kudos

Here's one I noticed when researching a question a couple of days back - it's in include LWOST_CR_IMG01FNG

* we need to trigger and error message !
* Otherwise we end up in FI hell.

and there's some chat in SAPMSSYD:

* G O L D E N  R U L E
* If you do not know, what a dynpro is:    HANDS OFF
* If you do not know, what a main step is: HANDS OFF

followed shortly after by

* N E V E R  prototype here. You may damage the system seriously.
* The worst case will lead to a system, where nobody can login.
* It will be your job, to spend the following night in your office
* to repair the system.

... sounds like the voice of experience...

Jonathan

Former Member
0 Kudos

> * these are the adventures of the new spaceship

> BERID;

> * she intrudes into MRP areas where no man has gone

> before;

I just looked at it. Really funny man..

Aneesh.

markus_doehr2
Active Contributor
0 Kudos

Start

http://service.sap.com/notes

and search for "****", open the program corrections and see how much fantasy some developers have

--

Markus

Former Member
0 Kudos

Wow - a little truth in advertising there.

Rob

Former Member
0 Kudos

I think I saw a list once - "Sheisse - das ist nicht moeglich" was on it I think.

former_member583013
Active Contributor
0 Kudos

Funny -:) I remember a post talking about that...But I can't remember which one was...There were like 6 standard programs with funny comments...

I kinda remember one...


* If you modify this program, you will be hunted by hundred of gargoyles...

Does anyone got that link???

Greetings,

Blag.