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

Make fields XREF1 XREF2 XREF3 on MIRO visible

Former Member
0 Likes
8,714

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
Read only

Former Member
0 Likes
3,990

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
Read only

Former Member
0 Likes
3,990

Hi,

Check whether there is any screen exit or not?

Thanks.

Read only

0 Likes
3,990

Hi,

Thanks for yous answer.

Question : How to check it?

Regards

Read only

0 Likes
3,990

Hi,

Just go to SHD0 T-Code.

Give your t-code in that.

It ll show.

Read only

GauthamV
Active Contributor
0 Likes
3,990

Check with your functional consultant as if they might have made

those fields invisible using SPRO configuration.

Read only

Former Member
0 Likes
3,990

>

> 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

Read only

GauthamV
Active Contributor
0 Likes
3,990

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

Read only

Former Member
0 Likes
3,990

>

> 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.

Read only

GauthamV
Active Contributor
0 Likes
3,990

BADI_FDCB_SUBBAS04 is avilable in 4.7 version ?

Read only

Former Member
0 Likes
3,990

>

> 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.

Read only

0 Likes
3,990

- SE18 not SE19

- BADI available from SAPKH47021, no standard implementation.

Regards

Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,990

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

Read only

0 Likes
3,990

>

> 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?

Read only

0 Likes
3,990

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

Regards

Read only

Former Member
0 Likes
3,991

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

Read only

Dominik_Tylczynski
SAP Champion
SAP Champion