cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table where the document status is stored

Former Member
0 Likes
1,972

Hi,

I'm looking for the document status (In Process, Invalid, Released) in cProjects.

Where can I find the status in the DB or which method exist to read it?

Thanks in advance.

Best regards,

Axel

View Entire Topic
mariano_sabiche
Active Participant
0 Likes

Axel;

You have to check the DB if you want to find the documents.

In SAP R/3 in any kind of DB, you have this tables:

DMS_DOC2LOIO (relation with Logic ID to DMS Doc.)

PHIO_ID (physical identification)

DMS_PH_CD1 (if you have DMS configuration in CFolder)

Best regards,

Mariano