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

migo user exit

Former Member
0 Likes
856

Hi, I need information about migo user exit I didnt decide to use which user exit function to use. I have used EXIT_SAPMM07M_001

and EXIT_SAPM07DR_001. While Iwas activating and assign to project, Im using MBCF0005 ENHANCEMENT

for EXIT_SAPM07DR_001 and MBCF0002 ENHANCEMENT for EXIT_SAPMM07M_001 but in enhancement component screen there is error icon(red) for MBCF0002.

I wrote same code into two user exit.

break aceylan.

IF I_MKPF-BLDAT <> I_MKPF-BUDAT .

MESSAGE E001(zy).

ENDIF.

My regards,

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
764

Click the change button and activate it then it will turn to green.

@Keshav,

He has mentioned '< ,>' in code , but since it doesnt have any comma in between you cannot see it.

Click the change button and activate it then it will turn to green.

@Keshav,

He has mentioned '< ,>' in code , but since it doesnt have any comma in between you cannot see it.

4 REPLIES 4
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
764

IF I_MKPF-BLDAT I_MKPF-BUDAT . "Here <,>,<=,>= is missing in between

MESSAGE E001(zy).

ENDIF.

Read only

GauthamV
Active Contributor
0 Likes
765

Click the change button and activate it then it will turn to green.

@Keshav,

He has mentioned '< ,>' in code , but since it doesnt have any comma in between you cannot see it.

Read only

Former Member
0 Likes
764

You can also use badi MB_MIGO_BADI.

Regards

Sikha

Edited by: Sikha Kayal1 on Jan 19, 2010 9:57 AM

Read only

Former Member
0 Likes
764

Thank you for all

I have activated by clicking change and activate. I dont believe how simple it is