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

difference between LFA1 and *LFA1

Former Member
0 Likes
1,044

Hi,

Can any one tell me, what is the difference between defining tables as lfa1 and *lfa1.

Eg: Tables : lfa1 , *lfa1.

Thanks in advance,

Regards,

Somesh

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
971

Hi ,

LFA1 IS A database table.....Finally all the vendor related data is stored here.

*LFA1 is a temporary structure...

When we enter values in tcode XK01...First the data is stored in *LFA1 and later all the data is transfered to LFA1....

Regards,

nagaraj

6 REPLIES 6
Read only

andreas_mann3
Active Contributor
0 Likes
971

Hi,

*lfa1 is used like a work area (wa type lfa1)

A.

Read only

Former Member
0 Likes
971

Hi

There's no difference: *LFA1 is only the image of LFA1, so it's a way to use a work area structurated like LFA1, so for example u can do a select on LFA1 twice.

Max

Read only

former_member404244
Active Contributor
0 Likes
972

Hi ,

LFA1 IS A database table.....Finally all the vendor related data is stored here.

*LFA1 is a temporary structure...

When we enter values in tcode XK01...First the data is stored in *LFA1 and later all the data is transfered to LFA1....

Regards,

nagaraj

Read only

p291102
Active Contributor
0 Likes
971

Hi,

In my knowledge this feature is avaialble only in the older versions of SAP.

Correct me if i am wrong.

Thanks,

Shankar

Read only

Former Member
0 Likes
971

Thanks a lot for your information.

-somesh

Read only

Former Member
0 Likes
971

Clarified