J_1BCFOP_MIGRATE 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 J_1BCFOP_MIGRATE 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: TESTRUN = Testrun
Selection Text: LEGAL = Legal Format
Selection Text: INSERT = Insert table entries
Selection Text: FILE = Locally stored CFOP-file
Selection Text: DELETE = Delete table entries
Selection Text: B_XREGN = Table J_1BCFOP_XREGN
Selection Text: BVER = Tab. J_1BCFOPVER/J_1BCFOPVERT
Selection Text: BAPN = Table J_1BAPN
Selection Text: BAON = Table J_1BAON
Selection Text: BAGN = Tables J_1BAGN/J_1BAGNT
Selection Text: ACC = List Display
Title: Migrate CFOP codes to versioned CFOP codes
Text Symbol: 122 = Some combinations VERSION - CFOP not existing in J_1BAGN/J_1BAGNT: Not all records in J_1BAPN created
Text Symbol: 121 = Some combinations VERSION - CFOP not existing in J_1BAGN/J_1BAGNT: Not all records in J_1BAON created
Text Symbol: 120 = Some VERSIONs not existing in J_1BCFOPVER/J_1BCFOPVERT: Not all records in J_1BAGN/J_1BAGNT created
Text Symbol: 119 = Some VERSIONs not existing in J_1BCFOPVER/J_1BCFOPVERT: Not all records in J_1BCFOP_XREGN created
Text Symbol: 118 = Some VERSIONs still used in J_1CFOP_XREGN/J_1BAGN: Not all records in J_1BCFOPVER/J_1BCFOPVERT deleted
Text Symbol: 117 = Some CFOPs still used in J_1BAON/J_1BAPN: Not all records in J_1BAGN/J_1BAGNT deleted
Text Symbol: 115 = TESTRUN: No insertion/update/deletion was performed on the database!
Text Symbol: 114 = Number of records for deletion at following tables:
Text Symbol: 113 = Number of records for insertion at following tables:
Text Symbol: 111 = All entries from tables marked on the selection-screen are deleted
Text Symbol: 110 = WARNING
Text Symbol: 104 = Output Type
Text Symbol: 103 = Input/Output control
Text Symbol: 102 = Object to be processed
Text Symbol: 101 = Processing mode
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_INVDT_INPUT CALL FUNCTION 'CONVERSION_EXIT_INVDT_INPUT' EXPORTING input = it_j_1bcfop_xregn-validfrom IMPORTING output = it_j_1bcfop_xregn-validfrom.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = text-111 * textline2 = titel = text-110 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = auxfile TABLES data_tab = it_cfop_2003 EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 OTHERS = 17.
CONVERSION_EXIT_CFOBR_INPUT CALL FUNCTION 'CONVERSION_EXIT_CFOBR_INPUT' EXPORTING input = p_cfop6 IMPORTING output = p_cfop.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = cfopview EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' enqueue_mode = 'E' view_name = cfopview.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1BCFOP_MIGRATE - Migrate CFOP codes to versioned CFOP codes J_1BCFOP_MIGRATE - Migrate CFOP codes to versioned CFOP codes J_1BCFOP_ACC - Include J_1BCFOP_ACC J_1BBUILD_CGC=================FT - J1BBUILDCGC=================FT J_1BBR30 - Electronic bank account statement: Import layout J_1BBR30 - Electronic bank account statement: Import layout