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

I have a Custom T-Code with type-Transaction with parameters(Parameter Transaction), How can I have to copy this to new program?

Former Member
0 Likes
443

Sap Gurus,

I have a Custom T-Code with type-Transaction with parameters(Parameter Transaction).

Now my requirement is to copy the existing program & i need to do some changes, So How can I have to copy this to new program?

What is the purpose of Transaction with parameters(Parameter Transaction).?

Below are the screen shots:

Thanks

Shabareesh

1 ACCEPTED SOLUTION
Read only

former_member188827
Active Contributor
0 Likes
410

Transaction with parameters allow to assign values to fields on initial screen of the transaction. Please refer to following link:

http://help.sap.com/saphelp_nw70/helpdata/en/43/0f955bc2086ff3e10000000a422035/frameset.htm

Go to SE38 and copy your program to new program using the copy function(There is no separate method to copy a program having transaction with parameters). In the next step, copy the transaction code and change the name of original program to new program in the copied tcode.

Regards

Sap Gurus,

I have a Custom T-Code with type-Transaction with parameters(Parameter Transaction).

Now my requirement is to copy the existing program & i need to do some changes, So How can I have to copy this to new program?

What is the purpose of Transaction with parameters(Parameter Transaction).?

Below are the screen shots:

Thanks

Shabareesh

1 REPLY 1
Read only

former_member188827
Active Contributor
0 Likes
411

Transaction with parameters allow to assign values to fields on initial screen of the transaction. Please refer to following link:

http://help.sap.com/saphelp_nw70/helpdata/en/43/0f955bc2086ff3e10000000a422035/frameset.htm

Go to SE38 and copy your program to new program using the copy function(There is no separate method to copy a program having transaction with parameters). In the next step, copy the transaction code and change the name of original program to new program in the copied tcode.

Regards