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

Modification/ Exits

Former Member
0 Likes
1,853

Hello Everyone,

I need help.

I have developed enhancement for adding custom tabs with custom fields in header and item levels of ME2xN transactions using MM06E005 enhancement. This is done successfully.

But  I am unable to a new custom column to the table control in Item overview  (ME21N). Does this require modification? If yes, Please suggest the steps to be followed.

Can anyone please help.

Regards,

Arnav Singh

12 REPLIES 12
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,713

Hi Arnav

For that i believe you will need access key which is not recommended. YOu can add that field in your custom tab

Nabheet

Read only

0 Likes
1,713

Ok How do I implement the modification then if I have the access key. Coz I need to do it this way for sure. So wanted help on the steps to follow

Read only

0 Likes
1,713

Basically Arnav i still wont prefer it. But in case you want it than you will need to check which all include screen needs to be modified and accordingly get the access keys. It will be just like another custom development you do nothing special

Nabheet

Read only

0 Likes
1,713

Nabheet! Are you familiar with some other method to achieve this. That would be really great.

Read only

0 Likes
1,713

As Kiran mentioned please attach screen shot of what you intend to do

Read only

0 Likes
1,713

Read only

0 Likes
1,713

Is it a Z fields..if yes then you have to modify this table control..Check on which screen it and then check in PAI and PBO of screen also what needs to be done their.. In PBO you may need to fill it and PAI validate it..

Read only

0 Likes
1,713

- add the new field in EKPO table

- add the new field in MEPO1211 to edit the table control

- take the access key for object : R3TR FUGR MEGUI

- find the table control program : SAPLMEGUI  Screen : 1211.

-  check the initial results what happens! if you update the field

Read only

Former Member
0 Likes
1,713

Hi Arnav,

I agreed to Nabheet, however you don't add the new column on table controls. Better to add the tab in item details and you can insert the data!

- If you open the object with access key, SAP with draws the support and will affect the future releases for this main transaction me21n.

revise the requirement!

Read only

0 Likes
1,713

Hi Kiran, Unfortunately, adding a tab is not the requirement. Have to add column only and I didn't find any exits for this. So Modification is the decision.

Read only

0 Likes
1,713

if it is win-win situation! provide me the more details with screen shots? try to guide you with the spots!

Read only

Former Member
0 Likes
1,713

Hi All,

How to add new field to fieldcatalog of the ALV report generated in VL10D transaction?