AutoInvoice - DFF not required but still returns error

Hi all,
We're using autoinvoice to import invoice from other system. We use several DFFs at the line (interface_line_attributes - context specific) as well as the header level (Header_attributes - using Global Data Elements).
A couple of these DFFs are not mandatory - they're extra fields that can be used whenever we need to store more information on the transaction, otherwise they can be left blank. I have set them as not required (Required checkbox on the value set is unchecked), but whenever I leave these DFFs blank the system throws an error "All enabled segments of Transaction Flexfield must have a value". Is there any way to resolve this.
Thanks

What is your application release?
Please see these docs.
Troubleshooting Transaction Flexfields in AutoInvoice [ID 1077555.1]
Setting Up Receivables Descriptive Flexfields [Video] [ID 1068344.1]
You Must Supply Sales Credit Assignments For This Transaction [ID 334599.1]
Line DFF Attribute15 Not Transferred To AR Autoinvoice Interface: RA_INTERFACE_LINES_ALL [ID 1266768.1]
For TCS Why Auto Invoice Is Rejecting Transactions With Transaction Flexfield Must Have A Value [ID 1188738.1]
Invoice Group Default Line Type not Working which Causes Autoinvoice to Fail [ID 1296066.1
Thanks,
Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • When loading my online banking it says untrusted connection but when I try to add exception it says the site has a valid certificate and exception is not required, but still wont connect

    When trying to connect to online banking this is what I get.
    This Connection is Untrusted
    You have asked Firefox to connect
    securely to www.txn.banking.pcfinancial.ca, but we can't confirm that your connection is secure.
    Normally, when you try to connect securely,
    sites will present trusted identification to prove that you are
    going to the right place. However, this site's identity can't be verified.
    What Should I Do?
    If you usually connect to
    this site without problems, this error could mean that someone is
    trying to impersonate the site, and you shouldn't continue.
    Technical Details
    I Understand the Risks
    When I click on I understand the risks and try to add an exception I get this:
    This site provides valid, verified identification. There is no need to add an exception.
    yet I can't get passed this and connect to the site!

    What are the Technical details showing as the cause?
    Check the date and time in the clock on your computer: (double) click the clock icon on the Windows Taskbar.
    *https://support.mozilla.org/kb/Secure+Connection+Failed
    Try to rename the file cert8.db to cert8.db.old in the Firefox Profile Folder to remove all intermediate certificates that Firefox has stored by visiting secure websites.<br />
    If that helped to solve the problem then you can remove the renamed file cert8.db.old unless you have user certificates that you may want to export first and import them in the new file.<br />
    Otherwise you can restore the certificates by renaming (copying) the file back to cert8.db<br />
    Firefox will automatically store new intermediate certificates when you visit websites that send them.<br />
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder

  • Trying to log into firefox but keep getting firefox is in offline mode and can't browse the web, I've unchecked the work offline in the file menu but still get error message...

    trying to log into firefox but keep getting firefox is in offline mode and can't browse the web, I've unchecked the work offline in the file menu but still get error message...

    The work offline option can be found from Firefox button -> Web developer or from the menubar toolbar -> Work offline (Or at least thats what happens in Windows).
    Have you any other reason for being offline; router off, firefox not dialing up or whatever. Or is security software or a firewall blocking firefox, or a network connection, or firefox setting etc set wrongly.
    See also
    *[[cannot connect after upgrading firefox]]
    *[[options window - advanced panel]]
    * [[error loading web sites]]

  • Hi Anil, I was able to compile the Maven test build successfully but still has errors.

    Hi Anil, I am not able to compile the Maven test build successfully but still have errors/warning messages. Can you please help me or tell me if I can
    processed with the tutorials. Thanks.
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
    instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>Maven-Test</groupId>
      <artifactId>Maven-Test</artifactId>
      <version>0.0.1-SNAPSHOT</version>
      <packaging>pom</packaging>
       <dependencies>
    <!-- check if <sap.cloud.sdk.version> and <sap.cloud.sdk.path> in settings.xml are correct -->
    <!-- SAP HANA Cloud SDK dependency -->
    <dependency>
    <groupId>Maven-Test</groupId>
    <artifactId>Maven-Test</artifactId>
    <version>1.48.16</version>
    <scope>system</scope>
    <systemPath>C:/dev/hanacloud.sdk/1.48.16</systemPath>
    </dependency>
    <!-- check if <eclipse.path> and <sap.cloud.ui5.version> in settings.xml are correct -->
    <!-- SAPUI5 dependency -->
    <dependency>
    <groupId>Maven-Test</groupId>
    <artifactId>Maven-Test</artifactId> (I am getting error here)
    <version>1.18.8</version>
    <scope>system</scope>
      <systemPath>C:/dev/eclipse</systemPath>
    </dependency>
    </dependencies>
    </project>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    [INFO] Scanning for projects...
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for Maven-Test:Maven-Test:pom:0.0.1-SNAPSHOT
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar should use a variable instead of a hard-coded path C:/dev/hanacloud.sdk/1.48.16 @ line 16, column 14
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar should use a variable instead of a hard-coded path C:/dev/eclipse @ line 25, column 15
    [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: Maven-Test:Maven-Test:jar -> version 1.48.16 vs 1.18.8 @ line 20, column 14
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar refers to a non-existing file C:\dev\eclipse @ line 25, column 15
    [WARNING]
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING]
    [INFO]                                                                        
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Maven-Test 0.0.1-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
    Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (5 KB at 4.3 KB/sec)
    [INFO]
    [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ Maven-Test ---
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3.507s
    [INFO] Finished at: Mon Mar 24 02:27:14 EDT 2014
    [INFO] Final Memory: 5M/99M
    [INFO] ------------------------------------------------------------------------

    It's probably best to close thread and that I start a new one. I think that I have gone off on a tangent here. Yes SSIS isn't doing much of a job in reporting errors but my main concern is the error itself.
    I am trying to port an SSIS Script Task from SQL 2008 to SQL 2012. Is uses the ReportExecution2005 web service to run SSRS reports. The really strange thing is that, even though the same web reference is used, different methods seem
    to be available in SQL 2008 and SQL 2012. This doesn't sound right to me, if you refer to the same Web Service you should see the same metros or am I wrong about that.
    For example in SQL 2008 there is ReportExecutionService
    object but on the SQL 2012 to service there only seems to be
    ReportExecutionServiceSOAPClient.
    R Campbell

  • My billing address is correct, but the i keep getting that my security code is incorrect and can't download apps.  I have re-entered all of my information in my account, but still get error message.  How to over-ride?

    My billing address is correct, but the i keep getting that my security code is incorrect and can't download apps.  I have re-entered all of my information in my account, but still get error message.  How to over-ride?

    If you have American Express, your 4-digit security code is on the front. If you have VISA or MasterCard, your 3-digit security code is outside the signature block on the back of your credit card. It happens to me also.

  • Traffic not showing in Notifications IOS 7. I have all turned on in notifications and location services allowed in Maps. I have been all over internet, followed set up instructions, even re-set settings (fixed weather not showing) but still no traffic?

    Traffic not showing in Notifications IOS 7. I have all turned on in notifications and location services allowed in Maps. I have been all over internet, followed set up instructions, even re-set settings (fixed weather not showing) but still no traffic?

    I should clarify: I didn't know it fell out, but I check my phone often enough that there were only about 10 minutes between when I last put it in my pocket and then realized it wasn't there.
    We asked everyone around us if they saw it, and like 10 people were helping us look. But my husband used Find My iPhone and the Prey app right away when we realized it was missing (again, at most 15 minutes from the last time I used it) and it was already in offline / "cannot locate" mode.

  • If my phone is broken and not insured but still under one year old. Can I go to an apple store and get it replaced with a new one?

    My lock button has stopped working and need to get it fixed. Would it be possible if my phone if not insured but still under warranty to go to an apple store and get it replaced with a new one? Or do you have to be insured?

    The iPhone has a one year warranty. So you should be able to get it replaced free unless you damaged it. You can check the warranty status here: https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Make an appointment at the local Genius Bar ahead so you won't have a long wait. http://apple.com/retail and click on Genius Bar.

  • I can't sign into my account, have reset password but still get error message

    I can't sign into my account, have reset password but still get error message

    Please give full details about your setup and problem, so that we may be able to understand it.

  • HT204088 I found my bill always charge 2 times for 1 app. even is not much but still unreasonable.

    I found my bill always charge 2 times for 1 app. even is not much but still unreasonable.

    http://www.apple.com/support/contact/

  • Macbook pro says not charging but still the battery is charging

    macbook pro says not charging but still the battery is charging

    This isn't reference in any of the online support material that I've seen. Do you have a link to support this? Just curious is all.
    I had a similar issue on my wife's '09 MBP. Initially I thought it was the battery seeing as it's an older machine, but we tried resetting the SMC (after a bunch of other suggestions) and that seems to have done the trick.

  • Download and install newest version but still get error - "requires latest version of flash player"

    I keep getting a message that something won't work because the latest version of flash player needs to be installed.  I go through the download and install for flash player but still get the message.  After the install I never get any setup steps.  I have tried uninstalling what ever version of flash player is on my computer before the download and install but it doesn't help.
    I also tried to delete Adobe photoshop Elements 9 and Adobe Premiere Elements 9 but I could not get it to work. I get a message that "This action is only valid for products that are currently installed."

    Removed your phone numbers as I'm assuming you don't want these posted on a public forum.
    Can you try going through the steps outlined in the two faq's below.  Also, where you able to go to the Flash Player Version page and see both the animation and flash player version number displayed?
    Enabling Flash Player in Internet Explorer
    ActiveX Filtering in Internet Explorer

  • CC will not update but no specific error

    I am at the end of my rope - I've had CC for months now, it took chatting with an agent to get it installed.  I have yet to be able to update it.  I've been prompted several times to update it and each time it gets almost finished and it says "update failed to install"  No number, no specific error message.  Just can't do it.  My LR and PS work fine and do seem to update, but not CC.  I have tried the obe.old - it worked way back when I first installed CC, but not now.  I've uncover the hidden admin, I've tried to update from there nope.  I've tried to uninstall CC from both my signon and the admin and it says "Uninstalled with errors"...??  And yet, still will not reinstall/update.  "failed to install" over and over and over.  I even looked at two install logs from today but couldn't really find anything - one even said "no errors".  I am livid that I bought into this whole CC thing.  How can I get this back on my laptop and working properly so I do not go through this EVERY single time there is an update??
    Thank you for ANY help!!!

    Hi jen.a.murray,
    I am sorry for the inconvenience you have been facing. Looking from your post I can see that you have tried hidden admin, tried uninstalling, checked the log files but still the same error.
    Could you please let me know:
    Version of Mac you are using
    Are you on a managed network. If yes follow the kb: http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html .
    If you are using Mac v 10.7 or above and not in a managed network then please try the below mentioned steps:
    Navigate to:
    Applications/Utilities/Adobe Installers and uninstall all Adobe softwares.
    Run the CC cleaner tool to remove any leftover ruminants: http://www.adobe.com/support/contact/cscleanertool.html .
    Remove all Adobe folder:
    Library/Application Support/Adobe and remove it.
    Applications and remove any Adobe folder
    Applications/Utilities and remove Adobe and Application Manager/Creative Cloud folder
    ~/Library/Application Support/Adobe and remove Adobe folder. (http://helpx.adobe.com/x-productkb/global/access-hidden-user-library-files.html)
    ~/Library/Preferences and remove any Adobe preferences.
    Restart your machine, download and install the software again and try to update.
    Please let us know whether it worked.
    Regards,
    Romit Sinha

  • When I add a Disc Menu I get an error message: "Sorry, a serious problem occurred and Premiere needs to shut dow..."  I am using Premiere Elements 10 on a MacbookPro.  I have uninstalled and deactivated and reinstalled but still same error.

    When I add a Disc Menu I get an error message: "Sorry, a serious problem occurred and Premiere Elements needs to shut dow..."  I am using Premiere Elements 10 on a Apple MacbookPro.  I have uninstalled and deactivated and reinstalled but still get same error.

    cyclone
    What video card/graphics card does your Mac computer use? NVIDIA GeForce? If so, please read the description and solution for the Premiere Elements/NVIDIA GeForce issue in the Announcement on the matter at the top of this forum. Any questions or need clarification on that, please do
    not hesitate to ask.
    What specific disc menu theme or themes are associated with this program failure? What is the exact place where the problem hit..
    a. just clicking on Disc Menu header
    b. dragging Disc Menu from the display of themes into the Disc Menu area customization screen
    c. selecting your menu in the display of choices and then hitting Apply
    d. other
    Are you running Premiere Elements 10 from a User Account with Administrative Privileges?
    Is this a "it worked before but not now" or "it never worked before" type issue.
    On the Windows side of things, application of Run As Administrator as well as the User Account with Administrative Privileges has been know
    to resolve some of these issues. I am strictly an Elements Windows user. What is the Mac side of the story for Run As Administrator? At any
    rate, are your computer permissions in order?
    Just to cover all bases, do you have the latest version of QuickTime installed on your computer with Premiere Elements 10?
    Let us start here and then decide what next.
    Thank you.
    ATR

  • Jview classpath solved but still an error

    After entering these two lines i resolved the classpath problem, but there is still
    an error :
    D:\Weblogic>set classpath=
    D:\Weblogic>jview /cp d:\weblogic\classes\boot;d:\weblogic\classes;d:\weblogic\l
    icense;d:\weblogic\lib\weblogicaux.jar;d:\weblogic\myserver\serverclasses /d:web
    logic.system.disableWeblogicClassPath=true weblogic.Server
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at weblogic/Server.startServerStatically
    at weblogic/Server.main
    at weblogic/Server.main

    Here is a link to a post that has a video in it that is very informative about your error message and problem.
    Hope this helps.
    http://h30434.www3.hp.com/t5/Printing-Issues-Troubleshooting/officejet-pro-8500-wireless-says-clear-...
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • 'SubVI not executabel', but has no error?

    Hi all,
    I've got a quite large project (400+ VIs) in LV 7.1 (english) on a German W2k.
    In the last weeks I had some situations, that, during editing, the main VI was not executabel. The Error List showed that one of the subVIs was not executabel. When choosing that SubVI, the run arrow was broken, but the Error List did not show any cause. Weird!!!
    After doing some editing this went away and all was good.
    I can not remember having done any special actions; it might even have helped to delete and recreate a wire.
    Is this a known issue? Is it serious? Anything to be done?
    Greetings from Germany!
    -- Uwe

    Shane, Carsten,
    I might have not been as clear as possibel. Sorry for that.
    No, the SubVI was neither executed nor 'reserved for execution' by another process. It simply showed a broken arrow, which in my understanding shows an error in the particular VI or problems in a subVI. In this case one could normally follow the path in the error list down to the broken subVI.
    But here I came to a 'final' subVI with a broken arrow, that showed no errors in the Error list but still had a broken arrow.
    Looks like some insane objects within LV, does'nt it?

Maybe you are looking for

  • Need to set PDF options in printer settings thro scripting

    Hi All, I need to change PDF options like "Adobe PDF options:smallest file size",in acrobat 9 pro to get copy of the opened file through printing the document thro its Adobe default printer name. through acrobat settings.I canrt find this properties

  • Content Conversion - Ignore Fields

    Hi, Is it possible to ignore fields when converting from XML to a flat file ? For example if my input XML is: <RecordSet> <Record>    <f1>a</f1>    <f2>b</f1>     <f3>c</f1> </Record> <Record>    <f1>d</f1>    <f2>e</f1>    <f3>f</f1> </Record> </Rec

  • Cleaning a moth turd off of my iMac 24" Screen

    So, moments ago I'm sitting here happily surfing the web and a moth is attracted to my brand new 24" iMac screen and leaves his calling card. A wet dot of poop the size of the letter "o", maybe a tad smaller. So I gently wipe it with a soft cloth and

  • Select multiple lines in ALV list

    Hi Everyone, I have an ALV list which has checkboxes. Now when we select the check boxes and press enter it should  take me back into the program with only those lines in an internal table for which the checkboxes have been clicked. Is this possible.

  • Services and Items

    I'm new to SAP, we run an ISP I'm trying to input a list of services/products, but i notice that SAP manages items not services or products. although on the invoice i have the option to post for a service but there is no list related to it I suppose