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

Function module to get Delivery item data based on order number

Former Member
0 Likes
7,462

Hi experts,

I want to know the function module for getting delivery item data based on order number. i.e. for order

related billing i have the order numbers list. i want the delivery details for those orders.. but my select statement taking so much time .. For i want to know the function module for better performance.

select vbeln

posnr

matnr

lfimg

vgbel

vgpos

from lips

into table t_lips

for all entries in p_gt_fvkdfi

where vgbel = p_gt_fvkdfi-vbeln "(order number i.e. order related billing )

and vbtyv = 'H'.

Thanks in advance

M Prasanna

Hi experts,

I want to know the function module for getting delivery item data based on order number. i.e. for order

related billing i have the order numbers list. i want the delivery details for those orders.. but my select statement taking so much time .. For i want to know the function module for better performance.

select vbeln

posnr

matnr

lfimg

vgbel

vgpos

from lips

into table t_lips

for all entries in p_gt_fvkdfi

where vgbel = p_gt_fvkdfi-vbeln "(order number i.e. order related billing )

and vbtyv = 'H'.

Thanks in advance

M Prasanna

14 REPLIES 14
Read only

Former Member
0 Likes
4,263

HI,

I think this FM SD_DELIVERY_ITEMS_RECEIVE will suffice your requirement.

Regards,

Mansi.

Read only

0 Likes
4,263

Hi,

I have to export sales order data based on that i want delivery item details...........for that any function module available. if yes, please give the name........

Thanks in advance

M Prasanna

Read only

0 Likes
4,263

ck50_salesorder_item_display

try this

cheers

s.janagar

Read only

0 Likes
4,263

Hi

That is for Costing know.... my requirement is not satisfied.....Anything else.....

Thanks in advance

Edited by: M PRASANNA on Apr 28, 2009 10:53 AM

Read only

Former Member
0 Likes
4,263

Hi,

Check this FM 'SD_DELIVERY_ITEMS_RECEIVE'

and also check this FM '/VSO/R_GET_DELIVERY_ITEMS'

Regards,

Jyothi CH.

Edited by: Jyothi Chinnabathuni on Apr 28, 2009 2:06 PM

Read only

0 Likes
4,263

Hi,

The above function module not satisfying my requirement, I will provide sales order numbers as input and i want to get the delivery item details........Reply soon.

Thanks in advance

M Prasanna

Read only

Former Member
0 Likes
4,263

I think FM SD_DELIVERY_ITEMS_RECEIVE

may help you.

Regards,

Chetan

Read only

Former Member
0 Likes
4,263

Hi

My problem solved Thanks to u all.

Regards

M Prasanna

Read only

0 Likes
4,263

Hi,

How you solve this problem please suggest. My requirement is same like this.

Thanks in advance.

Regards.

Read only

0 Likes
4,263

Hi,

Use FM - RV_ORDER_FLOW_INFORMATION.

You can input SO no. and u will get total flow for that SO.

i.e. SO No. -> Delivery No -> Invoice No.

Regards

Read only

0 Likes
4,263

hi,

Thnks.

But what i have to give in follwing parametrs there is no values of inputting sale order.Please suggest.

AUFBEREITUNG 2

BELEGTYP

COMWA

NACHFOLGER X

N_STUFEN 50

VORGAENGER X

V_STUFEN 50

Regards.

Read only

0 Likes
4,263

Ok got the values.

Thnks a lot!

Read only

0 Likes
4,263

HI

     I Am Also Wanted To Track The Doc. Flow. I Added Docment Num And Item Num In COMWA Structure It Works Fine.

Read only

Former Member
0 Likes
4,263

Hi,

Check for BAPI_GOODSMVT_GETDETAIL.