cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order document Flow in Reports

Former Member
0 Kudos

Hi All,

I am develoing a Custom Sales Order report in ALV. Here the requirement is to include the Document Flow for the line item. This should be similar to the Icon in VA03 transaction. When I click this icon in my report, it should display the document flow (same as that of available in VA03 transaction). Can you suggest how can I get Document Flow icon in my Report?

Thanks in Advance.

Regards Munna.

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member435532
Participant
0 Kudos

Just to save time for others who have the same requirement , use below,  fill the structure with sales order and other details. Leave the posnr blank if you need document flow , else fill the posnr if it is item level.

CALL DIALOG 'RV_DOCUMENT_FLOW'

        EXPORTING

             VBCO6      FROM VBCO6

             MAKT-MAKTX FROM SPACE

             KNA1-KUNNR FROM kunnr2000

             KNA1-NAME1 FROM name

             MAKT-MATNR FROM SPACE

             IVKORG     FROM VKORG

             IVTWEG     FROM VTWEG.


No custom screen required, no tree control required, no coding required except that you need to call this at right place in your module pool/ report etc. SAP internally uses this for display in SAPMV45A.


Hope it helps.


Regards/Ajay

Former Member
0 Kudos

Hi,

Using function module, we can get the document flow of the sales order. Try for the same : RV_ORDER_FLOW_INFORMATION

Regards,

Bysani.

Former Member
0 Kudos

Try IW12 report.

madhu_vadlamani
Active Contributor
0 Kudos

HI Munna,

Ask your technical people to write a zprogrm for that.It is possible . Ask then use Tree node else Alv report .

Regards,

Madhu.

Former Member
0 Kudos

Hi

We have developed one such report where at line item we are displaying data from sales order only and gave one icon with + sign, so if user clicks on that icon it will show all related documents such as delivery / invoice.

For this you need to ask ABAP guys to develop TREE report where you already pulling data but need to display only when user clicks on it

other way is you can develope ALV report where it will show all documents in different columns

Lakshmipathi
Active Contributor
0 Kudos

Not sure but you can make a try.

Go to VA02 and click for document flow. Now from System>Status, note down the program name and copy this to your zee report.

thanks

G. Lakshmipathi