‎2007 Jun 22 10:24 PM
We have 3 levels of configurable materials, have tried various ways of coding as per OSS Note# 549563
We can sucessfully configure just level 1 (root level without using CFGS_PART_OF) , but not able to pass characteristics and value to sub items at level 2 & 3
We have the following structure that needs configurations at 3 levels:
Prod111 -> root (Configurable)
Prod112 -> Subitem (Configurable) |
Prod113 -> Sub-Subitem (Configurable)
Does anyone have examples of how to program CFS_REF, CFGS_INST, CFGS_PART_OF and CFGS_VALUE tables for call from SD_SALESDOCUMENT_CREATE
Thanks in advance.
‎2007 Jun 25 2:00 PM
‎2007 Jun 25 3:33 PM
JP,
Thanks for the response. I have a question -- BAPI_SALESORDER_CREATEFROMDAT2 -- calls SD_SALESDOCUMENT_CREATE. What is the value in calling BAPI_SALESORDER_CREATEFROMDAT2?
Look forward to your response.
/Greg
‎2007 Jun 26 1:52 PM
Hi,
You can use both FMs. SD_SALESDOCUMENT_CREATE isn't released offical by SAP (in our system). Maybe SD_SALESDOCUMENT_CREATE has no function module documentation in your language.
It is up to you to use SD_SALESDOCUMENT_CREATE or BAPI_SALESORDER_CREATEFROMDAT2.
You can find often a new BAPI which calls at the end an older function module.
Rgds,
JP
‎2007 Jun 25 2:03 PM
Hi,
Normally a billing doc is created after a sales order-->delivery.
U can create a sales order w.r.t a Contract or another sales order.
In your case, its possible only for sales Returns.
pass billing doc number to ORDER_HEADER_IN-REF_DOC in <b>BAPI_SALESORDER_CREATEFROMDAT2</b>
<b>Reward points</b>
Regards
‎2007 Jun 25 3:35 PM
skk,
I don't understand how your response applies to the posted question. We're trying to create a sales document with multi-level configurable items via BAPI.
/Greg