SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

BP Address - County Unknown

Former Member
0 Kudos

Hi,

I am creating BP using the BAPI.

Passing the address 123, ABC Street, Richland, IA 52585, US

We do not pass the county/district. Its always blank for us in the file feed.

The BAPI fails because the zip code and city is tied to county : "County Unknown". Tax Jurisdiction cannot be determined.

Creating the BP on FPP1 is not a problem.

Any pointers before I raise the message?

Thanks,

Sachin

7 REPLIES 7

Former Member
0 Kudos

The FPP1 BP is created with the county field populated with ####.

Any idea where this field is coming from?

I could not see any table.

Not sure if it is coming from Taxware.

Any input will be helpful.

Sachin

0 Kudos

Hi Sachin,

This is coming from ADRC table . Field name is CITY2.

Take the BP no and provide in BUT020 table and get the address no. Take the address no and provide in ADRC table.

Check CITY2 field.

Regards,

Chandandeep.

0 Kudos

Hello,

BUT021* and ADRC is updated after you save the BP.

I want to know where this data is coming from to feed it into ADRC.

Sachin

0 Kudos

Hi,

If you are using BAPI_BUPA_FS_CREATE_FROM_DATA2 then there must be a custom table where the counties are mapped based on postcode/city

0 Kudos

Hello Poorna,

The BP is created using FPP1.

Unknown County #### is seen in both FPE1 and BAPI.

We do not have any custom table for county.

When I F4 on the Tax Jurisdiction Code, the popup (pasted in the original post) appears.

Hope I am able to put forward my question correctly and you guys are understanding.

Thanks,

0 Kudos

Sachin,

Check structure/table Addr2_data and look for field CITY2. This holds the district info.

Former Member
0 Kudos

Taxware RFC call returns the values mentioned above.

FM - RFC_DETERMINE_JURISDICTION

The values returned from Taxware are used in SAP.

Posting here if someone faces similar issue.

Thanks,

Sachin Dabhade