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

RFC get invoice document

Former Member
0 Likes
1,370

where can I find a standard RFC to get an invoice document by invoice number from R/3 SAPECC6.0 into my front end .net application?

How can I download it into my local environment?

can you help me?

best regards,

eliana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
929

I´m not sure if thats what you are after, but you can go and make use of FM RFC_READ_TABLE, and read tables VBRK and VBRP on your RFC System to get the information you need.

3 REPLIES 3
Read only

Former Member
0 Likes
930

I´m not sure if thats what you are after, but you can go and make use of FM RFC_READ_TABLE, and read tables VBRK and VBRP on your RFC System to get the information you need.

Read only

0 Likes
929

I need to run a program which should download pdf attachments of Invoice in a particular folder on Application server so that they can be read by a third party tool (.net webapp) & can be used further.

I'm not sure that these documents are managed by GOS (General Object Services).

How can I verify that this supposition is correct, in my R/3 System? I'm not an Abap developer...

Read only

0 Likes
929

Why don't you check with your counterpart on your ABAP team? You're going to need a wrapper function to provide the extract functionality anyway...