cancel
Showing results for 
Search instead for 
Did you mean: 

Add Fields in MD06

vallamuthu_madheswaran2
Active Contributor
0 Kudos

Hi,

My requirement is to remove some fields in MD06 and add some fields in MD06 output.

Is it possible to copy the MD06 as Z and do the necessary changes?

Thanks with Regards,

Vallamuthu M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use the interface IF_EX_MD_ADD_COL_OVERVIEW or class CL_EXM_IM_MD_ADD_COL_OVERVIEW and the method inside the class which is helpful for adding fields is ACTIVATE_ADD_COLUMNS and you populate the data with method FILL_ADD_COLUMNS.

Answers (3)

Answers (3)

former_member585060
Active Contributor
0 Kudos

Hi,

Try to Implement Badi 'MD_ADD_COL_EZPS' :- BAdI: Extra Columns for Evaluation PP-MRP Reqmnts Planning.

It has 2 Methods 'ACTIVATE_ADD_COLUMNS' and 'FILL_ADD_COLUMNS'.

Thanks & Regards

Bala Krishna

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

You can do it with badi MD_ADD_COL_OVERVIEW, where you can add up to 7 fields (3 characters, 2 numerics and 2 in date format).

See documentation for further information

I hope this helps you

REgards

Eduardo

former_member198834
Participant
0 Kudos

hi Vallamuthu,

copy the total function group into Z function group.

1. change necessary program into Z.

2. assign the ztcode for that program like ZMD06.

Suresh