J_1B_EXT_ACC_SEQ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to automatically update access sequences after you have created or changed
If you would like to execute this report or see the full code listing simply enter J_1B_EXT_ACC_SEQ 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: P_DEL = Delete from Access Sequences
Selection Text: P_NEW = Insert into Access Sequences
Selection Text: P_SIMU = Simulate Only
Selection Text: P_UPD = Update Access Sequences
Selection Text: SO_GRUOP = Tax Group of Dyn. Exceptions
Title: Transfer Customizing of Tax Groups to Access Sequences
Text Symbol: 001 = Tax Groups to be Converted
Text Symbol: 002 = Mode of Conversion
Text Symbol: 003 = Missing authorization for client-independent Customizing
Text Symbol: 004 = Conversion leads to cross-client changes
Text Symbol: 005 = Information
Text Symbol: 006 = Warning
Text Symbol: 100 = Conversion Log
INCLUDE J_1B_EXT_ACC_SEQ_TOP . " GLOBAL DATA
INCLUDE J_1B_EXT_ACC_SEQ_F01 . " FORM-ROUTINES *
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_HINT' text = text-003 info = text-005 IMPORTING RESULT = COMM1 EXCEPTIONS OTHERS = 0. "ACC30 <<<
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_WARNING' text = text-004 info = text-006 IMPORTING RESULT = COMM1 EXCEPTIONS OTHERS = 0. "ACC30 <<<
J_1B_EXTEND_ACC_SEQ CALL FUNCTION 'J_1B_EXTEND_ACC_SEQ' EXPORTING is_gruop = wa_j_1btxgruop iv_mode = gv_mode iv_simu = p_simu iv_log_handle = g_log_handle iv_log_level = '2'.
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_1B_EXT_ACC_SEQ - Transfer Customizing of Tax Groups to Access Sequences J_1B_EXT_ACC_SEQ - Transfer Customizing of Tax Groups to Access Sequences J_1B_DETERMINE_4DEC_NF_S - Include J_1B_DETERMINE_4DEC_NF_S J_1B_DETERMINE_4DEC_NF_M - Include J_1B_DETERMINE_4DEC_NF_M J_1B_DETERMINE_4DEC_NF_I06 - Include J_1B_DETERMINE_4DEC_NF_I06 J_1B_DETERMINE_4DEC_NF_I05 - Include J_1B_DETERMINE_4DEC_NF_I05