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: 

Uploading USPS addresses into SAP

Former Member
0 Kudos

I have a requirement in which I have to upload the zips, cities, and streets from USPS data to SAP. The number of cities and street goes into thousands. Is there any standard process to do this in SAP?

2 REPLIES 2

Former Member
0 Kudos

Hi,

First findout the related fields(mapping) in SAP for your data (fields).

In which transaction and in which screen they will fit in SAP.

Once it is done, you can upload the records(Any number , even if it is Laks no problem) using BDC or LSMW etc.

Regards,

Anji

0 Kudos

Thanks Anji..

I have found all the field mappings and using BDCs to do the same, but there are many incosistencies between the SAP process and USPS process e.g. the name abbreviation handling.

Again the housenumbers in USPS are not all numeric. So I just thought of checking if there are any standard processes e.g. function modules to do it.