RICL_EBR_INTERFACE 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 RICL_EBR_INTERFACE 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.
Selection Text: P_FILE = Files:
Selection Text: P_FILE_D = Diagnosis File
Selection Text: P_FILE_I = Item File
Selection Text: P_FILE_O = Participants
Selection Text: P_FILE_P = Invoice File
Selection Text: P_FILE_S = Benefits Catalog
Selection Text: P_IN = Inbound Processing
Selection Text: P_INDX = Database:
Selection Text: P_INDX_X = Database Key
Selection Text: P_INOUT = Inbound/Outbound Process
Selection Text: P_OUT = Outbound Processing
Selection Text: P_PROC = Invoices for Processing
Selection Text: S_CLAIM = Claims for Processing
Title: External Bill Review - Sample In/Outbound Interface
Text Symbol: 001 = Outbound Processing Triggered
Text Symbol: 002 = Inbound Processing Triggered
Text Symbol: 003 = ==========================================
Text Symbol: B01 = Select Process
Text Symbol: B02 = Data Storage
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUE_SLEEP CALL FUNCTION 'ENQUE_SLEEP' EXPORTING seconds = 5 EXCEPTIONS system_failure = 1 OTHERS = 2. "#EC *
ENQUE_SLEEP CALL FUNCTION 'ENQUE_SLEEP' EXPORTING seconds = 10 EXCEPTIONS system_failure = 1 OTHERS = 2. "#EC *
ICL_EBR_OUTBOUND_INVOICE CALL FUNCTION 'ICL_EBR_OUTBOUND_INVOICE' EXPORTING iv_xcommit = 'X' * IV_XUPDTASK = ' ' * IV_XBAPI = iv_xtest = p_test IMPORTING ev_xerror = cv_xerror TABLES et_iclitem = lt_iclitem et_iclprocure = lt_iclprocure et_icldiagnosis = lt_icldiagnosis et_iclpartocc = lt_iclpartocc et_iclservcat = lt_iclservcat et_message = lt_message it_claim_range = s_claim .
ICL_EBR_INBOUND_INVOICE CALL FUNCTION 'ICL_EBR_INBOUND_INVOICE' EXPORTING iv_xcommit = 'X' * IV_XUPDTASK = ' ' * IV_XBAPI = iv_xtest = p_test iv_claim = ls_iclprocure_ebr-claim IMPORTING ev_xerror = lv_xerror TABLES it_item_di = lt_item_di it_procure_di = lt_proc_di * IT_DIAGNOSIS_DI = * IT_GEN_DI = * IT_PART_DI = it_freetext_di = lt_freetext_di et_message = lt_message.
ICL_FREETEXT_SELECT ** CALL FUNCTION 'ICL_FREETEXT_SELECT' ** EXPORTING ** i_formclass = ls_freetext_di-formclass ** i_claim = ls_freetext_di-claim ** TABLES ** et_freetext = lt_freetext.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RICL_EBR_INTERFACE - External Bill Review - Sample In/Outbound Interface RICL_EBR_INTERFACE - External Bill Review - Sample In/Outbound Interface RICL_DISPLAY_WB_OBJECT - Display of ABAP Source Code from SAPscript Documentation RICL_DISPLAY_WB_OBJECT - Display of ABAP Source Code from SAPscript Documentation RICL_DISPLAY_CLAIM_NOTES - Display Notes on Claim RICL_DISPLAY_CLAIM_NOTES - Display Notes on Claim