cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CL30N custom program search

Former Member
0 Kudos

Hi Experts,

I need to create one custom program based on CL30N transaction. 

Class, Class Type, Project code & Sub document type as inputs for the program and I need to display all document numbers as the output.

Please let me know if any standard BAPIs available for this scenario ?

Thanks in advance.

Thanks,

Kaladhar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For searching on documents, you have an excellent BAPI: BAPI_DOCUMENT_GETLIST2.

Espen

Former Member
0 Kudos

Hi Espen,

Thanks for your reply. By using this BAPI I will get all documents based on Class No. & Class Type then I need to filter the data based on Project code & Sub document type characteristics .

Is it possible to enter Project code & Sub document type characteristics in selection criteria itself ?

Thanks,

Kaladhar.

Former Member
0 Kudos

Hi,


You can query on object links and classification values as well, so you should be able to get a correct search in one go.

Espen

Answers (0)