SAP Classes

Share |

RS_TBBW_CL_LCCUPDATE SAP Class - LCC Update


RS_TBBW_CL_LCCUPDATE is a standard SAP class available within R/3 SAP systems depending on your version and release level. Below is the standard documentation available for this class interface. You can view this information and more if you enter the class name RS_TBBW_CL_LCCUPDATE into the relevant SAP transaction such as SE24 or SE80.

Contribute (Add Comment)
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name RS_TBBW_CL_LCCUPDATE or its description.


Class Methods
In some respects Class methods are similar to function modules in that they are a coding block that performs certain ABAP functionality. Methods can be referenced using the following syntax: CALL METHOD RS_TBBW_CL_LCCUPDATE=>methodname EXPORTING/IMPORTING...

WRITE_APPL_LOG_TAB - Write Application Log
SET_RETURN_INFO - Callback Method for RFC Call
SET_DELTA_TSTAMP - Save Delta Time Stamp
READ_VARIANT_PARAMS - Read Screen Parameters of Variants
GET_DELTA_TSTAMP - Delta Time Stamp Determination


Class Attributes
Class attributes can be referenced using the following syntax RS_TBBW_CL_LCCUPDATE=><attribute name>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

CON_DATASOURCE_NAME - DataSource Name
CON_F4_WILDCARD_ENABLED - Checkbox
CON_MAINTAIN_CALLBACK - 30 Characters
CON_MAINTAIN_DYNNR - ABAP Program: Number of Current Screen
CON_MAINTAIN_PROGRAM - Program/Transaction in SQL Trace Evaluation
CON_MESSAGE_CLASS - Messages, Message Class
CON_ODS24_NAME - Source ODS Name
CON_PREFIX_TB - Not More Closely Defined Area, Possibly Used for Patchlevels
CON_PROCESS_TYPE - Process Type
S_TAB_RETURN - Table with BAPI Return Information
S_SAV_VARIANT - Variant
S_SAV_SYSUBRC - Return Value, Return Value After ABAP Statements
S_CNT_ERROR_RECORDS - Number of Incorrect Data Records
S_CNT_PROCESSED_RECORDS - Number of Transferred Data Records
S_CNT_TASKS_ACTIV_COUNTER - No. of Active Jobs
S_CNT_TASKS_FINISHED_COUNTER - Number of Completed Jobs
S_CNT_TASKS_STARTED_COUNTER - Number of Started Jobs
S_SAV_COUNT - Counter
S_SAV_INSTANCE - Instance ID
S_SAV_STATUS - Status of a Process


Class Events
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT <event name> EXPOTING...




comments powered by Disqus