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

How to test RV_DOCUMENT_FLOW?

Former Member
0 Likes
642

Hi,

Do you know how to test dialog module RV_DOCUMENT_FLOW?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
474

Hello,

for example :

DATA ls_vbco6 TYPE vbco6.

ls_vbco6-vbeln = '0000004711'.

ls_vbco6-posnr = '000010'.

CALL DIALOG 'RV_DOCUMENT_FLOW'

EXPORTING

vbco6 FROM ls_vbco6.

Stand-alone testing from the SE80 - no idea.

Best regards,

Ernst

Hi,

Do you know how to test dialog module RV_DOCUMENT_FLOW?

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
475

Hello,

for example :

DATA ls_vbco6 TYPE vbco6.

ls_vbco6-vbeln = '0000004711'.

ls_vbco6-posnr = '000010'.

CALL DIALOG 'RV_DOCUMENT_FLOW'

EXPORTING

vbco6 FROM ls_vbco6.

Stand-alone testing from the SE80 - no idea.

Best regards,

Ernst