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

how to clone a transaction code

Former Member
0 Likes
1,612

Hi group,

While cloning(or copying) BGM1 transaction to ZMW1,the

function group LBG00UXX (which contains the includes having function modules) not copying and therefore

the cloned ZMW1 transaction not working.

Can any body help in this regard

10 REPLIES 10
Read only

Former Member
0 Likes
1,324

Hi,

Why is it not working? What is the error that you get? I suppose you should be able to use the functionmodules from your code.

Read only

Former Member
0 Likes
1,324

Hi,

Can u just tell me the procedure where you are trying to copy that function group. There is some methods which you can try.

Regards,

vamshi

Read only

0 Likes
1,324

Here using Se80 I copied the function group BG00 to ZBG001,I also copied the function module in the function group BG00 to ZBG001.After that I created trabsaction code in the ZBG001 there I kept the main program as sAPLZBG001 and screen number as 0101.After saving this I executed the new cloned transaction it is saying that

"transaction not yet maintained in the customizing".

Read only

Former Member
0 Likes
1,324

search for BGM1, it is hardcoded somewhere

regards

Read only

0 Likes
1,324

You have to insert new transaction code in tables T790, T790_C.

Read only

Former Member
0 Likes
1,324

It is giving error that

"The transaction not yet maintained in the customizing".

Read only

0 Likes
1,324

It's OK.

The program check if tcode is in some tables (T790, T790_C as just I've writen in my last answer.

You can update those table using the views V_T790

and V_T790_C by SM30

Read only

0 Likes
1,324

I tried to add the new tcodes in T790,t790_c it is giving

error that "Entry does not exist in TSTC-check your entry".In TSTC the create element is in disable mode so I am not able to insert in TSTC.

Read only

0 Likes
1,324

It's strange, after creating a transaction, it should be in table TSTC: the system automatically (and not you)insert it.

TSTC is master table of SAP transaction.

Read only

0 Likes
1,324

If you created the transaction code ZBG001, it should be there in TSTC, otherwise you didn't create it. Check the table contents using SE16 for this table.