Advertising:
Classes: Difference between revisions
From SAP Knowledge Base
(→E-Mail) |
No edit summary |
||
Line 1: | Line 1: | ||
Released for cloud development means the released state in eclipse of the class. | |||
Classic means all other classes that can be used which are SAP standard classes. | |||
= Released for cloud development = | = Released for cloud development = | ||
Revision as of 20:35, 23 December 2024
Released for cloud development means the released state in eclipse of the class. Classic means all other classes that can be used which are SAP standard classes.
Released for cloud development
Overall
Application Log
Name | Purpose |
CL_BALI_LOG | Creation object cl_bali_log=>create( ) |
CL_BALI_HEADER_SETTER | Create Header with object from created object cl_bali_log=>create( ) the header is set (set_header) |
CL_BALI_MESSAGE_SETTER | Save message object and message is added (add_item) with created object cl_bali_log=>create( ) |
CL_BALI_FREE_TEXT_SETTER | Save message object and message is added (add_item) with created object cl_bali_log=>create( ) |
CL_BALI_EXCEPTION_SETTER | Save message object and message is added (add_item) with created object cl_bali_log=>create( ) |
CL_BALI_LOG_DB | Log is saved with get_instance and save_log. Load_log and get_all_items are used to load messages |
🔧 how to article: Create_application_log_in_cloud_development |
Classic
Overall
Name | Purpose |
CL_BCS | Business Communication Service |
CL_DOCUMENT_BCS | Wrapper Class for Office Documents |
CL_BCS_CONVERT | BCS: Utilities for Document Content |
CL_SAPUSER_BCS | BCS: Represents an SAP User |
CL_BCS_CONVERT | BCS: Utilities for Document Content |
CL_DISTRIBUTIONLIST_BCS | BCS: Represents a Distribution List |
🔧 how to article: Sending_e-mail_with_classic_classes_and_methods |