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

Printing documents from DIR.

Former Member
0 Likes
544

My client wants to develop report which will give documents attached to materials in BOM and documents attached to BOM as document item.

I have given logic for fetching data and i got path also where original document is residing.

There is requirement from client that in report if he select one row or Multiple rows which is having document number and press print button then it should print that document.

How to achieve this?

Is there is any functional module which will print document after giving orginal path of document?

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
496

Hi mayuresh,

I have some doubts abaout your requirement.

The documents you are talking about: If they are SAP standard texts, you will never have a path bjut rather a text ID, LANGUAGE and NAME. Print them using function PRINT_TEXT.

If your texts are stored in dome format (?) ind some path (?), please say:

What is the format of the text(ASCII, RTF, WORD, HTML) or what?

Is the text stored in a local directory that can be accessed only from your clients SAPGUI or is it a server directory that can be accessed only by the server?

It is never wrong to give some details.

Regards,

Clemens

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
497

Hi mayuresh,

I have some doubts abaout your requirement.

The documents you are talking about: If they are SAP standard texts, you will never have a path bjut rather a text ID, LANGUAGE and NAME. Print them using function PRINT_TEXT.

If your texts are stored in dome format (?) ind some path (?), please say:

What is the format of the text(ASCII, RTF, WORD, HTML) or what?

Is the text stored in a local directory that can be accessed only from your clients SAPGUI or is it a server directory that can be accessed only by the server?

It is never wrong to give some details.

Regards,

Clemens

Read only

Former Member
0 Likes
496

Hi

Iam refering to documents created by transaction CV01n , Document info record (DIR)

Read only

Clemenss
Active Contributor
0 Likes
496

... then maybe my search is whant you may have tried before can help you. Please check then links

[DIR through CV01n -not visible in easy DMS |http://www.sapfans.com/forums/viewtopic.php?f=23&t=327131]

and

[DMS vault, archieve or SAP DB|http://www.sapfans.com/forums/viewtopic.php?f=23&t=327131]

Regards,

Clemens