Skip to Content
0
Former Member
Jun 03, 2009 at 03:02 AM

ICR process for Open item recon.(003)

56 Views

Hi All,

I facing the problem "Although the field ATYPE contains the value V for vendor documents all uploaded data records in table FBICRC003A are posted with the vendor account in the field RCUST " this is one of the symptom in the note 1154899,but even after applying this note 1154899 the issue is not resolved.So in my legacy file am having both vendor and customer in the same file for the legacy company code L001.

I am referring to the structure FBICRC_S_UPLOAD provided by SAP for uploading the data.Please find below is the data format.

RCOMP RASSC DOCNR ATYPE RACCT RTCUR TSL

L001 U001 1700036235 C CCU001 USD 400

L001 U001 1800000795 V CCU001 USD 300-

Because of this issue, my Vendor record is getting displayed in the U001->L001->Payables area along with the customer record.So this seems to be incorrect, bcoz of the above mentioned problem.

I also debugged the standard class 'CL_FBICRC_SERVICES' and the method 'UPLOAD_DATA'

where the below mentioned lines are causing the problem of copying the vendor data into customer field.

MOVE-CORRESPONDING needs to be clear, but it is not happening in the standard code.

Please let me know the solution to this problem.

Thanks in advance.

Regards,

Karthik