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: 

MIGO Transaction

Former Member
0 Kudos

Hi,

Where exactly the source code of MIGO transaction fills these two fields : BED , SED (Note: Under the Tab Excise Invoice). What are the Exact Tables in MIGO.

Thanks & Regards,

Lakshmi.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

To search for the tables in MIGO, please run a trace while executing this transaction. Go to ST05 activate trace. Run the transaction. Again go to ST05 deactivate and display the trace. Now when you see the trace details it will give you the tables accessed.

Regards,

Pramod

6 REPLIES 6

Former Member
0 Kudos

Hi,

To search for the tables in MIGO, please run a trace while executing this transaction. Go to ST05 activate trace. Run the transaction. Again go to ST05 deactivate and display the trace. Now when you see the trace details it will give you the tables accessed.

Regards,

Pramod

0 Kudos

Hi Pramod,

Thanks alot for your answer.

Can you say How BED , SED fields are filling in MIGO by using those Tables.

Thanks & Regards,

Lakshmi.

praveen_kumar132
Participant
0 Kudos

hi,

TABLES:

godynpro, "Screen fields

gohead, "Header data

goitem, "Item data

gosearch_po, "PopUp Search Purchase Orders

gosearch_ord, "PopUp Search Orders

gosearch_res, "PopUp Search Orders

godefault, "PopUp Default Values

godefault_tv, "Table view for defaults

GODEFAULT_TRA_TV, "Table view for transfer defaults

gosplit, "Split Item

goserial, "Serialnumbers

gofreight, "Freight supplier

gobom, "Parameter for BOM explosion

goitem_tv, "tableview-fields

rl50e. "Workarea

-- go to MIGO transaction.. system . status... u can find which all the tables used behind this transaction .

in that transaction where that BED AND SED field is there?

0 Kudos

Hi Praveen,

Thank you for your answer,

But you have mentioned Structures instead of tables. I need Tables.

If select any Document Number in MIGO transaction then you can find Excise Invoice Tab. Inthat you can find SED , BED.

Thanks & Regards,

Lakshmi

Former Member
0 Kudos

Hi Friend,

The 2 main tables for this MIGO Transaction are ,

MKPF - Header table

MSEG - Item table

Former Member
0 Kudos

Thank you for your replies