cancel
Showing results for 
Search instead for 
Did you mean: 

Error in extracting 0WORKCENTER_TEXT data

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Prasad

I have the same problem, did you find a solution for this problem ?

Kind regards Lars

Former Member
0 Kudos

there is not standard extractor for work center text? which is the result in rsa3? does the system give any error, message, dump or anything?