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_QUOTATION_CREATEFROMDATA2

Former Member
0 Likes
653

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

3 REPLIES 3
Read only

Former Member
0 Likes
541

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

Read only

0 Likes
541

Hi experts ,

I am still looking for answers.

Read only

Former Member
0 Likes
541

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