‎2007 Jun 07 11:37 AM
Dear experts,
can we create Transaction Code for Transparent Table? if so plese let me know the procedures.
Thanks in advance
karthik
‎2007 Jun 07 12:29 PM
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
‎2007 Jun 07 11:39 AM
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
‎2007 Jun 07 12:29 PM
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
‎2007 Jun 07 12:37 PM
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.