SAP Reports / Programs

RFKKJOURNAL SAP ABAP Report - Acct Assignment Details: Single Docs







RFKKJOURNAL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi The report evaluates FI-CA documents posted to a specific object, for example CO account assignment or commitment item...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 RFKKJOURNAL 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

FPT8 - Acct Assgt Stmt for Single Docs


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 RFKKJOURNAL. "Basic submit
SUBMIT RFKKJOURNAL AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKJOURNAL 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: S_SEGME = D .
Selection Text: S_PRCTR = D .
Selection Text: S_POSID = D .
Selection Text: S_OPBEL = D .
Selection Text: S_KOSTL = D .
Selection Text: S_HKONT = D .
Selection Text: S_GSBER = D .
Selection Text: S_FONDS = D .
Selection Text: S_FMTYP = D .
Selection Text: S_FKBER = D .
Selection Text: S_FISTL = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FIKEY = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BUDAT = D .
Selection Text: S_AUFNR = D .
Selection Text: P_VARI = D .
Selection Text: P_HBUCH = D .
Selection Text: S_BUDPD = D .
Selection Text: P_STAT = Display Statistical Items
Selection Text: P_SEL = Items by Selection
Selection Text: P_ALL = Document in full
Title: Acct Assignment Details: Single Docs
Text Symbol: 101 = Document Items
Text Symbol: 100 = Acct Assgt Details: Single Docs
Text Symbol: 009 = DP
Text Symbol: 007 = Transfer Status
Text Symbol: 006 = TfrSt
Text Symbol: 005 = Actv.
Text Symbol: 004 = Custom Selections
Text Symbol: 003 = Display
Text Symbol: 002 = Individual Document Sel. Restrict.
Text Symbol: 001 = Totals Rec. Selection


INCLUDES used within this REPORT RFKKJOURNAL

INCLUDE RFKKJOURNALTOP . " GLOBAL DATA
INCLUDE RFKKJOURNALSEL . " SEL SCREEN
INCLUDE RFKKJOURNALO01 . " PBO-MODULES
INCLUDE RFKKJOURNALI01 . " PAI-MODULES
INCLUDE RFKKJOURNALF01 . " FORM-ROUTINES




INCLUDE RFKKJOURNALF02 . " ALV-ROUTINES


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:

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING kind = 'G' expressions = l_tab_expr field_groups_key = l_hlp_fgkey IMPORTING selection_id = l_selid where_clauses = l_tab_where expressions = l_tab_expr TABLES tables_tab = l_tab_tables fields_tab = l_tab_fields events = l_t_events event_fields = l_t_event_fields.

FKK_SCHEDMAN_INIT CALL FUNCTION 'FKK_SCHEDMAN_INIT' EXPORTING i_repid = sy-repid i_tcode = sy-tcode i_wfitem = wf_witem i_wflist = wf_wlist * i_flg_test = xtestrun IMPORTING e_f_schedman_key = g_schedman_key.

FKK_SCHEDMAN_CLOSE CALL FUNCTION 'FKK_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = sy-tfill.



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