UA_COSTING_SOLUTIONS_FOBJ 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_COSTING_SOLUTIONS_FOBJ into the relevant SAP transactions such as SE38 or SE80
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.
Title: Derivation of Percentage Surcharges
Text Symbol: 100 = Step
Text Symbol: 101 = Percentages in Overheads for Data Basis
INCLUDE LABADRTYP.
No SAP DATABASE tables are accessed within this REPORT code!
UA_GET_DATABASIS CALL FUNCTION 'UA_GET_DATABASIS' EXPORTING i_acc_databasis = g_databasis IMPORTING e_acc_databasis = g_databasis eo_metadata = go_metadata.
UA_GET_TYPEINFOS_FORMULA CALL FUNCTION 'UA_GET_TYPEINFOS_FORMULA' 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_fields = gt_list_fields eo_md_service = go_md_service e_typename = g_typename 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.
UA_DERIVATION_GENERATE_CLASS **** CALL FUNCTION 'UA_DERIVATION_GENERATE_CLASS' **** EXPORTING **** i_stratid = 'PRCT' **** i_env = i_env **** i_tab_steps = i_tab_abadrsteps **** EXCEPTIONS **** failed = 1.
KEDR_COPA_GENERATE ***** call function 'KEDR_COPA_GENERATE' ***** exporting ***** erkrs = erkrs ***** exceptions ***** others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UA_COSTING_SOLUTIONS_FOBJ - Derivation of Percentage Surcharges UA_COSTING_SOLUTIONS_FOBJ - Derivation of Percentage Surcharges UA_COSTING_SOLUTIONS_DATABASIS - UACOSTINGSOLUTIONSDATABASIS UA_COSTING_SOLUTIONS_DATABASIS - UACOSTINGSOLUTIONSDATABASIS UA_COSTING_SOLUTIONS_CTYPES - UACOSTINGSOLUTIONSCTYPES UA_COSTING_SOLUTIONS_CTYPES - UACOSTINGSOLUTIONSCTYPES