SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_1B_EXT_ACC_SEQ SAP ABAP Report - Transfer Customizing of Tax Groups to Access Sequences







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 see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


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 J_1B_EXT_ACC_SEQ. "Basic submit
SUBMIT J_1B_EXT_ACC_SEQ AND RETURN. "Return to original report after report execution complete
SUBMIT J_1B_EXT_ACC_SEQ 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: 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


INCLUDES used within this REPORT J_1B_EXT_ACC_SEQ

INCLUDE J_1B_EXT_ACC_SEQ_TOP . " GLOBAL DATA
INCLUDE J_1B_EXT_ACC_SEQ_F01 . " FORM-ROUTINES *


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:

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'.



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