SAP Reports / Programs

FICITM00 SAP ABAP Report - Chart of Accounts Copy Program for Training







FICITM00 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 FICITM00 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 FICITM00. "Basic submit
SUBMIT FICITM00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICITM00 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: SO_ITCLG = To
Selection Text: PA_TEST = Test run
Selection Text: PA_ITCLG = From
Title: Chart of Accounts Copy Program for Training
Text Symbol: T40 = Error occurred while copying the item hierarchy
Text Symbol: T39 = Item hierarchy was copied successfully
Text Symbol: T36 = Error occurred while copying items for equity method posting
Text Symbol: T35 = Posting items for the equity method were copied successfully
Text Symbol: T34 = Update run completed
Text Symbol: T33 = Do you want a test run instead?
Text Symbol: T32 = Data will be overwritten
Text Symbol: T31 = W A R N I N G !!!
Text Symbol: T30 = Test run completed
Text Symbol: T29 = Error occurred while generating sets
Text Symbol: T28 = Set generated successfully
Text Symbol: T27 = Error occurred while copying selected items for C/I
Text Symbol: T26 = Selected items for C/I copied successfully
Text Symbol: T25 = Error occurred while copying activities for the changes in equity reptd items
Text Symbol: T24 = Activites for the changes in equity reported items copied successfully
Text Symbol: T23 = Error occurred while copying chart of account names
Text Symbol: T22 = Chart of accounts names copied successfully
Text Symbol: T21 = Error occurred while copying cons charts of accounts
Text Symbol: T20 = Cons charts of accounts copied successfully
Text Symbol: T19 = Error occurred while copying breakdown category names
Text Symbol: T18 = Breakdown category names copied successfully
Text Symbol: T17 = Error occurred while copying breakdown categories
Text Symbol: T16 = Breakdown categories copied successfully
Text Symbol: T15 = Error occurred while copying long item texts
Text Symbol: T14 = Long item texts copied successfully
Text Symbol: T13 = Error occurred while copying short and medium item texts
Text Symbol: T12 = Short and medium item texts copied successfully
Text Symbol: T11 = Copying to cons chart of accounts $
Text Symbol: T10 = Error occurred while copying items
Text Symbol: T09 = Items were copied successfully
Text Symbol: T08 = Loading data for cons chart of accounts $
Text Symbol: T05 = Cons chart of accts $ already exists and will be overwritten by an update run.
Text Symbol: T03 = Log
Text Symbol: T02 = - Update run





Text Symbol: T01 = - Test run
Text Symbol: B02 = Technical settings
Text Symbol: B01 = Copy cons chart of accts


INCLUDES used within this REPORT FICITM00

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:

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'J' DIAGNOSETEXT1 = SPACE TEXTLINE1 = TEXT-T32 TEXTLINE2 = TEXT-T33 TITEL = TEXT-T31 START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = LD_ANSWER.

FC_SET_DECRYPT_SETID CALL FUNCTION 'FC_SET_DECRYPT_SETID' EXPORTING E_SETID = I_ID IMPORTING I_SETCLASS = GT_SET-CLASS I_SHORTNAME = GT_SET-NAME I_ITCLG = GT_SET-ITCLG.

G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING SETNR = I_ID IMPORTING SET_HEADER = GT_SET-HEADER TABLES FORMULA_LINES = GT_SET-FORMULA SET_LINES_BASIC = GT_SET-BASIC SET_LINES_DATA = GT_SET-DATA SET_LINES_MULTI = GT_SET-MULTI SET_LINES_SINGLE = GT_SET-SINGLE EXCEPTIONS NO_AUTHORITY = 1 SET_IS_BROKEN = 2 SET_NOT_FOUND = 3 OTHERS = 4.

FC_SET_ENCRYPT_SETID CALL FUNCTION 'FC_SET_ENCRYPT_SETID' EXPORTING E_SETCLASS = GT_SET-CLASS E_SHORTNAME = GT_SET-NAME E_ITCLG = I_ITCLG IMPORTING I_SETID = GT_SET-HEADER-SETNR EXCEPTIONS ILLEGAL_SETCLASS = 1 OTHERS = 2.

G_GENERATE_BASIC_SET CALL FUNCTION 'G_GENERATE_BASIC_SET' EXPORTING SET_HEADER = GT_SET-HEADER TABLES FORMULA_LINES = GT_SET-FORMULA SET_LINES = GT_SET-BASIC EXCEPTIONS BAD_FORMULA = 1 NOT_UNIQUE = 2 OLD_SET_HAS_WRONG_DATA_ELEMENT = 3 OLD_SET_HAS_WRONG_TYPE = 4 VARIABLE_DOES_NOT_EXIST = 5 VARIABLE_HAS_WRONG_DATA_ELEM = 6 VARIABLE_HAS_WRONG_TYPE = 7 SETNAME_TOO_LONG = 8 TABLE_OR_FIELDNAME_MISSING = 9 WRONG_INTERVAL = 10 OTHERS = 11 .

FC_ITCLG_IMPORT CALL FUNCTION 'FC_ITCLG_IMPORT' EXPORTING E_ITCLG = PA_ITCLG IMPORTING IT_NODE = IT_NODE[] EXCEPTIONS NOT_FOUND = 1.

FC_ITCLG_EXPORT CALL FUNCTION 'FC_ITCLG_EXPORT' EXPORTING E_ITCLG = I_ITCLG ET_NODE = IT_NODE[].

FC_SET_DECRYPT_SETID CALL FUNCTION 'FC_SET_DECRYPT_SETID' EXPORTING E_SETID = C_SETID IMPORTING I_SETCLASS = LD_CLASS I_SHORTNAME = LD_NAME.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING SETCLASS = LD_CLASS SHORTNAME = LD_NAME ECCS_ITCLG = I_ITCLG IMPORTING SETID = C_SETID.



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