2009 Mar 06 5:07 AM
Hi All there,
I am doing some changes in BADI for MIGO transaction in that i need to get the screen values of movement type, goods receipt and outbound delivery I got parameter ID for the movement type field but not getting for goods receipt and outbound delivery .
Can you tell me how to get those value in run time.
Regards
Sagar
2009 Mar 06 5:36 AM
Hi,
you can try to access it via field symbols :
e.g: for goods receipt
field-symbols : <f_gr> type any.
assign ('(SAPLMIGO)GODYNPRO-ACTION') to <f_gr>. " <f_gr> should contain the goods receipt value
same thing for outbound delivery by replacing the "GODYNPRO-ACTION" by the corresponding screen field name.
Regards.
Hi All there,
I am doing some changes in BADI for MIGO transaction in that i need to get the screen values of movement type, goods receipt and outbound delivery I got parameter ID for the movement type field but not getting for goods receipt and outbound delivery .
Can you tell me how to get those value in run time.
Regards
Sagar
2009 Mar 06 5:09 AM
2009 Mar 06 5:12 AM
Hi,
Please use meaningful subject lines.
Read rules and regulation before posting questions.
Regards,
Tarun
2009 Mar 06 5:32 AM
2009 Mar 06 5:12 AM
2009 Mar 06 5:22 AM
2009 Mar 06 5:36 AM
Hi,
you can try to access it via field symbols :
e.g: for goods receipt
field-symbols : <f_gr> type any.
assign ('(SAPLMIGO)GODYNPRO-ACTION') to <f_gr>. " <f_gr> should contain the goods receipt value
same thing for outbound delivery by replacing the "GODYNPRO-ACTION" by the corresponding screen field name.
Regards.
2009 Mar 06 5:47 AM
2009 Mar 06 5:39 AM
Hi,
Please use some meaningful subject line, moreover rather than getting same suggestion again and again could you chage the subject line or repost the new thread after closing this one to avoid confusion to the readers,
Pooja
2009 Mar 06 5:44 AM
Hi Pooja,
Its happend bymistekly
How to change the subject line can you tell me.
Regards
Sagar
2009 Mar 06 5:41 AM
Hi,
Declare field symbols and pass value into the field symbols.
Regards
Md.MahaboobKhan