Application Development 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: 

BAPI_ACTIVITYTYPE_GETPRICES

Former Member
0 Kudos

hi,

im using fm 'BAPI_ACTIVITYTYPE_GETPRICES' and for field return i used lt_return type table of bapireturn and after doing the extended check i get a message saying that it is not compatible with the parameter...any help??

thanx

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try

lt_return like bapireturn

3 REPLIES 3

Former Member
0 Kudos

Try

lt_return like bapireturn

0 Kudos

but then i need to read what is in that table im using ABAP OO.

Former Member
0 Kudos

I found the answer! Thanx all!