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: 

Scheduling Overloads Issue : Development to confirm the completed operation

Former Member
0 Kudos

Hi Expert,

I have one requirement regarding Maintenance Order in PM Module as follows:

a) Technician enters the time sheet and marks the Operation as WKCL.

b) A custom program need to be developed for the operations with user status WKCL and system status PCNF.

c) The program marks the operations as final confirmation CNF.

d) Planner wonu2019t get the capacity requirements for the above operations in capacity evaluation (CM01) and planning tables (CM34 & CM24).

Will custom program solve my problem or else what will be the solution for the above scenario, if someone has come across such case, please guide me how should I proceed further?

Thanks in advance,

Jay.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I am not sure whether ur using IW41 , in this for every operation u can put Final confirmation and if u have anything specfic u will have to create a custom programme with some coditions and set this as a Batch job which runs at certain frequency like 1hr . In this programme u may have to read status using FM STATUS_READ & you can set system status or user status with the below FMs :-

regrds

pushpa

4 REPLIES 4

Former Member
0 Kudos

Hi,

I am not sure whether ur using IW41 , in this for every operation u can put Final confirmation and if u have anything specfic u will have to create a custom programme with some coditions and set this as a Batch job which runs at certain frequency like 1hr . In this programme u may have to read status using FM STATUS_READ & you can set system status or user status with the below FMs :-

regrds

pushpa

0 Kudos

Hi kolla pushpa,

I am not able to see your reply over here, can u please again type the same and post it on SDN?

Thanks,

Jay.

0 Kudos

Hi,

Sorry , ther was problem in my system :

I am not sure whether ur using IW41 , in this for every operation u can put Final confirmation and if u have anything specfic u will have to create a custom programme with some coditions and set this as a Batch job which runs at certain frequency like 1hr . In this programme u may have to read status using FM STATUS_READ & you can set system status or user status with the below FMs :-

STATUS_CHANGE_INTERN

STATUS_CHANGE_EXTERN

regrds

pushpa

0 Kudos

Hi Pushpa,

Thanks a lot for this valuable info.

But as I new to ABAP, i don't know how to use this in custom Program.(Like what are the parameter which are requirred to be passed) It would be better for me if you could explain me briefly how to use those 2 Function Module in my Custom Program.

Thanks,

Jay.