‎2010 Jan 20 4:32 PM
Hello Friends
I have inherited a project to integrate a product (written in C #) with SAP using Web services.
One of the task is to modify an existing quote. I have been asked to use the standard BAPI BAPI_SALESORDER_GETSTATUS to first get the status of the quote and then decide if this quote can be changed to an order.
I was also told that this can be done only when a quote is at a certain stage. For example if the quote has been converted to an order then you can't make any changes to that quote.
So my question is using this bapi BAPI_SALESORDER_GETSTATUS, what all information can I get and what informaction will tell me that this quote is modifiable. What different statuses are there for a quote?
Any feedback or help will be greatly appreciated.
Thanks
Ram
‎2010 Jan 20 6:04 PM
The BAPI take the Order number as input and gives out a structured output.. BAPISDSTAT
in BAPISDSTAT look for PRC_STAT_H value
Not Relevant
A Not yet processed
B Partially processed
C Completely processed
‎2010 Jan 20 6:04 PM
The BAPI take the Order number as input and gives out a structured output.. BAPISDSTAT
in BAPISDSTAT look for PRC_STAT_H value
Not Relevant
A Not yet processed
B Partially processed
C Completely processed
‎2010 Jan 21 2:34 PM