Application Development 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: 

New field in CM01 - Detail Capacity

Former Member
0 Kudos

Hello ,

How we can add custom fields to 'CM01 - Detail Capacity list' ALV output.

This is a standard SAP program and I don't see any user exit for adding custom fields.

Thankq.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

problem solved .

may be helpful for other.

  • Added new filed in two structures CYDETAIL and RC65D ( using append structure )
  • Update table TMC73 with following field name and structure name RC65D
  • Create implicit enhancement  depends on your requirement , i created enhancement in CY_FILL_DET_LIST function module
4 REPLIES 4

Former Member
0 Kudos

problem solved .

may be helpful for other.

  • Added new filed in two structures CYDETAIL and RC65D ( using append structure )
  • Update table TMC73 with following field name and structure name RC65D
  • Create implicit enhancement  depends on your requirement , i created enhancement in CY_FILL_DET_LIST function module

0 Kudos

Hello Sidharta,

as newbie in PP I am facing same issue.

Could you please provide details.

Greetz

Rafael Vives

0 Kudos

Hello Rafael ,

Can you give more information( what problem/issue you are facing)

depends on that , may be i can help.

0 Kudos

Hello Sidharta,

I have to add coluimns to capacity detail report (CM01):

Customer Order number

A time field from cust.-order

A field fetched from mrp run (runtime

Thank you in advance for a description of procedure.

Rafael