‎2008 Mar 17 9:13 AM
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
‎2008 Mar 17 9:33 AM
‎2008 Mar 17 9:35 AM
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.
‎2008 Mar 17 9:50 AM
solved on my own.
i took pattern once again and i passed selectoptions 2 it.