Application Development 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: 

Reg: Parameters setting for transaction

Former Member
0 Kudos

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

sdipanjan
Active Contributor
0 Kudos

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

Former Member
0 Kudos

It depends. Which transaction is this?

Former Member
0 Kudos

Hi

The transaction is MIR7.

Regards,

0 Kudos

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

sdipanjan
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi Julius and Dipanjan,

Many Thanks for your input..

Regards,