2008 Jan 22 7:23 PM
Hi,
Could you please point me in the right direction: I need to find Function Module or BAPI that reports a list of contracts (Transaction VA45). I need to call this from non SAP system (as a web service or RFC).
Thanks a lot
Julia
2008 Jan 22 7:32 PM
You can use BAPI_SALESORDER_GETLIST to get the list of contracts.
Use the transaction group as 4.
Regards,
Sudhir Atluru.
Rewards points for helpfull answers
2008 Jan 22 7:32 PM
You can use BAPI_SALESORDER_GETLIST to get the list of contracts.
Use the transaction group as 4.
Regards,
Sudhir Atluru.
Rewards points for helpfull answers
2008 Jan 22 7:42 PM
This BAPI give me list of sales orders for a customer. I need a list of contracts for the customer.
2008 Jan 22 7:44 PM
Did you change the transaction_group parameter value to 4.
That will give you contracts only.
Regards,
Sudhir Atluru
Rewards points for helpfull answers
2008 Jan 22 7:51 PM
I just wanted to clarify one detail:
If a customer has 1 contract and he did not placed any orders yet - will I get a list of contracts with one entry as a result of calling this BAPI (transaction code is set to 4)?
Julia
2008 Jan 22 7:54 PM
Yes the contract alone will be returned in the list.
Regards,
Sudhir Atluru.
Reward points for helpfull answers
2008 Jan 22 8:03 PM