cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to get document flow

Former Member
0 Kudos

Hi there,

We are working in a Java webdynpro project and we need to obtain the document flow from a given sales document(sales order or delivery note)

Could you please help us to find it?

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

46C: Couldn't find any BAPIs.

Your options:

1. Write a wrapper RFC ABAP around function module RV_ORDER_FLOW_INFORMATION.

2. Replicate the code in RV_ORDER_FLOW_INFORMATION in Java.

3. Make a series of calls using RFC_READ_TABLE on VBFA or on VBAP/VBRP/LIKP etc using the reference document fields VGBEL and VGPOS.