Application Development 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: 

Error In Function module

Former Member
0 Kudos

This message was moderated.

6 REPLIES 6

Former Member
0 Kudos

This is the error analysis.

Thanks in Advance.

Best Regards,

Amirineni Sravan.

0 Kudos

Hi Amirineni,

Please check report RSDRI_INFOPROV_READ_DEMO to find out the sample code for rsdri_infoprov_read FM.

Find the below link which may be helpful.

Re: Read data from 0BWTC_C02 via ABAP

Thanks & Regards,

Seshadri.

0 Kudos

Hi Rajendra,

I used my code like this. But the error is coming the  standard code.

While I'm executing my function module in se37

it is showing error message.

Can you please expedite this error analysis.If you know about this error.

Thanks in Advance

Best Regards,

Amirineni Sravan.

0 Kudos

Hi Amirineni,

Please find the below related links

Read Infocube data using FM RSDRI_INFOPROV_READ, RSMDATASTATE->RSM_DATASTATE_GET&nbs...

Thanks & Regards,

Seshadri.

0 Kudos

Hi Rajendra,

Can you please see my code where i did mistake and rectify me whether i did any mistake.while i seend that links i didn't find solution for my problem.

Thanks in Advance

Best Regards,

Amirineni Sravan.

0 Kudos

Hi Amirineni,

I have just gone through your code . Please replace lt_t_data[] with lt_t_data as it indicates that lt_t_data is a internal table without the header line and put a BREAK-POINT at  SY-SUBRC and identify what is ther error after using the Function Module.

CALL FUNCTION 'RSDRI_INFOPROV_READ'

        IMPORTING

          e_t_data              = lt_t_data

      IF sy-subrc <> 0.

     BREAK-POINT.

      ENDIF.

Find the below link where you can see how to use the 'RSDRI_INFOPROV_READ Function Module.

Thanks ,

Seshadri.