Smartforms--printing address using country specific

Hi friends,
Is it possible to print the address using the country specific. Some countries have specific requirements like, Europe needs to print postal code before city. Where as the Ireland, Israel needs to print the postal code after the city.

sap provide address specificity of country..
just make the addres  conditional window  based on country code.
and another  way  u  just make  the perform for  difrent diffrent  line of  address..
perform for addressline1
perform for addressline2
perform for addressline3
perform for addressline4
besed on country code and  write logic according  to ur  requirment...
Message was edited by: kishan negi

Similar Messages

  • Using Country Specific Chart of Account in addition to Operational COA

    Dear Team
    We are implementing 16 company codes with Group COA A002 and
    Operational COA A001 across all companies. Out of 16 Company codes 4
    company codes already went live and running successfully. We are also
    using one controlling area and operating concern for all company codes.
    Out of 16 company codes there are 2 company codes from Turkey and
    requires Turkey Country specific COA to be used mandatorily. But we
    would like use same COA A001 for Turkey company codes in order to use
    one Controlling Area across group which is not fulfilling the legal
    requirement of the Turkey. We would like to use Country specific COA in
    addition to the Operational COA and the same will be assigned to the
    Company code in OB62.
    In this case we need to create GL Accounts under Turkey COA and assign
    the same in the Operational COA as alternate Account no.
    In this case can we meet all the Turkey country specific legal
    requirements as given below through Alternate GL Accounts No?Turkey Legal Requirements:
    1.Country Specific GL account numbering
    2.Reflection accounting
        - Monthly Closing for Expenses Accounts
        - Yearly closing for Expenses and Balance Sheet accounts
    3.Inflation Accounting- Presently not using
    4.Country Specific Reporting
    5.Bank accounting- Bills if Exchange
    6.Print out of Transactions in Turkish language
    7.Cost of Sales statement
    8.Document Journal     
    9.Taxes on Sales & Purchases
    Please help in this regard.
    Thanks in advance
    Ravi Nalluri

    Hi,
    1. Create country COA in OB13
    2. Assign it to your company code in OB62
    3. Create GL accounts in your country COA
    4. Assign country GL account to your operating COA gl account(FS00 > Control data > Alternative account no.)
    5. System doesn't allow you to assign country COA gl if already has the balance
         So, change message settings accordingly in OBA5
    6. You can see financials from your country COA also as F.01 & F.08(Select Alternative Account Number)
    Rgds
    Murali. N

  • Which address components country specific Address Cleanse Engine validates

    Hi,
    I am looking for a list of address components which are validated by a country specific Address Cleanse Engine.
    Data Services Reference Guide does not go into such details.
    I have a list of countries and need to identify if selected Address Cleanse Engine validates, for example, building number and unit number.
    Thank You

    Vlad,
    The information you want is in DS Reference Guide, Data Quality Fields, Global Address Cleanse Fields, Output.
    Paul

  • Printing address using address number

    I have the following code:
    IF &PAGE& EQ 1                                                          
       ADDRESSNUMBER &EKKO-ADRNR(K)&                                         
       FROMCOUNTRY &T001-LAND1&                                              
    ELSE                                                                    
       TITLE    &LFA1-ANRED&                                                 
       NAME     &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&       
    ENDIF                                                                   
    In this code ' If' statement is executed, i dont understand in if block , we are displaying only 'addressnumber' and 'from country', then how come entire address is printed in the sapscript.

    Yes the actual code is as follows:
    IF &EKKO-ADRNR(K)& EQ '          '                                   
    ADDRESS PARAGRAPH AS                                                 
      TITLE    &LFA1-ANRED&                                              
      NAME     &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&    
    IF &PAGE& EQ 1.                                                      
      STREET   &LFA1-STRAS&                                              
      POBOX    &LFA1-PFACH&  CODE &LFA1-PSTL2&                           
      CITY     &LFA1-ORT01&, &LFA1-ORT02&                                
      POSTCODE &LFA1-PSTLZ&                                              
      COUNTRY  &LFA1-LAND1&                                              
      REGION   &LFA1-REGIO&                                              
      FROMCOUNTRY &T001-LAND1&                                           
    ENDIF.                                                               
    ENDADDRESS                                                           
    ELSE                                                                 
    ADDRESS PARAGRAPH AS                                                 
    IF &PAGE& EQ 1                                                       
      ADDRESSNUMBER &EKKO-ADRNR(K)&                                      
      FROMCOUNTRY &T001-LAND1&                                           
    ELSE                                                                 
      TITLE    &LFA1-ANRED&                                              
      NAME     &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&    
    ENDIF                                                                
    ENDADDRESS
    Now in the above code there is this 'if' block
    IF &PAGE& EQ 1                                                       
      ADDRESSNUMBER &EKKO-ADRNR(K)&                                      
      FROMCOUNTRY &T001-LAND1&                                           
    ELSE
    So in this 'if' block , using the address number , entire address is displayed in Final output of the sap script. When I debug the sapscript, i m able to see only the addres number and not the address. My actual requirement is to display only some fields in the address and not the entire address, how can i do that???

  • Country Specific iViews Foreign Addresses

    We have a business requirement to support foreign addresses.  I know SAP does have country specific iViews in the ESS business package.  Does anyone have a configuration document or know of a wiki article on SDN that explains the setup process? 
    Thanks.

    Note 936179 Reuse of country specific Applications.
    Note 953852 Best Fits selection for re-using country specific service
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30b0b66f-3a3d-2c10-4aa3-f53ee3299bb3?quicklink=index&overridelayout=true
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HowtoReuseCountryspecificapplicationsforMolga99
    Study above links and refer to given SAP notes....
    If you face issues in understanding any particular step then revert back.........

  • How to print ADDRESS in SAP Script

    Hi All,
    I want to print address using ADDRESS command in SAP script. I am using folowing code:
    ADDRESS PARAGRAPH AS
           TITLE       &ADRS-ANRED&
           NAME        &ADRS-NAME1&, &ADRS-NAME2&,
           STREET      &ADRS-STRAS&
           POBOX       &ADRS-PFACH& CODE &ADRS- PSTL2& CITY &ADRS-PFORT&
           POSTCODE    &ADRS-PSTLZ&
           REGION      &ADRS-REGIO&
           CITY        &ADRS-ORT01&, &ADRS-ORT02&
           COUNTRY     &ADRS-LAND1&
           FROMCOUNTRY &ADRS-INLND&
    ENDADDRESS
    Here in output I am getting Title, name1, & name2 in different lines. But I want that Title, name1 and name2 in same line.
    I tried putting title, name1 and name2 in same line but then neither title nor name1, name2 are getting displayed.
    Please tell me how I can do the same.
    I have heard that SAP displays the address according to country standard. Please let me know in which table the country specific setting is stored.
    Regards,
    Vijay

    Hi,
    country code stored in this T005T. Adjust the tab positions on script then only u will get all the title, name1, name2 will get in one line.
    regards,
    ravi shankar reddy

  • Can country specific reports run without implementing country versions?

    Can you run and use country specific reports in SAP if you donot implement the country version? Is it compulasory to implement the country version to run a country specific report?
    For example to run the country specific withholding tax report for India, is it compulsory to first implement the country india version?

    Based on customer/vendor master we can create the reports

  • Country-Specific PO SmartForms

    We have a standard PO SmartFrom for US, MX and CAN. Due to legalities in CAN, they want their "Terms and Conditions" as part of the PO print-out (SmartForm). If we create a CAN specific Form, how does the system know to use this for for PO's with CAN vendors? Are there any such settings? Or what is the recommended solution to such a requirement. Thanks!

    Hi,
    Try this.
    Create a new output type which has the country or purchasing org ...
    Then assign that output type to the output determination procedure..
    WHen you create the condition records for the output type..
    In the communication you can specify the smart form name..
    Assign the  country specific smart form name for each condition record..
    Hope this works..
    Thanks,
    Naren

  • Why are HP printer cartridges country specific? Is there any way around this?

    I have just moved from the UK to Newfoundland, Canada and I have brought my HP PSC 1610 printer with me.  I was advised not to bring any cartridges with me because they would explode during the flight so I had to buy new cartridges upon arrival.
    I noticed that the cartridge numbers recommended for my printer were similar but not exactly the same but the (HP, etc.) websites I looked at did not mention that HP printer cartridges country specific.
    In the UK black cartridge is an HP338 (C8765EE).
    In Canada the websites told me that the black cartridge is a 94 (C8765WC).
    I ordered a 94 cartridge (which took an indordinate amount of time to be delivered) and when I installed it my printer would not accept it ("not intended for use in this printer" error message) even though it fit perfectly.  I looked at the packaging in greater detail and noticed that I had been sent a 94 (C8765WL) and I also noticed (in a very small font size) "for sale only in Latin America".
    My questions are therefore:
    1) Why are HP printer cartridges country specific?
    2) Is there any way around this?  Eg is there anything I can do to my printer/ laptop to tell it to accept this cartridge?
    3) Are 94/ C8765WL cartidges compatible with 94/ C8765WC cartirdges?  Ie did the supplier sell me something that couldn't be used even if I had a Canadian HP PSC 1610 printer?
    4) Can I return the cartridges to the supplier given that it is based in Canada, they delivered it to me in Canada and yet they sold me a product that says "for sale only in Latin America"?
    Thanks
    anenglishmaninsaintjohns

    You will need to Contact HP to request a "Regionalization Reset". There should not be any charge for this, it is covered as part of the cartridge warranty. You will need to have access to your computer and printer while on the line with HP. You will also need to have a set of cartridges for the new region, once the reset is complete cartridges from the original region will no longer work.  HP's web page on the subject is here.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • I am using Pages to print addresses but they  print too low on the envelope. How do I change this?

    I am using Pages to print addresses but they  print too low on the envelope. How do I change this?
    Help please!!!
    ANN

    Hi Isk8ter,
    Welcome to the Support Communities!
    What version of Pages are you working with?  I'm assuming '09 since you reference OS X 10.7.4 above.
    I've included the link to the Pages User Manual for you below.
    Page 253 starts the chapter on Printing, Shareing and Exporting your document.
    Pages '09 User Manual
    manuals.info.apple.com/MANUALS/0/MA663/en_US/Pages09_UserGuide.pdf
    Setting the Paper Size and Orientation
    Before you print, you should make sure the paper size and orientation are set the way you want by opening the Page Setup dialog.
    To set paper size and orientation:
    1 Choose File > Page Setup.
    2 In the Page Setup dialog, choose the printer you will use from the “Format for” popup
    menu.
    3 Choose a standard paper size from the Paper Size pop-up menu.
    Also, see page 266 of the Pages User Manual for more specific instructions for creating a custom template for envelopes.
    Hope this helps ...
    Judy

  • How print address in Single line in Address window in Smartform

    Hi All,
    How print address in Single line in Address window in Smartform?
    Thanks in advance.
    Message was edited by: Vipin Nagpal

    Hi Vipin,
    if u r defining the variables for the address manually,
    then u can define all the fileds in a single line in the edit mode of address window u will get the address in the single line only
    if u r using the standard format
    modify the address format by using the user exit:
    "EXIT_SAPLSADR_001"
    Check OSS Note : 454987
    or in the least case u can use the address window setting to change the format and lines
    May be this will help you.
    Regards,
    Naveen

  • Help...trying to print address labels from an excel document.  I only need info from some of the columns.  Using Avery labels.

    Help...I'm trying to print address labels from an existing Excel document that opens fine in Numbers.  I don't want to print everything from the spreadsheet.  The Avery template and site were no help.  Any suggestions?

    If you do not need all the excel specific items you can just write it to a spreadsheet using the write to spreadsheet file vi's.
    If you want to go the excel route you will have to use active x. you can see a lot of examples on the excel board under the breakpoint forum. please post a sample of how you want your data to look and I can maybe help explain what options you have. and also oyu do not necesarily need the report generation toolkit.
    Joe.
    "NOTHING IS EVER EASY"

  • Default country service used in ESS country specific iviews

    Hi ,
    We have a country specific iviews in ESS like address, personal data,etc..
    but SAP has provided only for certain country.....
    if country not in the list is executed , which country service is picked as default.
    Regards,
    Sithi

    is the connection language set to blank?
    Please can you verify
    can you go through the steps in note 1585427
    can you check using LPD_CUST
    1.     Go to Transaction u201CSPROu201D  Navigate to SAP Customizing Implementation GuidePersonnel Management Employee Self Service( Web Dynpro ABAP ) General SettingsESS Menu for ServicesMenu for SAP Portal Role Execute u2018Set Up Launchpad(Employee Services)u2019   Double click on Role u201CESS MENUu201D.
    translation there if you are using portal
    NWBC< you need to use PFCG
    1.     Go to transaction PFCG  Enter Role as u201CSAP_EMPLOYEE_ESS_WDA_1u201Dand then click on display icon Navigate to Roles tab.
    2.     Navigate to u201CMenuu201D tab.
    You can do so by changing sotr_edit too.
    Edited by: Siddharth Rajora on Nov 9, 2011 6:11 PM

  • Using manual IP address only for specific networks

    For my home network I use DHCP with manual address because I have to forward some ports specifically to my computer. However this causes problems when connecting to other networks. For some reason this setting stays active even when using other networks. Therefore, I can't connect to say my school network because the setting has to be set to plain DHCP. Is there a way to use manual IP address only for specific networks?

    System Preferences > Network > Locations and add a location for your home with its manual settings. Add a location for other DHCP locations. Then when you want to connect at another DHCP location select that location from your locations dropdown.

  • Print PO using Smartforms?

    Hi Gurus,
    I'm new to smart forms.
    Can smart forms used to print PO(using Transaction ME23N)?
    As I know, the PO is print using SAP Script, can it be done using smartforms?
    thanks in advance.
    Hikaruno

    Hi
    YES, PO can be printed using Smartform also.
    see the related forms and program
    PUCHASE ORDER
    Output type         : NEU
    ScriptForm Name     : MEDRUCK
    Driver Program Name : SAPMF06P
    smartform name      : /SMB40/MMPO_L
    SF creation
    How to create a New smartfrom, it is having step by step procedure
    http://sap.niraj.tripod.com/id67.html
    Here is the procedure
    1. Create a new smartforms
    Transaction code SMARTFORMS
    Create new smartforms call ZSMART
    2. Define looping process for internal table
    Pages and windows
    First Page -> Header Window (Cursor at First Page then click Edit -> Node -> Create)
    Here, you can specify your title and page numbering
    &SFSY-PAGE& (Page 1) of &SFSY-FORMPAGES(Z4.0)& (Total Page)
    Main windows -> TABLE -> DATA
    In the Loop section, tick Internal table and fill in
    ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2
    3. Define table in smartforms
    Global settings :
    Form interface
    Variable name Type assignment Reference type
    ITAB1 TYPE Table Structure
    Global definitions
    Variable name Type assignment Reference type
    ITAB2 TYPE Table Structure
    4. To display the data in the form
    Make used of the Table Painter and declare the Line Type in Tabstrips Table
    e.g. HD_GEN for printing header details,
    IT_GEN for printing data details.
    You have to specify the Line Type in your Text elements in the Tabstrips Output options.
    Tick the New Line and specify the Line Type for outputting the data.
    Declare your output fields in Text elements
    Tabstrips - Output Options
    For different fonts use this Style : IDWTCERTSTYLE
    For Quantity or Amout you can used this variable &GS_ITAB-AMOUNT(12.2)&
    5. Calling SMARTFORMS from your ABAP program
    REPORT ZSMARTFORM.
    Calling SMARTFORMS from your ABAP program.
    Collecting all the table data in your program, and pass once to SMARTFORMS
    SMARTFORMS
    Declare your table type in :-
    Global Settings -> Form Interface
    Global Definintions -> Global Data
    Main Window -> Table -> DATA
    Written by : SAP Hints and Tips on Configuration and ABAP/4 Programming
    http://sapr3.tripod.com
    TABLES: MKPF.
    DATA: FM_NAME TYPE RS38L_FNAM.
    DATA: BEGIN OF INT_MKPF OCCURS 0.
    INCLUDE STRUCTURE MKPF.
    DATA: END OF INT_MKPF.
    SELECT-OPTIONS S_MBLNR FOR MKPF-MBLNR MEMORY ID 001.
    SELECT * FROM MKPF WHERE MBLNR IN S_MBLNR.
    MOVE-CORRESPONDING MKPF TO INT_MKPF.
    APPEND INT_MKPF.
    ENDSELECT.
    At the end of your program.
    Passing data to SMARTFORMS
    call function 'SSF_FUNCTION_MODULE_NAME'
    exporting
    formname = 'ZSMARTFORM'
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    FM_NAME = FM_NAME
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3.
    if sy-subrc <> 0.
    WRITE: / 'ERROR 1'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    call function FM_NAME
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    CONTROL_PARAMETERS =
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    GS_MKPF = INT_MKPF
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    check this:
    http://help.sap.com/saphelp_nw04s/helpdata/en/a5/de6838abce021ae10000009b38f842/content.htm
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html
    check this linkls------>
    https://www.sdn.sap.com/irj/sdn/collaboration
    http://help.sap.com/saphelp_erp2004/helpdata/en/a9/de6838abce021ae10000009b38f842/frameset.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    <b>Reward points for useful Answers</b>
    Regards
    Anji

Maybe you are looking for

  • System config problems please help!!!!

    I bought a windowns recovery disk for my toshiba satellite L450D and everything was okay until I reached theconfiguring system partI left it go for about 2 hours but nothing happened so I restarted and I still have the same problem can someone please

  • Error while creating Callable object

    Hi,    I had developed a form through Adobe Life Cycle Designer and now am creating a caalable object for a standalone interactive form.In the Set Configuration step i'am trying to Use the Process "Time of Process" which is a default process template

  • Error(23,19): method getName(java.lang.String) not found in class javax.swi

    Hi , when i try to run my program, i keep getting the error msg: Error(23,19): method getName(java.lang.String) not found in class javax.swing.JTextField I have checked the java API and it inherits from the awt.Component class and should be accessibl

  • Is it possible to merge /Usr to Root?

    So, I've read the messages about not using a separate partition for /Usr.  I'm also getting some errors on bootup because of this. What I'm wondering is if it's possible to merge /Usr to root?  How can it be done and is it safe?

  • Multi-step replenishment and ECC 5 for Retail

    I have a few questions regarding this topic as we are trying to get a handle on this functionality. So, if any of these questions is applicable to you I would appreciate an answer: 1. Are any of you out there running the Mult-step Replenishment funct