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: 

adding vendor name in CJIA report

Former Member
0 Kudos

I have a requirement to add vendor field in CJIA report. Can anybody please help me to achieve this

1 ACCEPTED SOLUTION

arivazhagan_sivasamy
Active Contributor
0 Kudos

Hi Pritha,

Add custom fields in include strucutre CI_RKPOS under RKPOS.

Then add the value in customer exit - COOMEP01.

Arivazhagan S

4 REPLIES 4

arivazhagan_sivasamy
Active Contributor
0 Kudos

Hi Pritha,

Add custom fields in include strucutre CI_RKPOS under RKPOS.

Then add the value in customer exit - COOMEP01.

Arivazhagan S

0 Kudos

Thank you Arivazhagan for you inputs!!!

but I have a small doubt.

that is the same way we add vendor details for CJI3 report as well but for CJI3 structure is KAEP_COAC and for CJIA it is KAEP_FNAC.

but I am not able to get the exit for CJIA report. I saw the exit that we use for CJI3 is EXIT_SAPLKAEP_001.

Can you please help me to achieve this

0 Kudos

Hi,

For CJIA try this BADi

PS_SUMM_KAP2001.

Hope this will work.

Arivazhagan S

raymond_giuseppi
Active Contributor
0 Kudos

There is a reference note for this, Note 325546 - CO line item reports: Creating a user-defined field

(...)
Actual      EXIT_SAPLKAEP_00
(...)
Output structureCustomer include structure
Actual KAEP_COAC      CI_RKPOS
(...)

Regards,

Raymond