cancel
Showing results for 
Search instead for 
Did you mean: 

How to identify document type (PROCESS_TYPE) running

laercio_azevedo
Active Participant
0 Kudos

Dear All,

On the function module CRM_ORGMAN_ORGOBJECTS_FIND_3 could be possible to identify the document type (PROCESS_TYPE) running?

I believe it could be possible to do this via OO ABAP, however, I am very "green" in OO ABAP programming.

Any input and sample codes are welcome

Regards,

Lalas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lalas,

You can use FM CRM_ORDERADM_H_READ_OW to fetch the process type for a one order document.

Regards,

Nithish

Answers (1)

Answers (1)

kavindra_joshi
Active Contributor
0 Kudos

You can fetch the PROCESS_TYPE by providing the document no into table CRMD_ORDERADM_H.

Regards

Kavindra