Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Bapi Extension Problem

Former Member
0 Likes
2,008

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.

1 ACCEPTED SOLUTION
Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,338

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

6 REPLIES 6
Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,339

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

Read only

0 Likes
1,338
Read only

0 Likes
1,338

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.

Read only

0 Likes
1,338

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.

Read only

Former Member
0 Likes
1,338

Hi,

Can you try passing the currency field data into a character field and then passing to the extension table.

Regards.

Read only

0 Likes
1,338

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.