‎2007 Sep 18 11:42 AM
how to identify the F&G value and HAMMER Value in table vbak.
field name "SPART". its division...
this field has two values...
one is 01 = F&G value....
another one hammer value is i need.....
‎2007 Sep 18 11:47 AM
Hi Sankar..
All the Divisions are stored in Table TVTA.
Open this table in SE11 and See the entries.
reward if Helpful.
‎2007 Sep 18 11:48 AM
Hi sankar
I'm not sure that I understood your requirement clearly .
select * into table itab1 from vbak where spart = '01'. " F&G
select * into table itab2 from vbak where spart <> '01'.
if you have any question please let me know.
Regards
Wiboon