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

Function module RSAU_READ_MASTER_DATA

Former Member
0 Likes
1,446

Hello All,

Am using a FM in the update rule to read master data. Am using the FM

RSAU_READ_MASTER_DATA.

Am xporting InfoObject name, attribute and importing a table. But it gives me this error...

You attempted to pass the field "G_ATTRNM" to the formal parameter "E_TABLE"

but the formal parameter "E_TABLE" can accept only fields of

type "h". The field "E_TABLE" has the type "C".

Kindly let me kno, why is this error coming.

Rgrds,

KK

View Entire Topic
Former Member
0 Likes

0SOLD_to is reference char to 0customer. You can directly read /BI0/MCUSTOMER to read attribute values.. for a particular sold to value..instead of using FM.

--S@A