cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in fb50,fb60 ,fb70

Former Member
0 Kudos

Hi,

When i login to the T-Code its going for a Dump and dumps says it has to do with the program u201CSAPMF05A" and the "MF05AI10_RECHNUNGSBEZUG" is showing a syntax error.

When i had a look at the code

 IF BSEG-REBZT = CHAR_W AND BKPF-XBLNR = KON_BOE.     "N1166468
            CLEAR BKPF-XBLNR.                                  "N1166468
            CONCATENATE '/' BSEG-REBZG '/' BSEG-REBZJ          "N1166468
                         INTO BKPF-XBLNR.                      "N1166468
            LOOP AT XBKPF WHERE BUKRS = BKPF-BUKRS.            "N1166468
              XBKPF-XBLNR = BKPF-XBLNR.                        "N1166468
              MODIFY XBKPF.                                    "N1166468
            ENDLOOP.                                           "N1166468
          ENDIF.                                               "N1166468 

Its with N1166468 what does it stand for i could not find SAP note as i believe Note doesn't start with Alphabets.

Please help on this.

Thanks,

Karthik.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Ignore the N, this is note 1166468. There are manual steps that need to be followed after applying the note which may have been missed. Read the note, apply the manual changes (or check if they've been included in another transport that wasn't moved to the system).

Regards,

Michael

Former Member
0 Kudos

Have you applied any note/patch?

suggesting you to log a call with SAP imm.

Paste the what happened and how to correct the error contents from your ABAP dump.

Regards,

Nick Loy