SAP Reports / Programs | Financial Services | Claims Management(FS-CM) SAP FS

RICL_EBR_INTERFACE SAP ABAP Report - External Bill Review - Sample In/Outbound Interface







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


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


Text pool values


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


INCLUDES used within this REPORT RICL_EBR_INTERFACE

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:

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.



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