cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi

How to write a lookup in Start Routine to calling customer table. we are maintains values in custom table.

i am

Regds,DS

0 Likes
View Entire Topic
Former Member
0 Likes

simple write select statement to pick data from customer table

select * from XXX into table it_tab where KEYF = XXXX

declare it_tab type standard table of that customer table.