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 Program check for multipl programes in single run

Former Member
0 Likes
1,999

Hello All,

I wan to do the syntax check for multiple programs at single execution run.

SAP has provided SLIN transaction for single program, Is there any SAP standard transaction similar as SLIN for multiple program check at single execution run?

Thanks,

Feroz.

5 REPLIES 5
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,107

You can use the SAP Code Inspector (trxn. SCII) to achieve this.

You have configure the "Object Set" in the trxn SCI & define the programs you need to check & give the object set name in SCII.

Read these blogs by Nick for further details:

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18125] [original link is broken] [original link is broken] [original link is broken];

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18267] [original link is broken] [original link is broken] [original link is broken];

BR,

Suhas

Edited by: Suhas Saha on May 6, 2010 7:23 PM

Read only

Former Member
0 Likes
1,107

thank you for your reply, I need it in R/34.6b version.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,107

>

> I need it in R/34.6b version.

I don't think you have much option there

Read only

robert_altenstraer
Active Participant
0 Likes
1,107

hi, use the fm EXTENDED_PROGRAM_CHECK

Get list of programm into itab

loop at that

EXTENDED_PROGRAM_CHECK

robert

Read only

0 Likes
1,107

hi,

you can use Tcode SCI .

Create a variant and give the programs in checking list