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: 

Table of Project System

Former Member
0 Kudos

Hi All,

I wanted to know the fields and Table of Project System from where it is picking the data of Commitment which is getting created once the Purchase Requisition is created through Projects.

Thanks & Regards,

Amit.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Goto transaction code SE11.

search for SPRO*

former_member187255
Active Contributor
0 Kudos

Amit,

Check this...

[http://www.erpgenie.com/abap/tables_ps.htm|http://www.erpgenie.com/abap/tables_ps.htm]

Chandra.

Former Member
0 Kudos

below tables can be used.

PROJ

PRPS

EBKN

EBAN

Thanks,

Srinivas

Former Member
0 Kudos

You can run a trace using transaction ST05.

In ST05, Activate trace.

In another session, run the transaction that you are trying to analyze, completely thru save.

Go back to ST05,

Deactivate Trace.

Then, Display Trace.

It will show all tables hit, and much more information by double-clicking the listing.

Doug