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

for a given function location how do i find whether a superior function location exists or not....

former_member185116
Active Participant
0 Likes
1,010

hell all,

for a given function location how do i find whether a superior function location  exists or not....

do i need to use any function module...

thanks in advance.....

3 REPLIES 3
Read only

Former Member
0 Likes
747

hi Vinay,

You can validate the functional location in the ILOFT table.

Put a query on the ILOFT table by passing TPLNR and get the value of the field - TPLMA.

TPLMA will have the Superior Functional location. IF this value is inital then this will be the top in the functional location.

SELECT SINGLE Tplma INTO Lv_tplma where tplnr = lv_tplnr.

Hope this helps.

Regards,

Abhi

Read only

Former Member
0 Likes
747

Hi Vinay,

I haven't heard on this one from your end. have this work for you?

or If you find any FM, kindly share the same with the forum.

Regards,
Abhi

Read only

0 Likes
747

hi abhijit,

yes u r answer was correct except it was IFLOT table but  not ILOFT ...

but at the end we did not go with this ,

our functional consultant used standard transaction IH06 and given first 4 letters of function location and *..

with this we got what we wanted....

thanks for u r quick reply...