How to eliminate "Company" text in smartform "address" node

Hi all,
I got a problem.
I want to display company address using "Organization Address" in address node.
However, the address node displayed "Company" text automatically when company address contains incomplete info. Eg, the company address only contains city='new city' info.
Then the address node will displayed as below:
Company
city
Anyone know how to remove "Company" text if no incomplete company address data?
Any suggestion/comment will be greatly appreciated!
Thanks.
best regards,
Xiang Li Heah

read addres using  internal tables. dont use address node..
refer this code.
  SELECT SINGLE ADRNR FROM KNA1
  INTO ADDRNUM
  WHERE KUNNR EQ WA_VBPA1-KUNNR.
  SELECT * FROM ADRC INTO TABLE IT_ADRC
  WHERE ADDRNUMBER = ADDRNUM.
  READ TABLE IT_ADRC INTO WA_ADRC INDEX 1.
then print wa_adrc-city.
              wa_adrc-street like this.
if u want to remove company andall dat is already therein fields then please contact urfunctional consultant. they will give u the tcode to remove that.
some  usefulinformation. hopeu will get tcode from here also. to remove company from address.
Client
SCC4
Tools > Administration > Administration > Client Admin > Client Maintenance
Change the name of the client you are using (updates T000) Client Independent
Company Code
OX02
IMG > Enterprise Structure > Maintain Structure > Definition > Financial Accounting > Define, copy, delete, check Company Code > Define Company Code
Change the name, city and country to your company details (updates T001)
Company Code Address
OBY6
IMG > Financial Accounting > Financial Accounting Global Settings > Company Code > Enter Global Parameters > Click on address button
Maintain the complete address details here (updates SADR)
Credit Control Area
OB45
IMG > Enterprise Structure > Maintain Structure > Definition > Financial Accounting > Maintain Credit Control Area
Change the description (updates T014)
Controlling Area
OX06
IMG > Enterprise Structure > Maintain Structure > Definition > Controlling > Maintain Controlling Area
Change the name (updates TKA01)
Plant
OX10
IMG > Enterprise Structure > Maintain Structure > Definition > Logistics u2013 General > Define, copy, delete, check plant > Define Plant. Select the plant of choice and go into the detail screen.
Change Name 1 and Name 2 and detailed information (updates T001W)
Plant address
OX10
IMG > Enterprise Structure > Maintain Structure > Definition > Logistics u2013 General > Define, copy, delete, check plant > Define Plant. Select the plant of choice and go into the detail screen. Click the address button.
Maintain the complete address details here (updates SADR)
Division
OVXB
IMG > Enterprise Structure > Maintain Structure > Definition > Logistics u2013 General > Define, copy, delete, check division > Define Division
Change the name (update TSPA)
Storage Location
OX09
IMG > Enterprise Structure > Maintain Structure > Definition > Materials Management > Maintain Storage Location
Change the description (updates T001L)
Purchasing Organization
OX08
IMG > Enterprise Structure > Maintain Structure > Definition > Materials Management > Maintain Purchasing Organization
Change the description (updates T024E)
Sales Organization
OVX5
IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Define, copy, delete, check Sales Organization > Define Sales Organization
Change the name and replace the standard texts ADRS_* with ZXYZ_* (updates TVKO)
Sales Organization Address
OVX5
IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Define, copy, delete, check Sales Organization > Define Sales Organization > Click the address button
Maintain the complete address details here (updates SADR)
Distribution Channel
OVXI
IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Define, copy, delete, check Distribution Channel > Define Distribution Channel
Change the name (updates TVTW)
Sales Office
OVX1
IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Maintain Sales Office
Change the description (updates TVBUR)
Sales Office Address
OVX1
IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Maintain Sales Office > Click the address button
Maintain the complete address details here (updates SADR)
Sales group
OVX4
IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Maintain Sales Group
Change the description (updates TVKGR)
Shipping Point
OVXD
IMG > Enterprise Structure > Maintain Structure > Definition > Sales and Distribution > Define, copy, delete, check Shipping Point > Define Shipping Point
Change the description and replace the standard texts ADRS_* with ZXYZ_* (updates TVST)

Similar Messages

  • How to add standard text in smartforms?

    Hi friends,
    How to add standard text in smartforms ?
    points rewarded soon
    Regards
    RH

    Creating the Standard Text:
    Go to SO10
    1. Enter Text Name.  For example, ZABC
    2. Text ID ST
    3. Language EN
    Click on Create.
    And enter the Required Information and save.
    To include a Standard text in SmartForm.
    Follow the steps below:
    1. Create a text node in the window.
    2. Under general attributes select "Include text" as Type.
    3. Specify the fields under Text.
    Text Name ZABC
    Text Object TEXT
    Text ID ST
    Language EN.
    Hope it helps.
    Regards.

  • How to use standard texts in smartforms

    Hi Friends,
          How to use standard texts in smartforms, ie in scripts we are using standard texts using tr so10.
    thanks in advance,
    regards,
    sharma.

    For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above
    btw SO10 is just for Scriptform, in smartforms we use text module to replace SO10

  • How to eliminate unwanted text in Form

    hi,
      How to eliminate unwanted text in Form.
    Regrds,
    bbr.

    Hello BBR  ,
       I ve gone through your problem. My suggestion is just shift that char or no. of char to the next line and make that line as COMMENT LINE.  It will work. But i dont find any other solutions for this except this.
    Cheers...............

  • Hi..how we enter standard text for smartform using include text

    hi
    guru
    ..how we enter standard text for smartform using include text..
    i know only using so10 we write text..
    in smartform it asking text-object
                                     text-id,
    so what values we should give to get text

    Hi,
       Do u want to print Standard Text or the Texts that are maintained at the Transaction level.
    If it is standard text , then u use text id as ST or if it is Texts that are maintained at the Transaction level then u have to go to that specific transaction and check for that text , then go to text editor ,in the goto menu u have header data where u get the Text id , text name.... , use them in ur smartform in the INCLUDE text.
    Further u have the option of text modules in smartforms which act as standard texts, so if u r going for creation of standard texts then its better to use text modules.
    Regards,
    Shafivullah Mohammad

  • How to display long text in smartforms

    Hi experts,
    Iam trying to display long text into smartforms.I got the long text into ITAB frm database
    in the abap program.In the form interface how to define the variable?In the long text i have 6 lines.
    points guaranteed
    cheers
    kaki

    Kaki,
    Delcare a table and getting the LONG TEXT is not the right way of doing this.
    You create a TEXT object and change the TYPE to INCLUDE TEXT. Once that is done all you have to do specify the parameters of your long text - TEXT ID, TEXT OBJECT and TEXT NAME. These are the same parameters that you use for READ_TEXT funciton. You don't have to fetch the text manually, it happens automatically.
    Make sure this is a part of the main window as this might run into multiple pages.
    Regards,
    Ravi
    Note : Please reward the posts that help you.

  • How to change the text "form of address" while Create User in EP6.0??

    Hi All,
      We are using NDS 2.0.9 & EP6.0.
      I have the following doubts:
      1) I have to change the text <b>Form of Address</b> which comes when we <b>Create User</b> in EP.
      Can any1 please let me know how to change that text? Is there any .par file? What is the name of .par file (if any) which is used to <b>Create User</b> in EP6.0??
      2) I am getting the value of this <b>form of address</b> by <b>request.getSalutation()</b> in PDK, but this value is coming in the <b>Welcome Message</b> in the masthead. I tried to change the masthead by changing the corresponding code, but i am getting a runtime error. Is there any other method of making this salutation value <b>NOT</b> appear in the masthead welcome message?
      Please help me in this regard. Thanks in Advance. Bye.
    <b>Regards,
    Sai Krishna.</b>

    Hi Sai Krishna,
    within HeadiView.jsp, you'll find this code fragment:     
    if(salutation != null) {
      return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, salutation}).toString();
    } else {
      return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, " "}).toString();
    Just delete the first part and always use the second:
    return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, " "}).toString();
    This will delete the salutation without errors
    Hope it helps
    Detlev
    PS: For both solutions, 1. and 2., think of it: These workarounds will be overwritten witch patches / maybe hotfixes.

  • How to eliminate default text in Photo Mail creations

    Every time I create a Photo Email in PSE 11 the email appears in my email client with this text added to it:  "Here are the files that I want to share with you".  I do not what this text and I have to select it and delete it for every email I create.  Is there any way to change and/or eliminate this text permanently within the PSE files?
    I found the text in the following file, but eliminating it from that file did not stop it from displaying.  How can I get rid of this unwanted message?
    I've searched this website and even Googled on this but cannot find an answer to such a simple request.
    Thank you in advance for any assistance you can provide!
    C:\Program Files (x86)\Adobe\Elements 11 Organizer\Assets\locale\en_US\email\signatures\standard_subject.txt
    -- Jon

    What you are changing through that text file is only the subject of email.
    The only way to change the body of the mail is to delete and retype. Sorry.
    Thanks
    Andaleeb

  • How to add package text to smartform

    Hi,
    i'm new to SAP and I have a question. We have smartform with material number and material text output. We also have package number - in what this material gets packed (palette, case etc.) Now we want to add also package text to smartform.
    How to include package text from table?
    Thanks

    Hi,
    i'm new to SAP and I have a question. We have smartform with material number and material text output. We also have package number - in what this material gets packed (palette, case etc.) Now we want to add also package text to smartform.
    How to include package text from table?
    Thanks

  • How to add body text to smartform email?

    Hi,
    In release 620, how can you add text to the mail message that is generated from e-mailing a smartform.  I need to add a small message to the body of the message in addition to the attachment.
    i.e. Please find attached your invoice. [attachement.pdf]
    Thanks,
    Guy

    I don't know SmartForm so there may be another way to do it but the following approach was fine for Sapscript.
    Basically have a look at the SAP sample programs bcs_example_* where * = 1 thru 5. I think bcs_example_5 is the one to focus on. This creates a simple email and then adds an attachemnt to it. In your case you want the attachment to be your SmartForm's output.
    For the SapScript I was able to call the form from abap, receive the output into a table whose contents I could then attach to the email.
    The attachment code needs to be changed to set type to OTF:
    i_attachment_type = 'OTF'
    I'll speak in SAPscript and hope there are equivalent terms in SmartForm. I created the following abap form to run the SAPscript and get it's output into a table:
         Form  GET_OTF_CODE
    FORM  get_otf_code
    USING us_work       TYPE zsd_fet_signup_confirm
    CHANGING ch_otf_out TYPE solix_tab.
      DATA: BEGIN OF otf OCCURS 0.
              INCLUDE STRUCTURE itcoo .
      DATA: END OF otf.
      DATA: itcpo LIKE itcpo.
      DATA: itcpp LIKE itcpp.
      CLEAR itcpo.
      itcpo-tdgetotf = 'X'.
    Start writing OTF code
      CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          form     = 'ZSD_FET_COVERFAX'
          language = sy-langu
          OPTIONS  = itcpo
          dialog   = ' '
        EXCEPTIONS
          OTHERS   = 1.
      CALL FUNCTION 'START_FORM'
        EXCEPTIONS
          error_message = 01
          OTHERS        = 02.
      CASE us_work-recipient_type.
        WHEN c_agent_recipient.
          w_recipient_name = us_work-agent.
        WHEN c_asm_recipient.
          w_recipient_name = us_work-asm.
        WHEN OTHERS.
          w_recipient_name = 'IPL Agent/ASM'.
      ENDCASE.
      CALL FUNCTION 'WRITE_FORM'
        EXPORTING
          window        = 'MAIN'
          element       = 'HEADER'
        EXCEPTIONS
          error_message = 01
          OTHERS        = 02.
      CALL FUNCTION 'WRITE_FORM'
        EXPORTING
          window        = 'MAIN'
          element       = 'TEXT'
        EXCEPTIONS
          error_message = 01
          OTHERS        = 02.
    Close up Form and get OTF code
      CALL FUNCTION 'END_FORM'
        EXCEPTIONS
          error_message = 01
          OTHERS        = 02.
      MOVE-CORRESPONDING itcpo TO itcpp.
      CALL FUNCTION 'CLOSE_FORM'
        IMPORTING
          RESULT  = itcpp
        TABLES
          otfdata = otf
        EXCEPTIONS
          OTHERS  = 1.
    Move OTF code to output structure
      REFRESH ch_otf_out.
      LOOP AT otf.
        APPEND otf TO ch_otf_out.
      ENDLOOP.
    ENDFORM.                    "GET_OTF_CODE

  • 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 node language

    Hi,
    I need to display standard address.
    I use address node to display this informations on form.
    It display address but in language wich I have logged.
    I have to chenage language is there any way to change this language ??
    Regards,
    Greg.

    Hi Greg,
    In the attibutes of the address node is a field "Different Recipient Language", where you can specify a language code or a variable.  This should display the address in that language.
    Regards,
    Nick

  • How to display a text in smartform without compression

    Hi,
    My requirement is to print a text in a smartform with out compression of the line text.
    ex. In my internal table having a line text as
        'spoolno     25200   |  pageno    500--> while printing in smartform, it was displayed as
        ''spoolno 25200 |  pageno 500'.
    but i want to print the line as it is in Internal table. please send me the solutions..
    Thanks in advance.

    If you want your text to be read-only, you can use the RichText component instead of TextArea. Search for Text Layout Framework for more info on how to mark up your text.

  • How to highlight & copy text from Lightning address book, versus having to open the entry?

    That I can tell, it isn't possible to highlight & copy text visible in the Contact Pane or the pane above it, the one with all the address book entries. Am I missing a way to do this?
    It would sure make the use of the address book in Lightning a lot more convenient & quicker to use if one could do so. Please note I did not say edit. Instead, one is required to go through all the same steps as if editing. That is, open Properties & select the appropriate tab, then highlight & copy said information, instead of just being able to quickly copy the desired text.
    It's only two more clicks, & the finding of the text, which can be cumbersome in some of the small field windows, especially for notes, but when doing this often, it sure becomes a pain. Notes in particular becomes a mini database for that address entry, whether it be your personal record for product information for something purchased (which could be extensive if many of the parts of something like a specific computer were noted), to sharing contact information with others.
    A third use is when having to retrieve security information that is impossible to remember, such as your BTC account(s). By keeping it in the address book on an at-home computer, adds a bit more security, yet you can still easily access it.

    The add on More Functions for Address Book allows several copy functions.
    https://nic-nac-project.org/~kaosmos/morecols-en.html

  • How To Eliminate Daily Text Messages From 1111?

    So I originally had a basic cell phone that had no access to text messaging or any bells and whistles. However, for one week, text message was activated and during this time, I was getting daily text messages from 1111. Specifically, two text messages in the morning from V.XSIGN and V.Quote with a horoscope and quote of the day. Anyways, after halting the text service again, this stopped. Anyways, this past week I finally upgraded to iPhone 4 and now have text service activated. Naturally, these text messages have come back. So my question: is there any way I can get rid of them? And given these names are V.XSIGn and V.Quote are these Verizon services? And, if so, are these free text messages? Any information would be greatly appreciated. Thanks!

    reply with "stop", see if that does it. Also call VzW, block "premium messaging" (it's not technically a scam, but it might as well be, and you should block it), and make sure you haven't been charged for these "services"

Maybe you are looking for

  • How can I remove a downloaded file from the desktop?

    Hi, I downloaded an install Internet Call Director exe file from my internet privider then was told that their system couldn't run on Mac OS 10. There are two files on my desktop that I can't remove. When I drag either one to the trash i get this mes

  • InDesign CS6 file will not open anymore

    Upon clicking the icon for the saved file, I get this message: "Cannot open the file'*****.indd'. Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application."

  • Where are the response files going?

    Hello. I know someone who created a form in Acrobat software and has chosen to distribute the software in acrobat.com. What she did was the sent out emails where people has open access to the file and but once the form has been completed, she sometim

  • IOS 4 And Marking All E-Mail as Read

    Hello, Does anyone know if the "Mark all E-mail as Read" feature is going to make its way into iOS 4 / iPhone 4? I keep trying to find a full list of features for iOS 4, but all I see is buttons that say "learn more" and point at the same page which

  • Certificate Hostname Discrepency

    Dear Experts: Java code has been deployed in Oracle 10g Application Server - 10.1.3.1.0. We have two application servers in live production for load balancing. For two IPs we have given Virtual IP and the domain name has been registered for Public IP