SAP Reports / Programs

RFSKTH00 SAP ABAP Report - Account Assignment Manual







RFSKTH00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Account assignment manual The account assignment manual lists the long text for each G/L account...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 RFSKTH00 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 RFSKTH00. "Basic submit
SUBMIT RFSKTH00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFSKTH00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Account assignment manual
Selection Text: BUKRS = Company code
Selection Text: KTOPL = Chart of accounts
Selection Text: SAKTEXT = G/L account texts required
Selection Text: SCHLAGW = Key words required
Selection Text: SPRAS = Lang.of acct assignment info.
Selection Text: TITLE = Additional heading
Selection Text: TXTID = Acct assignment info text ID
Title: Account Assignment Manual
Text Symbol: 001 = -- Selection parameters ---------------------------------------------------


INCLUDES used within this REPORT RFSKTH00

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:

SCP_GET_CODEPAGE_NUMBER CALL FUNCTION 'SCP_GET_CODEPAGE_NUMBER' IMPORTING APPL_CODEPAGE = CODEPAGE EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2 .

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = keytab-tdid language = keytab-tdspras name = keytab-tdname object = keytab-tdobject TABLES lines = texttab.

CONVERT_ITF_TO_ASCII CALL FUNCTION 'CONVERT_ITF_TO_ASCII' EXPORTING CODEPAGE = CODEPAGE LANGUAGE = KEYTAB-TDSPRAS TABLETYPE = 'ASC' IMPORTING C_DATATAB = ASCII_TAB TABLES ITF_LINES = TEXTTAB EXCEPTIONS invalid_tabletype = 1 others = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = stxh-tdid language = stxh-tdspras name = stxh-tdname object = stxh-tdobject TABLES lines = texttab.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = stxh-tdid language = stxh-tdspras name = stxh-tdname object = stxh-tdobject TABLES lines = texttab.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING eo_form_grid = lo_grid.

READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING kontenplan = t001-ktopl sachkonto = keytab-saknr sprache = sy-langu IMPORTING text_wa = skat.

READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING kontenplan = t001-ktopl sachkonto = schlwtab-saknr sprache = sy-langu IMPORTING text_wa = skat.

READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING kontenplan = t001-ktopl sachkonto = schlwtab-saknr sprache = sy-langu IMPORTING text_wa = skat.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = g_repid is_layout = ls_layout it_fieldcat = lt_fieldcat i_callback_pf_status_set = gc_setpfstatus i_save = lv_save * is_variant = gs_variant it_events = lt_eventtab i_tabname_header = l_tabname_header i_tabname_item = l_tabname_item is_keyinfo = ls_keyinfo it_sort = lt_sorttab tables t_outtab_header = gt_header t_outtab_item = gt_items.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = GD_STATUS i_callback_user_command = gc_usercommand it_sort = lt_sorttab i_save = lv_save * is_variant = gs_variant is_layout = ls_layout * is_print = gs_print it_fieldcat = lt_fieldcat it_events = lt_eventtab tables t_outtab = gt_header.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = i_strname i_internal_tabname = i_internal_tabname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 1 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 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 RFSKTH00 or its description.