‎2006 Oct 31 7:40 AM
‎2006 Oct 31 7:43 AM
‎2006 Oct 31 7:44 AM
‎2006 Oct 31 7:50 AM
You Can Create a transaction for A table. But First u need To Create A MAintainence view Using Transaction se54 or Directly From Se11 Menu .Utilities--> table maintainence generator.After Creating it goto se93 And create a transaction using the last option transaction with parameters.
than
Go to se93.
Then create the new T.code.
Under that select parameter Transaction.
Then give the sm30 in the t.code in default values tab.
check the checkbox skip initial screen.
in classification tab.
click checkbox inherit gui attributes..
Now below..
In the default values..
select
viewname and give ur table name.
show = X
save and check it once...
now u can able to call ur table through ur new t.code...
‎2006 Oct 31 7:51 AM
‎2006 Oct 31 7:59 AM
Hi Arnab,
you mean Tcode to maintian the table entries then ...
1. you need generate the table maintenance using the Menu Utilities->Table maintenance generator
2. give the authorization group, package, function group, overview screen number etc.
3.create the table maintenance
4. now go to se93
5. give custom tcode and say create
then enter description , and then
choose the radio button Transaction with parameters
6. now enter tcode as SM30 and check the check box skip intial screen
7. Check all gui support buttons
8. now go down and enter VIEWNAME from F4 help and value as table name
9. and add UPDATE(choose it from F4) and value as 'X'.
VIEWNAME ZTABLE
UPDATE X
and save it, now check the Tcode.
Regards
vijay
‎2006 Oct 31 8:09 AM
Thanx for your reply,
In the table maintenance i want to know about the function group field.
Can you tell me something more about that..
‎2006 Oct 31 8:08 AM
In the table maintenance i want to know about the function group field.
Can you tell me something more about that..
‎2006 Oct 31 8:10 AM
Hi,
this function group consists of the maintenance screens, and the PBO and PAI flow logic.
if you provide the function group while maintaing , the screens and flow logic will be generated under the function group.
you can check it from SE80.
Regards
vijay
‎2006 Oct 31 8:14 AM
do one think in this field write function group which u want to make(for ex-zkis) .it automaticaly create function group.
‎2006 Oct 31 8:19 AM
Hi Vijay,
Thanks for your reply,
For a custom table which has been created , do i need to create a function group ?
Regards,
Arnab
‎2006 Oct 31 8:21 AM