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

BADI - MRM_ITEM_CUSTFIELDS

Former Member
0 Likes
1,079

Hi Experts,

I need to include some custom fields in transaction MIRO/MIR7 at item level..

For this I found BadI MRM_ITEM_CUSTFIELDS and implemented it.

When I tried to input my new custom fields in subscreen(custom screen - Prog SAPLMR1M , screen -6050) it asked for access key.I got the access key and ready to put my fields.

My questions are.

1.It's subscreen, how I will add my new fields to the subscreen, so that new fields should come in addition to the already existing fields at item level.(Last field is delivery date, new fields should come after that)

2.Do I need to write any coding for this?

Please help me in this regards.

Points for sure.

Note:BADI exist only in ECC 6.0.

Thanks,

Ponraj.s.

Hi Experts,

I need to include some custom fields in transaction MIRO/MIR7 at item level..

For this I found BadI MRM_ITEM_CUSTFIELDS and implemented it.

When I tried to input my new custom fields in subscreen(custom screen - Prog SAPLMR1M , screen -6050) it asked for access key.I got the access key and ready to put my fields.

My questions are.

1.It's subscreen, how I will add my new fields to the subscreen, so that new fields should come in addition to the already existing fields at item level.(Last field is delivery date, new fields should come after that)

2.Do I need to write any coding for this?

Please help me in this regards.

Points for sure.

Note:BADI exist only in ECC 6.0.

Thanks,

Ponraj.s.

2 REPLIES 2
Read only

Former Member
0 Likes
691

HI,

My suggestion is try to find any user exit. It is better to add the fields to that proper screen.

And if u donu2019t find any userexits, as u said u got an access key, u can add those fields in that proper screen & u have to do some coding in PBO & PAI according to u r requirement.

Regards

Rajendra

Read only

0 Likes
691

Thanks Prasad,

My question is how my new field will be available in addition to the existing fields at item level?

Thanks,

Ponraj.s.