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

Adding custom fields in MIGO screen

Former Member
0 Likes
9,207

Hi Experts,

I want to add a custom tab in MIGO screen, in that tab I have to add 2 fields,

1.Cost Center

2.GL Acc Number

for the options:

Goods Issue,Order & movement type "261".

I am using the BAdi MB_MIGO_BADI.

Can anybody help me to design screen-exit. I am new to screen-exit.

Thanks & regards,

Venkat

1 ACCEPTED SOLUTION
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
4,613

Hi Venkatraman,

In IF_EX_MB_MIGO_BADI~PBO_DETAIL, assign a value like below

  E_CPROG   = 'your program name'.
     E_DYNNR   = 'your screen number'.                     "External fields: Input
     E_HEADING = 'Additional Data'


Design separate subscreen and assign value like above.


Arivazhagan S

3 REPLIES 3
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
4,614

Hi Venkatraman,

In IF_EX_MB_MIGO_BADI~PBO_DETAIL, assign a value like below

  E_CPROG   = 'your program name'.
     E_DYNNR   = 'your screen number'.                     "External fields: Input
     E_HEADING = 'Additional Data'


Design separate subscreen and assign value like above.


Arivazhagan S

Read only

0 Likes
4,613

Hi,

Do you have any simple step by step screen shot to do this,

I am following SAPTechnical.COM - Implementing Screen-exit for transaction MIGO

But I am not getting clear idea in it.....



Thanks & Regards,

Venkat

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
4,613

Hi Venkat

Please read documentation of BADI for more detail. Even SAP has provdied sample code. GOTO->SAMPLE CODE-> DISPLAY

Nabheet