cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data services - function table structure not correct

former_member334621
Discoverer
0 Likes
1,754

Hello Everyone!

I am using Data Services to read a RFC from my BW system, which is defined as a "Source BW" datastore in DS.

After importing the function, i realize that the structure of the function is not imported correctly.

When i look at se37 in BW, i can see the correct structure of import table parameter:


and then looking at table E_T_GRID_DATA:

While in DS, E_T_GRID_DATA has only this "Line" component:

has anyone faced this and now how to import the correct structure ?



Thanks in advance,

Liron.


View Entire Topic
santossh
Active Participant
0 Likes

Hi Liron,

Looking at the issue I can certainly say  that the issue lies in FM.

Can you try executing the FM from SE37 T-code of the system where the FM is created and check the output results?

(If it returns nothing, then you can consult developer and try debugging the FM)

I suppose the Associated type for the Parameters used in the in the Tables tab of FM should be table type (try changing to TableType instead of structure - you can ask developer to check this possibility).

Regards,

Santosh G.