Application Development and Automation 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: 
Read only

TABLE [STRUCTURE BAPICUSTOMER_ADDRESSDATA]: cannot set value (array storing element values is null)

abumohammad_shoyeb
Participant
0 Likes
1,333

Dear SAPian,

I am doing .net programming while I am getting error "TABLE [STRUCTURE BAPICUSTOMER_ADDRESSDATA]: cannot set value (array storing element values is null)"

I am using SAP Connector 3.0.

Will you please tell me possible reason for error.

Best Regards,

Shoyeb

1 ACCEPTED SOLUTION
Read only

abumohammad_shoyeb
Participant
0 Likes
687

I solved the issue:

addressData.Append();

addressData.SetValue("Customer","200001");

Best Regards,

Shoyeb

1 REPLY 1
Read only

abumohammad_shoyeb
Participant
0 Likes
688

I solved the issue:

addressData.Append();

addressData.SetValue("Customer","200001");

Best Regards,

Shoyeb