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: 

Vendor upload using bdc(Tax jurisdiction issue)

Former Member
0 Kudos

Hi, im trying to upload vendor masters using a bdc. For US vendors i call the function

DETERMINE_TXJCD_EXTERNALLY to calculate the tax jur code.

It works fine when there is a single code as an output.

However some times it gives multiple outputs in the form of a table and i have to select 1 in order for the program to proceed ahead.

Since this is going to be running in the background it's not possible to select 1 value manually.

How do i proceed?

3 REPLIES 3

Former Member
0 Kudos

Hi,

I think you can create the variant and try.

Cheers!!

VEnk@

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

Must Be this TAX juridiction code is is dealing with RFC's. You can not handle this kind of Pop-up's in BDC.( i guess you are getting popup to select juridiction code). Write some logic program( By using the same Function modules which are being used for this caluculation. You can find these FM's in Debugging) which sends individual RFC call and populate it to uploading field.

Regards,

Krishna.