‎2005 Sep 06 5:55 AM
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
‎2005 Sep 06 6:06 AM
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.
‎2005 Sep 06 6:39 AM
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
‎2005 Sep 06 10:19 AM
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".
‎2005 Sep 06 8:58 AM
‎2005 Sep 06 9:12 AM
You have to insert new transaction code in tables T790, T790_C.
‎2005 Sep 06 10:14 AM
It is giving error that
"The transaction not yet maintained in the customizing".
‎2005 Sep 06 10:20 AM
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
‎2005 Sep 06 10:26 AM
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.
‎2005 Sep 06 10:40 AM
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.
‎2005 Sep 06 9:59 PM
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.