‎2006 Jul 24 3:24 PM
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
‎2007 Aug 25 12:42 PM
‎2021 Dec 30 1:09 PM
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.