Is there any function that output address by inputing the address no.?

Is there any function that accept an address number as input paramenter and return an address so that I don't need to build it myself?
Thanks!

FU ADDRESS_INTO_PRINTFORM        ADDRESS_TYPE
Text
Address type: 1,2,3 or ' '(default)
Description
There are three address types:
Address type '1': 'Normal' address (company or organization); the address structure used in most SAP applications as 'Address'.
Address type '2': Address of a person
Address type '3': Work address, usually the address of a contact person in a company
The default address type SPACE is treated as type '1' and is required for the upwards compatibility of the function module.
The interface parameters ADRSWA_IN and ADRSWA_OUT are only used in address type SPACE.
The other address types use:
ADDRESS_1 or ADDRESS_2 or ADDRESS_3 for the attributes, and
SENDER_COUNTRY, RECEIVER_LANGUAGE, NUMBER_OF_LINES, STREET_HAS_PRIORITY and LINE_PRIORITY for control.
The parameters COUNTRY_NAME_IN_RECEIVER_LANGU, LANGUAGE_FOR_COUNTRY_NAME and NO_UPPER_CASE_FOR_CITY are address type-independent.
The address attributes can be read directly instead of being passed in the structures ADDRESS1/2/3, if the address is in the Central Address Management tables.
The Business Address Services keys must be passed instead of the structures ADDRESS1/2/3:
Address type 1: ADDRESS_NUMBER
Address type 2: ADDRESS_NUMBER and PERSON_NUMBER
Address type 3: ADDRESS_NUMBER and PERSON_NUMBER
The following parameters are used (Import) or filled (Export):
Address type 1
Import parameters:
ADDRESS_1
ADDRESS_TYPE
ADDRESS_NUMBER
SENDER_COUNTRY
RECEIVER_LANGUAGE
NUMBER_OF_LINES
STREET_HAS_PRIORITY
LINE_PRIORITY
COUNTRY_NAME_IN_RECEIVER_LANGU
LANGUAGE_FOR_COUNTRY_NAME
NO_UPPER_CASE_FOR_CITY
Export parameters:
ADDRESS_PRINTFORM
ADDRESS_SHORT_FORM
ADDRESS_SHORT_FORM_S
ADDRESS_DATA_CARRIER
ADDRESS_DATA_CARRIER_0
NUMBER_OF_USED_LINES
NAME_IS_EMPTY
ADDRESS_NOT_FOUND
ADDRESS_PRINTFORM_TABLE
Address type 2
Import parameters:
ADDRESS_2
ADDRESS_TYPE
ADDRESS_NUMBER und PERSON_NUMBER
SENDER_COUNTRY
RECEIVER_LANGUAGE
NUMBER_OF_LINES
STREET_HAS_PRIORITY
LINE_PRIORITY
COUNTRY_NAME_IN_RECEIVER_LANGU
LANGUAGE_FOR_COUNTRY_NAME
NO_UPPER_CASE_FOR_CITY
Export parameters:
ADDRESS_PRINTFORM
ADDRESS_SHORT_FORM
ADDRESS_SHORT_FORM_S
ADDRESS_DATA_CARRIER
ADDRESS_DATA_CARRIER_0
NUMBER_OF_USED_LINES
NAME_IS_EMPTY
ADDRESS_NOT_FOUND
ADDRESS_PRINTFORM_TABLE
Address type 3
Import parameters:
ADDRESS_3
ADDRESS_TYPE
ADDRESS_NUMBER und PERSON_NUMBER
SENDER_COUNTRY
RECEIVER_LANGUAGE
NUMBER_OF_LINES
STREET_HAS_PRIORITY
LINE_PRIORITY
COUNTRY_NAME_IN_RECEIVER_LANGU
LANGUAGE_FOR_COUNTRY_NAME
NO_UPPER_CASE_FOR_CITY
Export parameters:
ADDRESS_PRINTFORM
ADDRESS_SHORT_FORM
ADDRESS_SHORT_FORM_S
ADDRESS_DATA_CARRIER
ADDRESS_DATA_CARRIER_0
NUMBER_OF_USED_LINES
NAME_IS_EMPTY
ADDRESS_NOT_FOUND
ADDRESS_PRINTFORM_TABLE
Address type SPACE (default value; the previous interface up to Release 3.0B):
Import parameters:
ADRSWA_IN
ADDRESS_TYPE
ADDRESS_NUMBER (only for special cases such as Japan)
COUNTRY_NAME_IN_RECEIVER_LANGU
LANGUAGE_FOR_COUNTRY_NAME
NO_UPPER_CASE_FOR_CITY
Export parameters:
ADRSWA_OUT
NAME_IS_EMPTY
ADDRESS_PRINTFORM_TABLE
The following parameters correspond to each other (on the left the individual parameter - on the right the fields in the old interface structures ADRSWA_IN and ADRSWA_OUT):
ADDRESS_NUMBER                   -   no equivalent
PERSON_NUMBER                    -   no equivalent
SENDER_COUNTRY                   -   ADRSWA_IN-INLND
RECEIVER_LANGUAGE               -   ADRSWA_IN-SPRAS
NUMBER_OF_LINES                 -   ADRSWA_IN-ANZZL
STREET_HAS_PRIORITY             -   ADRSWA_IN-WAREN
LINE_PRIORITY                    -   ADRSWA_IN-PRIOR
COUNTRY_NAME_IN_RECEIVER_LANGU  -   no equivalent
LANGUAGE_FOR_COUNTRY_NAME       -   no equivalent
NO_UPPER_CASE_FOR_CITY          -   no equivalent
ADDRESS_SHORT_FORM              -   ADRSWA_OUT-LINEK
ADDRESS_SHORT_FORM_S            -   no equivalent
ADDRESS_DATA_CARRIER            -   ADRSWA_OUT-LINED
ADDRESS_DATA_CARRIER_0          -   ADRSWA_OUT-LINED0
NUMBER_OF_USED_LINES            -   ADRSWA_OUT-ANZZL
NAME_IS_EMPTY                    -   no equivalent
ADDRESS_NOT_FOUND               -   no equivalent
ADDRESS_PRINTFORM_TABLE         -   no equivalent
The parameters are described in the parameter documentation.

Similar Messages

  • Is there any function that....

    Hello friends
          I wrote a ABAP program to print the PL (Part List). But while printing it jst takes 25 lines in the ckt refence else it don't print it. This is becoz of the reason that while printing it takes 1st ckt refence then 20 blank spaces then next ckt and so on. and it prints maximum of 500 characters. So if we have more than 25 lines we face problem. Is there any function that bypasses these 20 blank spaces and only consider the ckt refences. Plz help me in this. If possible sent me the code for it.
    Thnx
    Rakhi

    The table all_objects (and/or dba_objects) contains a column called last_ddl_time. Thus, a query like
    scott@jcave > SELECT max(last_ddl_time)
      2  FROM all_objects
      3 WHERE owner = 'SCOTT';
    MAX(LAST_DDL_TI
    28-NOV-03will tell you the last time any object owned by SCOTT had DDL issued against it.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • Is there any app that allows me to control the cell phone from the computer with the mouse?

    Is there any app that allows me to control the cell phone from the computer with the mouse?

    No this is not possible.
    But you could use the iPhone Simulator of Xcode if you have access to an Mac. Like the name explains, it simulates an iPhone on an Mac, but you cannot use all standard apps

  • Heey guys whats up listen i have a problem i lost my iphone and it has all my pic's and some information that i really really need it what should i do .... is there any way that i can get back the i phone ??? please help me

    heey guys whats up listen i have a problem i lost my iphone and it has all my pic's and some information that i really really need it what should i do .... is there any way that i can get back the i phone ??? please help me

    You can look for it.
    If you find it, you will have it back.
    If you had find my iphone activated on the iphone BEFORE it was lost, then you may be able to track it.

  • Is there any FUNCTION I can use to check the existence of a USER?

    Hi,
    Is there any FUNCTION I can use to check the existence of a USER? I dont want to write a function by myself to access usr01 directly.
    Thanks in advance.

    You can use FM USER_EXISTENCE_CHECK
    Thanks
    Seshu

  • I have purchased my iPhone 4S from USA. Its a Factory unlocked phone. I am facing problem with the hardware. Is there any support that apple provides to send the phone from India to USA to get it replaced? Also if there is any travelers Policy?

    I have purchased my iPhone 4S from USA. Its a Factory unlocked phone. I am facing problem with the hardware. Is there any support that apple provides to send the phone from India to USA to get it replaced? Also if there is any travelers Policy?

    No and no.

  • Is there any function that returns the latest DDL statement

    can anyone tell me if there is any FUNCTION that returns latest DDL statement performed in a schema.
    OR
    if there is any TABLE that will be populated with latest
    DDL statement in schema.
    THANK YOU.

    The table all_objects (and/or dba_objects) contains a column called last_ddl_time. Thus, a query like
    scott@jcave > SELECT max(last_ddl_time)
      2  FROM all_objects
      3 WHERE owner = 'SCOTT';
    MAX(LAST_DDL_TI
    28-NOV-03will tell you the last time any object owned by SCOTT had DDL issued against it.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • Is there any chance that Tab Grouping feature (like the one in Opera 11) will become native for Firefox? Could be very helpful.

    Is there any chance that Tab Grouping feature (similar to Opera 11) will appear in Firefox? Could be very helpful and convenient.

    Hi ThaPlaya,
    I feel your pain. I am in charge of over 250 PCs and laptops. Flash Player stopped working for me after an update. I have been working on this issue non-stop since the middle of October, 2012. It's time-consuming, and even after applying the latest Flash update, it still doesn't work properly.
    I am beyond frustrated! I have people calling me left and right saying that they can't access content. I have been using this site https://www.mozilla.org/en-US/plugincheck/ to try and do a browser plug-in check while in IE an dFirefox. Even after I update all plug-ins, Flash still works about half the time.
    For instance, the principal of the middle and high school wanted to view an online magazine http://upfront.scholastic.com/issues/12_10_12, about 3 pages load on this site. The rest continue to say LOADING. When I right-click on a page and then left-click on ABOUT ADOBE 11.5.502.110, it seems I am using the most up-to-date version for IE and Firefox.
    Students are trying to access sumdog.com and stmath.com, both run using Flash. STMath is now working a bit better because I allowed some exceptions in our internet content filtering appliance, and in our firewall, sumdog still works half the time.
    If Adobe is going to update their browser plug-ins, they need to test and retest before giving the public access. This situation is causing me a ton of problems!
    Sorry to infiltrate your post...
    Dawn/Flower1964

  • My pause forward and backwards button wont work. Are there any handicaps that i can use with the middle button?

    My buttons dont work and i wanted to know if there are any substitues that i can use with the home button.

    Nope, it either needs to be plugged in or turned on with the power button.
    A replacement iPhone 4 is $149, but at least the whole phone is replaced.

  • Yes; I see that I can add words to the dictionary so that firefox no longer flags them as wrong, but is there any way that Firefox will actually suggest the added words, so that if I do misspell them, they are pressented as suggestions?

    Spell check not only underlines words that are not in its dictionary, but suggests words when the flagged words are right clicked. However, if words have been added to the dictionary by a user, it does not appear that spell check incorporates the new words into to the suggestions for proper spelling. As a result, if I misspell a word that I have added to the dictionary, I have to manually correct it, because the correct spelling that was added to the dictionary is not offered in the drop down list when the word is right clicked.

    ''is there any way that Firefox will actually suggest correct spelling''
    Right click on the indicated word, and choose, the spelling, add to dictionary,
    or close the right-click context menu to allow without changing anything.
    You probably have other dictionary lists on your computer of words that you've already verified and added, open that list or a copy of it in Firefox and add the ones that show up as invalid using your better judgement that you have now than in the past.
    *http://dmcritchie.mvps.org/firefox/tab_capacity/001_with_underscore.htm#spellcheck

  • HT5621 yesterday somebody logged in to my apple account and changed my address, is there any chance that I can find out ip address or location of who did this ???

    Hi Guys,
    I am a bit worried as yesterday I received an email saying my account details changed and that was for my billing address. I havent done this and so amazed, have a doubt on someone who is probably not in the country at the moment. just want to confirm if there is any way that i can trace the ip address or location that from where its been changed. (I have changed everything after this though but still feeling insecure)
    Please advise
    Many Thanks,
    Ummara

    Ummara wrote:
    I am a bit worried as yesterday I received an email saying my account details changed and that was for my billing address. I havent done this ...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • I have an existing Apple Account but my brother and my parents are using it. Is there any way that i can transfer all the music purchases to a new apple account (once created, of course)

    My parents and my brother are using my apple id. They are using my cloud and my money. I want to create a new Apple ID. But if i do, is there anyway to transfer purchases such as music to my apple device which will have a different Apple ID than the one i purchased them with. Please help
    Thank you :)

    No, all content that you download from the store is tied to the account that downloaded it, it can't be transferred to another account

  • HT4718 hi. okay so I updated my mac and now i can't open my iMovie and my iPhoto because I downloaded them from a separate account, which I don't remember. Is there any way that i can find out the apple id i used to download these two apps?

    Or is there another way i could download iphoto and imovie? (cuz when i try to download it with my new id it says that it cannot be purchased with my new id.)

    I'm not sure if this will work, but try using LaunchPad. Hold down the option key while hovering over iPhoto and click the X that appears.
    If the Option key doesn't make it show, click and hold until it giggles. Then the x should appear.

  • Is there a function that uses Get_DAQ_De​vice_Info - device_typ​e_code to get info

    Is there a function that uses Get_DAQ_Device_Info - device_type_code to get info on the hardware characteristics such as a list of available gains or A/D converter resolution?

    Duncan;
    When calling Get_DAQ_Device_Info we get most of the information for our board. For example: the base address, calibration status, counter type, serial number, device type code, DMA and Interrupt levels, etc.
    At this moment we do not have any function that will let us know the number of channels of a certain device and the configuration mode supported by the board.
    However, you can use the Init_DA_Boards to retrieve what type of board is installed on the machine at a given time, and to have a look up table with the available gains for the possible boards that can be used on your application.
    Hope this helps.
    Filipe A.
    Applications Engineer
    National Instruments

  • Is there any function module which will upload storage locations for a mat

    Hi gurus,
      Is there any function module or BAPI to extend the storage locations of material which is done through <b>MMSC</b> transaction. I need to write a program to upload new storage locations for some materials.Please advise.
    Thanks ,
    Sam.

    You can do this using the BAPI_MATERIAL_SAVEDATA
    Regards,
    Rich Heilman

Maybe you are looking for

  • Time capsule stuck on making backup disk available

    I read the tread below that should fix this issue: "What I did was start up disk utility and use it's repair feature on the bundle. The first time, I got an error saying it could not be repaired, but I tried again a couple days later and it seems to

  • HT5148 Final Cut Pro for 10.6.8

    I have the 10.6.8 OS and apparently I need 10.9 to download the new version of Final Cut Pro X. How can I get a version that is already compatible with my OS? Please be very specific! Thanks.

  • Find exact time a database was recovered to

    Oracle 11gR1 How can I find out the exact time a database was recovered to, assuming I do not know what value was used in the "SET UNTIL TIME" clause?

  • What's going on with Flash Player????

    I have tried to download Flash Player for the past month or so and I am unable to install on 3 different computers within my family. Does anyone know what's going on with the new verison 11?

  • SMB - domain login from XP not working

    I have been testing using my MacOSX 10.5.3 server as PDC for Windows XP machines. I set it up on my test server with no problems. Enabled the SMB service, promoted it to a Primary Domain Controller and then a few other minor tweaks and away we went.