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

Reg: Parameters setting for transaction

Former Member
0 Likes
889

Hi

If i need to set some value to a field in a transaction as default and disable the field so that no further inputs could be provided, how should i proceed ? If it deals with parameter settings how to find out which parameter deals with which field and how to set the value for the same..

Thanks in advance

Regards,

1 ACCEPTED SOLUTION
Read only

sdipanjan
Active Contributor
0 Likes
837

Agree with Julius and would like to check your answer. Bye the time, you may also check the following link if it is helpful for what u are looking:

[Creation and Use of Variant Transaction|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/40d1443e-0184-2c10-c68d-c612f771fe6f]

regards,

Dipanjan

5 REPLIES 5
Read only

Former Member
0 Likes
837

It depends. Which transaction is this?

Read only

Former Member
0 Likes
837

Hi

The transaction is MIR7.

Regards,

Read only

0 Likes
837

Agree with Dipanjan: You need to decide whether you want to make a transaction variant out of it or a variant transaction.

In my opinion transaction variants are more secure, but affect the core transaction - so you need to be much more carefull when making the change.

For example (@ Dipanjan) from the article: After starting the variant transaction ZE16 and entering the table name, do not hit Enter.

Instead, first type ".te" (without the ") into the OK-code field and then hit "Enter".

Variant transactions have some limitations... and for some transactions (particularly newer transactions) they won't work.

Cheers,

Julius

Read only

sdipanjan
Active Contributor
0 Likes
838

Agree with Julius and would like to check your answer. Bye the time, you may also check the following link if it is helpful for what u are looking:

[Creation and Use of Variant Transaction|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/40d1443e-0184-2c10-c68d-c612f771fe6f]

regards,

Dipanjan

Read only

Former Member
0 Likes
837

Hi Julius and Dipanjan,

Many Thanks for your input..

Regards,