‎2007 Nov 15 4:02 PM
Hello Experts,
I have seen some programs in which <b>*table</b> (for eg: *AFRD in program SAPLCORU - tcode: COR6) are used. Can anybody please let me know what is the functionality of these tables. Thanks a ton for your help.
‎2007 Nov 15 4:05 PM
You can use the database table twice
Select * single From bkpf where bukrs = '0001'
and belnr = '0000001'
and gjahr = '2007.
Select * single From *bkpf where bukrs = '0001'
and belnr = '0000002'
and gjahr = '2007'.
the BKPf and *BKPF have differents values
‎2007 Nov 15 4:03 PM
Hi Sam,
Tables prefixed with * are older versions.
Reward if it helps,
Satish
‎2007 Nov 15 4:05 PM
You can use the database table twice
Select * single From bkpf where bukrs = '0001'
and belnr = '0000001'
and gjahr = '2007.
Select * single From *bkpf where bukrs = '0001'
and belnr = '0000002'
and gjahr = '2007'.
the BKPf and *BKPF have differents values
‎2007 Nov 15 4:12 PM
Hi,
It is used as work area (in older version).
Regards,
Ferry Lianto
‎2007 Nov 15 4:26 PM