‎2009 Oct 26 6:08 AM
Hi experts,
I am able to create a quotation from this BAPI - BAPI_QUOTATION_CREATEFROMDATA2 but iam not able to store the values in the header texts and not able to assign values to characterstics, please help .
Regards
‎2009 Oct 26 6:14 AM
Hi,
for creating the header texts,
you canuse the FM CREATE_TEXT in which you have to pass the document number, object id, etc to create it.
Regards,
Venkatesh
‎2009 Oct 26 10:36 AM
‎2009 Oct 26 10:46 AM
Hi,
I think the prob is bcoz of incorrect data. You can do one thing u can test the bapi with the testrun active.
CALL FUNCTION 'BAPI_QUOTATION_CREATEFROMDATA2'
EXPORTING
quotation_header_in = wa_bapiheader
testrun = testrun " for checking
Try this...