cancel
Showing results for 
Search instead for 
Did you mean: 

CRM table where transaction line item status are stored.

Former Member
0 Kudos

Hello,

Can anybody suggest me the standard transaction table in CRM where on passing line item guid as input, i get the status ( like release, open completed... ) of those line item in the transaction as output.

Regards

Devika.S

Accepted Solutions (0)

Answers (2)

Answers (2)

kishorekumar_vemula
Active Participant
0 Kudos

Hi,

CRM_JEST pass OBJNR as your item guid.

for the description of status check TJ02T - System status.

check TJ30T - User status

~ Kishore

former_member200342
Active Contributor
0 Kudos

Hi Devika,

You can get the status in the table CRM_JCDS

Just pass the item guid in the field OBJNR

You will get the status in the field STAT.

It should resolve ur query.

Regards,

PePe