FICCVS12 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 FICCVS12 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PA_DIMEN = Dimension
Selection Text: PA_ITCLG = Cons chart of accounts
Selection Text: PA_SITYP = Subitem category
Selection Text: PA_TEST = Test run
Title: Set conversion: 3.1 --> 4.0
Text Symbol: 001 = Error during set conversion :
Text Symbol: 002 = Regenerate the sets of items/groups !____________
Text Symbol: 003 = converted to new sets___
Text Symbol: 006 = No table conversion necessary________
Text Symbol: 800 = Conversion of set entries in tables:________
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_SET_DECRYPT_SETID * CALL FUNCTION 'FC_SET_DECRYPT_SETID' * EXPORTING * E_SETID = R_SETID * IMPORTING * I_SETCLASS = FC00SETTAB-SETCLASS.
FC_SET_ENCRYPT_SETID * CALL FUNCTION 'FC_SET_ENCRYPT_SETID' * EXPORTING * E_SITYP = V_SITYP * E_SHORTNAME = FC00SETTAB-SETNAME * IMPORTING * I_SETID = IT_SETID-SETID.
FC_SET_DECRYPT_SETID * CALL FUNCTION 'FC_SET_DECRYPT_SETID' * EXPORTING * E_SETID = R_SETID * IMPORTING * I_SETCLASS = FC00SETTAB-SETCLASS.
FC_SET_ENCRYPT_SETID * CALL FUNCTION 'FC_SET_ENCRYPT_SETID' * EXPORTING * E_ITCLG = V_ITCLG * E_SHORTNAME = FC00SETTAB-SETNAME * IMPORTING * I_SETID = IT_SETID-SETID.
FC_SET_DECRYPT_SETID * CALL FUNCTION 'FC_SET_DECRYPT_SETID' * EXPORTING * E_SETID = R_SETID * IMPORTING * I_SETCLASS = FC00SETTAB-SETCLASS.
FC_SET_ENCRYPT_SETID * CALL FUNCTION 'FC_SET_ENCRYPT_SETID' * EXPORTING * E_DIMEN = V_DIMEN * E_SHORTNAME = FC00SETTAB-SETNAME * IMPORTING * I_SETID = IT_SETID-SETID.
FC_SET_DECRYPT_SETID * CALL FUNCTION 'FC_SET_DECRYPT_SETID' * EXPORTING * E_SETID = R_SETID * IMPORTING * I_SETCLASS = FC00SETTAB-SETCLASS.
FC_SET_ENCRYPT_SETID * CALL FUNCTION 'FC_SET_ENCRYPT_SETID' * EXPORTING * E_SETCLASS = '0000' * E_SHORTNAME = FC00SETTAB-SETNAME * IMPORTING * I_SETID = IT_SETID-SETID.
G_SET_FETCH * CALL FUNCTION 'G_SET_FETCH' * EXPORTING * CLASS = ' ' * LANGU = SY-LANGU * NO_AUTHORITY_CHECK = ' ' * SETNR = V_FSETID * SOURCE_CLIENT = SY-MANDT * TABLE = 'FIMC' * IMPORTING * SET_HEADER = SET_HEADER * TABLES * FORMULA_LINES = FORMULA_LINES * SET_LINES_BASIC = SET_LINES_BASIC * SET_LINES_DATA = SET_LINES_DATA * SET_LINES_MULTI = SET_LINES_MULTI * SET_LINES_SINGLE = SET_LINES_SINGLE * EXCEPTIONS * NO_AUTHORITY = 01 * SET_IS_BROKEN = 02 * SET_NOT_FOUND = 03.
G_SET_GENERATE * CALL FUNCTION 'G_SET_GENERATE' * EXPORTING * SET_HEADER = SET_HEADER * TABLES * FORMULA_LINES = FORMULA_LINES * SET_LINES_BASIC = SET_LINES_BASIC * SET_LINES_SINGLE = SET_LINES_SINGLE * SET_LINES_MULTI = SET_LINES_MULTI * SET_LINES_DATA = SET_LINES_DATA.
FC_ITEM_SET_CHECK2 *CALL FUNCTION 'FC_ITEM_SET_CHECK2' ** EXPORTING ** ET_ITEM_DYN_FIELDS = ** E_PROG = ** E_DNUM = ** E_FLG_NO_SET_CHECK = ' ' ** E_FLG_SITEM_READ = ' ' ** E_FLG_BUPTR_READ = ' ' ** E_FLG_CHECK_SITEM = ' ' ** E_FLG_SAME_SITYP = ' ' ** E_FLG_CHECK_BUPTR = ' ' ** E_FLG_SAME_BUPSPEC = ' ' ** E_FLG_NEED_BUPSPEC = ' ' ** IMPORTING ** I_RA_ITEM = ** I_RA_SITEM = ** I_RA_BUPTR = ** I_SITYP = ** TABLES ** IT_TF100 = ** IT_TF103 = * CHANGING ** C_ITEMSET_STRUCT = ** C_SETNAME_STRUCT = * C_ITEM_INFO = A_INFO * EXCEPTIONS * SET_NOT_FOUND = 1 * SET_AND_SINGLE = 2 * NO_SUCH_ITEM = 3 * ITEM_NEED_SITEM = 4 * ITEM_MUST_NOT_HAVE_SITEM = 5 * ITEM_DIFFERENT_SITYP = 6 * WRONG_SITYP = 7 * ITEM_NEED_BUPTR = 8 * ITEM_MUST_NOT_HAVE_BUPTR = 9 * ITEM_DIFFERENT_BUPTR = 10 * OTHERS = 11.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.