Application Development 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: 

Make fields XREF1 XREF2 XREF3 on MIRO visible

Former Member
0 Kudos

Hi all,

I'm working on MIRO Transaction and i want to make fields BSEG-XREF1, BSEG-XREF2 and BSEG-XREF3 visible.

In SE51 transaction fields are present but in subscreen 105 (Details in MIRO transaction) they are not visible.

Question 1 : Where fields are desactivated? (Technical aspect)

Question 2 : I think we can use UserExitsto add fields to transaction MIRO. is it right? whitch is this UserExit.

Regards.

Edited by: moussaid mohammed on Feb 18, 2009 1:09 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try this..

The fields XREF1, 2 & 3 are suppressed in the subroutine modify_fi_screen in the include LMR1MF6Q..

You can create an implicit enhancement for this routine and modify the internal table t_acscr for these fields to make them visible in this transaction..

Thanks

Naren

15 REPLIES 15

Former Member
0 Kudos

Hi,

Check whether there is any screen exit or not?

Thanks.

0 Kudos

Hi,

Thanks for yous answer.

Question : How to check it?

Regards

0 Kudos

Hi,

Just go to SHD0 T-Code.

Give your t-code in that.

It ll show.

GauthamV
Active Contributor
0 Kudos

Check with your functional consultant as if they might have made

those fields invisible using SPRO configuration.

Former Member
0 Kudos

>

> Check with your functional consultant as if they might have made

> those fields invisible using SPRO configuration.

Hi,

Functional consultant hasn't do that

Regards

GauthamV
Active Contributor
0 Kudos

Try this [screen exit for miro|https://forums.sdn.sap.com/click.jspa?searchID=22466387&messageID=5593594]

Former Member
0 Kudos

>

> Try this [screen exit for miro|https://forums.sdn.sap.com/click.jspa?searchID=22466387&messageID=5593594]

Hi

That link is not compatible whith what i have. BADIs and code of LMR1M001 have not been found.

My SAP configuration is 47

Regards.

GauthamV
Active Contributor
0 Kudos

BADI_FDCB_SUBBAS04 is avilable in 4.7 version ?

Former Member
0 Kudos

>

> BADI_FDCB_SUBBAS04 is avilable in 4.7 version ?

Hi,

In SE19 when i want to Display BADI i have that message BAdI implementation BADI_FDCB_SUBBAS04 does not exist!

Regards.

0 Kudos

- SE18 not SE19

- BADI available from SAPKH47021, no standard implementation.

Regards

raymond_giuseppi
Active Contributor
0 Kudos

There is customizing behind, look at Materials Management, Purchasing, Account Assignment and there to Maintain Account Assignment Categories, Define Combination of Item Categories/Account Assignment Categories and Set Subscreen for Account Assignment (Coding) Block

Regards

0 Kudos

>

> There is customizing behind, look at Materials Management, Purchasing, Account Assignment and there to Maintain Account Assignment Categories, Define Combination of Item Categories/Account Assignment Categories and Set Subscreen for Account Assignment (Coding) Block

>

> Regards

Screen i want is not in the list i find when processing your method! Have you an other idea?

0 Kudos

You may build your own subscreen. (begin with 9)

Regards

Former Member
0 Kudos

Hi,

Try this..

The fields XREF1, 2 & 3 are suppressed in the subroutine modify_fi_screen in the include LMR1MF6Q..

You can create an implicit enhancement for this routine and modify the internal table t_acscr for these fields to make them visible in this transaction..

Thanks

Naren

DominikTylczyn
Active Contributor