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

MIRO/MIR7 - Notes Tab Mandatory

Former Member
0 Likes
2,355

Hi All,

I require the notes tab in MIRO to be mandatory, does anybody know if this is possible? I tried the solution in the below thread but the include is not even invoked;

I then tried BADI 'INVOICE_UPDATE', method 'CHANGE_BEFORE_UPDATE'. My breakpoint stopped there but since the notes tab isn't stored in any structure, I had to use function module 'READ_TEXT' with object 'RBKP' to retrieve the data. Unfortunatly nothing is returned, this is probably because the notes data only gets written once the Invoice is fully saved. My intention was that I could check if any text is returned from the FM above, if not then I could output a message 'must enter text in notes tab'.

Anybody have any other idea? I can't see anyway in config/valiadtions to achieve this. Thanks alot

1 ACCEPTED SOLUTION
Read only

former_member182371
Active Contributor
0 Likes
1,971

Hi,

you could try with badi MRM_HEADER_CHECK.

Best regards.

Hi All,

I require the notes tab in MIRO to be mandatory, does anybody know if this is possible? I tried the solution in the below thread but the include is not even invoked;

I then tried BADI 'INVOICE_UPDATE', method 'CHANGE_BEFORE_UPDATE'. My breakpoint stopped there but since the notes tab isn't stored in any structure, I had to use function module 'READ_TEXT' with object 'RBKP' to retrieve the data. Unfortunatly nothing is returned, this is probably because the notes data only gets written once the Invoice is fully saved. My intention was that I could check if any text is returned from the FM above, if not then I could output a message 'must enter text in notes tab'.

Anybody have any other idea? I can't see anyway in config/valiadtions to achieve this. Thanks alot

8 REPLIES 8
Read only

former_member182371
Active Contributor
0 Likes
1,972

Hi,

you could try with badi MRM_HEADER_CHECK.

Best regards.

Read only

0 Likes
1,971

Hi,

Afraid this didn't work either. The entry is created in table STXH after the BADI is invoked. It must not be possible to meet this requirement it seems

Read only

koolspy_ultimate
Active Contributor
0 Likes
1,971

Hi,

[Check this|;

Regards,

koolspy.

Read only

0 Likes
1,971

Interesting topic but this relates to a different transaction, MIGO instead of the MIRO/MIR7 screen that I require. I can't seem to find a similar OMJ* transaction for the Invoice screen

Read only

0 Likes
1,971

<Sorry wrong post>

Read only

0 Likes
1,971

Thanks koolspy...is the notes table available as a field through there? I can't seem to find it

Read only

former_member262070
Discoverer
0 Likes
1,971

Hi Madhumahesh,

We are facing the same issue. Have you received the solution?

Regards,

Mrinal

Read only

0 Likes
1,971

Any update for solution. I am facing same issue. Need to capture note text while creating invoice using MIRO.