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

Copyin Function Pool

Former Member
0 Likes
704

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

4 REPLIES 4
Read only

Former Member
0 Likes
655

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

Read only

Former Member
0 Likes
655

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.

Read only

Former Member
0 Likes
655

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

Read only

0 Likes
655

Then you can look for some exits or BADI.

vijay