Thanks Tamas. But i found another way to deal with this.
I used the following code directly in my ABAP Code.
CALL DIALOG 'RV_DOCUMENT_FLOW'
EXPORTING
vbco6 FROM ls_vbco6.
This worked like charm.
Thanks,
Salil
Thanks Tamas. But i found another way to deal with this.
I used the following code directly in my ABAP Code.
CALL DIALOG 'RV_DOCUMENT_FLOW'
EXPORTING
vbco6 FROM ls_vbco6.
This worked like charm.
Thanks,
Salil