SAP Reports / Programs | Master Data | SAP Utilities | Master Data(IS-U-MD) SAP IS

ISU_SET_JDC_IN_COADDRESS_EXT SAP ABAP Report - Maintain Tax Jurisdiction Code in Conn. Obj. from External System







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


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 ISU_SET_JDC_IN_COADDRESS_EXT. "Basic submit
SUBMIT ISU_SET_JDC_IN_COADDRESS_EXT AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_SET_JDC_IN_COADDRESS_EXT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Maintain Tax Jurisdiction Code in Conn. Obj. from External System
Text Symbol: 001 = Client
Text Symbol: 002 = Connection Object
Text Symbol: 003 = Simulation


INCLUDES used within this REPORT ISU_SET_JDC_IN_COADDRESS_EXT

INCLUDE: IE00DATE.


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:

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 .



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