Error in address output (name not filled).

Hii
When am Printing FI BANK PAY RECEIPT ,
Its showing an error message :
Error in address output (name not filled).
Message no. SSFCOMPOSER323
Can u please guide me why its showing this error ?
Thanks in Advance
SATYA

Hi,
I see that you solved this issue on SMARTFORM where you were getting following error: SSFCOMPOSER323
How did you solve it? I am facing the same issue and i have maintained all the data? Atleast thats what i think.
I would really appreciate your answer.
Thanks

Similar Messages

  • Error in address output (name not filled). Its urgent

    Hello folks,
    when  i execute smartfrom prog i m getting this error.
    Error in address output (name not filled).
    Message no. SSFCOMPOSER323
    With regards,
    Shashank Reddy

    This is because an  alternate Address Details are being Pulled and the form errors out Since there is a validation in the smartform which needs the NAME1 field to not be Blank.
    I had this issue Printing, emailing a Smart-form for a Purchase Order.  It turned out that the Storage location address was maintained for the Storage location in the PO. 
    I Deleted the Storage location address in the IM. Enterprise Structure > Definition > Materials Management > Maintain Storage Location for the Storage location.
    Table view (V_TWLAD)
    Now that the Alternate Delivery address is not checked , the issue does not arrive anymore. Note:  If the Storage location address is needed, the NAME1 field for the address should not be left blank. Once the NAME1 field is specified, there will be no error printing the Smartform
    <removed by moderator>
    Edited by: Thomas Zloch on Feb 5, 2012 9:05 AM

  • Error in address output

    How to resolve the Error in address output error in smartforms.
    If I want to see the print preview of Po then I am getting the above error.
    any idea for resolving it?

    first make sure that it is maintained properly or not...
    insted of this u can disply different variales know...
    means firstname, last name , city, street etc......
    i feel this is better
    pradeep

  • ERROR[WSDL Parser] Attribute 'name' not found at: wsdl:documentation

    Hello,
    I'm currently having a problem generating the Java source code from a WSDL, because the WSDL2Service ant class bundled with the WLS install (in the /server/lib/webservices.jar library) does not comply with the WSDL XSD.
    Check http://schemas.xmlsoap.org/wsdl/
    Especially if you add a <wsdl:documentation> in your <wsdl:portType> you end up with a WSDLParser error, while the file perfectly validates through Eclipse:
         <wsdl:portType name="ImportPortType">
              <wsdl:documentation>
                   Definitions of available operations through the webservice
              </wsdl:documentation>
              <wsdl:operation name="importData">
                   <wsdl:input message="tns:ImportInput" />
                   <wsdl:output message="tns:ImportOutput" />
              </wsdl:operation>
         </wsdl:portType> The error is:
    [wsdl2Service] Generating web service from wsdl C:\Java\Workspaces\MyWorkspace/WebServices/wsdl/Import.wsdl
    [wsdl2Service] weblogic.webservice.wsdl.WSDLParseException: ERROR[WSDL Parser] Attribute 'name' not found at:<wsdl:documentation>Definitions of available operations through the webservice
    [wsdl2Service]           </wsdl:documentation>
    [wsdl2Service]      at weblogic.webservice.wsdl.WSDLParser.getMustAttribute(WSDLParser.java:263)
    [wsdl2Service]      at weblogic.webservice.wsdl.WsdlPortType.parsePortType(WsdlPortType.java:29)
    [wsdl2Service]      at weblogic.webservice.wsdl.WsdlBinding.parseBinding(WsdlBinding.java:45)
    [wsdl2Service]      at weblogic.webservice.wsdl.WsdlPort.parsePort(WsdlPort.java:46)
    [wsdl2Service]      at weblogic.webservice.wsdl.WsdlService.parseService(WsdlService.java:37)
    [wsdl2Service]      at weblogic.webservice.wsdl.WsdlDefinitions.parseDefinition(WsdlDefinitions.java:38)
    [wsdl2Service]      at weblogic.webservice.wsdl.WSDLParser.visit(WSDLParser.java:71)
    [wsdl2Service]      at weblogic.webservice.WebServiceFactory.createFromWSDL(WebServiceFactory.java:111)
    [wsdl2Service]      at weblogic.webservice.tools.build.internal.WSDL2JavaServiceImpl.runClassgen(WSDL2JavaServiceImpl.java:210)
    [wsdl2Service]      at weblogic.webservice.tools.build.internal.WSDL2JavaServiceImpl.run(WSDL2JavaServiceImpl.java:147)
    [wsdl2Service]      at weblogic.ant.taskdefs.webservices.wsdl2service.WSDL2Service.doWSDL2JavaService(WSDL2Service.java:211)
    [wsdl2Service]      at weblogic.ant.taskdefs.webservices.wsdl2service.WSDL2Service.execute(WSDL2Service.java:131)
    [wsdl2Service]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [wsdl2Service]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wsdl2Service]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wsdl2Service]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wsdl2Service]      at java.lang.reflect.Method.invoke(Method.java:585)
    [wsdl2Service]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [wsdl2Service]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [wsdl2Service]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [wsdl2Service]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [wsdl2Service]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [wsdl2Service]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [wsdl2Service]      at org.eclipse.ant.internal.ui.antsupport.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
    [wsdl2Service]      at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [wsdl2Service]      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
    [wsdl2Service]      at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    [wsdl2Service]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [wsdl2Service]      at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    [wsdl2Service]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wsdl2Service]      at java.lang.reflect.Method.invoke(Method.java:585)
    [wsdl2Service]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [wsdl2Service]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [wsdl2Service]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [wsdl2Service]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [wsdl2Service]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [wsdl2Service]      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    [wsdl2Service]      at org.eclipse.ant.internal.ui.antsupport.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
    [wsdl2Service]      at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [wsdl2Service]      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
    [wsdl2Service]      at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    [wsdl2Service]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [wsdl2Service]      at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    [wsdl2Service]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wsdl2Service]      at java.lang.reflect.Method.invoke(Method.java:585)
    [wsdl2Service]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [wsdl2Service]      at org.apache.tools.ant.Task.perform(Task.java:348)
    [wsdl2Service]      at org.apache.tools.ant.Target.execute(Target.java:357)
    [wsdl2Service]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [wsdl2Service]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [wsdl2Service]      at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [wsdl2Service]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [wsdl2Service]      at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [wsdl2Service]      at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [wsdl2Service]      at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [wsdl2Service]      at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    BUILD FAILED
    C:\Java\Workspaces\MyWorkspace\EAR\ant\build.xml:22: The following error occurred while executing this line:
    C:\Java\Workspaces\MyWorkspace\EAR\ant\build.xml:26: The following error occurred while executing this line:
    C:\Java\Workspaces\MyWorkspace\EAR\ant\build_config.xml:65: weblogic.webservice.tools.build.WSBuildException: weblogic.webservice.wsdl.WSDLParseException: ERROR[WSDL Parser] Attribute 'name' not found at:<wsdl:documentation>Definitions of available operations through the webservice
              </wsdl:documentation> Digging through the WSDLPortType class (package weblogic.webservice.wsdl ) decompiled code, I clearly saw this kind of parsing does not respect the WSDL XSD:
    public class WsdlPortType {
        public WsdlPortType() {
            operations = new ArrayList();
        void parsePortType(WSDLParser wsdlparser, XMLNode xmlnode, Port port) throws WSDLParseException {
            Iterator iterator = xmlnode.getChildren();
            do {
                if(!iterator.hasNext())
                    break;
                XMLNode xmlnode1 = (XMLNode)iterator.next(); // THE NEXT XML NODE IS NOT COMPULSORILY THE <wsdl:operation> ONE!!!
                String s = wsdlparser.getMustAttribute("name", xmlnode1);
                if(wsdlparser.canHandleMethod(xmlnode1)) {
                    weblogic.webservice.Operation operation = port.addOperation(s);
                    WsdlOperation wsdloperation = new WsdlOperation();
                    wsdloperation.parseOperation(wsdlparser, operation, xmlnode1);
                    operations.add(wsdloperation);
            } while(true);
        private ArrayList operations;
    } X-(
    Edited by maxxyme at 03/13/2008 10:34 AM

    I created a new project and tried to repeat the steps to import. Still getting the same error.
    This is my Message type definition if that helps
    <message name="Composite_Weather_ServiceRequestMessage">
              <part name="payload" type="tns1:NDFDgenRequest"/>
         </message>
         <message name="Composite_Weather_ServiceResponseMessage">
              <part name="payload" type="tns1:NDFDgenResponse"/>
         </message>

  • Error 32812 (Specified Tag Name not Defined) from FP Read

    I built an application using LabVIEW 7.1 and FieldPoint 4.1.  It
    performed well until about a week ago.  Suddenly, I started getting
    error 32812 (Specified Tag Name Not Defined) when doing an FP Read to
    read all the channels on an FP-RLY-420.  This is installed at a
    client's site, but my client assures me that nothing changed in the
    computer configuration.  There is a dual serial card installed (SIIG
    Cyberserial DualPCI dual 16550
    RS232 Serial I/O Card), which does seem to cause problems (mouse jumps
    erratically), and I wonder if this card could be contributing to the
    problem, but I'm not sure why I would get the specific error message
    I'm getting.
    In looking for info on the problem, I did find an article on
    registering the MIS files, but I have tried selecting "Find Devices"
    through MAX while logged on as an admin, and the error still occurs.
    If anyone has any ideas as to what could be causing the problem, it would be greatly appreciated.
    Thank you,
    Jason

    Hello Jason,
    I think that the error you are seeing could be caused by either 1) a
    mismatch between the tag names saved on your computer and the actual
    channel names on the module, or 2) a problem with how the serial port
    is communicating with the module (only applies if you are using a
    serial communication module, as opposed to an Ethernet module). 
    For the first issue, you have already tried to reconcile any
    differences in tag names by reregistering the MIS files.  Since
    that didn't work, I would recommend trying to recreate your entire
    FieldPoint system in Measurement & Automation Explorer (MAX),
    including the IAK file.  I know it is kind of extreme, but I would
    recommend just deleting your FieldPoint configuration in MAX, deleting
    the IAK file, and resetting the address and recreating your
    configuration. 
    I think that troubleshooting a serial communication problem could be a
    little more difficult.  I would recommend browsing through the
    following documents for some possible troubleshooting ideas.
    FieldPoint Serial Network Module Common Problems
    Let us know if this solves the problem or if you have any further question.
    Regards,
    Travis Gorkin
    Applications Engineering
    National Instruments
    www.ni.com/support

  • Smart Form .... error in address output

    whwn i m trying to print form its getting error like ....( error in address output)

    hi
    I was also facing the similar issue
    it has very simple solution to it
    in the window where you are printing address  and passing the address no(ADRNR)...that correct address no(adrnr) is not being passed to it thats why you are facing the problem
    for this firstly check if you declaring the address no variable in both input and output paramters in the code of that window and secondly check
    if your  address no(adrnr) is not coming as blank
    this will surely help you
    Thanks

  • Error 32812: specified tag name not found

    Hello,
    I've just started using LabView 7.1 (under Windows) with a Compact Fieldpoint and developed a small data acq. test program. I've built an install and installed the program on another PC. I've also installed MAX onto the target PC and loaded up the Fieldpoint iak file into MAX. Everything worked fine the first time I did this and my program communicated with the Fieldpoint. Now, I've just installed a new version of my program and I'm getting an error 32812 specified tag name not found when I use the FP Read.vi.
    Any ideas what is wrong? I presume that my iak file has the wrong tags in it? But it's the same one saved from my development PC! I did notice a slight difference in the versions of MAX, my development PC has
    3.1.1.3003 and the target PC has 3.1.0.3021. If this is the problem where do I find an updated install for MAX
    Many thanks
    Mike

    Hello Mike-g
    This is a common error. Checkout the following Knowledge base for more information on how to deal with it:
    http://digital.ni.com/public.nsf/websearch/02EB73D02715981A8625682B00774F8F?OpenDocument.
    Hope it helps...

  • FI:While posting MIRO getting Error of Balancing field Segment not filled

    Hello SAP Gurus,
    While  posting MIRO getting Error of Balancing field Segment in line item 001 not filled
    Message No.GLT2201.
    Please suggest me solution for it i read lots of related threats but could not solve this error.

    SPRO-Financial Accounting (New)-General Ledger Accounting (New)-Business Transactions-Document Splitting-Edit Constants for Nonassigned Processes-Select your constant-Double click and Select Assignment of profit center- Enter your dummy profit center here   otherwise
    SPRO-Financial Accounting (New)-General Ledger Accounting (New)-Business Transactions-Document Splitting-Edit Constants for Nonassigned Processes-Select your constant-Double click and Select Assignment of values-Enter here segment.

  • FI Posting Error Balancing field "Profit Center" not filled-Vendor acc

    Dear All,
         System has been Configured the emp. loan and insurance deduction to be posted to respective vendor accounts. while making the FI posting system is throwing error like "Balancing field "Profit Center" in line item 001 not filled".
      We have 8 profit centers.  emp. loan deductions to be posted in vendor acc. across all the profit center wise. Business Area and Cost Center has been maintained properly for all employees in IT 0027 & IT 0001.
      Doc. type also has classified  for doc. splitting(spro>GL acc(new)>Bus. Trans --> Doc. Split --> Classify doc. type for split.).
    How this issue can be solved, kindly help us out.
    Regards,
    Param.

    Hi Murali,
    You are correct,Standard SAP business transaction "0000" and variant "0001" - unspecified posting will not cater the above requirement.
    Doc Type SA does not split. Either you can use "001" in front of SA doc type which I do not recomment, but else create a new Documnet type with 0001.
    In standard configuration in many places SAP has used 0000 whcih does not split. You need to define new doc types as per your requirement and assign business transaction and variant to it as per business need.
    Do let me know if it works.. else we can try something else..
    Regards,
    SAPFICO

  • ARCHIV_CREATE_FILE - creator name not filled

    Hi,
    I'm using FM ARCHIV_CREATE_FILE to upload a file in the generic object services (GOS). Works fine, except the creator name field is not filled when displaying the attachment list from GOS.
    Has anyone encountered this problem? Is there a better FM or method to use?
    Regards,
    Bert

    hello,
    i have the same problem:
    is it possible to archive a file which exists on the application server?
    required for batch processing

  • Read Table : Error Stating mandt field is not filled.

    Dear members,
    I am get syntax error when using Read table statement saying mandt field is not filled, however if I remove the KEY field. it is working fine.
    please let me know, where I am doing mistake. thank you.
    Data : spfli_tab like STANDARD TABLE OF spfli with HEADER LINE.
    SELECT *
           FROM spfli
           INTO TABLE spfli_tab
           WHERE carrid = 'LH'.
    READ TABLE spfli_tab
               WITH TABLE KEY carrid = 'LH'
                                           connid = '2402'.
    IF sy-subrc = 0.
    ENDIF.

    Hi...
    As Eric Said there are two ways...
    For your case use WITH KEY...
    SELECT *
    FROM spfli
    INTO TABLE spfli_tab
    WHERE carrid = 'LH'.
    READ TABLE spfli_tab
    WITH KEY carrid = 'LH'
    connid = '2402'.
    IF sy-subrc = 0.
    WRITE : 'DONE'.
    ENDIF.
    If u specify WITH TABLE KEY then u will hv to pass all key fields mentioned in DDIC...
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

  • Elements 9 Error when creating panorama -  could not fill because there is not enough memory (RAM)

    I have elements 9. I am making a panorama using about 10 images. Each time i click in the box to fill in the edges ( content aware fill) i get the error:  could not fill because there is not enough memory (RAM).
    This is not possible, as i have a machine with 8gb of RAM, and i can clearly see that less than 5GB is utilized.
    I tried converting the individual images to jpeg as this is considerably smaller than RAW but i get the same error.
    In Photoshop preferences i have set the memory to the max amount it allows ( 3255mb in my case). why will it not let me assign more RAM to it?
    I got PSE 9 for content aware fill as i do a lot of panoramas, and if this does not work, its been a waste of 100 euros.

    Yes, this is very common. You can either up the amount of ram available to PSE in the editor preferences, or just let PSE finish the pano with unfilled edges. There is an action available in the forums at elementsvillage.com that will turn on the same kind of content aware patching that's in Photoshop and you can use that after leaving the pano creation feature.
    EDIT I see you've already upped the memory. PSE is a 32 bit program and there's a limit to how much ram such programs can see.

  • Nokia navigator - address book names not showing i...

    My navigator is only a few months old. A couple of weeks ago it stopped showing address book names on received sms messages, only the numbers.
    I can't find any setting to fix this, Any ideas?
    tia
    Damo

    /discussions/board/message?board.id=communicators&message.id=31630&query.id=215131#M31630
    this may not be exactly what you are looking for but i think the issue is similar, tho above thread deals with E series, your navigator in fundamentals in terms of contacts should have the same behavior.
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • Alert Configuration: SMTP Error in SOST, Container variables not filling.

    Hi All,
    I have been configured in XI System following sdn and Michal's blog.ALRTCATDEF,SCOT settings have been done and  When i try to test the alerts , alerts are reaching alert inbox but not to mail. And also in alert long text container variables are missing  I have been requested my basis team to implement sap note 835031. What exact cause for this could any body explain me. And also Please suggest me what has to be done when i get error in SOST 'Message cannot be transferred to node SMTP due to connection error (final) ' Do i have to follow steps mentiond in below link:
    http://forums.sdn.sap.com/thread.jspa?threadID=558231
    Thanks,
    Aparna.

    'Message cannot be transferred to node SMTP due to connection error (final)
    have you seen below threads:
    http://forums.sdn.sap.com/thread.jspa?threadID=1564087
    http://forums.sdn.sap.com/thread.jspa?threadID=567171

  • Error in address node

    Hi
    This is the coding i am giving in the window of the smartform..
    For progrma lines this is the code i gave:
    SELECT SINGLE * FROM lfa1 INTO l_lfa1
    WHERE lifnr = zxekko-lifnr.
    IF sy-subrc = 0.
    MOVE l_lfa1-adrnr TO adRNR.
    ENDIF.
    In input parameters:zxekko,output parameters:adrnr
    then i created an address node, where in the address number i gave:&adrnr&.
    Now,i am getting the error message:error in address output(name not filled).
    Where did i go wrong.
    Regards and Thanks,
    Srihari.

    Delete the address node & check , activate it. Run the smartform. see whether u get the same error. It may happen that error will be related to another address node.
    check all the node one by one .Check & activate the smartform & run it. u will find where is he error

Maybe you are looking for

  • Replace Filename text by start/end position?

    I could do this in php, but I know nothing of applescript. The main function I need is PHP's substr_replace, to rename files in a passed array, by start/end string positions, with passed text. Basically I'm looking for an applescript function to add

  • How to create bookmarks by using J2ME

    Hi! Does anyone knows how to create bookmarks by using J2ME?

  • Install_flash_player_14_active_x.exe is not updated?

    Hello. On Adobe Flash Player Distribution | Adobe, http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_ 14_active_x.exe is an old version. But http://download.macromedia.com/get/flashplayer/current/licensing/win/

  • SSI with weblogic and JSP

    Hi All I am sorry, if my question sounds irrelevant. 1. Can we configure weblogic and apache to use server side includes (SSI) ? If yes please let me know how to do so. 2. Can I have SSI's in my JSP? Thanks Prashant

  • X58 Platinum does not post unless I clear CMOS

    I have to hit the 'clear CMOS' button from a cold start (unplugged power cable) on the back of the motherboard in order for it to boot. It restarts just fine. Once it is booted, everything runs fine. It is just weird that I have to clear the CMOS eve