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

Hi Experts,

I have a requirment , where when-ever a vendor is created it data is to be captured from table (LFA1).

i.e i just have to fetch the data from LFA1 table , But i an internal table where field name and field value are present.

Like :- Internal table

Component Field Name Field value

Mandt Mandt 020

LIFNR LIFNR 111111111

NAME1 NAME1 Prashant

NAME2 NAME2 Singh

I request you all to please help in developing a logic for the afore said requirment.

Thanks a lot

reagards

Prashant

0 Likes
View Entire Topic
Former Member
0 Likes

hi prashant,

wat i understood according to tat

SELECT *

from lfa1

INto TABLE i_lfa1

WHERE erdat = sy-datum.

try something like tat ..