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

User-defined fields in transaction CN41N

Former Member
0 Likes
1,809

Hello.

In transaction CN41N (project overview) you can add customer-defined fields to the ALV-display by generating the underlying structures via ABAP RCNCT001. I have not been able to find any more information on this program. When I executed it include RCMSOM00 was completely overwritten with some fields for Excel-downloads and the macro definitions for database-acces which it contained were gone, causing the transaction to abort. I have restored this include and now i am wondering how to execute RCNCT001 so the user-defined fields in CI_AFVU (table ACT01) will show up on the ALV-display, without destroying crucial coding in include RCMSOM00. If anyone knows what parameters to specify in ABAP RCNCT001, please help. Thanks in advance.

Kind regards,

Will Joosen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,037

Hi,

<b>OSS note 43493</b> might help

<b>Reward points</b>

Regards

Hello.

In transaction CN41N (project overview) you can add customer-defined fields to the ALV-display by generating the underlying structures via ABAP RCNCT001. I have not been able to find any more information on this program. When I executed it include RCMSOM00 was completely overwritten with some fields for Excel-downloads and the macro definitions for database-acces which it contained were gone, causing the transaction to abort. I have restored this include and now i am wondering how to execute RCNCT001 so the user-defined fields in CI_AFVU (table ACT01) will show up on the ALV-display, without destroying crucial coding in include RCMSOM00. If anyone knows what parameters to specify in ABAP RCNCT001, please help. Thanks in advance.

Kind regards,

Will Joosen

3 REPLIES 3
Read only

Former Member
0 Likes
1,038

Hi,

<b>OSS note 43493</b> might help

<b>Reward points</b>

Regards

Read only

0 Likes
1,037

Thanks for your response. I checked the note, but alas it doesn't specify what to fill in in the selection-screen of ABAP RCNCT001. If i choose 'activities', the program suggest the following input:

Field string name: ACRT

Name of supplemental field bar: empty. I presume i have to fill in 'CI_AFVU' here

Include name: RCNACTR

Name of selection include: RCNSOM00

If i try to execute this, the system asks for a change key for structure RCNACTR. Is that normal? Furthermore, instead of adding the fields in CI_AFVU to include RCNSOM00, the include is deleted and replaced with an include containing some fields for the Excel-download. All macro's for accessing LDB PSJ are gone, causing a shortdump in transaction CN41N. Am i doing something wrong or is this program buggy?

Kind regards,

Will Joosen

Read only

0 Likes
1,037

Problem is solved.

Kind regards,

Will Joosen