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

MIR7 immediately after commit work

former_member182371
Active Contributor
0 Likes
537

Hi,

when the user creates an invoice via MIR7 transaction by clicking the button "Post completely",

i ´ve been asked to display a popup asking the user if he wants to attach a document via GOS (Generic Object Services).

so here goes a difficul one:

in MIR7 transaction is there a badi or user-exit that stops the flow of the

program immediately after COMMIT WORK? (that is when the document is already created but before the transaction is initialized for a new input)

i´ve tried with badi INVOICE_UPDATE in method CHANGE_IN_UPDATE

but with no avail.

Best regards.

3 REPLIES 3
Read only

former_member182371
Active Contributor
0 Likes
495

in case someone is interested

we´ve finally done it in method

PUT_DATA_TO_SCREEN_OBJECT

of badi FDCB_SUBBAS04

Read only

0 Likes
495

Hi Pablo,

I saw this post and wondered can you advise please? Is it the case that there is no Service Object popup (asking the user if they want to attach supporting documentation now) in the standard MIR7?

In FV60 when a user parks a document at the end there is such a Service Object popup prompt message. I think this is standard for FV60 (but I might be wrong there).

is there a corresponing popup in SAP standard MIR7 or we would need to code for that probably using the method you identified?

Thansk for your advice.

Michael

Read only

0 Likes
495

Hi,

there is not that i know a such a popup for MIR7.

Personally i do think enabling this popup was a mistake.

In the end only users of a certain country used it whereas it became a nuisance for other countries users.

The standard GOS functionality is enough and works perfectly.

Best regards.