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: 

How CJI3 Transaction fetches data?

vsubbakrishna
Participant
0 Kudos

Hi all,

CJI3 Transaction displays report which contains columns such as WBS Element,Order, Object number etc...

Does anyone knows from which tables/views these are being fetched.

Regards,

Subba

3 REPLIES 3

former_member156446
Active Contributor
0 Kudos

AUFK , PRPS or PRP*

0 Kudos

Hello,

It is always best that you perform a check yourself.

Before you start the transaction start tcode ST05 and acticate the trace, then do your work in CJI3 and afterwards stop the trace.

You can then display the trace and check yourself which tables where accesses.

In case you also would like to know all the routines, start tcode SE30 for transaction CJI3.

Wim

vsubbakrishna
Participant
0 Kudos

solved