2007 Jun 18 1:27 PM
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
2007 Jun 18 1:51 PM
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
2007 Jun 18 1:51 PM
Hi,
<b>OSS note 43493</b> might help
<b>Reward points</b>
Regards
2007 Jun 18 3:09 PM
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
2007 Jun 19 11:48 AM