2011 Mar 07 11:29 AM
Hi All,
I am working on FICA Event R403.
Here i need to read the record from table parameter T_BILL_DOC.
I declared work area wa_bill_doc type ISU2A_T_BILL_DOC and table is also same type as work rea.
if i am using the read statement read table T_BILL_DOC into WA_BILL_DOC , i am getting the error as " WA_BILL_DOC can not
be converted to the line of type T_BILL_DOC".
Could you please anybody tell me how to get data from internal at this point.
Thanks ,
Rami
2011 Mar 07 3:53 PM
Rami:
It seems that you are not experienced using types. Before going further, i would suggest that you read up, or discuss with a developer.
To the root of your question, i would think you have several problems: wa_bill_doc is not defined properly - try adding occurs or standard table typing to that definition; also you cannot read t_bill_doc in that manner, you will need to loop at it. Maybe the best approach is to debug the standard FM and see how that one reads the different data structures.
regards,
bill.