Creating an address in a SMARTFORM

Hi,
I want to create an address in a smartform.While I am creating an address(org.address) and giving the field name as ekko-adrnr, i am getting an error in the ABAP code, "Error in address,(Name not filled)".
Please help me out.
Thanks&Regards,
Raj.

hi,
u have to take adrc table also.
for printing company address .
buy using joins
like
u have to define in form interface as.
comp_adrc  like adrc.
and in print program write the joins,
and in compay details window.
select the text window and in that give
&comp_adrc-name1&
&comp_adrc-city&..
another method is u can also directly create the address node
and in that at general attributes tab
in ADDRESS NUMBER give the specific number
or global variable which u can taken address in that.
Edited by: Mahaboob Pathan on Jan 16, 2008 4:46 PM

Similar Messages

  • How to create an address code for PO delivery address?

    Hi Guys,
    How to create an address code for the delivery address in the purchase order? Please explain me with details.....
    Thanks
    Raja

    delivery adress records can be created with transaction MEAN.
    the number is purely internal.
    In ME21N you can then search by name (you will certainly not know the number)

  • How to create Multiple Address for a single customer

    Respected Members,
    In tcode Xd01 we create on customer but there we can maintain only one address but sometimes a scenario can be that single customer can have different address .
    How to do that.Any exit is available to create multiple address with creation of single customer.
    This provision is given while creating a Business Partner.Tcode is BP .In this Address Overview tab is there and you maintain multiple address to single Busines partner.
    Same thing can we do for the customer.
    Any solutions or suggestions,please give me your support.
    Thanks

    Hello Manish,
    Unfortunately Customers have only one address. However you can use contact persons to store different addresses, or (in the Sales view) you can assign other partner functions with different addresses (e.g. one customer acting as the Sold-to partner may have different Ship-to partners).
    If these options do not meet your requirements, you could extend the customer master data with your own functionality and enhance transaction XD01 with your own screens for holding alternate addresses.
    Regards,
    John.

  • Help needed regarding 'Address Text' in Smartforms

    hi guys,
    To display the address text in Smartforms, we include an 'Address' component and provide the respective address number to it. I just want to know which is the table where the complete address text corresponding to the address number is saved. I have checked the 'ADRC' & 'ADRCT' tables but in vain. Help me out.
    With regards,
    Sandeep Panja.

    Hi Panja,
                 In smartform u have to pass the address no and it's give the full address by FM ADDRESS_INTO_PRINTFORM .plz check this fm and for address check the master table like vendor the table is LFA1 to get the address for it
    tarak

  • How to create new spool request in smartforms??????

    hi all,
    i have to ctreate a new spool request for a smartform...
    The driver program for this smartform is a standard program.
    when i run the transaction, the spool for standard sap-script gets created but not for my smartform.
    the code is something like this:-
    wa_ssfcompop-TDDEST = 'LOCL'.
    wa_ssfcompop-TDIMMED  = space.
    wa_ssfcompop-TDNEWID = 'X'.
    wa_ssfcompop-TDFINAL = 'X'.
    *wa_ssfcompop-XSF = 'X'.
    wa_SSFCTRLOP-no_dialog = 'X'.
      CALL FUNCTION v_fm_name
        EXPORTING
         CONTROL_PARAMETERS = wa_SSFCTRLOP
          OUTPUT_OPTIONS     = wa_ssfcompop
          wa_rldri         = xrldri
          wa_rldrp         = xrldrp
          wa_rldru         = xrldru
          wa_t329p         = xt329p
          wa_resb          = xresb
          wa_rldrc         = xrldrc
          wa_vblkk         = xvblkk
          wa_vblkp         = xvblkp
          wa_rldrh         = xrldrh
          wa_rlvek         = xrlvek
          wa_reftab        = xreftab
          wa_lthu          = xlthu
          v_date           = v_date
          v_time           = v_time
          v_label          = v_label
          v_bzeit          = v_bzeit
          v_name1          = v_name1
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
        TABLES
          it_rldri         = xrldri
          it_rldrh         = xrldrh
          it_rldrc         = xrldrc
          it_vblkk         = it_vblkk
          it_vblkp         = it_vblkp
          it_rldrp         = it_rldrp
          it_rldru         = it_rldru
          it_t329p         = it_t329p
          it_resb          = it_resb
          it_rlvek         = it_rlvek
          it_reftab        = it_reftab
          it_lthu          = it_lthu
        EXCEPTIONS
          formatting_error = 1
          internal_error   = 2
          send_error       = 3
          user_canceled    = 4
          OTHERS           = 5.
      IF sy-subrc NE 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Help would be greatly appreciated and definitely rewarded

    hi
    good
    Use the function module 'GET_PRINT_PARAMETERS'.
    sample:
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
    EXPORTING
    ARCHIVE_ID = C_CHAR_UNKNOWN
    ARCHIVE_INFO = C_CHAR_UNKNOWN
    ARCHIVE_MODE = C_CHAR_UNKNOWN
    ARCHIVE_TEXT = C_CHAR_UNKNOWN
    AR_OBJECT = C_CHAR_UNKNOWN
    ARCHIVE_REPORT = C_CHAR_UNKNOWN
    AUTHORITY = C_CHAR_UNKNOWN
    copies = g_copies
    COVER_PAGE = C_CHAR_UNKNOWN
    DATA_SET = C_CHAR_UNKNOWN
    department = ''
    destination = g_destination
    expiration = g_days
    immediately = ' '
    IN_ARCHIVE_PARAMETERS = ' '
    IN_PARAMETERS = ' '
    layout = 'X_65_200'
    line_count = 65
    line_size = 200
    list_name = g_listname
    list_text = g_listtext
    MODE = ' '
    new_list_id = 'X'
    PROTECT_LIST = C_CHAR_UNKNOWN
    no_dialog = 'X'
    receiver = 'SAP*'
    release = ' '
    REPORT = C_CHAR_UNKNOWN
    sap_cover_page = 'X'
    HOST_COVER_PAGE = C_CHAR_UNKNOWN
    PRIORITY = C_NUM1_UNKNOWN
    SAP_OBJECT = C_CHAR_UNKNOWN
    TYPE = C_CHAR_UNKNOWN
    USER = SY-UNAME
    USE_OLD_LAYOUT = ' '
    UC_DISPLAY_MODE = C_CHAR_UNKNOWN
    DRAFT = C_CHAR_UNKNOWN
    ABAP_LIST = ' '
    USE_ARCHIVENAME_DEF = ' '
    DEFAULT_SPOOL_SIZE = C_CHAR_UNKNOWN
    PO_FAX_STORE = ' '
    NO_FRAMES = C_CHAR_UNKNOWN
    IMPORTING
    OUT_ARCHIVE_PARAMETERS =
    out_parameters = g_params
    valid = g_valid.
    IF g_valid <> space.
    NEW-PAGE PRINT ON PARAMETERS g_params NO DIALOG.
    IF NOT tb_output3[] IS INITIAL.
    LOOP AT tb_output3 INTO wa_output3.
    PERFORM write_summary.
    ENDLOOP.
    ENDIF.
    Reward if useful...
    thanks
    mrutyun^

  • Address Command in smartform

    Hi all,
    i am using address command in smartform .there is a radio button for po box and street ..i have to select both po box and street ..is there any way to get the same.
    also i need to print some hard code text in front of address how can i do it.
    i want output as
    B  Name
    I    Street
    L   po box
    L

    Hello,
    The radio buttons are specified to just give the priority to print; i.e.,  whether to print the street as the priority or the PO as the priority.
    Now you can decide what to print first by selecting the radio button.
    If you are selecting radio button for street then, first Street prints and then the PO, if you are selecting the PO radio button, then PO prints then followed by street.
    Hence no worries, now your second requirement to print the text before the address, just add an text element before the address format.
    PS: please do make a note that you cannot insert your texts in the middle of the address that is being printing by using address tab.

  • Access - How to create Mail Address only list?

    Printing envelopes from mail lists - via Microsoft Excel? Access - How to create Mail Address Only list?
    Bearing my "new boy" status, step by step instruction would be appreciated.

    Hi
    This is a question only about the Microsoft products and has nothing to do with Toshiba notebooks but I have investigated a little bit in the net and found this useful sites:
    http://support.microsoft.com/kb/q141991/
    https://www.nahu.org/member/using%20excel%20to%20create%20lists%20and%20labels .pdf

  • Create coustom page size for Smartforms

    Dear All
    How to create coustom page size for smartforms.
    rgds
    pramod

    HI
    To define a new page format, choose
    Administration -> CCMS -> Print->® Spool Administration.
    Choose Full Administration and then Page Formats on the Device Types tab page. On the next screen choose Change and  Create or  Create with Reference. Fill out the fields on the next screen.
    Activating a New Page Format
    Before using a new page format, you must specify it as a page format in a SAPscript form. Be careful when replacing a page format in a standard SAPscript form as the form may not necessarily fit on the new page format.
    You also have to define a format and device type format for the new page format before you can use it.
    Thanks and Regards
    Santosh   Kate

  • 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

  • Are there BAPI or function modules for creating posting address ?

    Are there BAPI or function modules for creating posting address and budget address? We are currently use BDC program and T code FMBSPO_MULT (Posting address) and T code FMBSBO_MULT(budget address), but it is a very slow processing because we have thousands of funds centers.
    Your input will be appreciated!
    Regards,
    Fisher Li

    Li,
    You will have, may be more answers in the technical forum :
    https://www.sdn.sap.com/irj/sdn/collaboration
    Regards
    Valérie

  • Match in ranges created through 'address' and 'concatenate'

    My goal is to search in an address range for a specific match (=match(2, b2:b5). I created the address range through a concatenate function of two cells (=concatenate("b2",":","b5")). The outcome is displayed correctly (B2:B5), but I can't use match on that result ("2 is not found in B2:B5").
    The problem is that match does not work on a "concatenate", meaning:
    * MATCH(2,B2:B6) - works
    * MATCH(2,CONCATENATE("B2",":","B6")) - does not work
    I use the address function to create B2 and B6 - which works, e.g.  ADDRESS(B1+1;2) = B2 (assuming that B1=1)
    Any idea how to convert the results of a concatenate to use it in match, vlookup, hlookup?
    Thanks
    Josef

    Most of the time, I build formulas by pieces and it's only when every piece behave flawlessly which I gather them.
    In this case it's not doable because OFFSET is used to give a range so we can't use it solely.
    When I meet this case, I test a reduced shape.
    =OFFSET($A$1,1,1) is supposed to return the value of the first cell of the range to define.
    =OFFSET($A$1,1+5-1,1)  is supposed to return the value of the last cell of the range to define.
    When they are checked, it's time to build the complete formula which is supposed to return the range :
    =OFFSET($A$1,1,1,5,1)
    In fact, when we write it this way, it returns the value of the 1st cell in the range.
    Easy ways to check that it's OK are to encapsulate it in formulas like :
    =SUM(OFFSET($A$1,1,1,5,1))
    =COUNT(OFFSET($A$1,1,1,5,1))
    As we are trying to build a formula returning what would be retuned by
    =MATCH(6;B2:B6)
    We just need to make a simple replacement:
    =MATCH(6;OFFSET($A$1,1,1,5,1))
    Yvan KOENIG (VALLAURIS, France) mercredi 25 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • Budget Structure: Create Posting Addresses

    Hi
    I have a unique scenario where in for one FM area "ABC", Fund is activated and made mandatory for BCS(IMG:Activate Account Assignment Elements in Budget Control System).
    For another FM area "XYZ", the fund is made "not used" in IMG "Activate Account Assignment Elements in Budget Control System".
    Now while creating Budgeting Addresses for FM area = XYZ, system does not show "Fund" in selection criteria, as desired.
    But while creating Posting Addresses for FM area = XYZ, system shows "Fund" in selection criteria.
    Now if i try to create Posting addresses by giving only Fund Center and Commitment Item, it throws an error "Enter Fund".
    By deactivating "Fund" from global setting(IMG:Activate Account Assignment Elements), system does not show "Fund" in selection criteria but this is not desired as other FM area uses "Fund" attribute.
    Please help.

    Thanks Alex
    Actually i got that thought once, but then thought that if there is some other way where specifically we can deactivate fund, just the way its getting done for Budgeting Addresses.
    Also the second thought was about one to one internal assignment of Budgeting addresses and Posting Addresses, then system would take "Fund = Blank" and make the assignment.
    I assume there will not be any other way to deactivate fund for posting addresses for one FM area and keep it activated for posting addresses for another FM area.
    Regards

  • Error 'Invalid address style' when create new address Legal Entity R12

    Hi,
    Did somebody had the same problem like i do.
    I am trying to create a new dutch address for a new legal entity in Oracle R12.1.1 Vision, but however hard i trying to do so i always received the error message 'Invalid Address Style' and i filled in all the required field.
    When i tested with the country 'US' or 'Australia' is could create a new address without any problem.
    I hope you can help me to solve my problem.
    Thanks in advance...!!
    Wim

    Hello Sandeep,
    You were right, I checked the dff for the address style and activated the once for the countries I needed and now I can create new address for the required countries by using the legal entity configurator.
    Thanks for your help..!!
    Regards,
    Wim
    PS: Incase somebody else has they same problem, let me know and i send you the worddocument i made with the solution

  • CUP Error - User -Create Company address cannot be selected

    Dear Experts,
    We are on GRC SP9. We customized Company as one of the parameter in initiator for roles. Till now we are able to successfully provision roles to the user.
    A new user was created in SAP Back end system and we are facing the below error during provisioning:
    "Error Provisioning your request: Error details : Z System - User id - User Create - Company address cannot be selected"
    Can you please let us know the solution for the above error if anybody has faced earlier.
    Thanks and Best Regards,
    Srihari.K

    Dear All,
    Thanks for the SAP note and its very helpfule. I have one question here.
    When we maintian these Company name in R/3 system does the users needs to be assigned to that Company whenever they are created or even existing users?
    In GRC we have created Company based on different Countries and hence we would like to know if the users needs to be mapped to these Companies in backend system also.
    Thanks and Best Regards,
    Srihari.K

  • GL Legal Entity Create New Address error

    Hi sein/hel
    I got this error >
    ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1674 ORA-12545: Connect failed because target host or object does not exist in Package xle_legal_address_swi Procedure create_legal_address
    when I am creating new address.
    Thanks a lot

    Hi yxes;
    Please check below and see its helpful:
    Error 'ORA-29273: HTTP request failed': While Using The HR_PERSON_ADDRESS_API.UPDATE_PERSON_ADDRESS API [ID 818295.1]
    Unable To Create Legal Entity, Error Ora-29273, Ora-06512, Ora-12545 [ID 437725.1]
    Regard
    Helios

Maybe you are looking for

  • Can look at library but cant play! iPod shuts off!!! help

    i charge ipod mini overnight, take it off charger, it says full battery in the corner, i look at songs, choose one, hit play, and it says "No battery power remains please connect to charger" and shuts off. But then i can turn it back on, and it does

  • Sync output timing to hardware trigger (PFI?)

    I'd like to sync the output of my cards (2 PCI-6733 connected with an RTSI cable, and using  BNC-2110's) to the AC power line of the lab I work in. That is, when told to output, they will always wait and output at the same point in the 60Hz cycle.  

  • Change the value of a SharePoint List lookup control value using javascript

    hi, could you please help in changing the value of a SharePoint List lookup control value using javascript. Please note that i have to change the lookup value which is in the form of a drop down from the infopath form. Thanks

  • Service Management in MM

    Hi Has anyone used Service Management functionalities for Equipment procurement? Is it possible to use Service Management functionalities to track Procured equipment warranties, repairs, exchanges, reconditioning etc? Thanks Sriram

  • Unable to modify Aplpication module in Jdeveloper.

    Environment: ADF BC, ADF Faces, Jdeveloper 10.1.3.0.4 I've been fighting this problem for 1 week now, and cannot find a logical explanation on why this is happenning... After creating EOs and VOs alltogether with ApplicatioModule, and genearting Impl