SAP Reports / Programs | Investment Management | Capital Investments | Investment Programs(IM-FA-IP) SAP IM

RAVCHANA_I_FORM SAP ABAP INCLUDE - RAVCHANAIFORM







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


INCLUDES used within this REPORT RAVCHANA_I_FORM

No INCLUDES are used within this REPORT code!


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:

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = gcon_md_tabname langu = sy-langu TABLES dd03p_tab = st_dd03p.

CONVERSION_EXIT_ABPSP_INPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT' EXPORTING input = ld_posid IMPORTING output = ld_pspnr.

CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = ld_pldat foreign_currency = pa_repcu local_amount = ls_result-wlges local_currency = ls_result-twaer type_of_rate = pa_kurst IMPORTING foreign_amount = ls_result-wlges.

CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = ld_pldat foreign_currency = pa_repcu local_amount = ls_result-wlgev local_currency = ls_result-twaer type_of_rate = pa_kurst IMPORTING foreign_amount = ls_result-wlgev.

HDB_VIEW_GET_INFO CALL FUNCTION 'HDB_VIEW_GET_INFO' EXPORTING i_viewname = gcon_viewname_ge * I_LANGU = SY-LANGU * I_OTHER_VIEWNAME_ON_ERP = i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = ' ' * I_HDBC_CHECK = ' ' IMPORTING e_hdb_exist = ld_hdb_exist * E_ERP_EXIST = * E_ERP_DDTEXT = * E_ERP_IDENTICAL = ld_erp_identical * E_RECORD_COUNT = * E_IS_COLUMN_VIEW = * ET_FCAT_COMPARE = e_view_type = ld_viewtype * ES_ALL_INFO = EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 ddic_error = 4 hdb_error = 5 OTHERS = 6.

HDB_VIEW_DROP CALL FUNCTION 'HDB_VIEW_DROP' EXPORTING i_viewname = gcon_viewname_ge i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = * I_HDBC_CHECK = ' ' EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 hdb_error = 4 OTHERS = 5.

DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING name = gcon_viewname_ge TABLES dd27p_tab = lt_dd27p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

HDB_OLAP_CREATE CALL FUNCTION 'HDB_OLAP_CREATE' EXPORTING i_viewname = gcon_viewname_ge i_fact_table = ld_fact_table it_keyfigure = lt_kf it_join = lt_join it_attribute = lt_attr i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = ' ' * I_HDBC_CHECK = ' ' EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 view_already_exist = 4 ddic_error = 5 hdb_error = 6 OTHERS = 7.

HDB_VIEW_GET_INFO CALL FUNCTION 'HDB_VIEW_GET_INFO' EXPORTING i_viewname = gcon_viewname_ja * I_LANGU = SY-LANGU * I_OTHER_VIEWNAME_ON_ERP = i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = ' ' * I_HDBC_CHECK = ' ' IMPORTING e_hdb_exist = ld_hdb_exist * E_ERP_EXIST = * E_ERP_DDTEXT = * E_ERP_IDENTICAL = ld_erp_identical * E_RECORD_COUNT = * E_IS_COLUMN_VIEW = * ET_FCAT_COMPARE = e_view_type = ld_viewtype * ES_ALL_INFO = EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 ddic_error = 4 hdb_error = 5 OTHERS = 6.

HDB_VIEW_DROP CALL FUNCTION 'HDB_VIEW_DROP' EXPORTING i_viewname = gcon_viewname_ja i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = * I_HDBC_CHECK = ' ' EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 hdb_error = 4 OTHERS = 5.

DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING name = gcon_viewname_ja TABLES dd27p_tab = lt_dd27p_tab EXCEPTIONS illegal_input = 1 OTHERS = 2.

HDB_OLAP_CREATE CALL FUNCTION 'HDB_OLAP_CREATE' EXPORTING i_viewname = gcon_viewname_ja i_fact_table = ld_fact_table it_keyfigure = lt_kf it_join = lt_join it_attribute = lt_attr i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = ' ' * I_HDBC_CHECK = ' ' EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 view_already_exist = 4 ddic_error = 5 hdb_error = 6 OTHERS = 7.

HDB_VIEW_GET_INFO CALL FUNCTION 'HDB_VIEW_GET_INFO' EXPORTING i_viewname = ld_viewname * I_LANGU = SY-LANGU * I_OTHER_VIEWNAME_ON_ERP = i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = ' ' * I_HDBC_CHECK = ' ' IMPORTING e_hdb_exist = ld_hdb_exist * E_ERP_EXIST = * E_ERP_DDTEXT = * E_ERP_IDENTICAL = ld_erp_identical * E_RECORD_COUNT = * E_IS_COLUMN_VIEW = * ET_FCAT_COMPARE = e_view_type = ld_viewtype * ES_ALL_INFO = EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 ddic_error = 4 hdb_error = 5 OTHERS = 6.

HDB_VIEW_DROP CALL FUNCTION 'HDB_VIEW_DROP' EXPORTING i_viewname = ld_viewname i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = * I_HDBC_CHECK = ' ' EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 hdb_error = 4 OTHERS = 5.

HDB_VIEW_CREATE CALL FUNCTION 'HDB_VIEW_CREATE' EXPORTING i_viewname = ld_viewname * I_OTHER_VIEWNAME_ON_ERP = i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = ' ' * I_HDBC_CHECK = ' ' EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 view_already_exist = 4 ddic_error = 5 hdb_error = 6 OTHERS = 7.

CONVERSION_EXIT_ABPSP_INPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT' EXPORTING input = ld_posid IMPORTING output = ld_pspnr.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gcon_md_tabname CHANGING ct_fieldcat = gt_fieldcatalog[].

CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = l_sap_note_url EXCEPTIONS OTHERS = 0.

RH_FUNCTION_EXIST





CALL FUNCTION 'RH_FUNCTION_EXIST' EXPORTING name = ld_func EXCEPTIONS function_not_found = 1 OTHERS = 2.

HDB_DBCON_GET_APPL CALL FUNCTION 'HDB_DBCON_GET_APPL' EXPORTING i_application = gcon_appl_im i_subapplication = gcon_subappl_im * I_KEY_VALUE = ' ' i_check_connection = 'X' it_required_table = lt_required_table * IT_PARAMETER = i_uname = sy-uname IMPORTING e_dbcon_name = ed_dbcon * ET_MESSAGE = EXCEPTIONS dbcon_not_exist = 1 dbcon_no_use = 2 dbcon_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = gd_save IMPORTING e_exit = gd_exit es_variant = gs_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = gd_save IMPORTING e_exit = gd_exit es_variant = gs_variant EXCEPTIONS not_found = 2.



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