B1IF warehouse Transfer Document Duplication To Empty Document.

HI All,
I currently have a stock transfer process that creates a successful transfer and also an invalid transfer in SAP.
The First document submits perfectly but somewhere in the background there is a second document added of the stock transfer which does not match the conditions of sap as a valid stock transfer.
The document does not contain any data. no dates, items or quantities.
When the process is finished and you browse for it in sap it says in the error message "No matching records found".
it assigns a Docentry/Docnum to the document.
I need this to not be occur. I am not sure if it is a SAP B1IF Bug or an issue with something setup on my side incorrectly.
Any help regarding this would be greatly appreciated.
Regards, Gideon.

Hi Gideon,
You always need to add the <row> in the object header xml as well...
- <StockTransfer xmlns=""> 
- <row> 
- <DocDate> 
- <xsl:call-template name="b1ilib.strgReplace"> 
<xsl:with-param name="subs" select="''" />  
<xsl:with-param name="var" select="'-'" />  
<xsl:with-param name="wstrg" select="$msg/vpf:InventoryTransaction/vpf:DataArea/vpf:InventoryTransaction/vpf:InventoryTransactionsHeader/vpf:TransactionDate" />  
</xsl:call-template>
</DocDate>
- <TaxDate> 
- <xsl:call-template name="b1ilib.strgReplace"> 
<xsl:with-param name="subs" select="''" />  
<xsl:with-param name="var" select="'-'" />  
<xsl:with-param name="wstrg" select="$msg/vpf:InventoryTransaction/vpf:DataArea/vpf:InventoryTransaction/vpf:InventoryTransactionsHeader/vpf:TransactionDate" />  
</xsl:call-template>
</TaxDate>
</row>
</StockTransfer>
T Then it works without adding that blank Stock Transfer.
   Kind Regards,
   Brenden Draper

Similar Messages

  • Contents in Documents Folder Suddenly Empty

    I'm a single user and I found that today my contents in documents folder suddenly empty. I also noticed that my free space doesn't have any change (the documents folder contents contain of thousands SVG, Ai, EPS, PSD, PNG, JPG, files). Unfortunately I don't have time machine, I just bought this mac for about three months ago. This is so frustrating.
    I tried to:
    -check my trash bin, nothing found
    -search my files over spotlight and finder, nothing found
    -restart my mac, nothing happened
    -verify disk permissions, found one invalid permissions, fixed
    -verify disk, no problems found
    I tried another solutions:
    in terminal (ls -ael ~/Documents)
    ls -ael ~/Documents
    total 24
    drwx------+  8 riccotjhang  staff   272 Oct 15 17:13 .
    0: group:everyone deny delete
    drwxr-xr-x+ 37 riccotjhang  staff  1258 Oct 15 13:58 ..
    0: group:everyone deny delete
    drwxrwxrwx@  3 riccotjhang  staff   102 Apr  7  2012 .12SVF2G1IP1DCG
    -rw-r--r--@  1 riccotjhang  staff  6148 Oct 15 17:13 .DS_Store
    -rwxrwxrwx@  1 riccotjhang  staff     0 Jul  3 19:48 .localized
    drwxr-xr-x   3 riccotjhang  staff   102 Oct 11 20:36 Adobe
    drwxr-xr-x   2 riccotjhang  staff    68 Oct 12 23:18 Adobe Scripts
    drwx------   4 riccotjhang  staff   136 Oct 15 13:19 SeamlessPro
    squirtle:~ riccotjhang$
    Tried recover through diskdrill (both quick scan and deep scan)
    BUT NOTHING FOUND what's in my documents folder.
    What would cause the contents of my "documents" folder to suddenly disappear?
    Right now I'm scanning my Mac if there's any virus. I'll update soon if I found any.

    There is not malware involved. It's extremely unlikely that you would have any Mac malware, though the scan may well turn up some Windows malware attached to e-mail messages or something similar.
    As to what the problem is, that's hard to say. One possibility is that you have somehow accidentally moved them to a different folder. Since Spotlight does not search everywhere and could be handicapped if something is wrong with the search indices, try searching for one file whose name you know with certainty using EasyFind.
    Unfortunately, whatever may have happened, if those files can no longer be found on your hard drive and cannot be found by data recovery tools, they are gone for good since you don't have any backups.

  • "Empty document Found" error while sending a text file

    Below is the error I'm getting while I'm trying to send a txt file using a fiel adapter.
    Channel FILE_TLE_Sender_SalesOrder_CC: Converted complete file content to XML format.
    Channel FILE_TLE_Sender_SalesOrder_CC: Empty document found - proceed without sending message.
    File "/data/TLE/XS1/inbound/850/Test_SalesOrder_3064_12-15-10.txt" deleted after processing.
    On the Communication Channel this is what I have:
    Recordset Name: DOCUMENT_ROOT
    Recordset Structure: DOC_HEADER,1,PO_HEADER,1,TAX,,FREIGHT,,SPECIAL_SHIP,,DOCUMENT_NOTE,,SHIP_TO_ADDRESS,,PRODUCT,,LINE_SHIP,,LINE_ITEM_NOTE,,ASSOC_LINE,,ORDER_MEMO,,DOC_TRAILER,1
    Key Field Name: keyfield
    DOC_HEADER.fieldNames    Value: keyfield,Source_System,Source_SUB_System,Source_Doc_Type,Source_Doc_Gen_Date,Source_Doc_Gen_Time,Source_Company,Source_Division,Source_Party_ID,Source_Ship_Location,Source_Sell_Location,Event_Name,Application_Program_File,Application_Program_Name,Destination_System,Destination_SUB_System,Destination_DOC_Type,Destination_Company,Destination_Division,Destination_Party_ID,Destination_Ship_Location,Destination_Sell_Location,Interchange_Control_Number,Group_Control_Number,Document_Control_Number,Date_Translated,Time_Translated,Primary_Key
    DOC_HEADER.fieldFixedLengths  Value: 30,30,30,30,10,4,30,15,30,20,20,8,30,30,30,30,30,30,15,30,20,20,10,10,10,10,4,30
    DOC_HEADER.keyFieldValue        Value: DOC_HEADER
    DOC_HEADER.lastFieldsOptional       Value: YES
    DOC_HEADER.endSeparator           Value: 'nl'
    Then I have same pattern for PO_HEADER, TAX and so on....
    Can someone tell me why this error is happening?  I'm using the same exact parameters in another XI environment and there's no error there.

    > Channel FILE_TLE_Sender_SalesOrder_CC: Empty document found - proceed without sending message.
    > Can someone tell me why this error is happening? 
    Maybe your source file is empty?
    This is exact what the error message says.

  • Receiver File Adapter - Empty document found error

    Hi,
    I have a slight issue that I do not understand.
    For example, I have a file that is 256 bytes in size and definitely has some content. However, when the file adapter processes the file it says in the log "Empty document found" - but I can see the file has content.
    Any ideas ? I am using using XI 3.0 SP19.
    Cheers
    Colin.

    hi colin,
    i will agree with u,
    may be the XI can not understand your test data,
    can u tell me the language of test data.
    In file adapter go to encoding select TEXT and  UTF-8.
    may be this will works.
    regards
    sandeep.

  • Empty Document Found: Problem due to FCC

    My scenario relates to a Sender File Adapter and a Receiver IDoc Adapter.  My Outbound Message Type / Data Type has multiple Complex elements which I later replicated to only three(3) Complex elements to simplify checking the issue. The elements defined in IR are as follows:
    1.EDI_DC: Element occuring once with multiple fields
    2.E2IDKU1: Element occuring 0..unbounded with multiple fields 
    3.E2EDKO3: Element occuring 0..unbounded with multiple fields
    IDirectory has a Sender File Adapter has a Communication channel with the following specifed in FCC:
    Document Name: MT_RecManager_Test_O
    Document Namespace: http://mrgnetwork.com/WF/RecManager
    Document Offset: <nothing specified>
    RecordSet Name: RecordSet
    RecordSet Namespace: <nothing specified>
    RecordSet Structure: EDI_DC40,1,E2IDKU1, *,E2EDK03, *
    RecordSet Sequence: Ascending
    RecordSets per Message: *
    KeyFieldName: SEGNAM
    KeyFieldType: String(Case Sensitive)
    EDI_DC40.fieldNames: SEGNAM,MANDT,DOCNUM,DOCREL,STATUS,DIRECT, EDI_DC40_FILLER1
    EDI_DC40.fieldFixedLengths: 10,3,16,4,2,1,6
    EDI_DC40.keyFieldValue: EDI_DC40
    EDI_DC40.missingLastFields: add
    EDI_DC40.additionalLastFields:ignore
    EDI_DC40.endSeparator: 'nl'
    E2IDKU1.fieldFixedLengths: 30,3,16,6,6,2,3,35,35,3,3
    E2IDKU1.keyFieldValue: E2IDKU1
    E2IDKU1.fieldNames: SEGNAM,MANDT,DOCNUM,SEGNUM,PSGNUM,HLEVEL,BGMTYP,BGMNAME,BGMREF,BGMLEV,BGMACC
    E2IDKU1.missingLastFields: add
    E2IDKU1.additionalLastFields: ignore
    E2IDKU1.endSeparator: 'nl'
    E2IDKU1.keepIncompleteFields: yes
    E2EDK03.fieldFixedLengths: 30,3,16,6,6,2,3,8,6
    E2EDK03.keyFieldValue: yes
    E2EDK03.fieldNames: SEGNAM,MANDT,DOCNUM,SEGNUM,PSGNUM,HLEVEL,IDDAT,DATUM,UZEIT
    E2EDK03.missingLastFields: add
    E2EDK03.additionalLastFields: ignore
    E2EDK03.endSeparator: 'nl'
    E2EDK03.keepIncompleteFields: yes
    ignoreRecordSetName: true
    The test file contents are as follows: (please note that I have pasted the file contents in this limited "Plain Text" field, the lines are wrapping around):
    EDI_DC40  4000000000000000000700 302112233445566
    E2IDKU1                       100000000000000000000000100000001LBXLOCKBX                             1                                       
    E2IDKU1                       200000000000000000000000100000001LBXLOCKBX                             1                                       
    E2EDK03                       10000000000000000000000020000000201120081114092712
    When I run the above file contents with the FCC RecordSet as follows, the Payload is empty and I receive a message that: Empty Document found. Proceed without sending message
    RecordSet Structure: EDI_DC40, 1,E2IDKU1,,E2EDK03,
    When I run the above file contents with the FCC RecordSet as follows, the Payload is correctly formed and I receive my message in the Integration Engine and can see it in SXMB_MONI:
    RecordSet Structure: EDI_DC40, 1,E2IDKU1,2,E2EDK03,1
    I want to be able to specify an asterisk "*" in RecordSet Structure as the file contents can vary for KeyFields E2IDKU1 and E2EDK03.
    I have seen various messages in SDN referring to checking the File contents and FCC and I have already done so without any results.  This feature has been widely used in PI.  Is there a change in PI 7.0.  We are currently running PI 7.0 / SP12.  Please advise.
    Channel <Channel Name>: Empty document found. Proceed without sending message.
    Please note that as stated before that if I change the RecordSet Structure and DO NOT specify an asterisk "*", I do not get the "Empty document found message" and the message actually appears in Integration Engine with a payload.
    Thanks in advance for your input.
    Edited by: Ravinder Masuta on Nov 25, 2008 3:43 AM
    Edited by: Ravinder Masuta on Nov 25, 2008 3:45 AM
    Edited by: Ravinder Masuta on Nov 25, 2008 3:47 AM
    Edited by: Ravinder Masuta on Nov 25, 2008 3:48 AM

    i missed the asterick
    RecordSet Structure: EDI_DC40,1,E2IDKU1,*,E2EDK03,*
    If you give the above recordset structure, what is the result?

  • Empty document found. Proceed without sending message

    Hi All,
    I have a file CC and it works fine , simple file.
    But when I add Trailer to it... then I have no output file..Instead the CC channel shows that the document is empty and cannot proceed:
    Here is the details ( Watch the Trailer added)
    ZOUT_MT 11 -ZIN_MT 11
    Recordset 1--1
    Rec 1unboundedTest01 1-----unbounded
    key(string) 1...1----
    key 1..1(string)
    name11(string) 1..1----
    name21 1..1(string)
    name12(string) 1..1----
    name22 1..1(string)
    Trail 1...1 -
    Trail 1---1
    key(string) 1..1 -
    key 1..1(string)
    test(string) 1...1 -
    test1..1 (string)
    In Config: Sender File CC
    Doc Name :ZOUT_MT
    Doc namspace : http://mytest.com/test1
    RecordsetName : Recordset
    Recordset Structure : Rec,*,Trail,1
    Key Field Name : key
    Recordset per message : 1
    Rec.fieldNames : key,name11,name12
    Rec.fieldSeparator : ,
    Rec.endSeparator : 'nl'
    Rec.processConfiguration: FromConfiguration
    Rec.keyFieldValue : 1
    Trail.fieldNames: key,test
    Trail.endSeparator: 'nl'
    Trail.processConfiguration : FromConfiguration
    Trail.keyFieldValue : 1
    Trail.fieldSeparator : ,
    From all this work above , when I put the file having:
    1,111,112
    1,222,223
    1,333,334
    1,99
    The output file in empty (null)...
    Does anyone out there understand why the output file is becoming null..
    here is the log I get in workbecnh (commuunication channel)
    Audit Log for Message: c1a434f5-ad9f-4a26-08c1-e7d579a5927a
    Time Stamp Status Description
    21.01.2009 11:48:22 Success Channel ztest_sender_cc: Entire file content converted to XML format
    21.01.2009 11:48:22 Warning Channel ztest_sender_cc: Empty document found. Proceed without sending message
    21.01.2009 11:48:22 Success File "/mylocation/interface/SCM/somefolder/in/shilpagirlsinput.txt" deleted after processing

    keyFieldValue must be different for Rec and Trail, keyfield is to distinguish Rec and Trail, their value must be different, otherwise how can you tell which record is Rec, and which is Trail?
    Try to put different keyfield value, chang the input file and run the scenario.
    Also because you specified cardinality 1...1 for Trail element, and 1 is used as keyfield for Rec, XI thinks there is no Trail in the outbound file, thus it produces empty document warning as Trail is required to be present by cardinality 1...1
    Jayson

  • Empty document in communication channel

    Hi Expert!
    I need your help. I have a problem with loading file with an old interface and I need to understand why...
    No exist messagges about the error in monitor.
    I only find the follow messagge in channel log:
    Channel CC_123_ABC_Snd: Empty document found - proceed without sending message.
    I've check all data convertion and are right. I suppose that the problem is in .xsl  convertion file.
    exist a method for debug the convertion?
    Best regards
    Anima

    Anima ,
    This is not an error.
    The source file is not having any data in it and thats why the channel log shows
    Channel CC_123_ABC_Snd: Empty document found - proceed without sending message.
    Also the Comm Channel must be having tickmark for the  field Process empty file checkbox (assuming FILE communication.)

  • FCC problem:  Empty document found. Proceed without sending message

    Hi all,
    I am doing FCC to FCC scenario.
    In that I am getting the following message in Communication channel Monitoring.
    <b>Channel CC_File_FILBAS009_Sender</b>: Entire file content converted to XML format
    <b>Channel CC_File_FILBAS009_Sender</b>: Empty document found. Proceed without sending message
    File "/temp/xidelivery/send/FILBAS009_input.txt" archived after processing
    and My File structure is as follows..
    RS
    -HEADER
    Field1
    Field2
    Field3
    -DATA
    Field4
    Field5
    Field6
    -TRAILER
    Field7
    Field8
    Field9
    FCC Parameters are:
    RecordsetName : RS
    HEADER.fieldFixedLengths                   :  5,1,5
    HEADER.fieldNames                            :  Field1,Field2,Field3
    HEADER.keyFieldName                       :  Field2
    HEADER.keyFieldValue                       :  'H'
    HEADER.endSeparator                        :  'nl'
    In the same way I gave conversion parameters to DATA and TRAILER also.
    Can any one tell me what is the problem?
    Regards,
    Pavani

    hi pavani,
    excuse me about my previous reply.
    I was just checking your FCC parameters. I see fieldseparator missing and also is it possible to paste sample input data.
    I fieldsepartor is also not necessary since you have fiexedlengths. Since you say FCC to FCC and you paste the receiver FCC parameters
    regards
    Ramesh P
    Message was edited by:
            Ramesh P

  • Error: Empty document found - proceed without sending message.

    Hi,
    I am using FCC in my Sender CC.
    Error:  Information     Channel CC_XXXXXXXXXXXXXXXXXX: Converted complete file content to XML format.
              Warning     Channel CC_XXXXXXXXXXXX: Empty document found - proceed without sending message.
    Thnaks,
    Satya

    Hi,
    Check this link.. Do you create input file similar to the link describe?
    Empty document found. Proceed without sending message

  • Save an empty document in InDesign CC and Illustrator CC takes more than 3 min.

    Save an empty document in InDesign CC and Illustrator CC takes more than 3 min.
    The same if you open an empty document.
    I monitored the application status using Activity Monitor and every time I saved a document the application didn't respond then, after about three minutes, comes back to life.
    I'm working on a MacBook Pro, 2.6 Ghz, 8 Gb Ram with OS X 10.9.
    Please let me know If someone else had the same issue because I use Adobe softwares not only for my personal job but also to show people how Adobe software works...
    Thanks.
    Andrea Spinazzola

    Adobe Drive is the reason!
    Please communicate this to everybody massively because I think is the reason why many Adobe CC users refer about bad performance.
    I heard many issues related to this and no one talk about this.
    Thanks Hank.

  • I have tried to access my recently subscription to transfer from PDF in word documents

    I have tried to access my recently subscription to transfer from PDF in word documents  

    Did you sign in with your Adobe ID?
    Anyway, this is the wrong forum; try → http://forums.adobe.com/community/exportpdf

  • Create empty Document with DOM level 3

    im trying to create an empty document using the DOM level3 api, and am not sure how to do it. i can parse an existing document using an LSParser etc, but not sure if i can use the same implementation to create an empty document, there seems to be no method to do this.
    any ideas?
    Adam

    The org.w3c.dom.ls API is for loading, storing and filtering an XML document.

  • PDF saving problem CS6- empty document

    Hello, can someone help me saving on my cs6 indesign to PDF? I've been having problems with it, the images sometimes do not apear, or it marks a mistake, and after i close it, its ok.
    My real problem is that I did my thesis on InDesign, its about 180 pages with big format images, it has never let me save on PFD, in fact, it just saves it as an empty document.
    PLEASE!!! Could someone help me? Im so nervous, I must print it already.
    Thank you so much!

    Thank you for answering I saved my doc, but every time i tried saving it in PDF it would save/export as an empty document.
    I tried to save it as a links doc, but it overwrote the original doc. and now I have like 2000 docs that are relinked to my original one. And i cant still save it on PDF

  • How can i transfer my photos from my documents to the iTunes library (...and then to iPad2)?

    how can i transfer my photos from my documents to iTunes library and ,later,
    from there to the iPad?

    See Here
    How to transfer or sync content to your computer
    From Here
    http://www.apple.com/support/iphone/syncing/

  • Get empty document size information?

    Hi,
    I need to identify the empty tif files(that is the file which have no data(empty document size)) using scripting. Kindly advise me how to get the information using scripting.
    Thanks for looking into this.

    // select files;
    if ($.os.search(/windows/i) != -1) {var theFiles = File.openDialog ("please select files", '*.jpg;*.tif;*.pdf;*.psd', true)}
    else {var theFiles = File.openDialog ("please select files", getFiles, true)};
    if (theFiles.length > 0) {
              var theArray = new Array;
              for (var m = 0; m < theFiles.length; m++) {
                        theArray.push(theFiles[m].name+" is "+theFiles[m].length+" bytes")
              alert (theArray.join("\n"))
    ////// get psds, tifs and jpgs from files //////
    function getFiles (theFile) {
        if (theFile.name.match(/\.(jpg|tif|psd|pdf|)$/i)) {
            return true

Maybe you are looking for