Skip to Content
0
Former Member
Aug 22, 2006 at 10:33 AM

Error in extracting 0WORKCENTER_TEXT data

41 Views

Hello All,

We have a problem while extracting WORK CENTER Text data.

According to SAP's coding of FM 'PPBW_GET_TEXT_WORKCENTER', it has parameter E_T_TEXTS as Tables parameter.

In actual coding when it calls below FM, it has E_T_DATA as tables parameter.

CALL FUNCTION i_fname

EXPORTING

i_requnr = i_s_request-requnr

TABLES

e_t_data = l_t_texts

EXCEPTIONS

no_more_data = 4

error_passed_to_mess_handler = 8.

Because of this mismatch, it doesn't fetch TEXTs of Workcenters.

This is occuring since we have implemented SP 17 for BW3.5 version.

Could you please help to find out the problem in data loading?

Thanks and Regards,

Prasad