Giter Site home page Giter Site logo

abap-oop-library's Introduction

ABAP Object-oriented programming Library

Installation

  • Manually create the dictionary types listed below
  • Use the source based class editor and regular editor to import all classes, interfaces and programs.
  • Some packages use a message class. The messages are saved in the .messageclass.txt files. Create the message class manually and copy/paste the messages inside it.

Dictionary Types

Table type 'zarray'

Standard table with no keys. Line type: reference to zcl_object

Data type 'zresourceclass'

Domain: SEOCLSNAME

Data type 'zresourcename'

Built-in type: CHAR 30

Data type 'zresourcepath'

Built-in type: CHAR 255

Domain 'zlog_requests'

Built-in type: CHAR 1

Values: ' ' No
        'X' Yes

Data type 'zlog_requests'

Domain: zlog_requests

Database table 'zresources'

Type: customizing
Buffer: full

Field           Key   Type
MANDT           X     MANDT
NAME            X     ZRESOURCENAME
CLASS                 ZRESOURCECLASS
PATH                  ZRESOURCEPATH
LOG_REQUESTS          ZLOG_REQUESTS

Database table 'zrestlog'

Type: application
Buffer: none

Field           Key   Type
MANDT           X     MANDT
UUID            X     SYSUUID_C32
REQUESTDATE     X     DATUM
REQUESTTIME     X     UZEIT
REQUESTUSER     X     UNAME
RESOURCEPATH          ZRESOURCEPATH
RESOURCENAME          ZRESOURCENAME
RESOURCEID            STRING
REQUEST               STRING

abap-oop-library's People

Contributors

rvanmil avatar avheerde avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.