‎2011 Jan 26 11:51 AM
Hi All,
I am looking for help fr experienced ppl....
In Tcode : SLIN.. there is "Call Function Interface Error" .. I have a master list of all Z prog. how can i show only those Z prog fr the master file as output whcih are having this Error "Call Function Interface Error " in it..rather then going through each and every prog 1 by 1..to check..
I have to use a bdc whcih woudl run in background and would give the output required.
OR
I cn use a selection screen which would load all the Z prog fr d master file and output only those which are having this Error "Call Function Interface Error"
Looking forward for Help..
‎2011 Jan 26 12:19 PM
Use source code inspector (transaction SCI) and:
1. Create object set for your Z* programs
2. Create inspection and use a check variant with following check:
Syntax Check/Generation>Extendaed Program check
3. Click on the green icon to the right of the check and select "CALL Function Interfaces"
4. Run inspection
You'll get all the rreports which violate this check.
‎2011 Jan 26 12:32 PM
Tomek thanks for your quick response but could you brief more about each points, as iam new to development, would be help..
‎2011 Jan 26 1:09 PM
You have a high level solution.
Please go to transaction SCI and use help button. There is also a good section in online help at [http://help.sap.com/saphelp_erp60_sp/helpdata/EN/56/fd3b87d203064aa925256ff88d931b/frameset.htm|http://help.sap.com/saphelp_erp60_sp/helpdata/EN/56/fd3b87d203064aa925256ff88d931b/frameset.htm]
If you have any specific questions please post them in this thread.
‎2011 Jan 26 1:32 PM
‎2011 Jan 26 1:35 PM