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

Hi All

Former Member
0 Likes
1,471

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

1 ACCEPTED SOLUTION
Read only

dev_parbutteea
Active Contributor
0 Likes
1,437

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

10 REPLIES 10
Read only

Former Member
0 Likes
1,437

USE PROPER SUBJECT!!!!!!!

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,437

Hi,

Please use meaningful subject lines.

Read rules and regulation before posting questions.

Regards,

Tarun

Read only

Former Member
0 Likes
1,437

Thanks

Read only

Former Member
0 Likes
1,437
Hi All

USE INFORMATIVE SUBJECT

Read Rules

Read only

Former Member
0 Likes
1,437

pls. use the field symbols to point to ur required structures of the main prog.

Prashanth has provided below 2 links, to other thread of today,

thanq

Edited by: SAP ABAPer on Mar 6, 2009 6:22 AM

Read only

dev_parbutteea
Active Contributor
0 Likes
1,438

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.

Read only

0 Likes
1,437

Thanks Dev,

Problem Resolved

Thanks a Lot.

Regards

Sagar

Read only

Former Member
0 Likes
1,437

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

Read only

0 Likes
1,437

Hi Pooja,

Its happend bymistekly

How to change the subject line can you tell me.

Regards

Sagar

Read only

Former Member
0 Likes
1,437

Hi,

Declare field symbols and pass value into the field symbols.

Regards

Md.MahaboobKhan