‎2005 Dec 27 4:32 AM
Dear All,
I copied the standard program SAPLMR1M, Function modules & Function group of MIRO transaction. And i created the ZMIRO transaction. But when i try to execute the transaction it is throwing an error as Tcode not in T169 table.
Do anyone help me on this problem.
Thanks in advance,
Regards,
Sadiq
‎2005 Dec 27 4:35 AM
Hi
i think you need to maintain some configurations after copying. because of that it is throwing error.
and try this way also go to se93 and give tcode and say copy to zmiro. and run zmiro
it also gives the same error. after copying you need to maintain configuration setting for that TCODE.
for help you can contact BASIS.
regards
vijay
Message was edited by: Vijay Babu Dudla
‎2005 Dec 27 4:52 AM
Hi sadiqulla,
1. There are some function pools, function groups
like miro
which check the tcode for making certain decisions.
ie. whether display, edit,insert mode , etc.
2. The table T169 must be some configuration
table / sap table.
The function group must be checking
the entry in that table.
3. BUT
your program must be running with some Z tcode.
hence it is not able to find it in that table.
4. U will have to search that code
and replace the source code appropriately.
(If customization does not help)
I hope it helps.
regards,
amit m.
‎2005 Dec 27 7:05 AM
Thanks for the information,
My requirement is to change the table control fields,
In MIRO table control Amount & quantity fields are input fields, i want give some default values in this field.
Can anybody help me on this.
Regards,
Sadiq
‎2005 Dec 27 7:08 AM