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: 

Problem in reading the table entries using RFC_GET_TABLE_ENTRIES:

Former Member
0 Kudos

Hi All ,

We are tryiong to read the infocube /BIC/ACDPBARCO00 ( Table ) from BW using the above FM . We are successful in reading the data but , last but one field is appearing as ####### . Actually that particular filed has some data in BW side .

Could you suggest m,e what the problem is and how to correct that data ?

Thanks ,

Dharma .

1 ACCEPTED SOLUTION

ravisankara_varaprasad
Active Participant
0 Kudos

Hi ,

Are you pulling entries by passing only Table Name or with field names.

If it is based on field names, Please check all field names are correctly passed to this function module or not.

If this FM doesn't work then try with RFC_READ_TABLE, which does the same task.

Regards,

Ravi Sankar,.Z

1 REPLY 1

ravisankara_varaprasad
Active Participant
0 Kudos

Hi ,

Are you pulling entries by passing only Table Name or with field names.

If it is based on field names, Please check all field names are correctly passed to this function module or not.

If this FM doesn't work then try with RFC_READ_TABLE, which does the same task.

Regards,

Ravi Sankar,.Z