ISU_SET_JDC_IN_COADDRESS_EXT 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_SET_JDC_IN_COADDRESS_EXT 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: Maintain Tax Jurisdiction Code in Conn. Obj. from External System
Text Symbol: 001 = Client
Text Symbol: 002 = Connection Object
Text Symbol: 003 = Simulation
INCLUDE: IE00DATE.
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = gt_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 = ls_land-country * I_BUKRS = IMPORTING e_isactive = lv_txjcd_reqrd EXCEPTIONS OTHERS = 0.
ENQUEUE_EIFLOT CALL FUNCTION 'ENQUEUE_EIFLOT' EXPORTING mandt = cs_evbs-mandt tplnr = cs_evbs-tplnr EXCEPTIONS foreign_lock = 1 OTHERS = 2.
DEQUEUE_EIFLOT CALL FUNCTION 'DEQUEUE_EIFLOT' EXPORTING mandt = is_tplnr-mandt tplnr = lv_tplnr.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
JURISDICTION_DETERMINE_CHECK CALL FUNCTION 'JURISDICTION_DETERMINE_CHECK' EXPORTING country = is_tplnr-addr-country region = is_tplnr-addr-region zipcode = is_tplnr-addr-zipcode city = is_tplnr-addr-city county = is_tplnr-addr-county * TAXJURCODE = ' ' no_dialog = 'X' external_check = 'X' IMPORTING taxjurcode = ev_taxjdc * CITY = * COUNTY = * JURCODE_TEXT = EXCEPTIONS input_incomplete = 1 no_tax_procedure = 2 no_taxjurcode_required = 3 rfcdest_not_found = 4 taxjurcode_not_found = 5 invalid_taxjurcode = 6 taxjur_not_unique_in_no_dialog = 7 OTHERS = 8 .
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_SET_JDC_IN_COADDRESS_EXT - Maintain Tax Jurisdiction Code in Conn. Obj. from External System ISU_SET_JDC_IN_COADDRESS_EXT - Maintain Tax Jurisdiction Code in Conn. Obj. from External System ISU_SETTLE====================S - ISUSETTLE====================S ISU_SCHED=====================S - ISUSCHED=====================S ISU_SAPLCPDO - ISUSAPLCPDO ISU_RUN_UNIT_TEST_E17A - ISURUNUNITTESTE17A