Search found 7 matches

by sundrop
Tue Jan 15, 2008 2:24 pm
Forum: General
Topic: SAP 999 line limitation
Replies: 3
Views: 2581

The file will be scp'd to the DataStage Server from an outside vendor. DataStage is on a Unix server. I don't think the split command would work for me because it would split invoice header lines from there line items.
by sundrop
Tue Jan 15, 2008 8:20 am
Forum: General
Topic: SAP 999 line limitation
Replies: 3
Views: 2581

SAP 999 line limitation

There is a limitation of 999 line items while loading data in SAP for invoices and journal entries. This is a SAP limitation. We are asked to split an invoice after we reach 950 lines to avoid the 999 line limit in SAP. I have two source files: 1. Invoice Header File 2. Line Items File Keys to join ...
by sundrop
Fri Oct 26, 2007 12:55 pm
Forum: General
Topic: How to split records
Replies: 3
Views: 1670

That worked! :D

Thanks
by sundrop
Thu Oct 25, 2007 3:35 pm
Forum: General
Topic: How to split records
Replies: 3
Views: 1670

How to split records

Hi, We have an input file in the format: Col1 Col2 Col3 A B aaa A B bbb A B ccc A B ddd A B eee C D fff E F ggg E F hhh E F iii E F jjj We have to split the records into 2 files when the number of records based on the key (Col1, Col2) is greater than or equal to 3. So, the requirement is to have 2 o...
by sundrop
Tue Oct 23, 2007 9:40 am
Forum: General
Topic: Best Practices for IDOC Load
Replies: 3
Views: 2136

Would I use the ABAP extract stage to build the lookup locally to my job?
by sundrop
Mon Oct 22, 2007 1:59 pm
Forum: General
Topic: Best Practices for IDOC Load
Replies: 3
Views: 2136

Best Practices for IDOC Load

I'm working with a test version of the R/3 PACKs and I'm trying to load some data into SAP using an IDOC. One of the fields that are required to load the IDOC is not available from the source but the field is required for the load of the IDoc. The field I need is available on the target SAP system. ...
by sundrop
Thu Oct 04, 2007 7:32 am
Forum: General
Topic: How to Design a job
Replies: 1
Views: 1385

How to Design a job

I'm new to DataStage and have a how to question. I need to post some Invoice information to SAP using IDOCs. I have two sequential files. One with Invoice header information and the other with Invoice line items, freight items and tax items for an invoice. I need to determine if the Invoice has a fr...