SAP Reports / Programs

UA_DERI_CALLB_CC SAP ABAP Report - Exits Derivation Tool: Derivation Charas/Rules for Cost Compnt Split







UA_DERI_CALLB_CC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


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 UA_DERI_CALLB_CC. "Basic submit
SUBMIT UA_DERI_CALLB_CC AND RETURN. "Return to original report after report execution complete
SUBMIT UA_DERI_CALLB_CC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Exits Derivation Tool: Derivation Charas/Rules for Cost Compnt Split
Text Symbol: 100 = Step
Text Symbol: 101 = Derivation Charas for Data Basis


INCLUDES used within this REPORT UA_DERI_CALLB_CC

INCLUDE LABADRTYP.


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:

UA_DERI_2_CONFIG CALL FUNCTION 'UA_DERI_2_CONFIG' EXPORTING id_key = ld_key EXCEPTIONS failed = 1.

UA_GET_DATABASIS CALL FUNCTION 'UA_GET_DATABASIS' EXPORTING i_acc_databasis = g_databasis IMPORTING e_acc_databasis = g_databasis eo_metadata = go_metadata e_subrc = l_subrc.

UA_GET_TYPEINFOS_CC CALL FUNCTION 'UA_GET_TYPEINFOS_CC' EXPORTING i_acc_databasis = g_databasis io_metadata = go_metadata io_md_service = go_md_service IMPORTING e_acc_databasis = g_databasis eo_metadata = go_metadata et_list_objects = gt_list_objects et_list_nodes = gt_list_nodes et_list_edges = gt_list_edges et_list_keyfs = gt_list_keyfs et_list_ccs = gt_list_ccs eo_md_service = go_md_service e_type_objects = g_typename_objects e_type_node = g_typename_node e_type_ccst = g_typename_ccst e_type_edge = g_typename_edge EXCEPTIONS failed = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'A' TABLES dd03p_tab = t_dd03p EXCEPTIONS illegal_input = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'A' TABLES dd03p_tab = t_dd03p EXCEPTIONS illegal_input = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'A' TABLES dd03p_tab = t_dd03p EXCEPTIONS illegal_input = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'A' TABLES dd03p_tab = t_dd03p EXCEPTIONS illegal_input = 1.

UA_GET_CCST_CCS CALL FUNCTION 'UA_GET_CCST_CCS' EXPORTING i_acc_databasis = g_databasis IMPORTING e_ccsplittype = ld_ccst e_costcompsplit = ld_ccs.

UA_GET_DEPENDENT_CHARS CALL FUNCTION 'UA_GET_DEPENDENT_CHARS' EXPORTING i_tab_charac = tab_characs io_md_service = go_md_service IMPORTING e_tab_dep = tab_dep.

UA_CHECK_COMPOUNDING CALL FUNCTION 'UA_CHECK_COMPOUNDING' EXPORTING i_env = i_env i_identifier = cl_ua_ccsplit=>cd_object_identifier i_typename = g_typename_objects io_md_service = go_md_service IMPORTING e_reject = e_reject CHANGING c_step = x_step.

UA_GET_DEPENDENT_CHARS CALL FUNCTION 'UA_GET_DEPENDENT_CHARS' EXPORTING i_tab_charac = tab_characs io_md_service = go_md_service IMPORTING e_tab_dep = tab_dep.

UA_TEXT_CCSPLIT CALL FUNCTION 'UA_TEXT_CCSPLIT' EXPORTING id_acc_databasis = g_databasis id_ccsplit = ld_ccsplit EXCEPTIONS does_not_exist = 1.

UA_TEXT_SPLITTYPE CALL FUNCTION 'UA_TEXT_SPLITTYPE' EXPORTING io_metadata = go_metadata id_splittype = ld_ccsplittype EXCEPTIONS does_not_exist = 1.

UA_TEXT_CCSPLIT CALL FUNCTION 'UA_TEXT_CCSPLIT' EXPORTING id_acc_databasis = g_databasis id_ccsplit = ld_ccsplit IMPORTING ed_text = e_text EXCEPTIONS does_not_exist = 0.

UA_TEXT_CCSPLIT CALL FUNCTION 'UA_TEXT_CCSPLIT' EXPORTING id_acc_databasis = g_databasis id_ccsplit = ld_ccsplit IMPORTING ed_text = e_text EXCEPTIONS does_not_exist = 0.

UA_TEXT_SPLITTYPE CALL FUNCTION 'UA_TEXT_SPLITTYPE' EXPORTING io_metadata = go_metadata id_splittype = ld_ccsplittype IMPORTING ed_text = e_text EXCEPTIONS does_not_exist = 1.

UA_TEXT_OBJECTTYPE CALL FUNCTION 'UA_TEXT_OBJECTTYPE' EXPORTING io_metadata = go_metadata id_objecttype = ld_objecttype IMPORTING ed_text = e_text EXCEPTIONS does_not_exist = 1.

UA_F4_CCSPLIT CALL FUNCTION 'UA_F4_CCSPLIT' EXPORTING id_acc_databasis = g_databasis IMPORTING ed_costcompsplit = ld_ccs.

DDIF_FIELDINFO_GET





CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'UAB_S_COSTCOMP' TABLES dfies_tab = dfies_env EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'COSTCOMPONENT' value_org = 'S' TABLES value_tab = ls_ccs-ccomponents field_tab = dfies_env return_tab = t_ret EXCEPTIONS OTHERS = 0.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'UAB_S_FIELDINFO' TABLES dfies_tab = dfies_env EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FIELDNAME' value_org = 'S' TABLES value_tab = t_keyfval field_tab = dfies_env return_tab = t_ret EXCEPTIONS OTHERS = 0.

UA_F4_CCSPLIT CALL FUNCTION 'UA_F4_CCSPLIT' EXPORTING id_acc_databasis = g_databasis id_ccsplittype = ld_ccst IMPORTING ed_costcompsplit = l_ccsplit.

UA_F4_SPLITTYPE CALL FUNCTION 'UA_F4_SPLITTYPE' EXPORTING id_acc_databasis = g_databasis io_metadata = go_metadata IMPORTING ed_splittype = ld_ccst.

UA_F4_OBJECTTYPE CALL FUNCTION 'UA_F4_OBJECTTYPE' EXPORTING id_acc_databasis = g_databasis io_metadata = go_metadata IMPORTING ed_objecttype = ld_otype.



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 UA_DERI_CALLB_CC or its description.