So the process is:
- Work out the field and table name that you want with SAP transaction /nse11
- Test the BAPI:
- Make sure that MAX_COUNT is 200, or the desired maximum number of return values. Use 0 for an unlimited number of return results.
- Make sure PL_HOLD is X to enable wildcard matching
- Put the TableName (e.g. KNA1 for customer master), field name (e.g. NAME1 for customer name) and the wildcard in the SELOPT_TAB table
- Run your BAPI to perform the search.
Of couse you wouldn't need to worry about this if you are just using SOAPUI and the CustomerSimpleByNameAndAddressQuery enterprise service as it has no such flags to enable the wildcard searching - but that's another story.
DDK
No comments:
Post a Comment