Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_SALESORDER_CREATEFROMDAT2 Configuration parameters VA01 input help plz

Former Member
0 Likes
468

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.

2 REPLIES 2
Read only

Former Member
0 Likes
425

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.

Read only

0 Likes
425

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??