SAP Reports / Programs

/CEECV/ROFIRFSSLD04 SAP ABAP Report - Report /CEECV/ROFIRFSSLD04







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


Text pool values


Title: Report /CEECV/ROFIRFSSLD04


INCLUDES used within this REPORT /CEECV/ROFIRFSSLD04

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:

BUILD_DEFAULT_YEAR CALL FUNCTION 'BUILD_DEFAULT_YEAR' TABLES xgjahr = sd_gjahr.

BUILD_DEFAULT_PERIOD CALL FUNCTION 'BUILD_DEFAULT_PERIOD' TABLES xmonat = b_monate.

BUILD_DEFAULT_YEAR CALL FUNCTION 'BUILD_DEFAULT_YEAR' TABLES xgjahr = sd_gjahr.

BUILD_DEFAULT_PERIOD CALL FUNCTION 'BUILD_DEFAULT_PERIOD' TABLES xmonat = b_monate.

FI_MESSAGE_INIT CALL FUNCTION 'FI_MESSAGE_INIT'.

READ_SACHKONTO_ALTKT CALL FUNCTION 'READ_SACHKONTO_ALTKT' EXPORTING bukrs = skb1-bukrs saknr = ska1-saknr xmass = 'X' xskan = 'X' xtext = 'X' IMPORTING altkt = t-saknr altkt_not_found = xfeld altkt_sakan = t-sakan ltext = t-skbez text_not_found = xfeld2.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = msgtab.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = msgtab.

FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS no_message = 01.

POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.

FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS no_message = 01.

FI_MESSAGE_SORT CALL FUNCTION 'FI_MESSAGE_SORT'.

FI_MESSAGE_GET_MSORT CALL FUNCTION 'FI_MESSAGE_GET_MSORT' IMPORTING e_xinit = xfeld TABLES s_fimsg = msgtab EXCEPTIONS no_message = 1.

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

RKE_GET_LAST_DAY_IN_PERIOD CALL FUNCTION 'RKE_GET_LAST_DAY_IN_PERIOD' EXPORTING perio = perio periv = periv IMPORTING date = datum EXCEPTIONS OTHERS = 5.



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 /CEECV/ROFIRFSSLD04 or its description.