SapScript - Add field to ADDRESS - Box

Hi,
I need to add a field to the adress window in my medruck orderform. The field in adrc is called "Building".
I tried to add the parameter "LOCATION" with the value 'TEST' and also with a real field, but it´s not working...
Can anybody explain me, how to add that field?
At the moment, I have the following code:
IF &PEKKO-ADRNR(K)& EQ '          ' AND &PEKKO-ADRN2(K)& EQ '          '
ADDRESS DELIVERY PARAGRAPH AS
  TITLE    &SADR-ANRED&
  NAME     &SADR-NAME1&, &SADR-NAME2&, &SADR-NAME3&, &SADR-NAME4&
  STREET   &SADR-STRAS&
  CITY     &SADR-ORT01&, &SADR-ORT02&
  POSTCODE &SADR-PSTLZ&
  COUNTRY  &SADR-LAND1&
  REGION   &SADR-REGIO&
  FROMCOUNTRY &LFA1-LAND1&
ENDADDRESS
ELSE
IF &PEKKO-ADRNR(K)& NE '          '
ADDRESS DELIVERY PARAGRAPH AS
  ADDRESSNUMBER &PEKKO-ADRNR(K)&
  FROMCOUNTRY &LFA1-LAND1&
ENDADDRESS
ELSE
ADDRESS DELIVERY PARAGRAPH AS
  ADDRESSNUMBER &PEKKO-ADRN2(K)&
  FROMCOUNTRY &LFA1-LAND1&
ENDADDRESS
ENDIF
ENDIF
I don´t understand the ADDRESS-command. What do I have to do to add that field?
Thanks!

Hi,
Have you set value to your Location variable in your print program :
Select single * from ADRC where ADRNR = LFA1-ADRNR.
PERFORM SET_VALUE USING '&LOCATION&' ADRC-BUILDING.
FORM SET_VALUE USING NAME VALUE.
  CALL FUNCTION 'TEXT_SYMBOL_SETVALUE'
       EXPORTING
            NAME            = NAME
            VALUE           = VALUE
            VALUE_LENGTH    = 0
            REPLACE_SYMBOLS = ' '
       EXCEPTIONS
            OTHERS          = 1.
ENDFORM.                       
If so Please set a break point at "PERFORM SET_VALUE USING '&LOCATION&' ADRC-BUILDING." and check.
In SAP Script
Use as :
ADDRESS and ENDADDRESS
/: LOCATION &LOCATION&
Regards,
Lanka
Regards,
Lanka
Message was edited by: Lanka Murthy

Similar Messages

  • ME2L add field delivery address item

    Hello everyone.
    Does anyone know if you can include the delivery address of the order items in the list ME2L?
    Thank you very much in advance.
    A greeting.

    I do not believe any of the std Purchasing reports can be modified to include the request you have. You may need to write an ABAP report.

  • ADD ITEMS TO DROPDOWN BOX FROM A TEXT FIELD(USER ENTERS THE ITEM) AND BOUND VALUE ALSO

    I WANT TO ADD ITEMS  THE DROPDOWN BOX FROM THE TEXT FIELD(ITEM NAME) WHERE USER ENTER'S THE ITEM DESCRIPTION
    AND BOUND VALUE ALSO SHOULD BE ADDED TO THE SAME ITEM.
    SAME WAY REMOVE ITEMS FROM DROPDOWN BOX
    PLEASE GIVE SAMPLE FORM OR JAVASCRIPT FOR THE ABOVE SCENARIO.....
    INDEED HELPFUL FOR MY PROJECT PLEASE SEND ATTACHED PDF FORM

    Hi Praveen,
    Your form is not shared so I have not been able to access it.  But I have updated mine.  There are now two approaches, one that follows on from the above method and updates each drop down list in each row.  The second updates a separate dataset that the drop down list is bound to.  This second approach requires the remerge() method which can cause problems if your code has updates some form properties like a borders color as these will be reset, but the code is simplier and you will only have one list to maintain.  The add button click code is;
    var particulars = xfa.datasets.resolveNode("particulars");
    if (particulars === null)
        particulars = xfa.datasets.createNode("dataGroup","particulars");
        xfa.datasets.nodes.append(particulars);    
    var particular = xfa.datasets.createNode("dataValue","particular");
    particular.value = ItemName.rawValue;
    var boundValue = xfa.datasets.createNode("dataValue","id");
    boundValue.value = BoundValue.rawValue;
    particular.nodes.append(boundValue);
    boundValue.contains = "metaData";
    // find sorted position to insert
    for (var i = 0; i < particulars.nodes.length; i++)
        p = particulars.nodes.item(i);
        if (p.value > particular.value)
          particulars.nodes.insert(particular, p);       
                 break;
    // add to end if greater than all existing items
    if (particular.parent === null)
        particulars.nodes.append(particular);
    // clear source fields
    ItemName.rawValue = null;
    BoundValue.rawValue = null;
    // remerge form data to pick up new item
    xfa.form.remerge();
    And the binding looks like;
    I have updated my sample to include both methods, https://workspaces.acrobat.com/?d=OwysfJa-Q3HhPtFlgRb62g
    Regards
    Bruce

  • What is the easiest way to access the router from an iPad?  I have no problems accessing it from my laptop.  Even though I am entering the address in the left address box, not the Google search box, it wants to do either a search, or add www beginning of

    What is the easiest way to access the router from an iPad?  I have no problems accessing it from my laptop.  Even though I am entering the address in the left address box, not the Google search box, it wants to do either a search, or add www to the beginning of the IP address.
    I usually can eventually access the router, but it is way to much trouble.  However, I use my iPad hundreds of times more often than my laptop.

    Are you typing http:// in front of the IP address of the router? e.g. http://192.168.0.1
    Sometimes, and with some routers it doesn't seem to like it if you miss off the http://

  • Add new field in address window

    hi expects,
      i want to new field to address window .what are change should i do in form ,print program and subroutine.
                            thank you

    Hello,
    If u want to add a field in a window then u have to go for the FORM SUBROUTINE in the layout. Don't make any changes in the Print program.
    Try like this:
    *       FORM get_fi_number                                            *
    FORM get_fi_number TABLES in_par  STRUCTURE itcsy
                              out_par STRUCTURE itcsy.
      TABLES: bkpf.
      DATA:
        tb_awkey LIKE bkpf-awkey,
        tb_rbkp  LIKE rbkp.
      READ TABLE in_par WITH KEY name = 'RBKP'.
      tb_rbkp = in_par-value.
      CHECK sy-subrc = 0.
      tb_awkey       = tb_rbkp-belnr.
      tb_awkey+10(4) = tb_rbkp-gjahr.
      CLEAR bkpf-belnr.
      SELECT       belnr
             FROM  bkpf
             INTO  bkpf-belnr
             WHERE awkey = tb_awkey.
        EXIT.
      ENDSELECT.
      READ TABLE out_par WITH KEY 'TB_FINUM'.
      CHECK sy-subrc = 0.
      out_par-value = bkpf-belnr.
      MODIFY out_par INDEX sy-tabix.
    ENDFORM.

  • "Home Page" Missing in New Card in Address Book 3.1.2 - and can't add field

    i have been using Address Book for several years and 292 cards created. many of them have "home page" URL's that are accessible in Safari. brilliant. nice work Apple.
    however, i have just tried to make a NEW CARD and find that no "home page" field is being offered for population. puzzling.
    if i go to Card > Add Field > the dropdown presents all the possible default fields available. those that are currently in the card are greyed out, those that may be added are black and selectable.
    Home Page is greyed out and unselectable despite it not being currently available in the new card i have just created and attempted to populate.
    what the heck is going on here?? it has obviosly worked correctly in the past, i have at least 90 cards with URLs in them.

    Is it possible that you've altered the template so that home page is a default? (I.e., it's already on the card) That would cause it to gray out. I was just having a similar problem in trying to Add Field... and finally, the penny dropped that the field was already there, just not where I was looking.
    I apologize if this seems obvious or dumb, but I'm reasonably bright and yet it wasn't obvious enough to keep me from hunting around for five minutes with furrowed brow.
    Best,

  • HOW DO I ADD ANOTHER EMAIL ADDRESS TO MY ITUNES.  WHEN A PURCHACE IS MADE SEND IT TO 2 EMAIL ADDRESSES

    how do i add another email address to you i tunes account

    Thank you so much for tolerating the confusion I created for myself. YEA
    About the "enter email address" ... gee, how did I think Firefox was going to be able to communicate with me?
    So... I go to the AOL mailbox, sign in as usual, the little box is coming down, and I click on save ... ah ha
    If I am on another computer, I will open Firefox ... enter the master password ... and move on as usual? ... because all this is on Firefox servers.
    Small confusion ... scenario ... I am to work on a computer without Firefox installed, and I may not install it. What do I do (say, to get on Yahoo mail) or anywhere else?
    Thank you many many times.

  • How do I add more email address to safe sender ?

    how do I add more email to safe sender ?

    Hello jdalsmith,
    If you are trying to add more email addresses to your "Allowed Senders" list in ePrintCenter you need to click the icon in your ePrintCenter account labeled "ePrint Settings". From here, click the button next to "Allowed Senders Only" if it is not already selected. All you need to do from here is type an email address in the blank text box and click the button "+ Add Email" and it should be displayed below in the list of Allowed Senders. Make sure you click "Save" to keep these settings after you have finished.
    If you need further assistance, feel free to reply to this post and I will try my best to find an answer for you.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • How to I add an email address (not from incoming message) to an existing contact?

    I noticed that none of the discussions on how to add an email address to a contact in Contacts focuses on an email address you may have been given which you want to manually add to an existing contact.
    Any idea how to do this?

    Select contact, tap "Edit", tap field labeled "Work", select label, select field labeled "Email", add address, tap "Done" when finished:

  • I want the website that I type into the address box to open in a new tab automatically, not replace the tab/page I am already on. How can I do this?

    Automatically open a tab by typing in address box.

    You can middle-click the Go button on the location/address bar to open the URL in a new tab and press Alt+Enter.
    You can search the Add-ons website to see if there is an extension that includes this feature.

  • List fields in Address Book

    Does anyone know how to set fixed fields in Address Boo when printing lists? I can't seem to set a default group of fields I want, and have o check off boxes every time I print.

    From what I can see from the preferences, there isn't a way, unless you hack the code to make it archive the settings. The program just isn't doing it right now. Perhaps in the next version.
    The other option is possibly a User Interface (UI) Applescript, but those are difficult to write. I never end up getting them right and it takes me more time to write them than I'd save with the script.

  • Add fields so clients can sign electronically and send back

    I've read a bunch of discussions about how to add fields to forms but none of them answered all my questions.
    What I'd like to do is add a signature and text field (for date) to a PDF so that my clients can send them back signed electronically. I do not want to use EchoSign.
    I have Acrobat Pro v9.5.2. I added a signature field and text field per http://www.adobe.com/accessibility/products/acrobat/pdf/A9-creating-accessible-pdf-forms.p df. I read on an Adobe forum that I was supposed to go to Save as > Reader Extended to allow the user to sign the document and send back to me signed. However, all I have as save options are Save or Save As. There's no Save As > Reader Extended option and when I choose Save As the "Save as type" does not include Reader Extended either.
    Please post step by step instructions for how to do this (add 2 fields, save doc, send to client, have them sign and fill in fields and send back to me completed). Surely we can do this with 9 yes?
    Thanks so much in advance!

    Here are full instructions for version 9.5.2 in case they're helpful to anyone:
    How to add digital signature field to PDF using Adobe Acrobat Pro 9.5.2:
    1. Open PDF in Acrobat (Right click > Open with > Acrobat)
    2. Go to Forms > Add or Edit Fields
    3. Pop up box > select NO
    4. Click "Add New Field" button on top left > select Digital Signature
    5. Guideline-type things will appear > drag to where you want field.
    6. Click on the signature field and change name if you'd like.
    7. Click "Close From Editing" button on top left.
    8. Go to Advanced > Extend Features in Adobe Reader > Save Now
    9. Save it where you'd like
    How to Digitally Sign a Document with Adobe Reader
    1. Double click the signature field on the bottom right of the contract. A pop up box will appear.
    2. If it's the first time you'll be signing anything in Adobe Reader, select bottom option, "A new digital ID I want to create now" > click Next
    3. Fill in your name and email (required) > click Next
    4. Enter a password and then again in "Confirm password" and write down your password somewhere so you'll remember
    5. Click Finish. You're now ready to sign doc
    6. Enter the password you just created into "Password" field
    (To import graphic of your signature, from "appearance" field, select "Create New Appearance" > Enter title like "signature" > click "Imported graphic" option > click "File" (not sure but file might need to be a PDF) > click Okay and click okay again.
    7. Click "Sign"
    8. Save document - give it a name > Save.
    9. You should see signature in the signature field
    At any point in future you can come back to signature and right click (or ctrl click if mac):
    You can clear, validate, etc.
    If doc has been modified, you can "view signed version" or "show signed properties".
    Edit > Protection > Security Settings
    You can see any digital IDs you've set up, remove, add new ones, look at usage options,
    For more help, you can watch this video on "How to Digitally Sign a Document with Adobe Reader"
    http://tv.adobe.com/watch/acrobat-x/how-to-digitally-sign-a-document-with-adobe-reader/

  • When sending an email I used to be able to add a distribution list from my contacts, I now have to add each email address individually, does anyone know how I can add the whole list?

    When sending an email I used to be able to click on a distribution list in my contacts and it would add all the email addresses, I now have to add each email address individually and this takes a lot of time.  Could someone tell me how I can add a distibution list/group to my emails?

    Barney,
    I have four groups.
    I just typed the name of one of those groups in the To field on the iPhone's email, and received:
    Invalid Address
    "<group name>" does not appear to be a valid email address.  Do you want to send it anyway?
    I clicked continue and it remains in my outbox.
    Help is appreciated.
    Thanks,
    Michael

  • Use of enhancement to add field in screen

    please explain me how to add fields in standard transaction screen by using enhancement 6 in version 6.0 ?

    SAP provides standard transactions to enter data into database. But a client may want to maintain some additional information in SAP other than what is provided.
    To make provisions for this, additional screens have to be provided and additional fields must be added into appropriate database table.
    To pave way for this, SAP has provided the option for screen exits. Usually, SAP provides the following:
    An append structure in the database table with the new fields.
    A subscreen area into the standard screen u2013 where the programmer can attach his subscreen of his own program with the new fields.
    A function group under which the new subscreen has to be created with the new fields.
    Function exits to synchronize the PBO and PAI of the standard SAP program with the PBO and PAI of the subscreen u2013 so that data can flow back and forth between the standard SAP program and the program written by the developer for the subscreen. These function modules also exist in the same function group under which the subscreen will have to be developed.
    Finally, a linkage has to be done between the subscreen area of standard SAP screen with the custom subscreen constructed by the developer.
    Typically, SAP provides an enhancement in which the developer can create an append structure, use the function exits to synchronize the PBO and PAI of the standard SAP program and the custom subscreen program, and make the necessary linking( as mentioned above in step 4. But, again, this is not a hard and fast rule. Linking in some case, is also done by configurations.) SAP also usually provides the name of the function group under which the subscreen has to be developed.
    Necessary guidance about implementing a screen exit development is usually available in the Documentation section of the enhancement ( can be availed by transaction SMOD).
    Pre-Requisites
    The developer to work on screen exit should have essential knowledge on the following:
    DDIC concepts, including the knowledge of append structure.
    Concept of SAP Enhancements and implementing them using Projects.
    Concept of function exits.
    Knowledge on Module Pool u2013 including subscreens, Tabstrip controls etc.
    Steps
    Guidelines
    So, a developer can follow the guidelines mentioned below to implement a screen exit to a standard SAP transaction, as and when required:
    Find out the Required Enhancements
    Go to SMOD. Press F4 in the Enhancement field. In the next popup window, click pushbutton u2018SAP Applicationsu2019. A list will appear that contains information on all the enhancements, categorized under functional areas. Developer must search for the enhancements relevant to his functional area of interest u2013 for e.g., Purchasing, Asset Accounting, etc.
    Note down the enhancements. Then, come to the initial screen of SMOD and view the documentation of each enhancement to find out which one is required for your development.
    Utilize the Enhancement in a Project
    After you have found one, do as directed in the documentation. Generally, the steps are as follows:
    Create a project using CMOD including your enhancement.
    Create the append structure with new fields.
    Go to the desired function group and create a subscreen with the new fields. Write PBO and PAI for the subscreen, if required.
    Use the function exits in the enhancement to link the PBO and PAI of the subscreen with that of the main SAP program supporting the SAP transaction.
    Maintain necessary linkage between the subscreen area of standard SAP program with the custom subscreen developed along with the custom program name. This can be done in the project (developed by CMOD including the enhancement) or outside as a part of configuration.
    Activate the project.
    Test to ensure that required functionality are met.
    Case Study 1
    Add three new custom fields for Asset master and maintain information for them
    Requirement
    Three fields in the legacy system have to be maintained in Asset master. These fields are:
    Original Asset number u2013 20 characters
    Location 2 u2013 15 Characters.
    Model no u2013 20 characters
    Location 2 should start with u2018Lu2019.
    Pre-Analysis
    Finding out the Enhancement
    As described above, the enhancement is determined. It was found, that enhancement AIST0002 will serve the purpose. It contains the following components (can be viewed by transaction SMOD):
    Exit Type Description EXIT_SAPL1022_001 Function Exit Check of User-Defined Fields when Using Create and Change BAPI EXIT_SAPLAIST_002 Function Exit Transfer Data for User Subscreens in PBO. EXIT_SAPLAIST_003 Function Exit Transfer of User-Defined Fields to SAP Master Data Transactions CI_ANLU Customizing Include Include structure to add new fields
    Studying the Function Exits
    The function module level documentation for the function exits are then viewed from transaction SE37. The documentation clearly laid out for the purpose for their use:
    EXIT_SAPLAIST_002
    Function module Level Documentation
    This function module is called by asset master data maintenance at the start of the dialog. (When changing, it is called after reading of the data from the database; when creating it is called after the transfer of the default values from the asset class and reference asset.) The purpose of the function module is to enable this function group to recognize the master data. For interpreting or controlling master data fields that are important for user fields, it is possible to transfer to global variables at this point, so that they can be recognized when the user subscreens are processed.
    Import Parameters
    Understanding
    This function module is called at the PBO to pass the information retrieved from the database to pass them to the custom subscreen and its underlying program. Import parameter : I_ANLU will be populated with the values for user-defined fields which will be passed to the subscreen program. So, there must be some sort of variable assignment from I_ANLU.
    EXIT_SAPLAIST_003
    Function module Documentation: This function module is called by SAP asset master data maintenance after the screens are processed, but before saving. The purpose of the function module is to transfer fields entered on user sub-screens of SAP asset data maintenance to the database for updating. The export parameter for this function module is:
    Understanding
    This function module will be used to transfer the user entered data in the subscreen fields to the main SAP program, which will then be saved into the database.
    Studying the Documentation of the Enhancement
    The enhancement documentation (as is viewed from the initial screen of SMOD] also supports the idea. Moreover, it informs that we need to develop a subscreen under function group XAIS. This is the function group under which the two function exit modules also exist. So, if the custom subscreen refers to the global data of the function group XAIS, then those values will also be available to these function exits as well.
    Going to SE80 and viewing the function group XAIS helps us to inform that there are three DDIC tables declared for it:
    Deciding the Final course of Action
    After making all the investigations, the final course of action was determined.
    SrlNo Step Justification
    A project has to be created using transaction CMOD where the enhancement AIST0002 will be included.
    Customizing include CI_ANLU has to be created with the custom fields demanded When CI_ANLU will be developed, the custom fields will get appended to the database table ANLU. Also, these fields will be used to create screen fields in the new subscreen.
    A custom subscreen, say, 9000 will be developed under function group XAIS. The screen group for the screen will be u2018CUSTu2019 (or any name). The three custom fields added to table ANLU (by creating CI_ANLU) will be used to create new fields in the screen.
    In the PAI of the subscreen, validation for Location to start with u2018Lu2019 will be added. The subscreen with three new fields has to be developed so that it can be attached to a subscreen area of the asset master screens.
    In the custom include of the function exit module u2018EXIT_SAPLAIST_002u2019, the following code will be written:-
    ANLU = I_ANLU. I_ANLU is the import parameter of this FM. The value is assigned to the global variable ANLU, referring which the three new subscreen fields are developed. So, data retrieved from database table ANLU will be passed to this FM as I_ANLU by the standard SAP main program. The value will be taken and passed to the global variable of the function group XAIS, so that the three custom fields (referring to ANLU of XAIS) get populated.
    In the custom include of the function exit module u2018EXIT_SAPLAIST_003u2019, the following code will be written:-
    E_ANLU = ANLU. The changed values in the subscreen fields exist in global variable ANLU for the function group XAIS. This function exit module will pass the data back to the SAP main program as E_ANLU.
    Proper linkage/configuration has to be done so that the new subscreens get linked to the appropriate subscreen area of the Asset master screen. This has to be done u2013 otherwise, the new custom subscreen will not be displayed in the Asset master screens.
    Development
    Creating a Project to include the enhancement
    Go to transaction CMOD and create a project.
    Enter a description for the project. Then, click on the pushbutton u2018Enhancement Assignmentsu2019 in the Application Toolbar.
    Enter the name of the enhancement and Save.
    Go to u2018Componentsu2019.
    Creating Custom Include for ANLU
    The screen shown below will appear, showing all the enhancement components under the assignment AIST0002. Double-click on the name of the Include Structure to create it.
    Create the include structure with three new fields, as required. Then, save and activate it.
    Develop the subscreen and the program
    Go to transaction SE80. For the function group XAIS, create a new subscreen 9000.
    Create it as subscreen.
    Then, go to the Layout of the screen and create three new fields from Database table ANLU.
    Drag the fields in the screen body and place them.
    Then, save and activate the screen and come back to screen flow editor.
    Create the PAI module to add validation for field u201CLocation 2u201D, as required .
    Activate the whole function group and come out.
    Write code in the Function Exits to synchronize the programs
    Now, code has to be written in the function modules EXIT_SAPLAIST_002 and EXIT_SAPLAIST_003 so that data flows to and fro between the main SAP program and custom subscreen program. For that, go back to transaction CMOD and change the function exits.
    Write code in the function module EXIT_SAPLAIST_002 called once at the beginning of the transaction:
    Write code in EXIT_SAPLAIST_003 to pass the data from the subscreen to SAP main program.
    Then, activate everything u2013 the whole project and come out.
    Complete the configuration to link the subscreen
    The development portion is complete. Now, linking of the subscreen has to be done with the subscreen area of the main program. In most of the cases, this linking can be done in the enhancement itself. But, here, requirement is a bit different. It is done by configuration using SPRO.
    Assets are created under Asset class. And for each asset class, there is a layout assigned to it. For a layout, there are multiple tab pages assigned to it. And, for each tab page, there are multiple screen groups/field groups assigned.
    Here, the requirement is to create these three custom fields in the tab page u2018Generalu2019 of asset master screen ( AS01/AS02/AS03/AS91).
    Determine the Layout
    To achieve this, first of all, we need to find out which layout is assigned to asset class 1000.For that, go to transaction AOLK( information has to be obtained from functional consultant).Select the Asset Class u20181000u2019 and click on folder u2018General Assignment of Layoutu2019.
    Here, for Asset class 1000, for all the user groups, tab layout SAP is assigned. Since layout u2018SAPu2019 cannot be changed, it has to be copied and manipulated to include our screen group. Later, the new layout has to be assigned over here.
    Create new tab layout
    Go to transaction AOLA. Copy the tab layout u2018SAPu2019 to create another layout, say, YSUB.
    System will copy all the settings and will inform you about that.
    Select your newly created layout and double-click on the folder u2018Tab page titlesu2019.
    You want to put your custom fields in the tab page u201CGeneralu201D. So, select this tab page entry and double-click on the folder "Position of Groups".
    Here, all the field groups currently residing in the tab-page u201CGeneralu201D are shown. Add an entry for your newly created fields.
    Select the group box from the list. An entry will come with u201CUu201D padded with the custom subscreen prepared by you.
    Then, save and come out.
    Assign the new Layout to Asset Class
    Now, go to tcode AOLK and assign tab layout YSUB for asset class 1000.
    Save and come out.
    Test the Exit
    Everything is over. Now, go to transaction code AS01/02/03 or AS91 to deal with an asset of asset class 1000. You will see your new fields added to the screen. Add values to themu2026save. Then, enter into the tcodes again to see whether the values entered by you are being displayed or not.
    I hope you read it all
    Thanks and Regards
    Santosh K.

  • Add E-mail Address in Shared Services

    <p>Good Day,</p><p> </p><p>I am using NTLM and like to add e-mail address for my users inShared Services.  When i click on the user, i see the User Id,Last Name, First Name, Description and E-mail address field. I cannot change the user profile.</p><p> </p><p>I have asked my Network group who maintains the NT Domain, andthey cannot find any place where the e-mail address is stored. How can i ge the e-mail field populated.  I like to usethis function in BI+ Workspace, so that users can e-mail link forreports to other users.</p><p> </p><p>Thanks</p>

    That is correct.

Maybe you are looking for

  • How to secure access of Report based on a condition

    Hello Experts, My project requirement is to secure BW Reports based on a condition. For e.g a user should be authorized to access the Report if: 1. He is the WBS Manager of the selected WBS Element OR 2. If he is authorized to access the Profit cente

  • OTA-HTTP-SEND-1005 Error while sending to destination B2B

    Hi, While sending ebxml message to destination B2B, we are getting error as Message Transmission Transport Exception Transport Error Code is OTA-HTTP-SEND-1005 StackTrace oracle.tip.transport.TransportException: [IPT_HttpSendConnectionRefused] HTTP c

  • Want to create multiuser example

    Hi, I want to create a application in which same vi will run on 3 or 4 computers connected on LAN.Its like a multiplayer game. Is it possible? Are there any examples of such application. can someone give me such application to design. Thank you  Gaur

  • Possible fix for errors 11503 and 50

    Here's a possible fix for Error 11503 and for error 50. It worked for me and hopefully it will work for you. I believe this error is caused by the incomplete downloading of either an update to an app. In my case it was caused by closing the lid on my

  • How to install ink cartridges in officejet pro 8600

    I just purchased an officejet pro 8600 and after following visual setup  instructions and plugging the printer in I don't get any further instructions from the control panel nor can I find how to install  the ink cartridges in this model (seems the p