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

Fetch WBS Element status based on system date

sunny_raichada
Discoverer
0 Likes
580

Hi Experts ,

need your guidance to find which Function Module can be used to fetch all the WBS elements with the end date prior to the system date. also I want to filter out all the WBS elemnts with the status TECO.

your guidance is highly appreciated.

Regards,

Sunny

Hi Experts ,

need your guidance to find which Function Module can be used to fetch all the WBS elements with the end date prior to the system date. also I want to filter out all the WBS elemnts with the status TECO.

your guidance is highly appreciated.

Regards,

Sunny

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
512

Use FM LDB_PROCESS on logical database PSJ.

Alternative to a FM, execute a SUBMIT of report like RKPSEL00 or RCNMASS0 with a variant that contains your filters, and dynamic variable for date, then IMPORT the list FROM MEMORY 'PSEL_OUTPUT ' (structure LKO74SEND for object t_obj ) - perform some where-used.

Regards,

Raymond