SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding FQEVENT R403

Former Member
0 Kudos
352

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

1 REPLY 1

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Kudos
189

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.