Skip to Content
-2
Dec 28, 2022 at 04:57 AM

264 Characters is not taking in a field row of an Internal table.

193 Views Last edit Dec 28, 2022 at 09:15 AM 3 rev

Hi Experts,

I have a row in a table control which does not hold a clause of 264 Characters...... But When I try to fetch the row from the table control to internal table its not taking the full text .... Its taking 255 characters. The data is coming from the program to table control and based on the selection from table control will be passed further in smartforms.

I tried the data type as string for that field but its not taking working...also tried with standard char600.

I tried to take the full text like this.. I used && to merge the text as it was giving error called

" Literals across more than one line are not allowed. "

Can anyone prescribe any solution?

How can I store Characters which are above 255 in a single row?

  gt_tab-sl = '26'.<br>  gt_tab-item = 'Reimbursement upon receipt of the stipulated documents strict compliance with the credit terms and condition. Payment to be effect in USD only at maturity date. Reimbursement charges both outside and inside counter of LC issuing Bank' &&<br>' are on beneficiaries account'.<br>  APPEND gt_tab.



<br>

This is the clause...

"Reimbursement upon receipt of the stipulated documents strict compliance with the credit terms and condition. Payment to be effect in USD only at maturity date. Reimbursement charges both outside and inside counter of LC issuing bank are on beneficiaries account."