cancel
Showing results for 
Search instead for 
Did you mean: 

immediate requirement Quotation creation and displaying it in adobe forms

Former Member
0 Kudos

Hi Experts,

I have created an Adobe form which works online and offline.This is adobe form for creation of quotation making.

But the problem is -its wrks perfect as offline meaning data is saved in pdf format.

Now in online case -it accepts all data to fields but doesnt create a quotation-gives an error of sold -to -party needed.

Bapi used is-BAPI_QUOTATION_CREATEFROMDATA

if the field PARTN_ROLE is already used then -???

Fields used are-

DOC_TYPE -AUART

SALES_ORG- VKORG

DISTR_CHAN- VTWEG

DIVISION- SPART

PURCH_NO- BSTNK

PURCH_DATE- BSTDK

QT_VALID_F- ANGDT_V

QT_VALID_T- BNDDT

SHIP_COND- VSBED

2]ORDER_ITEMS_IN(CHANGING)

ITM_NUMBER- POSNR_VA

MATERIAL- MATNR

PLANT- WERKS_D

TARGET_QTY - DZMENGC

REQ_QTY- WMENGC

SALES_UNIT - VRKME

COND_TYPE- KSCHA

COND_VALUE- KBETR

CURRENCY- WAERS

3]ORDER_PARTNERS(CHANGING))

PARTN_ROLE - PARVW

PARTN_NUMB- KUNNR

can you please guide me as to why quotation is not getting created?Is it that some more field is needed ?

Accepted Solutions (0)

Answers (1)

Answers (1)

OttoGold
Active Contributor
0 Kudos

Hello, this is more ABAP general related question. I guess your problem is not with Printing or Adobe (under NetWeaver) but with the creating the document. Or you think your data are not working good? Have you ever successfuly called this FM without Adobe input? You should first create some dummy structure, fill it with data and pass it to the FM to test if this work, then it will be printing or adobe related problem. Regards, Otto

Former Member
0 Kudos

Hi Otto,

I have done that earlier itself-meaning i tried passing the vaules from screen to my bapi through se38 prg just to check whether my bapi is working fine or not., it successfully executed there.Still the error pops upin adobe creation

Regards,

Amruta