Application Development and Automation 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: 
Read only

Selection Screen for Loading Z Prog

Former Member
0 Likes
813

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..

5 REPLIES 5
Read only

former_member182670
Contributor
0 Likes
772

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.

Read only

0 Likes
772

Tomek thanks for your quick response but could you brief more about each points, as iam new to development, would be help..

Read only

0 Likes
772

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.

Read only

0 Likes
772

Tomek Thanks ..that was helpful.

Read only

Former Member
0 Likes
772

Thanks..a lot