cancel
Showing results for 
Search instead for 
Did you mean: 

Table name for Documents Block in CRM WEB UI Screen

0 Kudos

Hi,
  Can anyone guide me in solving below task.
  I want to know how to get status of added document in "DOCUMENTS" assignment block.
  When i change the status, I want to perform check status using badi SOCM_CHECK_CONDITION.


  I have the screen shot of it.


regards,

Alexey

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

You can try this FM GET_ASSIGNED_DOCUMENTS. It could help you.

Regards,

Nelson

Miguel_Ariño
Advisor
Advisor
0 Kudos

Hello,

Just an idea, I don't know if this is the best way:

In bsp_wd_cmpwb you can check the UI component AIC_CM_DOC_CONT.

In context node BTAICDOCUMENTCONTEXT, there is attribute STRUCT.STATUS.

You might be able to extract this attribute if you know how to use the BOL/GENIL for that, but I am not an expert in CRM UI programming.

Best regards,

Miguel