- Asset Impairment
Answered
Example: Asset with a cost of $1,000 has a useful live of 5 years. At the end of year 2, the NBV will be $600. At this point of time, there is impair ...
- Stop Complete Confirmation (IW41) before (IW32)
Any way we can stop the complete confirmation (IW41) being done with out doing (IW32)? This will help you on your way forward: In the SAP stan ...
- Why Expected value mandatory in service POs with limits
The expected value has to be mandatory in case only limits are maintained in a purchasing document. The former system design was not correct, because ...
- PHP and SAP integration Requirments
Only three things required for PHP and SAP integration.Apache HTTP ServerPHP version 4 or 5SAPRFC for PHPSetting PHPRC VariablDocumentRoot "T:/we ...
- Difference between Credit memo and subsequent debits/credits
Subsequent Debits/Credits are used in cases where the quantity is in the original invoice is to remain the same. For eg. PO 10 - $10 Gr 10 - ...
- Difference Between Client , Purchasing Org , Plant , Company code
What is the technical difference between Client , Purchasing Org , Plant , Company code? Client : Unit within SAP system, self-contained, separate ...
- Material Allocations Remain in MAPL after Routing
We have noticed that materials assigned to a routing remain in table MAPL linked to the deleted routing. Shouldn't the records in MAPL be deleted when ...
- Conversion between standard time and daylight saving time
You search for information about the operation of SAP systems during the time conversion from standard time to daylight saving time or from daylight s ...
- ST01: How do you delete files from the system trace?
You can generate many trace files via transaction ST01 (SAP System Trace). How do you delete them again? Note that both the SQL trace (transaction ST ...
- Find location of the SAP HANA Studio log
How to find the location of the SAP HANA Studio log? SOLUTION To find the location of the SAP HANA Studio log please follow the steps below: ...
- Disable parameter
Q: Dear all, I have parameters in my ABAP/4 reporting program: parameters: date like sy-datum, division (1) type c. parameters: r1 radiobutton ...
- Data Provisioning Overview
Data Provisioning ToolsWhat is Data Provisioning?Data provisioning is the way to get DATA from SAP sources such as SAP ERP, SAP BW or non-SAP source s ...
- How to delete process order once the order was relesed and saved.
any body plese help me how to delete process order once the order was relesed and saved. because i want to create new process order in place of existi ...
- Progress Analysis to measure EVA
I am currently working on a Chemical industry Re-implementation. My client wants to implement Progress Analysis to measure EVA. They current use WB ...
- How to Configure FICO Reconciliation
What is FICO Reconciliation? FICO SAP Reconciliation refers to the process of reconciling financial data between an organization's SAP acc ...
- Difference between Checktable and Search Help
There is a lot of difference between searchhelp and check table.Check table is a master table. Like T000 for client, t001w for company codes, TCURC fo ...
- Cross company without intercompany billing
You create a delivery-related customer billing document. The transaction is a cross company situation. Customizing, however, is configured so that n ...
- Customer Exits in SAP ABAP
Customer exit in the SAP ABAP system is a feature that allows users to add custom functionality to SAP applications. It is a pre-defined point within ...
- Difference between Get and Get Late Event
Get vs. Get Late Event This is the most important event for executable programs that use a logical database. It occurs when the logical database ha ...
- Activity Lifecycle Diagram in Android
What is Android Activity Lifecycle Whenever you go inside this Java folder in your app and click the main activity, the main brain or main logic of ...
- Sending Emails and SAP Mail
Sending Emails and SAP Mail Using ABAP - SO_OBJECT_Send - SAP is a robust system, which gives many facilities in the form of Function Modules (FM ...
- SAP AS91 THE ACQUISTION COST AND ACCUMULATED DEPRECIATION AREA WAS NOT READY FOR INPUT
Hi, I am uploading the assets opening balances through T-CODE : AS91 as on 01.04.08. The assets transfer date is 30.03.08. when i am entering th ...
- How MRP run takes place and what all the parameters needs to be considered when running an MRP.
Running MRP types 1. MDBT-running MRP in background 2. MD01- plant level for all the materials in that plant 3. MD02 transaction for materials wi ...
- Getting messages from call transaction
types tt_errtab TYPE STANDARD TABLE OF BDCMSGCOLL. data: li_errtab type tt_errtab, l_errtab type BDCMSGCOLL. The Call transact ...
- Vendor Discount Condition
We have cetain vendors for whom the discounts need to be calculated automatically at the time of outgoing invoice payment. Transaction MEKE is used f ...
- SAP HANA Content Lifecycle Management
What is SAP HANA contentSAP HANA content also called as SAP objects or artefacts is not a part of SAP HANA Database itself it is either delivered by S ...
- Production Order System Status
Difference between TECHO and CLOSED. TECO means Technically completed order, means with out full completion of order. That production order stoppe ...
- SAP Landscape Transformation ( LT) Scope and Benefits.
What is SAP Landscape Transformation ( LT)?SAP Landscape Transformation (SAP LT) software aids SAP customers in efficiently managing the effect o ...
- Android Drag and Drop ListView Example
How to use List View in Android Activity This tutorial gives a step by step explanation of how to use listview in our android activity. Listview ...
- Difference between Move and Assign Statement
Move Statement vs Assign StatementMove :- To assign the value of a data object to a variable < f2 >, use the following statement:MOVE < ...