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

tcode

Former Member
0 Likes
545

Dear experts,

can we create Transaction Code for Transparent Table? if so plese let me know the procedures.

Thanks in advance

karthik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

throught the table maintance generator we can maintan the transparent table using the tcode .

here is the link for making the table maintance generator for table and creating tcode..

<a href="http://">http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm</a>

Girish

3 REPLIES 3
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
521

Hi,

Did you mean creating a transaction for maintaining a Transperent table?

if yes then I think you can create maintanance program (A function module in a Function group specified by you ad a screen number you specify) using the Table Maintanance Generator in SE11 and then attach a TCODE to that generated function module mentioning the program name and screen number.

Regards,

Sesh

Message was edited by:

Seshatalpasai Madala

Read only

Former Member
0 Likes
522

throught the table maintance generator we can maintan the transparent table using the tcode .

here is the link for making the table maintance generator for table and creating tcode..

<a href="http://">http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm</a>

Girish

Read only

manubhutani
Active Contributor
0 Likes
521

Please reward points if necessary

create maintenance generator.

then do the recording for transaction ms31 from where u can maintain entries of the table..

make a program of that recording and assign a tans code to that program

and proceed.