SAP Reports / Programs | Cross-Application Components | Classification | Classification(CA-CL-CL) SAP CA

RCCLSTA1 SAP ABAP Report - Classification Status for Change Number







RCCLSTA1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists all classes and other objects which are linked to the class...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RCCLSTA1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CL2A - Classification Status


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RCCLSTA1. "Basic submit
SUBMIT RCCLSTA1 AND RETURN. "Return to original report after report execution complete
SUBMIT RCCLSTA1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: KLAS = Class assignments
Selection Text: OBJ = Object assignments
Selection Text: P_AENNR = Change number
Selection Text: P_DATUV = Valid from
Selection Text: P_KLART = Class type
Title: Classification Status for Change Number
Text Symbol: 001 = Released
Text Symbol: 002 = Locked
Text Symbol: 003 = Incomplete
Text Symbol: 005 = Change number:
Text Symbol: 006 = Valid on
Text Symbol: 007 = Effectivity type
Text Symbol: 008 = Parameter effectiv.
Text Symbol: 009 = Status
Text Symbol: 100 = Classification status
Text Symbol: 101 = Class
Text Symbol: 102 = Class type
Text Symbol: 103 = Typ
Text Symbol: 200 = Additional restrictions
Text Symbol: 300 = Cl.


INCLUDES used within this REPORT RCCLSTA1

INCLUDE MCLEFTO1.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CC_CHANGE_NUMBER_CHECK call function 'CC_CHANGE_NUMBER_CHECK' exporting eccin = g_ccin importing adatuv = p_datuv exceptions error_aenr = 1 error_class = 2 error_date_restriction = 3 error_status = 4.

CLEF_ECM_PROCESSOR_INIT call function 'CLEF_ECM_PROCESSOR_INIT' exporting key_date = p_datuv i_free_memory = 'X' exceptions ecm_init_error = 1 others = 2.

CLEF_EFFECTIVITY_USED call function 'CLEF_EFFECTIVITY_USED' exporting i_aennr = p_aennr i_classtype = tcla-klart importing e_effe_aennr = g_effectivity_used e_effe_datum = g_effectivity_date e_effe_gltart = g_aeclass exceptions klart_not_active = 3 others = 4.

CC_CHANGE_NUMBER_CHECK call function 'CC_CHANGE_NUMBER_CHECK' exporting eccin = g_ccin importing adatuv = p_datuv exceptions error_aenr = 1 error_class = 2 error_date_restriction = 3 error_status = 4.

CLEF_ECM_PROCESSOR_INIT call function 'CLEF_ECM_PROCESSOR_INIT' exporting key_date = p_datuv i_aennr = p_aennr i_maintain_flag = c_x exceptions ecm_init_error = 1 others = 2.

CLEF_ECM_PROCESSOR call function 'CLEF_ECM_PROCESSOR' tables t_tabkey = g_kssk_nam aennr_output = g_aennr_tab exceptions ecm_error = 1 others = 2.

CLEF_KSSK_DET_VALID call function 'CLEF_KSSK_DET_VALID' exporting i_effectivity_act = g_effectivity_used i_classtype = p_klart i_effe_datum = g_effectivity_date tables t_kssk_tab = ikssk t_aennr_tab = g_aennr_tab exceptions no_classtype = 1 others = 2.

CUOB_GET_SOME_OBJECTS call function 'CUOB_GET_SOME_OBJECTS' tables objects = gt_inob.

CLOCH_OBJECT_CHECK call function 'CLOCH_OBJECT_CHECK' exporting i_obtab = tcla-obtab date_of_change = p_datuv tables otab = lt_obj exceptions foreign_lock = 1 object_not_found = 2 system_failure = 3 others = 4.

CLOCH_OBJECT_CHECK call function 'CLOCH_OBJECT_CHECK' exporting i_obtab = l_table date_of_change = p_datuv tables otab = lt_obj1 exceptions foreign_lock = 1 object_not_found = 2 system_failure = 3 others = 4.

CLOCH_OBJECT_CHECK call function 'CLOCH_OBJECT_CHECK' exporting i_obtab = l_table date_of_change = p_datuv tables otab = lt_obj1 exceptions foreign_lock = 1 object_not_found = 2 system_failure = 3 others = 4.

CLCV_CONV_EXIT call function 'CLCV_CONV_EXIT' exporting table = pkssk-obtab ex_object = pkssk-objek importing im_object = pkssk-objek.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RCCLSTA1 or its description.