SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDKRTCIB SAP ABAP Report - Tax Invoice Between Business Places: Open Item Clearing







RFIDKRTCIB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a tax invoice for goods movements between two business places...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFIDKRTCIB into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RFKRIBP - Inter bus place tax invoice printing


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 RFIDKRTCIB. "Basic submit
SUBMIT RFIDKRTCIB AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDKRTCIB 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: SSBSCHL = Debit Posting Key
Selection Text: SDATE = Date
Selection Text: SBUDAT = Posting Date
Selection Text: SBLART = Document Type
Selection Text: SBELNR = FI Document Number
Selection Text: P_ZEBRA = Striped Pattern
Selection Text: P_VARI = Layout
Selection Text: P_MAXROW = Number of Data Records
Selection Text: P_DETPOP = Detail Screen as Dialog Box
Selection Text: P_COLOPT = Optimize Columns
Selection Text: CHCKBOXI = Checkbox at Item Level
Selection Text: CHCKBOXH = Checkbox at Header Level
Title: Tax Invoice Between Business Places: Open Item Clearing
Text Symbol: 100 = Clearing Debit Posting Key
Text Symbol: 072 = Open Items
Text Symbol: 071 = G/L Acct
Text Symbol: 070 = Clearing Doc. Type
Text Symbol: 060 = Display Options
Text Symbol: 050 = Clearing Date
Text Symbol: 044 = Error Log of Postings to G/L Account
Text Symbol: 020 = Clearing Data
Text Symbol: 019 = RFIDKRTCIB
Text Symbol: 005 = SD Documents
Text Symbol: 004 = FI Documents
Text Symbol: 001 = Company Code


INCLUDES used within this REPORT RFIDKRTCIB

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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_default = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES t_outtab_header = gt_kunde t_outtab_item = gt_ausglop.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = i_internal_tabname = g_tabname_header i_structure_name = 'SKAT' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = e01_lt_fieldcat[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = i_internal_tabname = g_tabname_item i_structure_name = 'AUSGLOP_ITAB' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = e01_lt_fieldcat[].

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = e03_lt_events.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item * it_default_fieldcat = IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant.

POSTING_INTERFACE_START CALL FUNCTION 'POSTING_INTERFACE_START' EXPORTING * I_CLIENT = SY-MANDT i_function = 'C' * I_GROUP = ' ' * I_HOLDDATE = ' ' * I_KEEP = ' ' * I_MODE = 'N' * I_UPDATE = 'S' * I_USER = ' ' * I_XBDCC = ' ' EXCEPTIONS client_incorrect = 1 function_invalid = 2 group_name_missing = 3 mode_invalid = 4 update_invalid = 5 OTHERS = 6.

POSTING_INTERFACE_CLEARING CALL FUNCTION 'POSTING_INTERFACE_CLEARING' EXPORTING i_tcode = 'FB05' i_auglv = 'UMBUCHNG' IMPORTING e_subrc = subrc e_msgid = sy-msgid e_msgty = sy-msgty e_msgno = sy-msgno e_msgv1 = sy-msgv1 e_msgv2 = sy-msgv2 e_msgv3 = sy-msgv3 e_msgv4 = sy-msgv4 TABLES t_ftpost = ftpost t_blntab = blntab t_ftclear = ftclear t_fttax = fttax EXCEPTIONS OTHERS = 4.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = fimsg i_xappn = ' ' EXCEPTIONS msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.

FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS no_message = 04.

FI_MESSAGE_SORT CALL FUNCTION 'FI_MESSAGE_SORT'.

FI_MESSAGE_PRINT CALL FUNCTION 'FI_MESSAGE_PRINT' EXPORTING i_msort = ' ' i_xausn = 'X' i_xeaus = ' ' i_xskip = 'X'.



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