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

MIR4 in change mode

Former Member
0 Likes
14,275

The transaction MIR4 is for Display Invoice Document.

I have to tweak the functionality a bit and directly call the invoice in change mode.

Tried to create a transaction variant, and it dosent seem to help,

Copied the transaction to a custom one and changed the activity type to change, I get a message "Transaction ZMIR4 does not exist in table T169' which i understand is the config table for all MM transactions. Please let me know if there is any way to reach the required functionality without adding any entries to the table T169.

Regards,

Srihari

2 REPLIES 2
Read only

Former Member
0 Likes
4,949

Use MIR6, that takes you to change mode.

Read only

ucha_andrbessa
Explorer
0 Likes
4,949

Dear all,

It is possible to use MIR4 in Change Mode.

You can create a new report called by a transaction (t-code) then change mode will perform.

report zbc_uba_test.
parameters p_belnr type re_belnr.
parameters p_gjahr type gjahr.
start-of-selection.
set parameter id 'CHG' field 'X'.
set parameter id 'RBN' field p_belnr.
set parameter id 'GJR' field p_gjahr.
call transaction 'MIR4' and skip first screen.