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 a column at item level while creating PO using ME21N

Former Member
0 Likes
3,208

Hi,

My requirement is to add new column in Item overview of PO at the time of creation. Same should be displayed in ME22N and ME23N.

I tried doing same using BADI ME_PROCESS_PO_CUST using interface PROCESS_ITEM after adding field QSSYS in EKPO table.

I have also tried exit MM06E005 / EXIT_SAPMM06E_013.

Kindly let me know steps.

Thanks & Regards,

Vidhi

1 ACCEPTED SOLUTION
Read only

madhu_vadlamani
Active Contributor
0 Likes
1,673

Hi Vidhi,

I think you can not add new column in standard one. Create a custom tab at item level and use that.

[Me21n Tab|http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29]

Regards,

Madhu.

Hi Vidhi,

I think you can not add new column in standard one. Create a custom tab at item level and use that.

[Me21n Tab|http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29]

Regards,

Madhu.

5 REPLIES 5
Read only

madhu_vadlamani
Active Contributor
0 Likes
1,674

Hi Vidhi,

I think you can not add new column in standard one. Create a custom tab at item level and use that.

[Me21n Tab|http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29]

Regards,

Madhu.

Read only

0 Likes
1,673

Hi Madhu,

I was quite sure with this but wanted to confirm. Can you please explore for the Custom table at item level.

Thanks & Regards,

Vidhi

Read only

0 Likes
1,673

Hi Vidhi,

Please check the link what i give. There you will get step by step at item level.

Regards,

madhu.

Read only

0 Likes
1,673

Hi

Yes it's right: it's not possible to add a new colunm....without to change the standard dynpro of course

You can add a new tab by BADIs ME_GUI_PO_CUST and ME_PROCESS_PO_CUST

Max

Read only

0 Likes
1,673

Try following below link....

http://careerabap.blogspot.com/2011/02/adding-custom-fields-to-purchase-order.html

If you still have any issues then post..!!!