Address-end address

hi,
how can i print country specific addresses unsing Address and End Address
in sap-script.

Hi Manish,
     ADDRESS and ENDADDRESS is used to specify the address which will
           be formatted according to the target country i.e the recipient country.
           e.g. /:ADDRESS sales PARAGRAPH C
                  /:NAME &KNA1-NAME1&  
                  /:STREET &KNA1-STRAS&
                  /:POSTCODE &KNA1-PSTLZ&
                  /:CITY &KNA1-ORT01&
                  /:COUNTRY &KNA1-LAND1&
                  /:FROMCOUNTRY 'DE'
                  /:ENDADDRESS

Similar Messages

  • Address end address commant...

    hi
    i want to knwo from whre the address is determined once we get the adressnumber from program into thte following code in sap script?
    how the name1 name2 stree etc comes from once we get adrnr in the below command?
    1) we get some number from program say 23456 and this address number adrnr is coming to this address end address command now what does internally happens or what is the process or can i debug that from where the fulll address is shown in the print output lkne name1 name2 street etc as here only adrnr is being populated not individuyal variables ...
    2) And what does bolded portion signifies accurately for the below code
    pls explain
    regards
    Rinku
    ADDRESS DELIVERY PARAGRAPH AD
       ADDRESSNUMBER &ADRNR(K)&
       FROMCOUNTRY   &COUNTRY&
    <b>   NO_UPPERCASE_FOR_CITY 'X'</b>
    <b>   LANG_FOR_COUNTRY &SHIPTO_CTRY_LANGU&</b>
    ENDADDRESS

    Hi nishant,
    The SAPscript address command makes an internal call to the function module ADDRESS_INTO_PRINTFORM, but I'm not sure if you can debug it from the SAPscript debugger.  You can however run the function module from se37 to test how the logic is working for your parameters.  The online help <a href="http://help.sap.com/saphelp_47x200/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm</a>
    has some useful information as well as the function module documentation.
    Your SAPscript
    ADDRESS DELIVERY PARAGRAPH AD
    ADDRESSNUMBER &ADRNR(K)&
    FROMCOUNTRY &COUNTRY&
    NO_UPPERCASE_FOR_CITY 'X'
    LANG_FOR_COUNTRY &SHIPTO_CTRY_LANGU&
    ENDADDRESS
    is the equvalent of
    CALL FUNCTION 'ADDRESS_INTO_PRINTFORM'
    EXPORTING
       ADDRESS_NUMBER                       = &ADRNR(K)&
       SENDER_COUNTRY                       = &COUNTRY&
       LANGUAGE_FOR_COUNTRY_NAME            = &SHIPTO_CTRY_LANGU&
       NO_UPPER_CASE_FOR_CITY               = 'X'
    IMPORTING
       ADDRESS_PRINTFORM                    = (address lines returned to the form)
    You can get the SAPscript variables from the debugger and test the module in se37.
    Regards,
    Nick

  • Address & end address in script

    Hi Experts,
    In address I hv been tryin to print street 2,3 & 4 using address & end address .. but isnt appearing in the window..
    Code used by me is:
    /:   ADDRESS PARAGRAPH AS
    /:   TITLE       &REGUH-ANRED&
    /:   NAME        &REGUH-NAME1&, &REGUH-NAME2&, &REGUH-NAME3&, &REGUH-NAME4&
    /:   STREET      &REGUH-STRAS&
    /:   POBOX       &REGUH-PFACH&
    /:   CITY        &REGUH-ORT01(C)&
    /:   POSTCODE    &REGUH-PSTLZ&
    /:   COUNTRY     &REGUH-LAND1&
    /:   FROMCOUNTRY &T001-LAND1&
    /:   ENDADDRESS
    KIndly guide me..if smthing wrong in this..
    Thanks In advance..
    Edited by: Himayan Das on Jan 10, 2008 10:38 AM
    Edited by: Himayan Das on Jan 10, 2008 10:39 AM
    Edited by: Himayan Das on Jan 10, 2008 10:40 AM

    Hi Himayan,
                       Try specifying the Number of lines..
    ADDRESS [DELIVERY] [TYPE] [PARAGRAPH] [PRIORITY] [LINES]
    ENDADDRESS
    Lines Specifies how many lines may be used for formatting the address. If there are too few lines available to allow all the address data to be formatted, then the data specified in the PRIORITY parameter are omitted. If there is no LINES parameter and if this command is in a form window of a type other than MAIN, then the number of lines available for formatting the address are automatically calculated based on the current output position and the size of the window.
    Reward points if helpful..
    Regards,
    Goutham.

  • Exclude Title in Address End Address in Sap Script

    Hi All,
    We are using below code to print address of payer in check form
    but its printing the title also in address, Say Company etc.
    We donot need this. Is there any addition to this statement to remove this.
    ADDRESS PARAGRAPH E1
    NAME        &REGUH-ZNME1&, &REGUH-ZNME2&, &REGUH-ZNME3&, &REGUH-ZNME4&
    STREET      &REGUH-ZSTRA&
    POBOX       &REGUH-ZPFAC&  CODE &REGUH-ZPST2& CITY &REGUH-ZPFOR&
    POSTCODE    &REGUH-ZPSTL&
    REGION      &REGUH-ZREGI&
    CITY        &REGUH-ZORT1&, &REGUH-ZORT2&
    COUNTRY     &REGUH-ZLAND&
    FROMCOUNTRY &T001-LAND1&
    ADDRESSNUMBER &REGUH-ZADNR&
    ENDADDRESS
    Regards
    Ujwal

    Brian, I understand your frustration.
    Just a note. I use QuickSilver a lot, and its Safari plugin module has some form of bookmark and history searching involving page titles. I don't use it myself, but I know that it's available. I understand it's not what you're looking for exactly, but it might be a viable workaround if you care to explore it more than I have.
    Yang

  • Space coming while using address- end address

    hi abapers,
    i m using address and endaddress to display address and while preview a space-line coming in address.
    please tell me how to remove this space.
    thanks,

    hai    Sandeep,
    For Compressing Leading Spaces Use C Option.
    Syntax:
    &symbol(C)&
    Hope this Will Solve U r Problem.
    Regards.
    Eshwar.

  • Using Address..End Address Command in Script ?

    Using Address........End Address Command in Script , Is it possible to print without Name filed ? I have tried but w/o name field it is not printing   ..
    I liket to print like this
    Address paragraph Z3
    Street ...........................
    PoBox.........................
    City........................
    End Address
    can any1 suggest me?

    Hi,
    If you want to print country specific then use
    /:           ADDRESS PARAGRAPH AS
    /:             ADDRESSNUMBER &EKKO-ADRNR(K)&
    /:             FROMCOUNTRY &T001-LAND1&
    /:           ENDADDRESS
    Reward if useful.
    Regards,
    Nageswar

  • IP Address Ending in Zero

    Today the light on my Airport Express began flashing amber and when I launched the Airport Utility, it indicated that the device was unable to obtain a valid IP Address.  I looked under Internet -> TCP/IP and the Gateway and DNS Servers had valid IPs, but the IP address of the device has been assigned a link-local 169.254 address, which usually means that DHCP failed to respond.  So I unplugged the Airport and hooked up my computer directly to the DSL modem.  My computer received the same Gateway and DNS addresses along with a valid public IP.  The only oddity was that the public IP ended in zero.  Next I dragged out my old wired router.  It also received the same x.x.x.0 IP address and worked fine.  Then I hooked up the Airport and once again got a valid gateway IP but it failed to assign an IP to the device.  I manually entered the IP ending in .0 and it worked, then went back to DHCP and it failed once more.  Finally, I reset the modem, received a new IP that didn't end in zero, and the Airport was happy.  Does the Airport not support IP addresses ending in zero?  It used to be uncommon to assign these out, but with IPs in short supply, ISPs are doing everything they can to make the most of what's left. 
    I was going to contact Apple Support, but the site is claiming that my complimentary support has expired even though I purchased the device within the past 90 days.  I don't feel that I should have to pay Apple to inform them that their product is buggy.

    IPs ending in zero are sometimes acceptable to assign and sometimes they aren't.  It depends on whether or not it is the network identifier.  If my IP was the network identifier, then AT&T is to blame, not Apple.  Looking up info about the netblock, I found the following.
    SBC-108-68-140-0-22-1009261615 (NET-108-68-140-0-1)
    108.68.140.0 - 108.68.143.255
    If I'm not mistaken, it should be acceptable to hand out IP addresses ending in zero besides 108.68.140.0, which was not my IP at the time. 

  • Using  Address..End Address in Script

    Using Address........End Address Command in Script , Is it possible to print without Name filed ? I have tried but w/o name field it is not printing   ..
    I liket to print like this
    Address paragraph Z3
    Street ...........................
    PoBox.........................
    City........................
    End Address
    can any1 suggest me?

    Hi,
    If you want to print country specific then use
    /:           ADDRESS PARAGRAPH AS
    /:             ADDRESSNUMBER &EKKO-ADRNR(K)&
    /:             FROMCOUNTRY &T001-LAND1&
    /:           ENDADDRESS
    Reward if useful.
    Regards,
    Nageswar

  • Need DHCP ending address to set up Guest network on Airport expressk

    I have a 2wire modem router that I attached an Airport express to to resolve the issue of constant droppin gof the internet. The wireless and outing are turned off the 2 wire so it acts as a simple modem. I then was able to access the the section in Airport Utility to set up the Guest Network. When I change the net work from Bridged to Shared, I had errors for the beginning and ending DHCP #s. I have the beging number but have no idea what the ending number is or how where to look.

    The error message is the DHCP range conflicts with the WAN IP address. The default range that was entered by the utility was 192.168.1.2 to 192.168.1.200. It does not like the begining or the ending address. i entered 192.168.1.254 (DNS server and router) and it accepts that s the starting  address.

  • Cannot sen email to any address ending in co.uk ?????

    Has anybody else experienced a problem with sending email to addresses ending with co.uk. I use mobile me and sync to outlook 2007. My iphone will allow me to create, forward and reply to all my emails ending in .com but if I try to send to an email ending in .co.uk it refuses to send and states invalid recipient address. However, I know the address is correct. I have tried this on a number of .co.uk email addresses and it does the same with them all
    Any ideas, solutions
    iphone

    Not seen this problem. Just tested it, and sent fine.

  • What does the eprint email address end in?

    what does the eprint email address end in?

    Hi,
    It should end in @hpeprint.com
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Upload HR master data Parmanent Address & home address  by a BDC Program.

    Hi exparts,
    I writte a BDC program to upload HR master data for tcode PA30.
    But I can upload parmanet address with this program.
    I want to upload parmanent address then home address .
    Can anybody help , how can I upload  Parmanent Address & home address   by a single BDC program.
    Thanks
    Edited by: Abu Rayhan on Jun 2, 2011 1:01 PM

    report ZHR_SMP
           no standard page heading line-size 255.
    Internal Table TYPE Declaration for keeping Legacy Data
    TYPES: BEGIN OF TW_MAIN,
            PERNR LIKE RP50G-PERNR,
            BEGDA LIKE P0006-BEGDA,
            ANSSA LIKE P0006-ANSSA,
            STRAS LIKE P0006-STRAS,
            ORT01 LIKE P0006-ORT01,
            STATE LIKE P0006-STATE,
            PSTLZ LIKE P0006-PSTLZ,
            LAND1 LIKE P0006-LAND1,
            END OF TW_MAIN,
           TT_MAIN TYPE STANDARD TABLE OF TW_MAIN.
    DATA : WA_MAIN TYPE TW_MAIN,
           IT_MAIN TYPE TT_MAIN,
           WA_ITEM TYPE TW_MAIN,
           IT_ITEM TYPE TT_MAIN,
           WA_BDCDATA TYPE BDCDATA,
           IT_BDCDATA TYPE STANDARD TABLE OF BDCDATA,
           WA_BDCMSGCOLL TYPE BDCMSGCOLL,
           IT_BDCMSGCOLL TYPE STANDARD TABLE OF BDCMSGCOLL.
    Internal table for enable Required options using Call transaction & Session Method.
    DATA: it_intern TYPE alsmex_tabline OCCURS 0 WITH HEADER LINE.
    DATA ls_ctu_params TYPE ctu_params.
    DATA : U_MODE(1),
           U_UPDT(1),
           FNAM(30),
           STR TYPE STRING.
    SELECTION-SCREEN BEGIN OF BLOCK bk1 WITH FRAME TITLE text-001.
    PARAMETERS p_fname TYPE localfile OBLIGATORY.
    PARAMETERS: p_begcol TYPE i DEFAULT 1,
                p_begrow TYPE i DEFAULT 2,
                p_endcol TYPE i DEFAULT 20,
                p_endrow TYPE i DEFAULT 1600.
    SELECTION-SCREEN END OF BLOCK bk1.
    SELECTION-SCREEN : BEGIN OF BLOCK B4 WITH FRAME TITLE TEXT-004.
    SELECTION-SCREEN : BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.
    PARAMETERS : P_FIRST RADIOBUTTON GROUP RB  DEFAULT 'X',
                 P_SECOND RADIOBUTTON GROUP RB,
                 P_THIRD RADIOBUTTON GROUP RB.
    SELECTION-SCREEN : END OF BLOCK B2.
    SELECTION-SCREEN : BEGIN OF BLOCK B3 WITH FRAME TITLE TEXT-003.
    PARAMETERS : P_SYN RADIOBUTTON GROUP RB1,
                 P_ASYN RADIOBUTTON GROUP RB1   DEFAULT 'X'.
    SELECTION-SCREEN : END OF BLOCK B3.
    SELECTION-SCREEN : END OF BLOCK B4.
    Initialize the work are and internal table body
    INITIALIZATION.
      PERFORM INTIALIZE_ITAB.
    *Get F4 help based on which file need to selected
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fname.
      PERFORM GETFILENAME.
    START-OF-SELECTION.
    Upload the file from Excel to Internal Table
      PERFORM FILE_UPLOAD.
    Selection Method for Foreground or background or call transactio or session method.
      PERFORM SCREEN_FLAG.
    Uploading the data from Legacy Sytem to SAP.
      PERFORM BDC_TRANSACTION.
    END-OF-SELECTION.
    *&      Form  BDC_TRANSACTION
          text
    -->  p1        text
    <--  p2        text
    FORM BDC_TRANSACTION.
      IT_ITEM = IT_MAIN.
      PERFORM CALL_TRANSACTION.
    ENDFORM.                    " BDC_TRANSACTION
    *&      Form  CALL_TRANSACTION
          text
    -->  p1        text
    <--  p2        text
    FORM CALL_TRANSACTION .
      LOOP AT IT_MAIN INTO WA_MAIN.
        CLEAR WA_BDCDATA.
        REFRESH IT_BDCDATA.
        perform bdc_dynpro      using 'SAPMP50A' '1300'.
        perform bdc_field       using 'BDC_OKCODE' '/00'.
        perform bdc_field       using 'RP50G-PERNR' WA_MAIN-PERNR.
        perform bdc_field       using 'RP50G-TIMR6' 'X'.
        perform bdc_field       using 'BDC_CURSOR' 'RP50G-CHOIC'.
        perform bdc_field       using 'RP50G-CHOIC' '0006'.
        perform bdc_dynpro      using 'SAPMP50A' '1300'.
        perform bdc_field       using 'BDC_OKCODE' '=INS'.
        perform bdc_field       using 'BDC_CURSOR' 'RP50G-PERNR'.
        perform bdc_field       using 'RP50G-PERNR' WA_MAIN-PERNR.
        perform bdc_field       using 'RP50G-TIMR6' 'X'.
        perform bdc_field       using 'RP50G-CHOIC' 'Addresses'.
        perform bdc_dynpro      using 'SAPMSSY0' '0120'.
        perform bdc_field       using 'BDC_CURSOR' '04/03'.
        perform bdc_field       using 'BDC_OKCODE' '=ENTR'.
        perform bdc_dynpro      using 'MP000600_CE' '2010'.
        perform bdc_field       using 'BDC_CURSOR' 'P0006-PSTLZ'.
        perform bdc_field       using 'BDC_OKCODE' '/00'.
        perform bdc_field       using 'P0006-BEGDA' WA_MAIN-BEGDA.
        perform bdc_field       using 'P0006-ENDDA' '12-31-9999'.
        perform bdc_field       using 'P0006-ANSSA' WA_MAIN-ANSSA.
        perform bdc_field       using 'P0006-STRAS' WA_MAIN-STRAS.
        perform bdc_field       using 'P0006-ORT01' WA_MAIN-ORT01.
        perform bdc_field       using 'P0006-STATE' WA_MAIN-STATE.
        perform bdc_field       using 'P0006-PSTLZ' WA_MAIN-PSTLZ.
        perform bdc_field       using 'P0006-LAND1' WA_MAIN-LAND1.
        perform bdc_dynpro      using 'SAPLSBAL_DISPLAY' '0200'.
        perform bdc_field       using 'BDC_OKCODE' '=&ONT'.
        perform bdc_dynpro      using 'MP000600_CE' '2010'.
        perform bdc_field       using 'BDC_CURSOR' 'P0006-STATE'.
        perform bdc_field       using 'BDC_OKCODE'  '/00'.
        perform bdc_field       using 'P0006-BEGDA' WA_MAIN-BEGDA.
        perform bdc_field       using 'P0006-ENDDA' '12-31-9999'.
        perform bdc_field       using 'P0006-ANSSA' WA_MAIN-ANSSA.
        perform bdc_field       using 'P0006-STRAS' WA_MAIN-STRAS.
        perform bdc_field       using 'P0006-ORT01' WA_MAIN-ORT01.
        perform bdc_field       using 'P0006-STATE' WA_MAIN-STATE.
        perform bdc_field       using 'P0006-PSTLZ' WA_MAIN-PSTLZ.
        perform bdc_field       using 'P0006-LAND1' WA_MAIN-LAND1.
        perform bdc_dynpro      using 'MP000600_CE' '2010'.
        perform bdc_field       using 'BDC_OKCODE' '/EBCK'.
        perform bdc_field       using 'BDC_CURSOR' 'P0006-BEGDA'.
        perform bdc_dynpro      using 'SAPLSPO1' '0200'.
        perform bdc_field       using 'BDC_OKCODE' '=YES'.
        perform bdc_dynpro      using 'MP000600_CE' '2010'.
        perform bdc_field       using 'BDC_CURSOR' 'P0006-PSTLZ'.
        perform bdc_field       using 'BDC_OKCODE'  '/00'.
        perform bdc_field       using 'P0006-BEGDA' WA_MAIN-BEGDA.
        perform bdc_field       using 'P0006-ENDDA' '12-31-9999'.
        perform bdc_field       using 'P0006-ANSSA' WA_MAIN-ANSSA.
        perform bdc_field       using 'P0006-STRAS' WA_MAIN-STRAS.
        perform bdc_field       using 'P0006-ORT01' WA_MAIN-ORT01.
        perform bdc_field       using 'P0006-STATE' WA_MAIN-STATE.
        perform bdc_field       using 'P0006-PSTLZ' WA_MAIN-PSTLZ.
        perform bdc_field       using 'P0006-LAND1' WA_MAIN-LAND1.
        perform bdc_dynpro      using 'SAPLSBAL_DISPLAY' '0200'.
        perform bdc_field       using 'BDC_OKCODE' '=&ONT'.
        perform bdc_dynpro      using 'MP000600_CE' '2010'.
        perform bdc_field       using 'BDC_CURSOR' 'P0006-PSTLZ'.
        perform bdc_field       using 'BDC_OKCODE'  '/00'.
        perform bdc_field       using 'P0006-BEGDA' WA_MAIN-BEGDA.
        perform bdc_field       using 'P0006-ENDDA' '12-31-9999'.
        perform bdc_field       using 'P0006-ANSSA' WA_MAIN-ANSSA.
        perform bdc_field       using 'P0006-STRAS' WA_MAIN-STRAS.
        perform bdc_field       using 'P0006-ORT01' WA_MAIN-ORT01.
        perform bdc_field       using 'P0006-STATE' WA_MAIN-STATE.
        perform bdc_field       using 'P0006-PSTLZ' WA_MAIN-PSTLZ.
        perform bdc_field       using 'P0006-LAND1' WA_MAIN-LAND1.
        perform bdc_dynpro      using 'MP000600_CE' '2010'.
        perform bdc_field       using 'BDC_CURSOR' 'P0006-BEGDA'.
        perform bdc_field       using 'BDC_OKCODE' '=UPD'.
        perform bdc_field       using 'P0006-BEGDA' WA_MAIN-BEGDA.
        perform bdc_field       using 'P0006-ENDDA' '12-31-9999'.
        perform bdc_field       using 'P0006-ANSSA' WA_MAIN-ANSSA.
        perform bdc_field       using 'P0006-STRAS' WA_MAIN-STRAS.
        perform bdc_field       using 'P0006-ORT01' WA_MAIN-ORT01.
        perform bdc_field       using 'P0006-STATE' WA_MAIN-STATE.
        perform bdc_field       using 'P0006-PSTLZ' WA_MAIN-PSTLZ.
        perform bdc_field       using 'P0006-LAND1' WA_MAIN-LAND1.
        ls_ctu_params-dismode = U_MODE.
        ls_ctu_params-updmode = U_UPDT.
        ls_ctu_params-NOBINPT = 'X'.
        CALL TRANSACTION 'PA30' USING it_bdcdata
               OPTIONS FROM ls_ctu_params MESSAGES INTO IT_BDCMSGCOLL.
        PERFORM message.
        CLEAR: WA_MAIN, WA_ITEM.
      ENDLOOP.
    ENDFORM.                    " CALL_TRANSACTION
    *&      Form  INTIALIZE_ITAB
          text
    -->  p1        text
    <--  p2        text
    FORM INTIALIZE_ITAB .
      CLEAR: WA_MAIN,
             WA_ITEM,
             WA_BDCDATA,
             WA_BDCMSGCOLL,
             LS_CTU_PARAMS.
      REFRESH: IT_MAIN,
               IT_ITEM,
               IT_INTERN,
               IT_BDCDATA,
               IT_BDCMSGCOLL.
    ENDFORM.                    " INTIALIZE_ITAB
    *&      Form  GETFILENAME
          text
    -->  p1        text
    <--  p2        text
    FORM GETFILENAME .
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          PROGRAM_NAME  = SYST-CPROG
          DYNPRO_NUMBER = SYST-DYNNR
          FIELD_NAME    = ' '
        IMPORTING
          FILE_NAME     = p_fname.
    ENDFORM.                    " GETFILENAME
    *&      Form  FILE_UPLOAD
          text
    -->  p1        text
    <--  p2        text
    FORM FILE_UPLOAD .
      CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          filename    = p_fname
          i_begin_col = p_begcol
          i_begin_row = p_begrow
          i_end_col   = p_endcol
          i_end_row   = p_endrow
        TABLES
          intern      = it_intern.
    Moving the data to internal table.
      PERFORM MOVE_DATA.
    ENDFORM.                    " FILE_UPLOAD
    *&      Form  MOVE_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM MOVE_DATA .
      DATA : lv_index TYPE i.
      FIELD-SYMBOLS <fs>.
    *--- Sorting the internal table
      SORT it_intern BY row col.
      CLEAR it_intern.
      LOOP AT it_intern.
        MOVE it_intern-col TO lv_index.
    *--- Assigning the each WA_DATA to an internal table row
        ASSIGN COMPONENT lv_index OF STRUCTURE wa_main TO <fs>.
    *--- Asigning the field value to a field symbol
        MOVE it_intern-value TO <fs>.
        AT END OF row.
          APPEND wa_main to it_main.
          CLEAR wa_main.
        ENDAT.
      ENDLOOP.
    ENDFORM.                    " MOVE_DATA
    *&      Form  SCREEN_FLAG
          text
    -->  p1        text
    <--  p2        text
    FORM SCREEN_FLAG .
      IF P_FIRST = 'X'.
        U_MODE = 'A'.
      ENDIF.
      IF P_SECOND = 'X'.
        U_MODE = 'N'.
      ENDIF.
      IF P_THIRD = 'X'.
        U_MODE = 'E'.
      ENDIF.
      IF P_SYN = 'X'.
        U_UPDT = 'S'.
      ENDIF.
      IF P_ASYN = 'X'.
        U_UPDT = 'A'.
      ENDIF.
    ENDFORM.                    " SCREEN_FLAG
    *&      Form  BDC_DYNPRO
          text
         -->P_0161   text
         -->P_0162   text
    FORM BDC_DYNPRO  USING   program dynpro.
      CLEAR WA_BDCDATA.
      wa_bdcdata-program = program.
      wa_bdcdata-dynpro = dynpro.
      wa_bdcdata-dynbegin = 'X'.
      APPEND WA_BDCDATA TO IT_BDCDATA.
    ENDFORM.                    " BDC_DYNPRO
    *&      Form  BDC_FIELD
          text
         -->P_0211   text
         -->P_LW_MAIN_TEXT1  text
    FORM BDC_FIELD  USING   FNAM FVAL.
      CLEAR WA_BDCDATA.
      WA_BDCDATA-FNAM = FNAM.
      WA_BDCDATA-FVAL = FVAL.
      APPEND WA_BDCDATA TO IT_BDCDATA.
    ENDFORM.                    " BDC_FIELD
    *&      Form  MESSAGE
          text
    -->  p1        text
    <--  p2        text
    FORM MESSAGE .
      DATA: MSG TYPE STRING.
      LOOP AT IT_BDCMSGCOLL INTO WA_BDCMSGCOLL.
        CALL FUNCTION 'FORMAT_MESSAGE'
          EXPORTING
            ID   = SY-MSGID
            LANG = SY-LANGU
          IMPORTING
            MSG  = MSG.
        IF WA_BDCMSGCOLL-MSGTYP = 'S'.
          WRITE:/ MSG,'For',WA_MAIN-PERNR.
        ENDIF.
      ENDLOOP.
    ENDFORM.                    " MESSAGE
    FILE FORMAT:
    PERNR     BEGDA     ANSSA     STRAS     ORT01     STATE     PSTLZ     LAND1
    10270     8/2/2011     1(Permanent)     SSS     ban     01     578987     IN
    10270     8/2/2011     3(Home)     SSS     ban     01     578987     IN

  • How can I add multiple email addresses to Address Book?

    How can I add multiple email addresses to Address Book?
    Can it be done from an .xlsx file?

    I have tried that, but the system reads the emails as one long email and I can't find any way of separating them - it ignores spaces, colons and I have also tried putting them through a word doc... still does not work. It works perfectly easily on a PC system!! ( I have just moved to a mac!)
    any ideas would be good
    thanks

  • Need Delivery address , Registered address of Business Partner

    Hi ,
    I would like to read the delivery address, registered address of a business partner along with standard address. Though I could find them in ADRC table the problem is only the standard address is holding an indicator X. If I could even read the other 2 addresses I could not differntiate which of them is a delivery address & which is a registerd address. Is there any sort of indicator to identify it or a BAPI to read them with indications.
    Regards,
    Prabaharan.G

    To update my findings.
    This was an issue caused by implementing SP14. SAP have released a note 1113213. This will correct the issue. Additionally, if you find a problem with sequencing curriculum types after installing SP14 implement note 1128365.
    Thanks,
    Max

  • I upgraded to Snow Leopard and and lost addresses in address book.  When I go to Time Machine it does not refill my addresses.  Also told that Address Book 4.1.2 can not be run?  How do I get my address book back up and running?

    I upgraded to Snow Leopard and lost addresses in Address Book.  I'm told I have 4.1.2 and can't use this version.  I still have my addresses in Time Machine and it will not recover.  How do I update Address Book?

    Ooops!
    First Timer mistake.
    Sorry.

Maybe you are looking for