‎2008 Jun 24 5:46 AM
BAPI_SALESORDER_CREATEFROMDAT2 OR
BAPI_QUOTATION_CREATEFROMDATA
Can some one tell me what the fields mean, I know they are related to the configuration parameters in VA01... but what i want to know is what are the values to be passed into these structures and how...
if possible can some one also specifically tell me the meaning of config_id root_id inst_id.... what is the concept SAP has used to design these configuration parameters screens etc... what are the classes etc fs it related to PP module)
ORDER_CFGS_REF
ORDER_CFGS_INST
ORDER_CFGS_PART_OF
ORDER_CFGS_VALUE
ORDER_CFGS_BLOB
ORDER_CFGS_VK
ORDER_CFGS_REFINST
Thank you.
‎2008 Jun 24 6:58 AM
Hi ,
When you do a configuartion for a order ,a configuration id is generated and also an Instance id is generated for every configuartion done .
ORDER_CFGS_REF - Reference table which contains
Configuration id and instance id what type of configuartion
ORDER_CFGS_INST - Instances related data
ORDER_CFGS_PART_OF - This is important as this will have data
ORDER_CFGS_VALUE - This is characterics which you will enter
ORDER_CFGS_BLOB - Internal data
ORDER_CFGS_VK - If you have some condition or varints then you have fill this
ORDER_CFGS_REFINST - reference for config id and instance id
Please reward if useful.
‎2008 Jun 24 8:22 AM
hi thank you very much for the reply... is the config id and instance id supplied by us to the BAPI or will it be generated for us to view??