2007 Jun 21 3:56 AM
Were building a web interface to our R/3 Variant Configurator. Our product is complex and requires us to create Inquiries with nested configurable materials. Were having a couple of issues and Im hoping someone might be able to point us in the right direction. A couple of questions
1) As mentioned we have nested configurable materials. We satisfy the first level characteristics by passing cfg_ref_in with the POSEX of the first level item (00010). Based on these characteristic/values further configurable materials maybe exploded on the order and we wont know their position. We also have characteristics for those nested materials however we dont know their POSEX in the document so it doesnt appear were able to pass their characteristics during the create process. In the case of nested configurable materials where youre uncertain of their POSEX is it a two pass operation? Meaning configure the first material (00010) , let it explode, then save, then update the document and pass the nested material characteristics?
Please tell me Im missing something and there is an easier way.
2) Were using SD_SALESDOCUMENT_CREATE we also see BAPI_INQUIRY_CREATEFROMDATA2. What is the difference? BAPI_INQUIRY_CREATEFROMDATA2 appears to call SD_SALESDOCUMENT_CREATE.
Thanks in advance.
/Greg
2011 Jan 19 5:18 PM