Hi experts,
I have uploaded flatfile into itab.I have splitted itab-record at comma and populated itab1. This itab has quantity field of type char13. This itab is to be passed to bapi_requisition_create.Instead of itab,I am passing itab1, which has quantity field of type p. For this, I am doing like this,
wa_itab1-quantity (type p) = wa_itab-quantity ( type char13).
The error is , type p cannot access the subfield. How can one pass the char field to quantity field.
Please suggest.
Rgds,
khadeer.