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

query

Former Member
0 Likes
485

Hi,

Please define query for this logic.

Fetch delivery number from table LTAP by passing transfer order

and warehouse number

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

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

3 REPLIES 3
Read only

Former Member
0 Likes
460

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

Read only

Former Member
0 Likes
459

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.

Read only

0 Likes
459

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