Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Tax jurisdiction

Former Member
0 Kudos

Hi All,

I would like know if given county has more than one tax jurisdiction and if more than one Tax jurisdiction available for a county, i would like to display them.

I have tried with function module TAX_TXJCD_GET_EX_JURCODE_LIST but i was unsuccessful.

can any body provide help in this regard.

DATA: p_list type TABLE OF TAX_TXJCD_LOCATION_LIST.

DATA: BEGIN OF p_list1 OCCURS 0.

INCLUDE STRUCTURE COM_JUR.

DATA: END OF p_list1.

DATA: SYSTEM LIKE SY-SYSID.

CALL FUNCTION 'TAX_TXJCD_GET_EX_JURCODE_LIST'

EXPORTING

IM_COUNTRY = 'US'

IM_REGION = 'NJ'

IM_ZIPCODE = '07095'

IM_CITY = ''

IM_COUNTY = ''

IMPORTING

EX_LOCATION_RESULTS = p_list1

EXCEPTIONS

INPUT_INCOMPLETE

NO_TAX_PROCEDURE

NO_TAXJURCODE_REQUIRED

RFCDEST_NOT_FOUND

TAXJURCODE_NOT_FOUND

NO_EXTERNAL_SYSTEM_USED

OTHER_ERROR.

1 REPLY 1

Former Member
0 Kudos

Hi,

Check Function Modules:

TAX_TXJCD_GET_KALSM

TAX_TXJCD_DETERMINE_CHECK

TAX_TXJCD_HELP_VALUE

TAX_TXJCD_DETERMINE_TABLE