SAP Reports / Programs

RKABSHOW SAP ABAP Report - Display CO Documents







RKABSHOW 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 RKABSHOW 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

RKABSHOW - Display CO Document


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 RKABSHOW. "Basic submit
SUBMIT RKABSHOW AND RETURN. "Return to original report after report execution complete
SUBMIT RKABSHOW 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: %_SKP002 = ?...(%_SKP002)
Selection Text: %_END003 = ?...(%_END003)
Selection Text: %_BEG001 = ?...(%_BEG001)
Selection Text: KOKRS = Controlling Area
Selection Text: BELNR = Document Number
Title: Display CO Documents
Text Symbol: 018 = Business Transaction.....
Text Symbol: 017 = Controlling Area.........
Text Symbol: 016 = Fiscal Year..............
Text Symbol: 015 = Document Number..........
Text Symbol: 014 = Line item file not found
Text Symbol: 013 = Ledger
Text Symbol: 012 = Object -----------------------,,
Text Symbol: 011 = Object Number.......,,
Text Symbol: 010 = Value Type..........,,
Text Symbol: 009 = Cost Element........,,
Text Symbol: 008 = Fiscal Year.........,,
Text Symbol: 007 = Version.............,,
Text Symbol: 006 = Restrictions -----------------,,
Text Symbol: 005 = No records exist
Text Symbol: 004 = No line items exist
Text Symbol: 003 = Fld Name Fld Cont.
Text Symbol: 002 = Segment:
Text Symbol: 000 = File Description


INCLUDES used within this REPORT RKABSHOW

INCLUDE RKACOPER.
INCLUDE RBONRART.


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:

K_COBK_IDOC_LINK CALL FUNCTION 'K_COBK_IDOC_LINK' EXPORTING kokrs = kokrs belnr = belnr.

BSV_GET_TEXT_VRGNG CALL FUNCTION 'BSV_GET_TEXT_VRGNG' EXPORTING langu = sy-langu vrgng = cobk-vrgng IMPORTING txt = tj01t-txt.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = cobk-awtyp i_awref = cobk-refbn i_aworg = cobk-aworg i_awsys = cobk-logsystem EXCEPTIONS no_reference = 01 no_document = 02.

AC_DOCUMENT_RECORD CALL FUNCTION 'AC_DOCUMENT_RECORD' EXPORTING i_awtyp = 'COBK' i_awref = cobk-belnr i_aworg = aworg i_awsys = cobk-logsystem EXCEPTIONS no_reference = 01 no_document = 02.

ASH_HIERARCHY_SHOW CALL FUNCTION 'ASH_HIERARCHY_SHOW' EXPORTING i_borident = g_borident.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' "unicode EXPORTING tabname = tabname TABLES dfies_tab = nametab.

K_COEJA_READ_MULTI CALL FUNCTION 'K_COEJA_READ_MULTI' EXPORTING modus = 3 progname = sy-cprog formname = con_form TABLES t_cosel = seltab.

K_COEJLA_READ_MULTI CALL FUNCTION 'K_COEJLA_READ_MULTI' EXPORTING modus = 3 progname = sy-cprog formname = con_form TABLES t_cosel = seltab.

K_COEJTA_READ_MULTI CALL FUNCTION 'K_COEJTA_READ_MULTI' EXPORTING modus = 3 progname = sy-cprog formname = con_form TABLES t_cosel = seltab.

K_COEJRA_READ_MULTI CALL FUNCTION 'K_COEJRA_READ_MULTI' EXPORTING modus = 3 progname = sy-cprog formname = con_form TABLES t_cosel = seltab.

K_TABLE_AUTHORITY CALL FUNCTION 'K_TABLE_AUTHORITY' EXPORTING i_tabname = table.

RKE_TIMESTAMP_CONVERT_OUTPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_OUTPUT' EXPORTING i_timestmp = i_dayst = sy-dayst i_tzone = sy-tzone IMPORTING e_date = ld_date e_time = ld_time.

K_TABLE_AUTHORITY CALL FUNCTION 'K_TABLE_AUTHORITY' EXPORTING i_tabname = table.

K_VRGNG_TABLES_DETERMINE CALL FUNCTION 'K_VRGNG_TABLES_DETERMINE' EXPORTING vrgng = cobk-vrgng TABLES tables_tab = seltab2 EXCEPTIONS activity_not_found = 1.

DD_TBHD_GET CALL FUNCTION 'DD_TBHD_GET' EXPORTING tabl_name = datei withtext = 'X' IMPORTING dd02v_wa_a = dd02v.

DD_VIHD_GET CALL FUNCTION 'DD_VIHD_GET' EXPORTING view_name = datei withtext = 'X' IMPORTING dd25v_wa_a = dd25v.



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