on 2012 Feb 15 7:30 PM
I have a MBO (SUP2.1) derived from SAP BAPI, Customer.GetList and am trying to use SQL statement in synchronization tab by clicking 'Customized download data' to limit columns. Original and modified SQL looked like:
SELECT x.* FROM GetList x WHERE ( (x.CITY=:sp_city ) )
SELECT x.CUSTOMER, x.NAME, x.CITY FROM GetList x WHERE ( (x.CITY=:sp_city ) )
If I deploy project with modified SQL, it just fails saying 'Delpoy error' not giving any details.
Can anyone enlighten me?
Hi,
I think you can't limit the columns here, just apply different where clause. But I can't confirm this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.