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

Table field

Former Member
0 Likes
359

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.....

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
317

Hi Sankar..

All the Divisions are stored in Table TVTA.

Open this table in SE11 and See the entries.

reward if Helpful.

Read only

Former Member
0 Likes
317

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