cancel
Showing results for 
Search instead for 
Did you mean: 

Custom program not posting the records through batch input session method

abapraghavan81
Explorer
0 Kudos

Dear All

Custom program (Y_FIGL_I_I099_UPLOAD) not posting the records properly using the Batch input sessions. In this custom program standard program RFBIBL00 using for Batch input sessions for FB01 transaction. After completion of session there are few records getting overflowing into next line as shown in below screen shot.U1 tax code should have the tax amount as blank but I1 tax code should have the values 51.91 and 72.95 but tax amount getting over flow i.e 51.91 and 72.95.Kindly let me know what is the reason for this. Thanks in advance.

Note: text file is uploading into this custom program and after that standard program take care for session method to process the records to FB01.

SimoneMilesi
Active Contributor

Hello,

it's pretty hard to help you without knowing how you fill relevant structure for direct input.

You should debug your code and check when you fill the amounts to see what's going on.

raymond_giuseppi
Active Contributor
0 Kudos

You need to examine (or debug) the code that populates the flat file sent to the sap report (Some variables may not be reset in the loading loop).

Question: Was the code manually created or generated from LSMW ?

abapraghavan81
Explorer
0 Kudos

This RFBIBL00 will be taken care for session method but not manual

SimoneMilesi
Active Contributor
0 Kudos

RFBIBL00 needs a file in input, somehow populated: how is this file created?

Accepted Solutions (0)

Answers (0)