Hello, i'm creating a new global class (SE24), and by client standards I need to create a heading on any (code) object, where its purpose is briefly explained and where further changes that may be made to the object should be documented. For example:
************************************************************************ * * PROGRAM ZCL... * CREATION DATE dd/mm/aaaa * APPLICATION MM * AUTHOR Alejandro Bindi * DESCRIPTION Does X check * TYPE Class * * MODIFICATION LOG *----------------------------------------------------------------------- * DATE AUTHOR Transport# DESCRIPTION *-----------------------------------------------------------------------
Now, where is this heading generally put when creating classes? I thought on putting it on Documentation but it'll be created on a specific language, I don't want that...
Thanks,
Regards