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

Manage SAP ABAP programs

clayton_barbosa
Participant
0 Likes
1,245


Hi!

   Is there any transaction that i can manage the ABAP programs (Y/Z), tables, Function in SAP?

Thanks!


Hi!

   Is there any transaction that i can manage the ABAP programs (Y/Z), tables, Function in SAP?

Thanks!

6 REPLIES 6
Read only

ralf_wenzel_heuristika
Active Participant
0 Likes
1,199

What do you mean with "manage"? What exactply you want to do?

Read only

0 Likes
1,199

Hi!

  I need to show my maneger how the programs (Z/Y) are in SAP.

  Is there any transaction to help me?

Thank you.

Read only

0 Likes
1,199

You need a list of them? SE16, TADIR. TFDIR for function modules, DD02L for DDIC tables and structures.

Read only

0 Likes
1,199

Hi,

You can make an excel and mention all the T-CODEs there from the table TSTC.

against each tcode you can mention the corresponding program name (from TSTC) and Z/Y developed objects ( tables can be found from DD02L), as mentioned by Ralf.

Look for only the objects starting with Z* and Y*.

Reward if useful.

Read only

michael_kozlowski
Active Contributor
0 Likes
1,199

If you want to manage the lifecycle of custom code you sholud consider SAP Solution Manager

http://help.sap.com/saphelp_sm71_sp13/helpdata/en/92/747bc19f1844f3a9ef37736076318f/frameset.htm

For an structured overview about the customer code you can use Tr. SE80 for Package. Select Z/Y packages.

Read only

Former Member
0 Likes
1,199

This message was moderated.