2009 Nov 02 9:20 AM
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
2009 Nov 02 10:02 AM
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
2009 Nov 02 11:25 AM
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.
2009 Nov 02 11:51 AM
2009 Nov 02 12:12 PM
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