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: 

in which table we get latest finish date of operation

sachin_yadav3
Active Participant
0 Kudos

Hello all,

I have one report for planned order in which i have to display the latest finish date of all the operation in that particular plnned order.

can you please tell me from which table i can get the latest finish date of the operation.

I have used the table KBED, but in table KBED i am not getting data for all the operation in planned order. I am geting only one or two operation in table KBED.

Is there is any other table or any other way by which i can find the latest finish date for the opeartion.

Please help.

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

Check this table.

VSKBED_CN

Also check this fm.

CY01_START_END_DATE_GET

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

Check this table.

VSKBED_CN

Also check this fm.

CY01_START_END_DATE_GET

Former Member
0 Kudos

Hi,

Use FM 'BAPI_PLANNEDORDER_GET_DETAIL'

Use table CAPACITYDATA1.

0 Kudos

hello,

I have checked the BAPI but i m getting details of only one opeartion.

I want details of all the operations in that particular planned order,

Thanks

Former Member
0 Kudos

You can go for the table PLAF(Planned order)....here

PSTTR - Order start date in planned order

PEDTR - Order finish date in the planned order

0 Kudos

Hello Rudra,

I don't want dates of planned order.

In planned order we have number of operation.

I want latest finish date of these operation,

In table KBED we get the latest finish date but i am not able to get details of all the operation.

In table KBED i am getting detials of only two operations where as in planned order i have 7 operations.

Thanks