Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Documents - Text search

0 Likes
471

Hi,

is there any possibilty to select documents like in the CV04N transaction tab "Texts"?

Table DRAT doesn't help me, because it's not for the texts as I need it - compared with the CV04N it's for the field "Description" in tab "Document Data".

Or is there any FM, so I can get the texts for a document and check, if my documents are ok?

regards Patrick

1 ACCEPTED SOLUTION
Read only

0 Likes
422

Hi Patrick,

try this FM " BAPI_DOCUMENT_GETDETAIL2".

in the Table parameter there is a parameter "longtexts". There you will get all the Texts.

I hope its work for you.

Regards,

Swaroop

1 REPLY 1
Read only

0 Likes
423

Hi Patrick,

try this FM " BAPI_DOCUMENT_GETDETAIL2".

in the Table parameter there is a parameter "longtexts". There you will get all the Texts.

I hope its work for you.

Regards,

Swaroop