How to combine the field value and store in single variable?

Aravindh_NavisionAravindh_Navision Member Posts: 258
Hi Friends,

From Cust. Ledger Entry table, there is a Document No. field. The values are:
Document No.
A001
A002
A003
A004

I need to store the combination of these values into one variable and export it in dataport. That is:
varX := A001 + A002 + A003 + A004;

How to do this? Can anyone help to achieve this?

Thanks in advance,
Aarvi.

Comments

Sign In or Register to comment.