Application Development 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: 

BAPI call in Smartform - errors

Former Member
0 Kudos

Hi all,

my requirement is, in SD - quotation some items has 'override prices', i need to display both prices 'actaul i.e after override price' and original i.e. before override price in smartform output. For this i am simulating BAPI to get the original item price with BAPI FM 'BAPI_SALESORDER_SIMULATE'.i have written a stand alone report program, which is working fine.

Here my problem is when i am calling this BAPI in a smart form which is attached to 'std quotation i.e VA22/VA23' output type, the BAPI FM is not retrieving any values. The reason is both quotation and sales order uses the same program 'SAPMV45A'. when BAPI is called from 'quotation output-smartform' the internal structures ( like XVBAP, YVBAP etc.,) are already filled with values, Some validations on these structures forcing to return empty tables in BAPI call.moreover BAPI is not returning any error.

I have tried options like 1. PERFORM xxxx in program 2. Submit program XXXXX, nothing is working.

Even i tried FM 'GN_INVOICE_CREATE' to calculate the item price. This is also not working with quotation output type.

Any ideas in getting the item price for the given line item.

Thanks in advance.

-naveen

1 REPLY 1

Former Member
0 Kudos

Try RV_ITEM_PRICE* function modules