Application Development 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: 

Program for List of TCODES are working fine or not in SAP

Former Member
0 Kudos

Hi Friends,

I am working as ABAP developer, i got the requirement to create the report for "List of Tcodes are working fine or not" during the outage time.

Actually once outage is completed from Basis end in support project then all functional team will check some Tcodes and will give report to Basis team. So they want to reduce this time by creating one sap program to check list of Tcodes are working fine or not.

Please help me , how to proceed on this.

4 REPLIES 4

kiran_k8
Active Contributor

Hi.

Sanity Testing.

I had seen a Customer using eCATT tool for this.

May be you can explore this option instead of going for a Custom Program.

K.Kiran.

matt
Active Contributor
0 Kudos

Kiran K is right - don't reinvent the wheel. But in any case, it looks like basic programming to me. Just requires some table creation with some maintenance views, a few call transactions, an editable ALV, and perhaps sending of emails.

All common techniques. As a developer how come you have problems with any of these?

Jelena
Active Contributor
0 Kudos

I'd start with finding out what does "working fine or not" mean exactly.

PeterJonker
Active Contributor
0 Kudos

I have 122.468 different transaction codes in table TSTC. Do you want to have the functional people check all of them ?

Then create a report based on table TSTC.

No honestly it is not clear to me what you really want. I guess you have to get the functional people make a list of important transaction codes, and not try to solve this in a technical way.