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: 

Field AKTYP in FM MARA_MEINS

Former Member
0 Kudos

Hi,

Can anyone please let me know how importing parameter AKTYP is used in FM MARA_MEINS.

I went through whole FM including sub-routines but i didnt find usage of this field anywhere in FM.

I am planning to misuse this field in 1 of the enhancement option but just want to make sure it doesnt blow up anything else.

Any pointer will be appreciated.

Thanks

Puneet

2 REPLIES 2

Former Member
0 Kudos

It is being used at the following locations in the FM.

LMG07U10                            18   CHECK AKTYP = AKTYPV.
                                    23     IF AKTYP = AKTYPH AND LMARA-SPART NE WMARA-SPART.
                                    41     IF AKTYP = AKTYPV AND WMARA-SPART NE LMARA-SPART.

So, my suggestion is not to use this field rather try something else.

0 Kudos

Thanks for you response.

But the include that you have mentioned is nothing but FM MARA_SPART.

And i am not sure if this FM is called during processing of MARA_MEINS.

Though MARA_SPART is under same function group but i am just wondering if it has been used during MARA_MEINS processing.

Thanks

Puneet