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
Request clarification before answering.
hi prashant,
wat i understood according to tat
SELECT *
from lfa1
INto TABLE i_lfa1
WHERE erdat = sy-datum.
try something like tat ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 12 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.