Skip to Content
0
Jul 10, 2007 at 09:38 PM

managing LX includes for Z project, using enhancement MM06E005

61 Views

Hi!

I try to transfer Z project that used enhancement MM06E005 from 4.6C to ECC 6.0

This project was using LX... includes in 4.6C, but there are no such includes in ECC 6.0

Even if I create ZX... includes in ECC 6.0 with source code of LX includes taken from 4.6C, how to make "mapping" of the includes?

I mean that in 4.6C this Z project looks like:

<b>include -


function exit</b>

LXM06F36 - EXIT_SAPMM06E_006

LXM06F38 - EXIT_SAPMM06E_007

LXM06F37 - EXIT_SAPMM06E_008

LXM06F39 - EXIT_SAPMM06E_009

LXM06F43 - EXIT_SAPMM06E_012

LXM06F44 - EXIT_SAPMM06E_013

LXM06F45 - EXIT_SAPMM06E_014

LXM06F41 - EXIT_SAPMM06E_016

LXM06F42 - EXIT_SAPMM06E_017

LXM06F40 - EXIT_SAPMM06E_018

I mean, where it is defined that LXM06F42 belongs to EXIT_SAPMM06E_017,

LXM06F40 belongs to EXIT_SAPMM06E_018 and so on...

I think I need to know this because in ECC 6.0 this Z project would look like:

<b>include -


function exit</b>

ZXM06F36 - EXIT_SAPMM06E_006

ZXM06F38 - EXIT_SAPMM06E_007

ZXM06F37 - EXIT_SAPMM06E_008

ZXM06F39 - EXIT_SAPMM06E_009

ZXM06F43 - EXIT_SAPMM06E_012

ZXM06F44 - EXIT_SAPMM06E_013

ZXM06F45 - EXIT_SAPMM06E_014

ZXM06F41 - EXIT_SAPMM06E_016

ZXM06F42 - EXIT_SAPMM06E_017

ZXM06F40 - EXIT_SAPMM06E_018

so I need to know how to tell to SAP that ZXM06F40 but not LXM06F40 belongs to EXIT_SAPMM06E_018. Where it is defined?

Will reward,

Mindaugas.