* _____ _ ___ ______ ___ ______ * / __ \ | | / _ \ | ___ \/ _ \ | ___ \ * | / \/_ _ ___| |_ ___ _ __ ___ ___ _ __ / /_\ \| |_/ / /_\ \| |_/ / * | | | | | / __| __/ _ \| '_ ` _ \ / _ \ '__| | _ || ___ \ _ || __/ * | \__/\ |_| \__ \ || (_) | | | | | | __/ | | | | || |_/ / | | || | * \____/\__,_|___/\__\___/|_| |_| |_|\___|_| \_| |_/\____/\_| |_/\_| * Create your own logo on http://patorjk.com/software/taag/ *--------------------------------------------------------------------------- * Program : .. * Title : .. * Functional area : Cross modules * Environment : 4.7 * Description : .. * * Previous version : This is the initial version * Developer name : .. * Development date : ../../.... * Version : 0.1 *--------------------------------------------------------------------- * Change history (new entries at the bottom) * Date Description * ../../.... Initial release *--------------------------------------------------------------------- * __ _ * /\ \ \__ _ _ __ ___ (_)_ __ __ _ * / \/ / _` | '_ ` _ \| | '_ \ / _` | * / /\ / (_| | | | | | | | | | | (_| | * \_\ \/ \__,_|_| |_| |_|_|_| |_|\__, | _ _ * ___ ___ _ ____ _____|___/ | |_(_) ___ _ __ ___ * / __/ _ \| '_ \ \ / / _ \ '_ \| __| |/ _ \| '_ \/ __| * | (_| (_) | | | \ V / __/ | | | |_| | (_) | | | \__ \ * \___\___/|_| |_|\_/ \___|_| |_|\__|_|\___/|_| |_|___/ * Selection screen variables: * PA_ Parameter field * SO_ Select-option field * Globally defined variables: Locally defined variables: * TY_ Type definition | LTY_ Locally defined Type definition (types: begin of lty_...) * GC_ Constant | LC_ Constant * GV_ Variable | LV_ Variable * GW_ Work Area | LW_ Work Area (holding multiple fields) * GT_ internal Table | LT_ internal Table * GR_ Range variable | LR_ Range variable (type range of) * GO_ Object variable | LO_ Object variable (type ref to ..) * LCL_ Local class definition/implementation * Field-symbols: * - Field symbol definitions have no naming convention, but * should be used for a single data type only * Local classes: * - A local class can hold globally defined variables as well as * locally defined variables * - Instance and static variables use the same naming convention * - Parameters on a method have no naming convention * - Exceptions have no naming convention *--------------------------------------------------------------------- REPORT ZABAPCADABRA_SKELETON. * ___ _ _ __ _ _ _ _ * / __\ | __ _ ___ ___ __| | ___ / _(_)_ __ (_) |_(_) ___ _ __ * / / | |/ _` / __/ __| / _` |/ _ \ |_| | '_ \| | __| |/ _ \| '_ \ * / /___| | (_| \__ \__ \ | (_| | __/ _| | | | | | |_| | (_) | | | | * \____/|_|\__,_|___/___/ \__,_|\___|_| |_|_| |_|_|\__|_|\___/|_| |_| * ___ _ _ _ * / __\ | __ _ ___ ___ (_)_ __ ___ _ __ | | ___ _ __ ___ * / / | |/ _` / __/ __| | | '_ ` _ \| '_ \| |/ _ \ '_ ` _ \ * / /___| | (_| \__ \__ \ | | | | | | | |_) | | __/ | | | | |_ * \____/|_|\__,_|___/___/ |_|_| |_| |_| .__/|_|\___|_| |_| |_(_) * |_| * __ _ _ _ * / _\ ___| | ___ ___| |_(_) ___ _ __ ___ ___ _ __ ___ ___ _ __ * \ \ / _ \ |/ _ \/ __| __| |/ _ \| '_ \ / __|/ __| '__/ _ \/ _ \ '_ \ * _\ \ __/ | __/ (__| |_| | (_) | | | | \__ \ (__| | | __/ __/ | | | * \__/\___|_|\___|\___|\__|_|\___/|_| |_| |___/\___|_| \___|\___|_| |_| * AT SELECTION-SCREEN ON .... AT SELECTION-SCREEN. AT SELECTION-SCREEN OUTPUT. * _____ _ _ _ _ _ _ _ * \_ \_ __ (_) |_(_) __ _| (_)______ _| |_(_) ___ _ __ * / /\/ '_ \| | __| |/ _` | | |_ / _` | __| |/ _ \| '_ \ * /\/ /_ | | | | | |_| | (_| | | |/ / (_| | |_| | (_) | | | | * \____/ |_| |_|_|\__|_|\__,_|_|_/___\__,_|\__|_|\___/|_| |_| INITIALIZATION. * __ _ _ __ __ _ _ _ * / _\ |_ __ _ _ __| |_ ___ / _| / _\ ___| | ___ ___| |_(_) ___ _ __ * \ \| __/ _` | '__| __|__ / _ \| |_ ___\ \ / _ \ |/ _ \/ __| __| |/ _ \| '_ \ * _\ \ || (_| | | | ||___| (_) | _|___|\ \ __/ | __/ (__| |_| | (_) | | | | * \__/\__\__,_|_| \__| \___/|_| \__/\___|_|\___|\___|\__|_|\___/|_| |_| START-OF-SELECTION. * _ __ _ _ _ * ___ _ __ __| | ___ / _| ___ ___| | ___ ___| |_(_) ___ _ __ * / _ \ '_ \ / _` |___ / _ \| |_ ___/ __|/ _ \ |/ _ \/ __| __| |/ _ \| '_ \ * | __/ | | | (_| |___| (_) | _|___\__ \ __/ | __/ (__| |_| | (_) | | | | * \___|_| |_|\__,_| \___/|_| |___/\___|_|\___|\___|\__|_|\___/|_| |_| END-OF-SELECTION.