cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI function to search for a list of document based on classification

Former Member
0 Kudos

Hi Experts,

We need to create a function that retrieves a list of existing DIRs that have a specific value in a characteristic. As we have seen, BAPI_DOCUMENT_GETLIST2 does not work for this matter, since the data is not filtered by characteristic value.

Do you know if there is any function / BAPI that has implemented this functionality?

Thanks.

Best regards,

Neil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Neil,

BAPI_DOCUMENT_GETLIST2 should work for classification specific search. Make sure you specify the following:

Import Parameters:

CLASSTYPE

CLASSNO

Tables:

CLASS_SELECTION

Let me know if this helps.

Regards,

Vivek

Former Member
0 Kudos

It did help! That was exactly what we were looking for

Thanks a lot

Answers (0)