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

Picking Functionality

Former Member
0 Likes
490

Hi Guys,

I am looking for function modules/BAPI's to perform the following actions:

- perform picking (anything other than SD_IDOC_INPUT_PICKING?)

- for a given delivery check if the picking is already done (fully or partly)

Thanks,

Hitesh

3 REPLIES 3
Read only

Former Member
0 Likes
447

Use this function below

"SD_DELIVERY_UPDATE_PICKING_1"

Read only

Former Member
0 Likes
447

You can use below FM's to update picking qty at delivery level:

SD_DELIVERY_UPDATE_PICKING

WS_DELIVERY_UPDATE

WS_DELIVERY_UPDATE_2

Thanks

Seshu

Read only

0 Likes
447

Thanks Guys for the quick answer....

The FM mentioned by you are the ones that are called internally by the FM that I already mentioned.... I am more looking for a BAPI, if any. Anyway, Thanks.