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

PDF to internal table

Former Member
0 Likes
818

How can we import pdf file content into internal tabla?

In need to upload PDF file from desktop and content need to be store in ztbale

is it possible ?

Regards

Krishna

How can we import pdf file content into internal tabla?

In need to upload PDF file from desktop and content need to be store in ztbale

is it possible ?

Regards

Krishna

3 REPLIES 3
Read only

Former Member
0 Likes
767

NOP..

You can import/upload Excel by converting it into .txt file(tab delimited ).

Using GUI upload FM.

Read only

former_member193737
Participant
0 Likes
767

we can upload

MS excel to internal table by FM      "TEXT_CONVERT_XLS_TO_SAP"

notepad (.txt file tab delimited )to internal table by FM           "GUI_UPLOAD"

but pdf to internal table i think it is not possible

Read only

Former Member
0 Likes
767

Hi

You can use fm GUI_UPLOAD just as the guys has suggested you...but why you need to store a file into a table?

It's not better to store into application?

Max