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

Default document number on selection screen

Former Member
0 Likes
567

Hi,

We have a customized report that required user to input delivery order number on selection screen.

How can I default the delivery order number created on previous transactions ?

For example,

If I run VL01N to create DO and save it. A new DO number assign by system;

then if I run VL02N, a new DO number proposed on the selection screen.

Thanks,

Quincy

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
494

Hi,

you need to add addition MEMORY ID pid for you selection field. Check ABAP documentation. Pid is VL for delivery number.

Cheers

2 REPLIES 2
Read only

mvoros
Active Contributor
0 Likes
495

Hi,

you need to add addition MEMORY ID pid for you selection field. Check ABAP documentation. Pid is VL for delivery number.

Cheers

Read only

Former Member
0 Likes
494

Hi,

for this requirement we have to Memory ID for the DO number field on the VL01n/VL02n screen. check the technical attributes of that Deliver Order number screen element.

there you would find the memory id of it.

for example memory id of PO doc number scrreen field is BES. so that we can specify the same in the selection sccreen as fallows.

SELECT-OPTIONS:s_ebeln FOR ekko-ebeln memory id BES.

<<Do not request points>>

Thanks,

Damodar

Edited by: Matt on Jan 23, 2009 11:20 AM - points request removed