Application Development 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: 

help needed

Former Member
0 Kudos

Hi friends,

I have created the delivery with refrence of sales order using the function module RV_DELIVERY_CREATE

It's creating the delivery , but the problem is the PICK QTY field is not filling.

i need to fill the PIK Qty filed also when i am creating the delivery using the FM

RV_DELIVERY_CREATE

Please help me

2 REPLIES 2

JanStallkamp
Employee
Employee
0 Kudos

Hi.

You can increase the number of people reading your question by using a better subject. Describe your issue and more people get interested in reading your posting.

Please have a look into our community guidelines which will explain some other things you should know as a member of SDN and give some advise how to chose a good subject.

Best regards,

Jan Stallkamp

Former Member
0 Kudos

TO USE RV_DELIVERY_CREATE, i first you have to use function module SHP_GET_SD_DATA to get sales order data and then call RV_DELIVER_CREATE fm with corresponding tables parameters.