CL_BTF - SAP BTF Class
Vendor Master (General Section) ROGBILLS - Synchronize billing plansThis documentation is copyright by SAP AG.
Functionality
The class CL_BTF implements the interface IF_BTF.
The class CL_BTF is defined as a singleton, that it, there is only ever one object of this class at the runtime of a program.
An object of the class CL_BTF is generated by theclass constructor and assigned to the attribute THE_BTF.
A reference to this object is returned by the method GET_REFERENCE. Further processing occurs via this reference. The object cannot be accessed directly.
Relationships
Example
REPORT...
CLASS CL_BTF DEFINITON LOAD.
...
DATA: MY_BTF TYPE REF TO IF_BTF.
...
MY_BTF = CL_BTF=>GET_REFERENCE( ).
Notes
The programs SAPBTFEDITOR_DEMO andSAPBTFFRAMEWORK_DEMO demonstrate the functions of the Business Text Framework and the editor.
Further information
ROGBILLS - Synchronize billing plans ABAP Short Reference
This documentation is copyright by SAP AG.
Length: 1174 Date: 20120526 Time: 093635 triton ( 40 ms )






