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_ACTIVITYTYPE_GETPRICES

Former Member
0 Likes
772

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
Read only

Former Member
0 Likes
671

Try

lt_return like bapireturn

3 REPLIES 3
Read only

Former Member
0 Likes
672

Try

lt_return like bapireturn

Read only

0 Likes
671

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

Read only

Former Member
0 Likes
671

I found the answer! Thanx all!