cancel
Showing results for 
Search instead for 
Did you mean: 

DTW AR Invoice fails due to numbering sequence

jmccann
Discoverer
0 Kudos

I am running a DTW to bimport AR Invoice, wher we use the same numbering sequence as an external system (Handwritten =tYES).

The Default numbering series are set to Primary, for AR Invoice, and Journal Entries

A last number has been set for the Primary numbering series, and the new manual number will be outside this range

I have put "1" in the series Series column - this is the number of the primary series.

The OINV import file looks like;

DocNum,DocType,HandWritten,Printed,DocDate,DocDueDate,CardCode,CardName,Address,NumAtCard,DocCurrency,DocRate,DocTotal,Reference1,Reference2,Comments,JournalMemo,PaymentGroupCode,DocTime,SalesPersonCode,TransportationCode,Confirmed,ImportFileNum,SummeryType,ContactPersonCode,ShowSCN,Series,TaxDate,PartialSupply,DocObjectCode,ShipToCode,Indicator,FederalTaxID,DiscountPercent,PaymentReference,DocTotalFc,Form1099,Box1099,RevisionPo,RequriedDate,CancelDate,BlockDunning,Pick,PaymentMethod,PaymentBlock,PaymentBlockEntry,CentralBankIndicator,MaximumCashDiscount,Project,ExemptionValidityDateFrom,ExemptionValidityDateTo,WareHouseUpdateType,Rounding,ExternalCorrectedDocNum,InternalCorrectedDocNum,DeferredTax,TaxExemptionLetterNum,AgentCode,NumberOfInstallments,ApplyTaxOnFirstInstallment,VatDate,DocumentsOwner,FolioPrefixString,FolioNumber,DocumentSubType,BPChannelCode,BPChannelContact,Address2,PayToCode,ManualNumber,UseShpdGoodsAct,IsPayToBank,PayToBankCountry,PayToBankCode,PayToBankAccountNo,PayToBankBranch,BPL_IDAssignedToInvoice,DownPayment,ReserveInvoice,LanguageCode,TrackingNumber,PickRemark,ClosingDate,SequenceCode,SequenceSerial,SeriesString,SubSeriesString,SequenceModel,UseCorrectionVATGroup,DownPaymentAmount,DownPaymentPercentage,DownPaymentType,DownPaymentAmountSC,DownPaymentAmountFC,VatPercent,ServiceGrossProfitPercent,OpeningRemarks,ClosingRemarks,RoundingDiffAmount,ControlAccount,InsuranceOperation347,ArchiveNonremovableSalesQuotation DocNum,DocType,Handwrtten,Printed,DocDate,DocDueDate,CardCode,CardName,Address,NumAtCard,DocCur,DocRate,DocTotal,Ref1,Ref2,Comments,JrnlMemo,GroupNum,DocTime,SlpCode,TrnspCode,Confirmed,ImportEnt,SummryType,CntctCode,ShowSCN,Series,TaxDate,PartSupply,ObjType,ShipToCode,Indicator,LicTradNum,DiscPrcnt,PaymentRef,DocTotalFC,Form1099,Box1099,RevisionPo,ReqDate,CancelDate,BlockDunn,Pick,PeyMethod,PayBlock,PayBlckRef,CntrlBnk,MaxDscn,Project,FromDate,ToDate,UpdInvnt,Rounding,CorrExt,CorrInv,DeferrTax,LetterNum,AgentCode,Installmnt,VATFirst,VatDate,OwnerCode,FolioPref,FolioNum,DocSubType,BPChCode,BPChCntc,Address2,PayToCode,ManualNum,UseShpdGd,IsPaytoBnk,BnkCntry,BankCode,BnkAccount,BnkBranch,BPLId,DpmPrcnt,isIns,LangCode,TrackNo,PickRmrk,ClsDate,SeqCode,Serial,SeriesStr,SubStr,Model,UseCorrVat,DpmAmnt,DpmPrcnt,Posted,DpmAmntSC,DpmAmntFC,VatPercent,SrvGpPrcnt,Header,Footer,RoundDif,CtlAccount,InsurOp347,IgnRelDoc 427824,I,tYES,,20191018,,ANG001,,,PO#(AH1234,,,14.03,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

What needs to be changed on this OINV file?

Accepted Solutions (0)

Answers (1)

Answers (1)

jhozz
Explorer
0 Kudos

Hi jmccann, you can try set the '--' value on the "DocSubType" field.

Also you can excecute this query to make sure if the "Series" value is correct.

SELECT *  FROM NNM1 T0 WHERE T0."ObjectCode" ='13' AND  T0."DocSubType" ='--'

Jhosser.