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

CALL FUNCTION 'BAPI_RE_OO_GET_LIST' giving short dump

Former Member
0 Likes
531

am calling this as below:

CALL FUNCTION 'BAPI_RE_OO_GET_LIST'

  • EXPORTING

  • detail_data_from = v_from

  • detail_data_to = v_to

TABLES

offered_obj = it_offer_obj

perm_occ = it_pern_occ.

ENDFORM. " get_data

its giving me short dump if i press f7 here.

its not even going into funtion module while debugging when i press f5? the second one seems more strange. why so?

any clues to solve my problem?

thanks

kiran

3 REPLIES 3
Read only

Former Member
0 Likes
500

any clues?

Read only

Former Member
0 Likes
500

hi,

Did you define all the variable and internal tables as per the BAPI specifications? If not it will give you a dump when you call the BAPI itself. And can you post the description of the short dump.

Thanks,

Anil.

Read only

Former Member
0 Likes
500

solved on my own.

i took pattern once again and i passed selectoptions 2 it.