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

Accessing a document from a different system

Former Member
0 Likes
539

Hi,

I need to get (display) an attachement stored in EBP from a different R/3 system (in transaction display purchase requisition).

Could somebody point me to right direction ?

Thank you for your feedback.

Marian

Hi,

I need to get (display) an attachement stored in EBP from a different R/3 system (in transaction display purchase requisition).

Could somebody point me to right direction ?

Thank you for your feedback.

Marian

3 REPLIES 3
Read only

vani_krishnamoorthy
Product and Topic Expert
Product and Topic Expert
0 Likes
511

Marian,

Which version of EBP and R/3 are you using? You can look for an RFC and use it for accessing the document and displaying in R/3

In my project we had a requirement that the attachments have to be displayed in R/3 purchase orders and we solved it by storing the attachments in document management system in our back end R/3 system and then adding some screen enahncements in PO userexits wherein we accessed the DMS and displayed the attachments.

But if I remember correctly this required some core modification on the EBP side.

Regards,

Vani

Read only

0 Likes
511

Hi,

We use EBP 4.0 and WAS 6.20.

Thank you for your help.

Marian

Read only

0 Likes
511

Vani,

Do you recall what the PO user exits is called? I have run into a similar situation where documents linked to PO's (through DMS ) cannot be directly displayed from po display screen