Application Development 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: 

conversion of units

Former Member
0 Kudos

hi friends,

in bom operation . tcode : cs02

i taken some tables like mast,stko,stpo.

i write the select quires for all tables by using for all entries condition.

all data move into final table.

at this stage some fields like meins , budat.

values like .

meins = st.

budat = 19940810.

after that : loop at final.

write 😕 final-meins,final-budat.

endloop.

once press f8(execute).

it shows values like meins = pc

budat = 10.08.19994

please explain?

1 REPLY 1

Former Member
0 Kudos

ok