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

reg reading iw33

Former Member
0 Likes
692

hi experts,

I want to fetch data for components shown in tcode IW33...from which tables , I can fetch the data ...

i can find activity type - ILART , planner group - INGPR , AND equipment - EQUNR in AFIH table

but where i can find mainworkcentre - <b>VAPLZ</b> and functional location -<b>TPLNR</b> for the particula order number (aufnr).

urgent

hi experts,

I want to fetch data for components shown in tcode IW33...from which tables , I can fetch the data ...

i can find activity type - ILART , planner group - INGPR , AND equipment - EQUNR in AFIH table

but where i can find mainworkcentre - <b>VAPLZ</b> and functional location -<b>TPLNR</b> for the particula order number (aufnr).

urgent

2 REPLIES 2
Read only

Former Member
0 Likes
567

Hello,

in table AFIH you find field ILOAN - the "internal TPLNR", read table IFLOT with ILOAN and you get TPLNR,

VAPLZ you will find in table AUFK or in view CAUFV

greets

Bernhard

Read only

Former Member
0 Likes
567

Thank you so much .