Question:
Hi Guys,
How to create a Custom transaction code for Custom Table.
Thanks in advance.
yedu
Answer:
Quč?
I don't think I understand.
What do you want to do? create a tcode? (try SE93)
or something else?
best regards,
trea
_________________
I'm not tense, just terribly alert.
Answer:
hi,
in SE93 u will create transaction code for any program or report but i need how to create TCODE for Ztable.
Once the user enter that tcode, he will get the table like MARA.
Yedu
Answer:
hi,
I still don't get it, I think.
Do you want the user to be able to display the table? Why can't he use SE16? Do you want him to be able to modify also? Maybe SM30 ?
Alternative for using SE16 can be:
Create a transaction in SE93, using the option 'transaction with parameters', in which you could call SE16 to display the table you want. You can give the name and value for a particular screen-field. If you put your Ztable there, for field DATABROWSE-TABLENAME, and you choose skip first screen, you get databrowser for this table only.
Is that what you want to do?
trea
_________________
I'm not tense, just terribly alert.
Answer:
I think I understand. You have created a table, say ZDATA.
You create its maintenance dialog. Now you want to hook up a transaction to it so user does not have to go to sm30.
If I remember well all you have to do cerate a parametric transaction 'ZUPD'
it must call SM31(i think-or SM30)
and you must give it two parameters:
TABLE=ZDATA
UPDATE=X
All by memory...
Let me know.