cancel
Showing results for 
Search instead for 
Did you mean: 

picking list output

Former Member
0 Kudos

Hello,

I would like to send an interface to another system with picked quantities of a delivery, when it is fully picked.

I tought of using picking list output, and use my own program (medium = 5), with immediate output (4 = on document save).

The only problem is that I don't see any place to define requirement for fully picked documents only.

The picking list is defined in application V4, where it doesn't have a procedure with many output conditions and a requirement.

This way, partial pickking will be sent as well...

Any ideas ?

Should I use delivery output in V2 application ?

Do you think it will work ?

Regards,

Daphna

Accepted Solutions (1)

Accepted Solutions (1)

jpfriends079
Active Contributor
0 Kudos

In processing routine for output (V/38) you have, say for EK00,

- Program

RVADEK01

- Form Routine

ENTRY

- Form

SD_PICK_SINGLE

Use TCode V/53 to assign user-defined routine (table TNAPR).

Write necessary routine in Form Routine to fulfill your requirement.

You can also explorer option of Print Control for warehouse management, use TCode OMLV..

Also check TCode OVLT for assigning the shipping points to the picking list types and other details like Language, No. of print, Time, Medium, etc.

Regards

JP

Answers (1)

Answers (1)

madlercm
Active Contributor
0 Kudos

What kind of interface are you planning to use? Idoc? File? Other?

In general, since it is not a standard output, you can write your own selection logic.

Former Member
0 Kudos

Mario,

I plan to use proxy to file interface.

Daphna