hello abap gurus
I am trying to debug my program which is calling a standard bapi BAPI_QUOTATION_CREATEFROMDATA2.
When i try to call this program I am getting an error message '112 enter sold-to-party'. I have been sending that variable but still keep getting this error message. However, when I run manually I don't see this.
I have been calling committ transaction bapi also.
So my question is as follows.
BAPI_QUOTATION_CREATEFROMDATA2 calls several other functions which inturn are calling other functions and so on.
So I want to see if there is an easier way to search this function tree to see where exactly this message
'112 Enter Sold-To-Party' is getting generated.
Your help will be highly appreciated.
Thanks
Ram