cancel
Showing results for 
Search instead for 
Did you mean: 

How to make Assignment field mandatory in MIRO

former_member477101
Participant
0 Kudos

Hi,

    I have an requirement to make assignment field mandatory in MIRO, How can i attain this ? is it possible to make it through screen EXit or BADI.

    2. i even have requirement to create new field in the same tab of Miro screen, how can this attained ?is it possible to make it through screen EXit or BADI.Help Needed.Please find the Screen Below.

Accepted Solutions (0)

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor
0 Kudos
  • You could look at BAdI INVOICE_UPDATE (SE18), method CHANGE_AT_SAVE can raise an error if field initial.
  • You could also look for FI validation for the same check in the generated document.
  • For both requirements (check and customer field) you could look at enhancement LMR1M001(SMOD)

Regards,

Raymond

former_member477101
Participant
0 Kudos

Hi Raymod,

                  Thanks for the Reply,first requirement solved by badi you suggested.but how can i solve second problem .i need to make highlighted field visible ,its not visible in Miro transaction, but can be seen in Screen painter.

raymond_giuseppi
Active Contributor
0 Kudos

This field is activated by PPA.

Hint: Look for group2 value of field INVFO-REINDAT definition in dynpro (= 906), then look at PBO modules til you find form DYNPRO_MODIF_INT(LACKKF01)

Check yourself: In dev/sandbox put a break-point in FM FM_CHECK_PPA_ACTIVE_CORE, and change result e_active to 'X' the field should appear.

Now ask functionals for decision...

Regards,

Raymond

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Prakash,

I hope you can create the variant and make the field as mandatory using SHDO T-code.

Please find the document below

Regards

Rajkumar Narasimman