Hi,
I have a big problem with my brand new installation of Mobile Sales 5.0 SP7. When I debug the tile capoverview4 (businesspartner details) there is no value in BOCAPGEN attribute SmoAdrc1, though the field SMOADRC1 in UDB Table SMOKNA1 is filled. The other attributes of BOCAPGEN are filled well. I already checked the definitions in BusinessObject BOCAPGEN and in relative BDoc CAPGEN_OBJECT_WRITE. That looks fine.
Here is the property definition of SfaAdrc1 in BOCAPGEN:
-
Property SfaAdrc1 as String
Get
on Error Resume Next
SfaAdrc1 = GetAttribute("SfaAdrc1")
End Get
...
End Property
-
When I debug this code no Data is filled in SfaAdrc1.
Now I don't know what else to do. What else can I check?
Thanks in advance and kind regards
Diana