Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to book one huge FI salary document?

HKany
Participant
0 Kudos

Hello together,

following initial situation:

I get a file with various number of lines (e.g. over 3000 lines). All lines together describes one single FI document.

Is there a function module which can process an internal table (my source file) with various lines and create one single FI document???

Thanks in advance.

Regards

2 REPLIES 2

andreas_mann3
Active Contributor
0 Kudos

1) you must split your file (here: into 4 documents) because of the line-restriction of ~950 lines per document

2) use fm AC_DOCUMENT_DIRECT_INPUT or report rfbibl00

3) can't you collect your data?

-e.g. per BUKRS/HKONT/KOSTL

A.

Edited by: Andreas Mann on Apr 13, 2010 8:07 AM

HKany
Participant
0 Kudos

This function module works

ISH_FI_R3_DOCUMENT_CREATE