‎2006 Sep 21 7:16 PM
Is there any BAPI that shows the list of districts when the country and state name are mentioned ?
‎2006 Sep 22 6:34 AM
Hello Sri
I do not think so because district is only part of an address. Address data are no business object (accessible by BAPIs). The corresponding business object will be the entire customer.
Thus, if you require this information then you either have to write your own RFC-enabled function module or define an appropriate search help.
Regards
Uwe
‎2006 Sep 22 6:34 AM
Hello Sri
I do not think so because district is only part of an address. Address data are no business object (accessible by BAPIs). The corresponding business object will be the entire customer.
Thus, if you require this information then you either have to write your own RFC-enabled function module or define an appropriate search help.
Regards
Uwe
‎2006 Sep 22 3:06 PM
<b>define an appropriate search help.</b>
Can I know how to do it?
‎2006 Sep 22 4:27 PM
Basically what he means to say is that you have to define the selection criteria yourself.
You can do that in a FM so that it can be reused ot you can go to se11 and create a new Search help if you require the value's to be shown to the user based on the entries of country and state.
regards
Nishant
‎2006 Sep 22 6:14 PM
Hello Sri
There is a search help available for DISTRICT: <b>CITY_PART</b>
This search help allows to search for districts using country and language.
The search help uses the DB view V_ADRCTPRT as selection method. On our IDES system the underlying tables are empty. Thus, I do not know if you have to popuplate these tables yourself or whether this is some kind of customizing.
Regards
Uwe