‎2005 Dec 07 7:24 AM
hello,
i am using BAPI_SALESORDER_CREATEFROMDATA for creating the sales order, it is getting created but the condition value for the line item is getting mulipied by 10 and getting created is teher any thing i should do while creating
cheers
‎2005 Dec 07 7:33 AM
Hey Dhanbal,
These r the steps for BAPI creation.Did u follow all this.
Give import and export parameters.
PASS VALUE iN TABLES GIVE BAPI RETURN (returns back frm the structure)
assign fun mod to bapi.
evrythig should start with the bapi.
for creating bapi -- > swo1
Inside bapi -- add method -- add func mod name
to implement -- this is on the remote system.
release it
second implement -- generate.
to c the released data goto the transaction code BAPI.
Hope this helps u,
Regards,
Nagarajan.
‎2005 Dec 07 7:39 AM
Hi Nagarajan Kumarappan ,
Dhanabal is asking about using BAPI (calling) and not about creating BAPI.
Regards
Raja
‎2005 Dec 07 12:35 PM
‎2006 Oct 11 8:54 PM
Hi,
I am got around that by moving 10 to cond_p_unt and moving the sales uom to cond_d_unt. In other words I am saying that the price entered in the condition value is for 10 units instead of 1.
Thanks
Deep