‎2011 Jun 08 3:20 PM
Hi ,
I have done an append structure in EKPO with currency field as per client requirement.
Now when i try to use the extension parameters to fill the Value in EXTENSIONIN parameter it is giving me error saying source and destination data type not matching. Is this because the BAPIPAREX has VALUEPART1 as char.
Is there any way around to accomodate currency field and BAPI working for the same.
Best Regards,
Navin Fernandes.
‎2011 Jun 08 5:24 PM
Hi
Although it's refered to SD, see SAP Note 143580 - Information on SD BAPIs and customer enhancement concept. The EXTENSION only works for fields that will be character.
Regards
Eduardo
‎2011 Jun 08 5:24 PM
Hi
Although it's refered to SD, see SAP Note 143580 - Information on SD BAPIs and customer enhancement concept. The EXTENSION only works for fields that will be character.
Regards
Eduardo
‎2011 Jun 08 8:52 PM
The reference for all BAPIs (not only SD) is here : http://help.sap.com/saphelp_nw70/helpdata/en/3e/0e1089c24611d1ad09080009b0fb56/frameset.htm
‎2011 Aug 16 8:13 AM
Hi Eduardo,
Thanks for the information.
We managed to have type currency on screen and pass it to type character in the Back End.
But is this a limitation in SAP that we cannot do extension with type other than character...
Best Regards,
Navin Fernandes.
‎2011 Aug 16 8:14 AM
Hi Sandra,
Thanks for the information.
We managed to have type currency on screen and pass it to type character in the Back End.
But is this a limitation in SAP that we cannot do extension with type other than character...
Best Regards,
Navin Fernandes.
‎2011 Jun 09 6:58 AM
Hi,
Can you try passing the currency field data into a character field and then passing to the extension table.
Regards.
‎2011 Aug 16 8:16 AM
Hi Vaibhav,
We did it this way:
We managed to have type currency on screen and pass it to type character in the Back End.
But somehow cannot have anyother data type other than char in the Extension..!
Best Regards,
Navin Fernandes.