‎2009 Jan 22 1:40 AM
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
‎2009 Jan 22 2:08 AM
Hi,
you need to add addition MEMORY ID pid for you selection field. Check ABAP documentation. Pid is VL for delivery number.
Cheers
‎2009 Jan 22 2:08 AM
Hi,
you need to add addition MEMORY ID pid for you selection field. Check ABAP documentation. Pid is VL for delivery number.
Cheers
‎2009 Jan 22 2:10 AM
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