‎2010 May 06 2:43 PM
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.
‎2010 May 06 2:52 PM
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
‎2010 May 06 2:54 PM
‎2010 May 06 3:03 PM
>
> I need it in R/34.6b version.
I don't think you have much option there
‎2010 May 17 12:17 PM
hi, use the fm EXTENDED_PROGRAM_CHECK
Get list of programm into itab
loop at that
EXTENDED_PROGRAM_CHECK
robert
‎2010 May 17 12:20 PM
hi,
you can use Tcode SCI .
Create a variant and give the programs in checking list