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: 

Functional Location and Task List FM

Former Member
0 Kudos

Hi

Can you please suggest me Function module for Functional Location(TPLNR) and Task List(PLNTY)

Thank you in advance

5 REPLIES 5

Former Member
0 Kudos

Hi,

you can get the relation between the two fields in table TAPL.

hope it helps!!

let me know if any further help

Regards,

Pavan

0 Kudos

Hi Pavan

I would like to use FM instead of SELECT query as I have many fields to be displayed.

0 Kudos

Hello,

Could you plz elaborate your issue.

Regards,

Pavan

0 Kudos

I need to creat a BOM and FL report, in which user gives input through selection screen and gets some out put in ALV.

as there are many fields and tables therefore I would like to use FM instead of writing SELECT queries to fetch data to overcome performance issue.

I have already found CS_BOM_EXPL_EQU_V2 using which I can fetch something around 14 fields out of total 45 field which I need to fetch.

The rest fields are related to Functional Location and Task List , therefore I need to find out some relevant FM to fetch those fields.

If you can even suggest me some useful Function Group also, I can search the FMs in it.

Thanks in advance

Saeid

raymond_giuseppi
Active Contributor
0 Kudos

Try the following FM

- WPSTS_TASKLIST_READ_FROM_DB

- BAPI_FUNCLOC_GETDETAIL

- BAPI_FUNCLOC_CREATE

- BAPI_FUNCLOC_CHANGE

Seriously, could you elaborate more on your request

Regards