Hi, I'm creating a customization to import xml files and insert the values in LedgerJournalTable and LedgerJournalTrans. For this task I have to create a batch job that will from time to time (highly frequent) do the process automatically.
Now, I have two problems:-
1. Since, there are 200+ legal entities, do I have to create a job to be executed on each legal entity? What are the consequences (performance issues) ?
2. How to control at the time of import as to this data will be inserted in which legal entity?
Note: The XML file that I am importing has the <company> </company> tag to inform me as to in which company this data should be inserted. I don't have the know-how as to how to use this information while inserting data.
*This post is locked for comments
I have the same question (0)