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: 

BADI or Exit to add a field in MIGO....Urgent

Former Member
0 Kudos

Hi Experts,

I have a requirement for MIGO enhancement. When the truck enters the gate, security persons enter the details of truck in a Cusomised Interface which generates a slip no.(auto generated no.). and addl the details saved in a ztable.

I have to add that slip no. field (in ztable) in MIGO transaction to track the record.

Then i have to genetate a report that include slip no, PO no, invoice no. slip date and time, po date and time. plant, material no.

Please tel me how to add that field, i find for User exit and badi, i got lots of answers, everyone gave me all the exits and badis for MIGO, but no answer was appropiate as per my requirement, please tel me the exact BADI of EXIT name also tel me how to implement that.

Please its usgent i have to deliever it tomr. morng.

5 REPLIES 5

Former Member
0 Kudos

BADI ' if_ex_mb_migo_badi ' can be used for adding a field in MIGO.

Former Member
0 Kudos

Hi

You should use BADI MB_MIGO_BADI to add additional fields in MIGO.

<b>rEWARD POINTS</b>

rEGARDS

0 Kudos

BADI MB_MIGO_BADI is ok but how to use that, in SE19 what i have to do i never used BADI please let me no what are the further steps i have to perform. i was gone through the document but i didnt get that. please let me no as i have very less time left.

dnt worry, U will get full points

Regards

Nikhil

0 Kudos

Hi,

Implementing Business Add-Ins (BADI)

The use of object orientated code within SAP has lead to new method of enhancing standard SAP code called

Business Add-Ins or BADI's for short. Although the implementation concept is based on classes, methods and

inheritance you do not really have to understand this fully to implement a BADI. Simply think of methods

as a function module with the same import and export parameters and follow the simple instructions below.

Steps:

1. Execute Business Add-In(BADI) transaction SE18

2. Enter BADI name i.e. MB_MIGO_BADI and press the display

button

3. Select menu option Implementation->Create

4. Give implementation a name such as Z_MB_MIGO_BADI

5. You can now make any changes you require to the BADI within this

implementation, for example choose the Interface tab MODE_SET

6. Double click on the method you want to change, you can now enter

any code you require.

7. Please note to find out what import and export parameters a

method has got return the original BADI definition

(i.e. MB_MIGO_BADI) and double click on the method name

for example within MB_MIGO_BADI contract is a method

8. When changes have been made activate the implementation

<b>Reward points</b>

Regards

0 Kudos

Hi Kiran

is there any way that I can add any parameters in the method for existing BADI

thanks for your support

Carlos