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

screen exit for MIR7

Former Member
0 Likes
1,023

Hi,

I need one dropdown field next to unplanned delivery cost in MIR7.for this which screen exit should i use?

if anybody have any code regarding this, this would be helpful for me.

Thanx in advance

sunil

Hi,

I need one dropdown field next to unplanned delivery cost in MIR7.for this which screen exit should i use?

if anybody have any code regarding this, this would be helpful for me.

Thanx in advance

sunil

4 REPLIES 4
Read only

former_member182371
Active Contributor
0 Likes
743

Hi,

field INVFO-BEZNK (Unplanned delivery cost) appears in dynpro 0150 of function group FDCB, program SAPLFDCB.

If you go to this screen you´find this in PBO and PAI:


  CALL CUSTOMER-SUBSCREEN custscr1 INCLUDING 'SAPLXM08' '0400'.
  ....
  CALL CUSTOMER-SUBSCREEN custscr1.

There was an enhancement for this:

check this OSS Note:

https://service.sap.com/sap/support/notes/165635

But the bad news is that according to the former OSS Note:

As of Release 4.6C, Transaction MR1M is no longer supported. Thus this customer exit and its functions are also obsolete.

The only option i´ve found to display additional fields in MIR7 is in a subscreen under "Basic data" tab.

If you´re interested here is a wiki:

http://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions

Best regards.

Edited by: Pablo Casamayor on Nov 2, 2009 12:00 PM

Read only

Former Member
0 Likes
743

Using badi BADI_FDCB_SUBBAS04 (if it´s not already implemented).

If you have a look at badi BADI_FDCB_SUBBAS01 in se18 you´ll see that there is an example implementation class named CL_EXM_IM_BADI_FDCB_SUBBAS01 .

Read carefully as well the documentation of BADI_FDCB_SUBBAS01.

Read only

0 Likes
743

Hi Madhavi t,

why does your answer resemble so much this thread?:

Regards.

Read only

0 Likes
743

hi ,

thanx for ur replies.

will this BADI 'BADI_FDCB_SUBBAS04' will also work for MIR7.

i have little doubt abt that.

can u plz help me out?

regrads

sunil