ISU_TRANSFER_JDC_TO_COADDRESS 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 ISU_TRANSFER_JDC_TO_COADDRESS 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.
Title: Convert tax jurisdiction code
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG * CALL FUNCTION 'TR_APPEND_LOG' * TABLES * XMSG = LT_SPROT_U * EXCEPTIONS * FILE_NOT_FOUND = 1 * WRONG_CALL = 2 * OTHERS = 3.
TR_FLUSH_LOG * CALL FUNCTION 'TR_FLUSH_LOG' * EXCEPTIONS * OTHERS = 0.
CHECK_JURISDICTION_ACTIVE * CALL FUNCTION 'CHECK_JURISDICTION_ACTIVE' * EXPORTING * I_LAND = L_LAND ** I_BUKRS = * IMPORTING * E_ISACTIVE = L_TXJCD_REQRD * EXCEPTIONS * OTHERS = 0.
ENQUEUE_EIFLOT * CALL FUNCTION 'ENQUEUE_EIFLOT' * EXPORTING * TPLNR = XY_EVBS-HAUS * EXCEPTIONS * FOREIGN_LOCK = 1 * OTHERS = 2.
DEQUEUE_EIFLOT * CALL FUNCTION 'DEQUEUE_EIFLOT' * EXPORTING * TPLNR = L_TPLNR.
DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_TRANSFER_JDC_TO_COADDRESS - Convert tax jurisdiction code ISU_TRANSFER_JDC_TO_COADDRESS - Convert tax jurisdiction code ISU_TOP_PC_320 - User Top Include ISU_TOP_320 - User Top Include ISU_TOP_000 - User Top Include ISU_SET_JDC_IN_COADDRESS_EXT - Maintain Tax Jurisdiction Code in Conn. Obj. from External System