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

Table level logic

Former Member
0 Likes
359

Hi folks.......

What's the ABAP logic for fetching the data from dfkkzp only for the selection screen but020 partners??

tha main problen is that dfkkzp-selw1 is of 35 char & but020-partner is of 10 char.....!!!!

So how to take the data in bulk on selection screen & compare it

with selw1...??

Thanks & Regards.......

Rajeev Shrivastava........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
321

Hi,

Use the pattern option isn the select quey.

Select some fields

from dfkkzp

into table i_itab

where selw1 like '%but020-partner%'.

Regrads,

Rama.

1 REPLY 1
Read only

Former Member
0 Likes
322

Hi,

Use the pattern option isn the select quey.

Select some fields

from dfkkzp

into table i_itab

where selw1 like '%but020-partner%'.

Regrads,

Rama.