ROIUOW_TRANSFER_SCHEDULE_A 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 ROIUOW_TRANSFER_SCHEDULE_A 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: Transfer Schedule 'A' Report
Text Symbol: TSA = TRANSFER SCHEDULE 'A'
Text Symbol: TPF = Tract Participation Factor
Text Symbol: TOR = TRANSFEROR
Text Symbol: TFE = TRANSFEREE
Text Symbol: TAX = TaxID
Text Symbol: SUC = Successful import from memory ID
Text Symbol: STT = State
Text Symbol: REQ = REQUIRED
Text Symbol: PRD = Product
Text Symbol: PAG = Page
Text Symbol: OWN = Owner
Text Symbol: OPE = Operator
Text Symbol: ONF = ON FILE
Text Symbol: NON = None
Text Symbol: NAM = Property Name
Text Symbol: LGD = Legal Description
Text Symbol: IBL = Int. Shown Below
Text Symbol: H03 = Sequence
Text Symbol: H02 = No. Interest Type
Text Symbol: H01 = Owner Owner Owner Name Interest Decimal
Text Symbol: FLD = Field
Text Symbol: ERR = Failed import from memory ID
Text Symbol: EFF = Effective Date:
Text Symbol: DTT = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Text Symbol: DOT = Date of Transfer
Text Symbol: DOI = Property/DOI
Text Symbol: DDC = DOI Decimal
Text Symbol: CTY = County
Text Symbol: CNT = Country
Text Symbol: ALL = Alloc. %
Text Symbol: 907 = T P Factor
Text Symbol: 906 = Owner Decimals
Text Symbol: 905 = Owner Interest Sequence
Text Symbol: 904 = Owner Number
Text Symbol: 903 = Decimal
Text Symbol: 902 = Owner Name
Text Symbol: 901 = Address
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING pi_lifnr = p_own_no * PI_BYPASSING_BUFFER = * PI_REFRESH_BUFFER = * PI_READ_CAM = IMPORTING po_lfa1 = p_ls_lfa1 * PO_ADDRESS_VALUE = * EXCEPTIONS * NO_RECORDS_FOUND = 1 * INTERNAL_ERROR = 2 * OTHERS = 3 .
OIU_TIMESTAMP_TO_DATE
OIL_TIMESTAMP_TO_DATE * call function 'OIU_TIMESTAMP_TO_DATE' "SOGK013217 RL CALL FUNCTION 'OIL_TIMESTAMP_TO_DATE' "SOGK013217 RL EXPORTING i_tstamp = gs_dtch-process_dt IMPORTING e_date = lf_prcs_dt.
OIUOW_READ_OWNER_REQUEST CALL FUNCTION 'OIUOW_READ_OWNER_REQUEST' EXPORTING doc_no = g_doc_no doc_year = g_doc_year with_data = c_true IMPORTING e_dtch = gs_dtch TABLES e_dtd = gt_dtd e_dtcs = gt_dtcs EXCEPTIONS doc_no_not_entered = 1 doc_year_not_entered = 2 invalid_document = 3 OTHERS = 4.
ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING adrswa_in = gs_adrs IMPORTING adrswa_out = gs_adrs.
OIU_DI_MASTER_READ CALL FUNCTION 'OIU_DI_MASTER_READ' EXPORTING * i_bukrs = gt_doi-bukrs " BSR SOGK026569 * i_vname = gt_doi-vname " BSR SOGK026569 * i_doi_no = gt_doi-doi_no " BSR SOGK026569 i_bukrs = gt_new_own_tab-bukrs " BSR SOGK026569 i_vname = gt_new_own_tab-vname " BSR SOGK026569 i_doi_no = gt_new_own_tab-doi_no " BSR SOGK026569 IMPORTING e_oiu_do_di = gs_doi.
OIU_VENTURE_MASTER_READ CALL FUNCTION 'OIU_VENTURE_MASTER_READ' EXPORTING i_bukrs = gs_doi-bukrs i_vname = gs_doi-vname force_db = space IMPORTING e_oiu_do_jv = gs_do_jv.
OIU_FIELD_MASTER_READ CALL FUNCTION 'OIU_FIELD_MASTER_READ' EXPORTING field = gs_do_jv-field force_db = space IMPORTING e_oiu_pr_field = oiu_pr_field.
GET_CMB_PD_CD_TEXT CALL FUNCTION 'GET_CMB_PD_CD_TEXT' " SOGK022128 BSR EXPORTING " SOGK022128 BSR i_domvalue = i_comb_pd_cd " SOGK022128 BSR IMPORTING " SOGK022128 BSR e_ddtext = text " SOGK022128 BSR EXCEPTIONS " SOGK022128 BSR not_found = 1 " SOGK022128 BSR OTHERS = 2. " SOGK022128 BSR
DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING i_domname = domain i_domvalue = lf_value IMPORTING e_ddtext = text EXCEPTIONS not_exist = 1 OTHERS = 2.
OIUCM_JVA_READ_VENTURE CALL FUNCTION 'OIUCM_JVA_READ_VENTURE' EXPORTING bukrs = gs_doi-bukrs vname = gs_doi-vname IMPORTING venture_data = gs_jv_data EXCEPTIONS not_found = 1 found_without_company = 2 company_not_jva_active = 3 jva_not_installed = 4 OTHERS = 5.
OIUCM_JVA_READ_JVCC CALL FUNCTION 'OIUCM_JVA_READ_JVCC' EXPORTING bukrs = gs_doi-bukrs IMPORTING jvcc_data = gs_jvcc.
V_KNA1_SINGLE_READ CALL FUNCTION 'V_KNA1_SINGLE_READ' EXPORTING pi_kunnr = gs_jv_data-operator IMPORTING pe_kna1 = kna1.
OIUOW_READ_LEGAL_DESCRIPTION CALL FUNCTION 'OIUOW_READ_LEGAL_DESCRIPTION' EXPORTING bukrs = gs_doi-bukrs vname = gs_doi-vname doi_no = gs_doi-doi_no TABLES t_lgl_desc = gt_lgl_desc t_lgl_desc_scha = gt_lgl_desc_scha " BSR SOGK026569 EXCEPTIONS not_found = 1 OTHERS = 2.
OIUOW_READ_SCHA_DFLTS * call function 'OIUOW_READ_SCHA_DFLTS' * exporting * client = sy-mandt * force_db = space * importing * e_dflts_a = oiuow_scha_dflts * exceptions * not_found = 1 * others = 2.
OIUOW01_SCHA_FIELDS CALL FUNCTION 'OIUOW01_SCHA_FIELDS' EXPORTING report = 'XFER' TABLES fields = gt_flds EXCEPTIONS none_found = 0 OTHERS = 0.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = gt_fieldcat1 it_events = lt_events is_print = ls_print TABLES t_outtab = lt_master EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = iv_structure CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = gt_fieldcat1_2 it_events = gt_events is_print = ls_print TABLES t_outtab = lt_slave EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = gt_fieldcat2 it_events = lt_events i_tabname_header = lc_struct1 i_tabname_item = lc_struct3 is_keyinfo = gs_key is_print = ls_print TABLES t_outtab_header = lt_header t_outtab_item = lt_lgl_item EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = gt_fieldcat2_2 is_print = ls_print TABLES t_outtab = lt_item EXCEPTIONS program_error = 1 OTHERS = 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 ROIUOW_TRANSFER_SCHEDULE_A or its description.
ROIUOW_TRANSFER_SCHEDULE_A - Transfer Schedule 'A' Report ROIUOW_TRANSFER_SCHEDULE_A - Transfer Schedule 'A' Report ROIUOW_TRANSFER_REPORT - Transfer Report ROIUOW_TRANSFER_REPORT - Transfer Report ROIUOW_TRANSFER_EXECUTEO1 - Include ROIUOW_TRANSFER_EXECUTEO1 ROIUOW_TRANSFER_EXECUTEI1 - Include ROIUOW_TRANSFER_EXECUTEI1