Search found 13 matches
- Tue Nov 16, 2010 2:53 am
- Forum: Logistics PM
- Topic: PM documents(dms) to be attached to the maintenance order
- Replies: 3
- Views: 1169
Re: PM documents(dms) to be attached to the maintenance order
I concur, your best bet is going to be utilizing the built in functionality of PRT's if services for objects aren't an option.
- Mon Nov 08, 2010 2:56 am
- Forum: Logistics PM
- Topic: Report on work order changes
- Replies: 3
- Views: 1505
Re: Report on work order changes
Have you considered created a user exit on the order save event? This will allow you to check what the maintenance activity type is every time the order is accessed and save out. If it's different you can write that change to a custom table. Check out the user exit component: IWO10009 (PM Order: Cus...
- Fri Oct 22, 2010 6:57 am
- Forum: Logistics PM
- Topic: FM to schedule an order
- Replies: 3
- Views: 805
Re: FM to schedule an order
Are you still looking for a programmatic way in which to schedule an order?
- Tue Oct 12, 2010 1:52 am
- Forum: Logistics PM
- Topic: Default operations in Order
- Replies: 6
- Views: 1236
Re: Default operations in Order
One option would be to utilize an SAP Enhancement, specifically: IWO10009 - PM Order: Customer Check for 'Save' Event from the transaction CMOD This enhancement gets called anytime a PM order is saved, it should suit your needs well I would think. The only thing left is to decide how you would actua...
- Fri Oct 01, 2010 1:51 am
- Forum: ABAP
- Topic: BAPI_ALM_ORDERHEAD_GET_LIST - data not appear
- Replies: 1
- Views: 937
Re: BAPI_ALM_ORDERHEAD_GET_LIST - data not appear
I just did a quick test on one of my systems because I was pretty sure this hadn't happened to me before, but sure enough, it returned the orders I had just created from IW31. Can I ask what criteria you're passing to BAPI_ALM_ORDERHEAD_GET_LIST? It may just be a side-effect caused by certain select...
- Thu Sep 30, 2010 1:43 am
- Forum: Basis
- Topic: SAP IDES Shut down issue
- Replies: 2
- Views: 820
Re: SAP IDES Shut down issue
If I may, are you sure this is a SAP configuration issue? From reading your post, I get the feeling this is something possibly more OS-level related. A couple of things: - What kind of hardware are you running it on? Specifically, do you have enough memory for Oracle and SAP ECC to sit side-by-side ...
- Fri Sep 24, 2010 1:42 am
- Forum: Logistics PM
- Topic: System status
- Replies: 2
- Views: 905
Re: System status
TJ, The easiest way to implement this in my opinion would be to construct a report that runs every night (or however often your business process may call for) as a batch job and uses the standard SAP function modules to modify the status on these work orders. One method for implementing the status c...
- Mon Sep 13, 2010 1:30 am
- Forum: SAP Portals and Internet Solutions
- Topic: SRM 7.0 Portal problem (Portal not calling Abap stack)
- Replies: 2
- Views: 5370
Re: SRM 7.0 Portal problem (Portal not calling Abap stack)
Do you have SAPPortal set up to utilize your ABAP stack credentials, or for them to be separate?
- Mon Sep 13, 2010 1:27 am
- Forum: SAP Portals and Internet Solutions
- Topic: WebDynpro and IE8
- Replies: 2
- Views: 7890
Re: WebDynpro and IE8
Try turning on compatibility mode in IE8, that should solve your issue. The latest version introduced some changes to the JavaScript engine, and as such, SAPPortal has a field day trying to get through it.
- Mon Sep 13, 2010 1:23 am
- Forum: SAP Portals and Internet Solutions
- Topic: webservice acting as interface in production client
- Replies: 1
- Views: 3558
Re: webservice acting as interface in production client
Depending on the methods by which you created your proxies, .net could have created YourClass and YourClassConnector files. In other words, it may have explicitly created both the interfaces and the instantiate-able class for you. Is this the case?
- Mon Sep 13, 2010 1:16 am
- Forum: Logistics MM
- Topic: Any possible to udpate info record price automatically?
- Replies: 6
- Views: 519
Re: Any possible to udpate info record price automatically?
If you have an ABAP'er available to you, you could use the user exit 'EXIT_SAPMM06E_012'. This gets called before changes to a PO are saved out.
- Thu Sep 09, 2010 9:08 am
- Forum: Basis
- Topic: java stack in sap
- Replies: 2
- Views: 1258
Re: java stack in sap
SAP provides the ability to serve both web services and remote function calls from inside of the ABAP stack. These services can be accessed from outside platforms such as C# or Java. The Java stack you are referring to is an environment, provided by SAP, for companies to place their Java application...
- Thu Sep 09, 2010 9:02 am
- Forum: Basis
- Topic: SAPGui for Apple/Ipad Machine
- Replies: 5
- Views: 2927
Re: SAPGui for Apple/Ipad Machine
SAPGUI for Java works on Mac OS X just fine. However, there are a few libraries that are commonly used in SAP that are Windows specific, and as such, will short dump when you attempt to use any report that access them.