J_3ROS6_FORMS 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 J_3ROS6_FORMS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING * Name of Smart Form formname = pa_form IMPORTING fm_name = func_module_name EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3.
GLO_FAA_TI_READ_SINGLE CALL FUNCTION 'GLO_FAA_TI_READ_SINGLE' EXPORTING id_orgunit = icheader-bukrs id_asset = icheader-anln1 id_subnumber = icheader-anln2 * IB_BYPASSING_MEMORY = ' ' IMPORTING es_glofaaassetdata = add_mr_struct EXCEPTIONS not_found = 1 not_activated = 2 OTHERS = 3.
GLO_FAA_TD_READ_MULTIPLE CALL FUNCTION 'GLO_FAA_TD_READ_MULTIPLE' EXPORTING id_orgunit = icheader-bukrs id_asset = icheader-anln1 id_subnumber = icheader-anln2 * ID_FROM_DATE = '19000101' * ID_TO_DATE = '99991231' * IB_SORT_DESCENDING = ' ' * IB_BYPASSING_MEMORY = ' ' * IB_RESET_BUFFER = ' ' TABLES et_glofaatmdpndnt = add_mr_tmd_table EXCEPTIONS not_found = 1 not_activated = 2 OTHERS = 3 .
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'J_3RFIC' toyear = glicyear IMPORTING number = icheader-icnmb EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING object = 'ANLA' id = j_3ros6_settings-short_char language = sy-langu name = ob_name IMPORTING header = e_header TABLES lines = tlines EXCEPTIONS id = 1 object = 2 name = 3 language = 4 not_found = 6.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = pa_adobe IMPORTING e_funcname = func_module_name.
FIAA_CHECK_REPORTING_DATE " CALL FUNCTION 'FIAA_CHECK_REPORTING_DATE' " EXPORTING " i_date = v_date "* I_XGBAF = ' ' " i_bukrs = p_bukrs "* I_AFABER = '01' " EXCEPTIONS " date_not_allowed = 1 " input_false = 2 " OTHERS = 3 " .
ADDR_GET call function 'ADDR_GET' exporting address_selection = sel_adr address_group = 'CA01' * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' importing address_value = addr1_val * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.
ADDR_GET call function 'ADDR_GET' exporting address_selection = sel_adr address_group = 'CA01' * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' importing address_value = addr1_val * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.