During batch input of material documents (e.g. during initial entry of stock balances) using RM07MMBL, only the first data record is placed in the batch input session; all others are ignored.
Can occur in two cases:
1. During the test using table T159A
2. When transferring the data from a sequential file
1. Table T159A contains a counter field, T159A-CNT02, which must
be increased.
2. The sequential file is not structured by lines. The program
requires the carriage return (eol) as a separator to detect
individual data records.
1. Increase the counter accordingly. To verify, use SM31 to display
the table (field with description x)
2. The file involved is probably not a text file. Therefore, in the
OPEN DATASET command used to create the file, add the parameter
IN TEXT MODE; this will structure the table by lines, e.g.
inserting a line feed after every TRANSFER.
No comments:
Post a Comment