‎2012 Apr 24 12:31 PM
Hi Experts
I am not able to get from where does the" net value " column is populated in dp91.
I mean from which table and which feild is this value.
Please help.
Thank you in advance.
‎2012 Apr 24 2:41 PM
Debug the program; you may find it is calculated, not stored.
Rob
‎2012 May 18 12:26 PM
I tried debugging DP91 but was not able to find where is it getting calculated.
Is there any specific program or FM that needs to be debugged for this.
‎2012 Apr 24 3:02 PM
The DIP (dynamic Item Processor) can be Customized to read data from many sources (and has some customer-exits available too) and a customizing to calculate item/prices to generate an invoice.
So first analyze your Customizing
| Transaction Code | Short text |
| ODP1 | DIP Profile |
| ODP11 | DIP Profile: Billing Plan Integratn |
| ODP14 | Fixed Price Condition for Billing |
| ODP2 | DIP Profile: Consistency Check |
| ODP2A | DIP Profile:Multiple Consist. Checks |
| ODP2L | DIP Profile:Consistency Check (List) |
| ODP3 | Determine Apportionment Reason |
| ODP4 | Determine Cost Condition |
| ODP5 | Residence Time for DIP Sources |
Reference : Look sap.com for a document named "Introduction to the Dynamic Item Processor" (pdf) or "Introduction_DIP_21.doc" (doc/zip)
Regards,
Raymond
‎2012 Apr 24 3:32 PM
Ok I found the address again - Attachment Introduction_DIP_21.pdf in Note 301117 - Enhanced documentation for dynamic item processor (DIP) .
Regards,
Raymond
‎2012 May 18 12:48 PM