Quantcast
Channel: SCN: Message List - Enterprise Asset Management (SAP EAM)
Viewing all 10043 articles
Browse latest View live

Re: Release statergy revoke

$
0
0

Simply you can not undo REL status of an Order and revert back to CRTD.


Re: Release statergy revoke

$
0
0

Hi Vinay,

 

In reality, you cannot do it. If validating the components to be done before the release of the order.

 

You can try out user status (OIBS) with multiple options like Validate / Review / approved, so once the user status reaches approved status, you will be able to release the work order.

 

Regards

Terence

Re: Release statergy revoke

$
0
0

Hi Maria,

 

here we assigend the work flow based on the cost, user asking me that after final approval relase the order,but after relasing the order also user want to trigger the cost based work flow for further approval suppose if he had ne component. and he want go back the relase of order again.

 

please kindly give me the solution for this issue.

Revoke of maintenence order from REL to CRTD

$
0
0

Dear Gurus,

 

For maintenence order work flow is assigned based on cost , here different level of approvals are assigned, after final approval the user will relase the order, but after some he want add some component and again he want to re-trigger the work flow absed on the component cost.

 

please help me to slove this issue, provide me the possible solution.

Re: Revoke of maintenence order from REL to CRTD

$
0
0

Hello VINAY,

Your issue is clearly understood from your previous thread. No need to post another one.

 

Work-flow is User-status related. You can do what ever you want Setting Revoking, other transaction controls etc from OIBS. But this does not mean System statuses come into your controls.

 

To repeat what I said earlier:

System Status REL can not be revoked to CRTD


Now you have 2 threads for the same issue. Moderators often delete such repetitive threads. You could have communicated more from the previous thread itself.

 

 

KJogeswaraRao

Re: Release statergy revoke

$
0
0

Hi Vinay,

 

You can include another user status for additional component approval.

 

I dont think there is any other option.

 

Regards

Terence

Re: Release statergy revoke

$
0
0

Hi Vinay

 

You have workflow based on cost...so I assume it must be on planned cost.

 

You can do one thing - while releasing the order - copy planned cost to estimated costs. (This can be done using an userexit. In SAP 6.0 EHP 5 and above, there is a direct option to copy).

 

After order is released, estimated cost(on order header) gets freezed. If the user changes any component or any adds any material - then planned cost will get updated, but estimated cost remain same.

You can trigger a workflow whenever order status is REL and planned cost is more than estimated costs so that the concerned person will get message on overbudget.

 

You can also do this with user status as well.

 

Regards

Pavan

Re: IW37N operations to planning board

$
0
0

Hello Experts

 

Can you please guide on this? Any Ideas......Its very Urgent!

 

If you have any links or documents - please send.

 

Regards

Pavan


Re: IW37N operations to planning board

$
0
0

Hi Maria

 

Thanks for your reply.

 

I think, we can explain this to users.

Can you please guide me, how to forbid the Dispatch function based on user status? (Do we have any standard config node for this?)

 

I am relatively new to this functionality...please help

 

Regards

Pavan

Work order through Maintenance Item

$
0
0

Hi Friends,

 

Based on the settings in the Measuring point,if threshold point exceeds while entering the reading in measuring document associated with measuring point, we can create Notification or Work order through user Exit.

 

My doubt over heare can we acheive this functionality through standard, like through Maintenance item creating Work order or any other methods please let me know.

 

Regards,

 

Srinika

Re: IW37N operations to planning board

$
0
0

Hi Pavan,

 

If you have already using operation user status

 

Go to OIBS - Double click on the user status (You can see multiple user status) - double click on status - go to dispatch business transaction choose forbidden.

 

Capture.JPG

 

Save it.

 

Go to Work Order - set the operation with the non scheduling status - Call the planning board - try to dispatch the operation - you will get a message check planning log - planning log will tell you it cannot be dispatched due to operation status

 

Regards

Terence

Re: Work order through Maintenance Item

$
0
0

It is possible only when your measuring point is counter, through Counter based plans. It is nothing to do with the Threshold values you specify in Upper Range and Lower Range of a Measuring Point. To be very precise, according to me the answer to your query is  'Not possible'.

Re: Work order through Maintenance Item

Re: Work order through Maintenance Item

$
0
0

Author said she/he knows the possibility through user exit, in the 1st para of the post.

Regards

KJogeswaraRao

Re: sap table and field name

$
0
0

Sir,

fyi pls I just started career in sap..and about tables and field i come to know about the transaction data is updated in tables and fields..

I want to know with basic explanations that what is tables ,fields, where it is stored..how the transaction data is updated in how many tables, field..hows it works in case of interface to non sap system..

Mean to say need and significance of tables and fields..

Need your valuable knowledge share...

 

Thanks,

 

Rakesh


Re: Regarding Bill of Material in maintenance order

$
0
0

Rao ji Are u Magician......u have the answer of every question. Thanks to god that u r with us for help...

You are really a gentle man.

 

Regards,

 

Peter

Re: Regarding Bill of Material in maintenance order

Re: sap table and field name

$
0
0

Hello rakesh,

Before starting replying to your very basic question, I think it's right for me to refer this thread to go through if you haven't already The SCN Rules of Engagement.

 

As I said this is a very basic IT query (I chose IT instead of SAP), and any attempt to reply would be a big exercise, but be only giving you an outline understanding. You would get complete understanding gradually after vigorous exposure in your field over a period of time.

 

Have you heard of RDBMS (Relational Database Management Systems)? Search Google and have concepts. Any Software deals with Databases. Database is nothing but storage place of user's information. This Database Mgmt will have several tables which hold this day-to-day records (transaction data) in the form of Rows and Columns.  When  a PM user creates a Notification this generates a row in table QMEL. Similalry if it is Order this generates a Row in table AUFK. Similarly every module has 100s of tables and all these tables are connected across modules which makes the software an Integrated one.

 

In the tables few tables are One time entry tables like your Equipment information (EQUI) during implementation. (After that it is very rarely handles whenever a new equipment comes) Similar table is Material Table (MARA) in MM module. After implementation whenever a job is done on an Equipment (listed in EQUI table), user records it in system which adds a row in table QMEL and/or AUFK. Similarly when user does Purchase action of a material (listed in MARA table) the tables EBAN, EKPO, EKKO are updated (rows added).

 

You have standard reports for both Masterdata and Transaction data in the system, which retrieve information from these tables and give you with the help of ABAP programs. If you do not have the required report then ABAP person makes it using these tables.

 

See this picture to understand how user connects tables of different modules to generate his report which is not available in standard.

infoset.JPG

See the KEY symbols in tables. Every table has one or more Primary keys which makes a unique identify of the Row.

Also see a tables picture of PM module posted in this thread: Plant Maintenance Tables

 

About Interface, I feel It is a bit distant topic at this stage, which involves XI (Exchange Infrastructure) people.

 

Good luck

KJogeswaraRao

Re: TASK LIST LSMW

$
0
0

Hi,

 

Please change the the first radio button  to : Call transaction

 

also change the Processing mode to A (Currently N)

 

and then press execute

 

Then press enter untill you see the problem

 

Regards

Re: TASK LIST LSMW

$
0
0

Hi,

 

this is what i receive

 

ER3.JPG

 

Regards,

Viewing all 10043 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>