‎2007 Mar 30 7:35 AM
Hi,
Please define query for this logic.
Fetch delivery number from table LTAP by passing transfer order
and warehouse number
Thanks
‎2007 Mar 30 7:39 AM
Hi ali,
Here is the query....
data:
t_table TYPE
STANDARD TABLE
OF LTAP
SELECT vbeln
FROM <b>ltap</b>
INTO TABLE t_table
WHERE tanum EQ 'XXXXX' AND lgnum EQ 'YYYY'.
Here 'XXXX' and 'YYYY' some related table field values
your required values are in internal table " t_table "
Reagards,.
IF u have any further queries you are welcome......
Hope your problem is solved.
<b>Reward if helpful.</b>
V.Raghavender
‎2007 Mar 30 7:39 AM
Hi ali,
Here is the query....
data:
t_table TYPE
STANDARD TABLE
OF LTAP
SELECT vbeln
FROM <b>ltap</b>
INTO TABLE t_table
WHERE tanum EQ 'XXXXX' AND lgnum EQ 'YYYY'.
Here 'XXXX' and 'YYYY' some related table field values
your required values are in internal table " t_table "
Reagards,.
IF u have any further queries you are welcome......
Hope your problem is solved.
<b>Reward if helpful.</b>
V.Raghavender
‎2007 Mar 30 9:16 AM
Hi ali,
<b>Did your problem solved or not ?</b>
If not please provided some more details,
so that I can help you out of the problem.
Regards,
V.Raghavender.
‎2007 Mar 30 10:44 AM
please can you hlep me in this.
Ship to address is to be printed along with sold to party address.
Get the ship to party customer number from table VBPA by passing
delivery number and partner as AG. Then pick the address for ship to
party.
Thanks & Regards