cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a field to the layout in Trx CJI3

Private_Member_17805
Participant
0 Kudos

Hi Folks,

Prg Name:RKPEP003

Trans Name:CJI3(Display Project Actual Cost Line Item)

ECC 6.0

CJI3->F8->ALV GRID REPORT->Dbl clik on a rec with PERNR value->List O/P seen

List O/P contains certains details corresponding to that PERNR.

I need to add a field(Name of PERNR) to this layout.

CJI3->F8->ALV GRID REPORT gets displayed->Dbl clik on any rec in the grid which has a PERNR value->Takes you to a List O/P.

Now that a field has to be added to this list o/p.

Is there an exit or BADI availble to do this?

Helpful replies will be awarded pts.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Jayant,

Kindly check :

SMOD enhancement project : COOMEP01,

EXIT : EXIT_SAPLKAEP_009 - Line Item Reports: Customer-Specific Preparation of Lists

Thanx & Rgds

Private_Member_17805
Participant
0 Kudos

Krishna,

Given the Trx and requirement how do we go about finding the exit?It would really be helpful if you can answer this.I ll close the thread awrding full pts once I am done with the object.

Once again thanks

Former Member
0 Kudos

Hi,

Add the field to the output structure and use the below use exits to write the logic.

EXIT_SAPLKAEP_003 ZXKAEPU03

EXIT_SAPLKAEP_001 ZXKAEPU01

Hope it helps.

Reward if it is useful.

Thanks,

Srinivasa Rada

Former Member
0 Kudos

Jayant,

Go to transaction SMOD. Click utilities->find.

Example : Give exit name as SAP* and short text as mast to find master exits.

Also go through the below mention thread :

Thanx & Rgds.

Answers (1)

Answers (1)

Former Member
0 Kudos

additional fields u have to add in CI_RKPOS include in structure KAEP_COEP_X

also modify this include program to fetch data to new fields: ZXKAEPU01