SAP Reports / Programs | Financials | Business Analytics(FIN-BA) SAP FIN

UA_COSTING_SOLUTIONS_FOBJ SAP ABAP Report - Derivation of Percentage Surcharges







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


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


Text pool values


Title: Derivation of Percentage Surcharges
Text Symbol: 100 = Step
Text Symbol: 101 = Percentages in Overheads for Data Basis


INCLUDES used within this REPORT UA_COSTING_SOLUTIONS_FOBJ

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_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.



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