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

Extended programme check

Former Member
0 Likes
786

Hi Guys,

Can we do an extended programme check for multiple programs at a time. if yes please let me know the procedures. ?

Edited by: Matt on Dec 1, 2008 1:49 PM - reduced number of question marks

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
751

Hi,

I don't think we can do for multiple programs at one time..

Regards,

nagaraj

6 REPLIES 6
Read only

former_member404244
Active Contributor
0 Likes
752

Hi,

I don't think we can do for multiple programs at one time..

Regards,

nagaraj

Read only

Former Member
0 Likes
751

Hi Sanu

in the SLIN transaction you can do it one at a time.

You can create a Z program (Copy of slin) and you can modify it for multiple entries and then

and in output you generate the report one by one for each program.

Give it a try.

Regards

Neha

Edited by: Neha Shukla on Dec 1, 2008 6:18 PM

Read only

matt
Active Contributor
0 Likes
751

Here's how I found out the answer is yes:

1. Go to SE93 to view the transaction SLIN.

2. This tells you the program is: SAPLSLIN.

3. "SAPL" programs are function modules. So go to SE80 and look at function group 'SLIN'.

4. This has a number of function modules. The one you want is EXTENDED_PROGRAM_CHECK.

5. Write a program that selects a number of programs, and throws them, one at a time, to this function module.

Read only

Former Member
0 Likes
751

Thanks guys... Both the ideas are great.. but how do we realise each programme has passed the extended programme check.. output is either in red,green or yellow .. how do we capture this for each programme when we pass multiple programs through FM ? Hope i am clear to u guys

Read only

Former Member
0 Likes
751

check the both export parameters

Read only

matt
Active Contributor
0 Likes
751

The function module returns the results in a table. Have a look at it. It's use is quite straightforward. Write a program that uses the function module, and examine the returned tables. Compare with the results you get using SLIN directly. You should be able to work it out.

( Or look at function module EXTENDED_PROGRAM_CHECK_SHOW which is the fm that displays results - that'll show you how to decode the table ).

matt

Edited by: Matt on Dec 1, 2008 2:14 PM