Skip to content

rayatus/sapcodegenerator_class_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT ABAP 7.40sp08+ Code Statistics

SAPCodeGenerator : DB Class Reader

This generator creates a class reader where generic methods for retrieving data from a specific DB are generated.

By executing transaction ZDBFRAMEWORK_WIZARD a wizard will be showned asking for:

  • DataBase table for which the class reader will be generated.
  • Also a dictionary table type which will be used as exporting parameter in the corresponding method for returning several rows.
  • ClassName for the ABAP class which is going to be created. By default it will be "ZCL_< DBTableName >_READ"
  • Package where to save the generated ABAP class

For testing purposes you could execute it by using:

  • DataBase table > SFLIGHT
  • Table Type > ZTT_SFLIGHT (already provided by this repo)

Requieres sapcodegenerator_base repository (https://github.com/rayatus/sapcodegenerator_base)

About

SAPCode generator : Class reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages