In smartform address element ?

hi guru's.
              i am doing purchase order smartform in that address window displaying like this
                               The Post Office
                               Post Office Headquarters
                               33 Grosvenor Place
                               London
           but i want to modify like this
           ADDRESS:     The Post Office
                                 Post Office Headquarters
                                 33 Grosvenor Place
                                 London
please let me how to proceed for this requirement.
regards,
satheesh.

Hi Satheesh,
      Are you using ADDRESS WINDOW to display the address????
If Yes ...
Then CREATE two windows and allighn it side by side .
Create one Text element on the left side Window and write "ADDRESS" inside the text.
The Right side window will contain the ADDRESS .
It will be displayed as given below.
ADDRESS:  The Post Office
           Post Office Headquarters
           33 Grosvenor Place
           London.
If U are not using ADDRESS window,
then the only way to display like this is
to create a TEMPLATE with 4 columns, create TEXT elements for each columns
and in the text element of FIRST column write ADDRESS: &wa_post_office&.
The advantage when we use Address is we need to just pass the address number , but if we use
template then we need to write select statement , and fill some workarea with
the address  details and display those work area fields in the TEMPLATE.
Regards.
Avi....

Similar Messages

  • Exclusion of Title from Address Element

    I am using the address element in Smart Form the problem is that my client required the exclusion of "Title" field (MR, company  etc) from the output.please help me out

    Hi Anwer,
    Rather than using Address Element use work area and fectch values in to the same from ADRC table in the print program, and send it to the SMARTFORM. Then u can use that work area in rthe Smartform (By making use of Text Nodes) to dispaly the address as u wish....
    Hope the abv works....reward points if useful...
    Edited by: Rudra Prasanna Mohapatra on Jul 8, 2008 1:31 PM

  • SOAP Response with WS-Addressing elements

    Hi All,
       I have an issue with the response message of SOAP - PI - RFC Sync scenario.
    In the request of the SOAP message, we receive following header(WS-Addressing) Elements in the SOAP Header part of the envelope.
    <wsa:Action wsu:Id="wssecurity_signature_id_281" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            http://partnername/interfacedetails
    </wsa:Action>
    <wsa:MessageID wsu:Id="wssecurity_signature_id_285" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    uuid:463BF10F-0126-4000-E000-604DAC152914
    </wsa:MessageID>
    <wsa:RelatesTo wsu:Id="wssecurity_signature_id_283" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    urn:uuid:02875597AE9A49ABAB1229340545618
    </wsa:RelatesTo>
    Now the issue is the, our interface partner(who actually sends the SOAP Request), wants SOAP response containing the above WS-Addressing elements.
    Is it possible with SAP PI?. Can anybody help me with this.
    By the way, our interface( SOAP-PI-RFC Sync ) working fine. We just need these elements inside SOAP Response.
    Thanks in advance.
    Kind Regards,
    Prasad.

    Hi Prasad,
    I am not sure if the problem is solved.
    I guess you are talking about a scenario in which a non-SAP consumer sends a request to SAP ABAP provider. The consumer requests the enabling of WS-Addressing. The answer nothing is required to configure the ABAP provider, which will send back a SOAP response either with WS-A or without depending if WS-A is sent by the consumer or not. That might be the case that you can see these headers with the SXMB_MONI.
    Hope this helps.
    Regards,
    Wei

  • Telephone number in smartform address

    I am using an address element text to show the address information, but i want to include the telephone number in the showed information, is there any posibility to  indicate that i want to show ALL the information of the vendor?
    Thanks in advance

    Add teh TELF1(first telephone number)  field from kna1 table in the script.
    Cheers.

  • WS Addressing elements in a SOAP request sent via SOAP sender adapter

    Hi guys,
    I have a requirement (Proxy->PI->SOAP) for sending a soap request using the WS addressing elements in the request header. As I went through a documentation to SOAP sender adpter there is no option for this. WS-A is supported in the WS adapter, but the target web service does not support WS-RM, so this is not an option.
    Do you have any hint?
    Thanks,
    Peter

    You can create your own SOAP header in mapping or use Axis framework for this.
    Regards
    Stefan

  • How to control the location of the SOAP:address element in the WSDL

    I have an EJB exposed as webservice in WebLogic 10.3. Further, the EJB has been annotated with the WebService annotation as in:
    @WebService(name = "S_CALCULATORname", serviceName = "S_CALCULATORserviceName",
    targetNamespace = "http://tempuri.org/SCalculator/")
    @Stateless(name = "S_CALCULATOR")
    public class S_CALCULATOR_Beanxxxxxx
    The location attribute of the SOAP:address element in the WSDL document generated by the Test Client facility is of the form
    http://host:port/ejb-java-class-name/service-name-attribute-value as in:
    <soap:address location="http://123.4.5.678:1234/S_CALCULATOR_Beanxxxxxx/S_CALCULATORserviceName" />
    Is there a way to control the value of the context root portion of the URL, ejb-java-class-name in this case, either using annotations or deployment descriptor files?
    thanks in advance for any replies,
    octavio

    Hi,
    While building the WebService Application you can use the following ANT task...
    <target name="build-service4">
    <jwsc
    srcdir="src"
    destdir="output/TestEar">
    <jws file="examples/webservices/jwsc/TestServiceImpl.java">
    <WLHttpTransport contextPath ="TestContext" serviceUri="TestServiceUri" portName="TestServicePortHTTP"/>
    </jws>
    </jwsc>
    </target>
    Or if you are developing JAXRPC EJB based WebService in that case you can even define the Context root using *@weblogic.jws.WLHttpTransport* annotation....
    @WLHttpTransport(contextPath="simple", serviceUri="SimpleService", portName="SimpleServicePort")
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)
    Edited by: Jay SenSharma on Feb 4, 2010 10:22 PM

  • What does the local-address element stand for here?

    Please se the following Coherence Extend Proxy Configuration file:
    What does the <local-address> element stand for? Does it define that only the local clients (local with server proxy) can be accepted?
    <local-address>
        <address>localhost</address>
        <port>9099</port>
    </local-address>
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
      <caching-scheme-mapping>
        <cache-mapping>
          <cache-name>dist-*</cache-name>
          <scheme-name>dist-default</scheme-name>
        </cache-mapping>
      </caching-scheme-mapping>
      <caching-schemes>
        <distributed-scheme>
          <scheme-name>dist-default</scheme-name>
          <lease-granularity>member</lease-granularity>
          <backing-map-scheme>
            <local-scheme/>
          </backing-map-scheme>
          <autostart>true</autostart>
        </distributed-scheme>
        <proxy-scheme>
          <service-name>ExtendTcpProxyService</service-name>
          <thread-count>5</thread-count>
          <acceptor-config>
            <tcp-acceptor>
              <local-address>
                <address>localhost</address>
                <port>9099</port>
              </local-address>
            </tcp-acceptor>
          </acceptor-config>
          <autostart>true</autostart>
        </proxy-scheme>
      </caching-schemes>
    </cache-config>

    I think you not got the real meaning here.
    <local-address> element is used to specify a local address (IP or DNS name) and port that the TCP/IP ServerSocket (opened by the connection acceptor) will listen on. It's not a filter used to confine the client IP address.
    For example, the following will instruct the connection acceptor to bind the TCP/IP ServerSocket to 192.168.0.2:9099:
    <local-address>
      <address>192.168.0.2</address>
      <port>9099</port>
      <reusable>true</reusable>
    </local-address>

  • Issue with if condition in smartform text elements

    Hi all.
    iam having a problem in smart forms
    itab has 3 fields
    id   matnr    werks
    1 a p1
    1 b p2
    1 c p3
    2 b l1
    2 c l2
    3 q u1
    3 l u2
    i neead output like in the smart form
    -id = 1-
    a p1
    b p2
    c p3
    -id = 2-
    b l1
    c l2
    -id = 3-
    q u1
    l u2
    I have aloop in main window
    itab into wa_itab.
    then i have program lines
    iam writing any perform statment insted iam write the code in here
    input paramters wa_itab-id
    output paramters id
    i declared id type zabc-id under global data in global definations
    CLEAR : ID.
    ON CHANGE OF WA_itab-ID.
    *BREAK point.
    ID = WA_ITab-iD.
    ENDON.
    after the program lines i have a text
    /: if &id& ne ' '.
    ---id = &id& ---
    /: endif
    &wa_itab-matnr&  &wa_itab-werks&
    now i see the output
    -id = 1-
    a p1
    -id=-  i don't need this (&id& has no value)
    b p2
    -id=-  i don't need this
    c p3
    -id = 2-
    b l1
    -id=-  i don't need this
    c l2
    -id = 3-
    q u1
    -id=-  i don't need this
    l u2
    I checked my code if two items have same id the id has no value and you can see the output also
    but for some reason its still goinng into the if condition
    And also is there away that i can debugg my text elements like in scripts. my break point doesn't take me to the text elements
    Thanks

    1. Move only the ID into one internal table say i_id,
    2. Now in your smartform,  create a table and loop at i_id into wa_id.
    3.Print your ID in a text, &wa_id-id&
    3. Now in main area  of the table Create a loop with the internal table you mentioned above with 3 elements, say, i_data into wa_data  give CONDITION as wa_data-id = wa_id-id.
    4. Print your other values &wa_data-matnr& &wa_data-werks&
    5. outside main area, clear the work areas.
    This should work fine as i use the same logic in one of my current developments!!!

  • SMARTFORM Address

    Hello.
    Is there any way to reorder the lines of the address structure of the smartform?
    It prints the street as Street2, Street3, Street.
    Is there a way to make it print Street, Street2, Street3.
    Thank you
    Nuno Silva

    hi
    Use function module
    <b>ADDRESS_INTO_PRINTFORM</b> which act like ADDRESS ENDADDRESS
    In which all options are available like no line ...etc.
    ADDRESS_INTO_PRINTFORM Address format according to Post Office guidelines Note. It's enough to import two parameters:
    ADDRESS_TYPE = 1 (Firm or Organization, SAP Address)
    ADDRESS_NUMBER
    regards
    vind

  • Smartform address style

    hi!
    haven't found a solution for the following problem:
    I'd like to use a style on an address node in smartforms! how can i do that?
    Another question:
    Is it right, that the vertical allignment in a smartforms table can't be changed?
    regards,
    jacko

    Hi
    u can use Smartstyles for Address Node , when u create it  USe OUTPUT OPTIONS TAB  Next to GENERAL TAB and include the Smartstyle and use the Paragraph format in the GENERAL Tab and Output Starts with Paragraph:
    surya

  • Smartform Address-spro

    Hi A
    In spro under Defination under SD under Maintain Sales Office
    Under Sales Office  4000 the Address is given:
    Name                         : Honeywell Technologies Sàrl
                                      : ECC EMEA - HFM 302731.
    Street/House number   : Z.A. La Pièce 16
    Postal Code/City         : 1180       Rolle
    Country                      : CH Switzerland
    And in smartform the output is as fallows under Address:
    Honeywell Technologies Sàrl
    Z.A. La Pièce 16
    CH-1180       Rolle
    Switzerland.
    Here the 2nd line is not printing means ECC EMEA - HFM 302731 .and for only 4000 sales office only it should print rest of them they r not printing ,no need to print rest of sales office,
    Please tell me where to do the changes in spro or in smartform .
    and how to do.please explain ?
    Thanks in Advance,

    Hi,
    In address tab thr is one input field called
    "Number of lines to be used" Try to give grater value into that.

  • Smartforms  text element alignments

    Hi Experts,
    In my text element in smartforms, I need to provide some fixed space between two columns as below.
       txt1                                   txt2
    123456.00                         $6789.0
    But if value in coulmn1  is nil,  then column2  goes to left i.e the alignment  is disturbed as below:
    txt1                        txt2
                             $67898.0
    I cannot put template as i need to provide page protection.
    Pls suggest.
    thanks
    Dan

    Hi,
    U define a paragraph format in SMARTSTYLES with 2 TABS, then print the variables (text1, text2) with that Paragraph format.
    Eg:
    P1  &text1&,,&text2&
    The 2 comma's respresent a TAB, by doing like above it will freeze the space for each variable.
    OR
    define a template, split into 2 columns...drop Text1 in column1, text2 in column2..
    Hope its clear
    Regards,
    Pavan

  • Smartform Address Node

    Hi all,
            I need to add address node which should come infront of a text.
    Delivery address => ................(here i need to place).
    how to proced..
    Regards
    Suprith

    Hi
    Create a Paragraph format and have it Right Alignment...and You have to place the text element in such a way that next to delivery address the address gets printed.
    Delivery Address:                                    "here the address gets printed
    Or, create two new windows side by side...Have them in same position. In one window, have the text "delivery address", in the other window have the address node.
    hope it works.
    Vishwa.

  • Smartforms address

    Hi experts,
    I have created ITAB(T_EQUP) to get the customer addresses.
    Same structure(T_PVT) i have created for smartforms.
      call function fm_private
        tables
          t_pvt = t_equp.
    In the smartforms ,sap address number i have given &T_PVT-CADRNR& to get the address dynamically.While executing iam getting the error "Error in address output (address not found)." But there are values in T_EQUP.
    Where might be the problem?If i give direct address number like 24354 , iam getting the address.
    Can i give &T_PVT-CADRNR& directly in the address number?Or is there any other way?
    reward guaranteed
    kaki

    debug ur smartform n c if &T_PVT-CADRNR& is having any value. i guess there may be a problem. or else the format of the address number may need a little modificaton.just chk it in debugging mode.
    Regards,
    Bikash
    did u check the value of &T_PVT-ADRNR& in ur smartform ??
    Message was edited by: Bikash  Agarwal

  • Smartform address in a single line

    I am having a window where I have address as 3 lines..but I want to keep in the footer in a single line with comma.
    I am using the address node's for it.
    do you have any idea how to do it.

    Hi mark,
    Using ADDRESS NODE the text cannot not be displayed as per your requirement.If you want to display the address in a single line with comma then use TEXT NODE.
    Regards,
    Sravanthi

Maybe you are looking for

  • My iPod Touch 2nd Generation won't turn on anymore

    I have had this iPod for about a year now, just enough for the warranty to expire, just as I was surfing the internet the spinning dial came up and it shut off. At first I thought it just died. I plugged it in and let it charge overnight, when I woke

  • Accounts payable splitting

    Hi To all! I'm encountering an error the payable account for vendor does not split... though i have assigned different cost center for my two expenses... what do you think is the error or did i miss something in my config???

  • See all room and send message

    hello, first sorry for my english. i' m developing a multyplayer games whith multi-rooms application.onAppStart = function(){ application.player_so = SharedObject.get("player_so", false); application.nextId = 0; application.onConnect = function(newCl

  • How to open a local jsp copy in a browser window?

    My problem is that I am trying to open the local copy of the JSP for testing in IE6 but when I try to open it seems like it's dowloading something. I am using Tomcat 4.0. I have the file to open saved at: C:\Documents and Settings\Rie Mino\jbproject\

  • Running totals in Discoverer

    Hi, Can I calculate totals for some columns in a discoverer sheet, but not show the detailed records which are summarized by the total? E.g. my sheet is formed by 2 columns. For each distinct value of column1 the total calculates the sum of column2.