SAP Program BEFB_METADATA_METHOD_CREATE - Generate Metadata Object Method

Title
Create Template for BEF Generation

Purpose
You use this program to create a template for BEF generation bycopying.Theoretically, you can copy from other all code objects. At themoment, though, you can only copy from function modules. You enter thename of an existing function module and a program name, and the systemreads the source code of the function module, processes it, and writesit to an Include.
If the Include in question already exists and already contains thissource code, you can decide whether you want to allow the source codeto be overwritten. If the Include in question does not exist, it iscreated. When it is created, its attributes are also defined, and aconnection to the trasnport mechanism (TADIR) is established. TheIncludes that are created are, at the moment, assigned to developmentclass BEF_GENERATOR.
The Include code does not currently contain any variables orplaceholders.

Features