Skip to Content
Author's profile photo Former Member

Enhancements in SAP Project Systems Assembly Processing

Introduction


     The assembly processing in SAP project system is a great functionality for starting operative projects from sales and distribution documents. Its underlying principle is that a sales quotation or a sales order in SD triggers the creation of a network in PS and the different network activities assigned to that network trigger in turn the creation of a project definition and WBS elements.

     This great functionality, nevertheless, misses in customer-exits and BAdIs. Many times it can cover most of the necessities of a company, but the few necessities that it cannot cover are sometimes of utmost importance and as a result the entire functionality is discarded and replaced by thousands of lines of customer codes.

     The goal of the current document is to provide links to other more specific documents that dive deeper into different aspects of the assembly processing functionality from a programming perspective and from there try to propose some enhancements in order to leverage the flexibility of this great functionality. These links can be found on “Specific documents” section of the current document.

Further readings


As the goal of the linked documents is not to explain how the assembly processing functionality works from a functional perspective the following further readings are suggested:


Important information


     Most of the codes proposed in the linked documents are to be added inside implicitly enhancement spots, which are usually located before and after standard SAP codes. Even though implicit enhancements are an integral part of the SAP system and are fully supported in version upgrades they are not as stable as explicitly enhancements (i.e. customer exits and BAdIs). Therefore any attempt of implementing any suggested implicitly enhancement should be thoroughly tested.

     Furthermore the sample codes provided are not supposed to be blindly copied and pasted. They should rather be understood and eventually adapted to the different specific requirements. Specific error handling should also be eventually added to the codes.


     Finally the sample codes provided are for the sake of simplicity written in continuous lines of code. In real implementations they should preferably be wrapped inside an object or a function module.



Specific documents

(more will be added with time)


SAP PS Assembly Processing: Multiple sales documents per project definition


SAP PS Assembly Processing: Standard network selection based on parameters other than material master and network type


SAP PS Assembly Processing: Create WBS elements without network activity assignment

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Brilliant Marcos

      Assembly processing is a complex topic, i guess people working on it or have worked already Need to pour in their ideas of explaining it to another person in a simple way.

      Thats a challenge and you are on the right track 🙂