Make BP Contact Sap GUI fields Available in Web UI

Good day,
I would like to make two fields available in the WebUI that are displayed in the SAP GUI in transaction BP
The two fields exist in the BP - Contact
When accessing txn BP, select a customer, select Relationships, double click "Has contact Person" under Relationship to BP.
"Contact person relationship display; General Data" displays. On tab for General data we see the following screen -
If I select one of the two highlighted fields, it has search help. For e.g. clicking on the search help for Function displays the following -
In the Web UI, neither of these two fields are available.
There are two fields available for Department and Function, but I think they are linked to the two fields under "Address Data" as seen in the first image. These are input fields in the GUI side and on the WebUI side.
I can find 3 available fields for Function and two for Department in the WebUI.
All of these are input fields.
I think it is to be noted that we are working with an ECC backend.
The requirement is that when the customer is created a Function and Dperatment are entered by search help and not an input field or free texts.
This will enforce standardisation for functions and departments of contact persons.
How do I make these two fields highlighted in the first image available in the WebUI?
Thanks in advance for your help
Kendal

Hi Kendal,
These are available in 'Contacts' AB in Account OVP. You are right in saying that there are many fields with name 'Function' and 'Department'.
Click on 'Show Configurable Areas' in Account OVP, and then select 'Contacts' AB.
In the resulting screen, select 'Show Technical Details'. Select 'Structure.Function' and 'Structure.Department' from 'Available Fields' and move them to 'Displayed Fields'.
The fields already present in 'Displayed Fields' are Structure.FunctionName and Structure.DepartmentName, you can mark them 'hidden' to avoid confusion.
Once you move the 'Structure.Department' and 'Structure.Function' fields, the relevant values can be seen in the Assignment Block as shown below:
These fields are displayed as value help and will take values which you maintain under SPRO - SAP xRPM - Base System Interfaces - SAP HCM - SAP xRPM System Customizing for SAP HCM - SAP Business Partner - Business Partner Relationships - Contact Person - Define Functions
Best Regards,
MG

Similar Messages

  • In ESS we are getting SAP GUI screens instead of web screens??

    Hi,
    How the problem has come up---
    We have transferred the production data and OS into test server and changed the test server IP address to production IP address after shutting down the production server.
    Which means that now ITS/ESS will be pointing to the new copied server. After this when this new server was shutdown and old production was started the ESS/ITS points back to the original production server.
    Now the problem is that When we execute any transaction from ESS we are getting SAP GUI screen instead of Web screen.
    Can somebody tell me why this is happening.
    Any pointers to this will be highly appreciated.
    Thanks and Regards,
    Varun

    First off...what version are you on (backend)? Also, how did you "switch" your ITS instance?A little more info and we will solve this for ya. =)

  • Executing SAP GUI Script From a Web Page

    I have an issue when trying to execute some javascript (sap gui script) from a webpage. 
    When the javascript is executed I get the message:
    automation server unable to create object. 
    However, this exact same javascript when placed in a text file and double-clicked executes just fine through the windows scripting host. 
    Does anyone have an example of gui script code executing from a webpage?  Or any ideas on why it isn't working from the webpage?  Both scenarios should be executing the code on the local machine through WSH.
    Below is the javascript as well as the webpage executing the javascript:
    SAPGUI SCRIPT
    if (typeof(application) == "undefined")
       sapgui      = GetObject("SAPGUI");
       application = sapgui.GetScriptingEngine;
    if (typeof(connection) == "undefined")
       connection = application.children(0);
    if (typeof(session) == "undefined")
       session = connection.children(0);
    if (typeof(WScript) != "undefined")
       WScript.connectObject(session, "on");
       WScript.connectObject(application, "on");
    session.findById("wnd[0]").maximize();
    session.findById("wnd[0]/tbar[0]/okcd").text = "/nzsd1067";
    session.findById("wnd[0]").sendVKey(0);
    session.findById("wnd[0]/usr/ctxtVBAK-KUNNR").text = "6343";
    session.findById("wnd[0]").sendVKey(0);
    WEBPAGE
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
         <head>
              <title></title>
              <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
              <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
              <! INPUT PARAMETER SETTINGS:
              To Push data to Siebel or SAP the appropriate
              field below must be set = TRUE.
              Pop_SAP
              Pop_Siebel
              SIEBEL INPUT PARAMETER: When
              Pushing data to a Siebel screen the Query_Type should be set based on the type
              of lookup that is requested.
              Query_Type = 'SAP' -presents a screen based on a customer SAP Id.
              Query_Type = 'SR' -presents a screen based on a Service Request.
              Query_Type = '' or null -presents a search screen to locate the proper contact in Siebel
              APP_SAP_ID -SAP customer Id
              APP_SR_NUM -Siebel Service Request Number
              >
    <SCRIPT LANGUAGE="VBScript">
    Sub LoadContact()
            'Siebel Application Object
            Dim siebApp 'As SIEBELHTMLLib.ISiebelHTMLApplication
            Dim siebSvcs 'As SIEBELHTMLLib.ISiebelService
            Dim siebOutputPropSet 'As SIEBELHTMLLib.ISiebelPropertySet
            Dim siebInputPropSet 'As SIEBELHTMLLib.ISiebelPropertySet
            Dim bool 'As Boolean
            Dim errCode 'As Integer
            Dim errText 'As String
            Dim QueryType 'As String
         Dim PopSAP 'As String
         PopSiebel = "TRUE"
         If PopSiebel = "TRUE" Then
              QueryType = "SAP"
              If QueryType = "null" Then
                   QueryType = ""
              End If
                 'Create The SiebelHTML Object      
                 set siebApp = CreateObject("SiebelHTML.SiebelHTMLApplication.1")  
                 If Not siebApp Is Nothing Then
                     'Create A New Property Set
                     set siebInputPropSet = siebApp.NewPropertySet
                     set siebOutputPropSet = siebApp.NewPropertySet
                     If Not siebInputPropSet Is Nothing Then
                         siebInputPropSet.SetProperty "ANI", "9738986011"
                         siebInputPropSet.SetProperty "SAP_ID", "0000516616"
                         siebInputPropSet.SetProperty "SR_NUM", "null"
                         siebInputPropSet.SetProperty "Interaction_ID", "168608840053"
                         siebInputPropSet.SetProperty "Query_Type", QueryType
                     Else
                         errCode = siebApp.GetLastErrCode
                         errText = siebApp.GetLastErrText
                             MsgBox "Could not Create Siebel Property Set: " & errCode & "::" & errText
                     End If
                     'Get A Siebel Service
                     set siebSvcs = siebApp.GetService ("TAWBS")
                     If Not siebSvcs Is Nothing Then
                         siebSvcs.InvokeMethod "TAWPresentAccount", siebInputPropSet, siebOutputPropSet
                  Else
                         errCode = siebApp.GetLastErrCode
                         errText = siebApp.GetLastErrText
                   MsgBox "Could not Get Siebel Service: " & errCode & "::" & errText
                         End If
                     set siebApp = Nothing
                 End If
                 set siebInputPropSet = Nothing
                 set siebOutputPropSet = Nothing
                 set siebSvcs = Nothing
         End If 
    End Sub
    </SCRIPT>
    <SCRIPT LANGUAGE="javascript">
    function loadSAP()
         if (typeof(application) == "undefined")
              sapgui      = GetObject("SAPGUI");
              application = sapgui.GetScriptingEngine;
         if (typeof(connection) == "undefined")
              connection = application.children(0);
         if (typeof(session) == "undefined")
              session = connection.children(0);
         if (typeof(WScript) != "undefined")
              WScript.connectObject(session, "on");
              WScript.connectObject(application, "on");
         session.findById("wnd[0]").maximize();
         session.findById("wnd[0]/tbar[0]/okcd").text = "/nzsd1067";
         session.findById("wnd[0]").sendVKey(0);
         session.findById("wnd[0]/usr/ctxtVBAK-KUNNR").text = "0000516616";
         session.findById("wnd[0]").sendVKey(0);
    } // end
    </SCRIPT>
    </head>
         <body onload="loadSAP()">
              <H3><FONT face="Arial" size="5">Raytheon Integration Screen</FONT></H3>
              <HR style="WIDTH: 882px; HEIGHT: 8px" color="#3366cc" SIZE="8">
              <form id="ValidForm" onsubmit="LoadContact(); return false;" language="jscript">
                   <FONT face="Arial">Load Siebel Screen</FONT> <! <input name="Text1" TYPE="TEXT"
                   SIZE="10" ID="Text1"> <input name="Submit" TYPE="submit" VALUE="Submit" ID="Submit1">
              </form>
              <form id="Form1" onsubmit="loadSAP(); return false;" language="javascript">
                   <FONT face="Arial">Load SAP Screen</FONT>    <! <input
                   name="Text2" TYPE="TEXT" SIZE="10" ID="Text2"> <input name="Submit" TYPE="submit" VALUE="Submit" ID="Submit2">
              </form>
         </body>
    </html>

    Hi Bernd,
    the following code works in VBS. If you run saplogon.exe you'll get a message box saying '/app'.
    Set Wrp = CreateObject ("SapROTWr.SapROTWrapper")
    Set SapGui = Wrp.GetROTEntry ("SAPGUI")
    Set application = sapgui.GetScriptingEngine
    MsgBox application.id
    I haven't tried it on a web page, but I don't see why it shouldn't work there. Ok, maybe the MsgBox is command is not available.
    Best regards,
    Christian

  • Search Help works in SAP GUI but not in WEB UI - CRM

    Hi,
    I have created a Search Help for creaing Complaints w/ref to Invoice and in the search help i have used standard data elements, so that it brings the standard Search Helps for the fields in the actual Search Help. I get the F4 values in the standard screen (CRMD_ORDER) in the SAP GUI, however i dont see the Searh Help values in WEB UI.
    Is there anything else i need to do for me to get the F4 option in the Web UI as well?
    Thanks
    Sri

    Hi sri tayi ,
    Can you just tell how you solve this problem ? I am also facing same problem . So , please kindly help for same.....
    Thank You ,

  • Does SAP GUI 7.10 include Web Dynpro client?

    Hi all,
        I want to try out Web Dynpro client, My SAP GUI version is 7.10, I can't see the web dynpro client component when install SAP GUI,  and can't see the web dynpro application in logon ui too. Seem to Gui7.10 does not include web dynpro client. I search forum can see SAP GUI 6.40 include a beta version of web dynpro client, but the download of Web Dynpro Client was not work.
        Does anyone kown if the Web Dynpro Client can be integrated in Sap Gui 7.10 ? Or it was still in beta version not be released official.
    best regard
    reefish
    Edited by: Ree Fish on Nov 18, 2008 5:33 PM
    Edited by: Ree Fish on Nov 18, 2008 5:34 PM

    Hi Martin ,
    I think your answer resolve our problem. But i can not get get installation document after login MarketPlace account. The page show blank.
    [SAP NetWeaver Business Client (with PCD Connection) |http://help.sap.com/saphelp_nw70/helpdata/en/46/4185faf54e2f90e10000000a1553f6/frameset.htm]  (Service Market Place Login Required)
    Documentation on installation, configuration and use of the SAP NetWeaver Business Client.
    I Search the download service and can't find NWBC installation file, is it a independent client?
    best regard
    reefish

  • SAP GUI call from Web Dynpro Abap

    Hi all,
    I heard about the possibility to call the SAP GUI directly from my Web Dynpro Abap Application, so that the GUI is integrated in my web browser. But i could not find any information about that.
    Maybe you can help me.
    Thanks,
    Johannes

    Hi Johannes,
    Its not possible to directly call your R/3 GUI from your WDA. You can try the "Screen Design Time Conversion" tool in SAP. You can go through this [link|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/30/f2156a26fb4b4d86c5b0ce9f86bfb3/frameset.htm] for further details regarding it.
    But please also pay heed to Thomas's advise in [here|Is there a converter for classic dynpros?;.
    Regards,
    Uday

  • Changing the label of a field in SAP GUI

    Hello SAP Guys,
    I would like to change the label of a field in SAP GUI.
    I already did it internally because for that field the Shor Text of the label changed:
    I went to SE11, and wrote down the appropriate data element, through Translation I changed the entries of SCRTEXT_L, SCRTEXT_M and SCRTEXT_S and activated this change after saving.
    It is very strange that after making sure that the
    Short Text of that field was changed, I went to trx BP and I could see that the label didn´t change.
    I´ll appreciate any help you can give me,
    Regards,
    Efrain

    Hi Efrain,
    Can you tell me in which screen did you make the screen.
    Moreover the changes are not reflected immediately.
    What you can try is to create a new record of the transaction in which you changed the label and save the recore. After this try to close the session and reopen the transaction and this should work.
    The reason is the label on the screen are not picked up from the data element everytime but from buffer. So when you create a record this updates the database table entry and can also refresh the buffer.
    I had the same problem in BP transaction and the above solution worked.
    Let me know if this helps.
    Jash.

  • ANN: SAP GUI for Java 7.10 available for download

    Hi all,
    SAP GUI for Java 7.10 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/710.
    <b>New platforms:</b>
    - JSE 6: See System Requirements of platforms for details. Also, usage of JRE 1.4.2 is no longer supported.
    - Microsoft Windows Vista (Business and Ultimate editions)
    - Mac OS X 10.5 (once the test on the final build of "Leopard" has been successfully completed, see <a href="https://service.sap.com/sap/support/notes/959236">Note 959236</a> for latest news)
    - HP-UX 11.31
    <b>New features:</b>
    - <b>Input History: </b>Text previously entered in an entry field is available in a dropdown listbox when the same entry field is reaccessed.
    - The <b>installer</b> now can be launched directly from a write-protected directory and the installation process completes considerably faster.
    - The <b>Preference Dialog</b> has been redesigned.
    - <b>Dynpro Splitter:</b> The feature to display two subscreens divided by a horizontal or vertical splitter has been implemented.
    <a href="https://service.sap.com/sap/support/notes/959236">Note 959236</a> lists the supported platforms and will include latest news on support for Mac OS X 10.5 (Leopard).
    Best regards
    Rolf-Martin

    Hello Mac users,
    ANN: SAP GUI for Java 7.10 rev 1 available for download officially supports Leopard.
    Best regards
    Rolf-Martin

  • ANN: SAP GUI for Java 7.00 rev 5 available for download

    Hi all,
    SAP GUI for Java 7.00 rev 5 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/700r5.
    This revision solves issues in the dropdown listbox, grid and table control. Also an issue with FileDownload is fixed. For more information, please refer to the release notes.
    <a href="https://service.sap.com/sap/support/notes/954572">Note 954572</a> lists the supported platforms.
    Best regards
    Rolf-Martin

    hi Mr.Rolf-Martin,
       this is kumar writing in regards with the sap gui for java 7.00 rev 4.....i found ur link very helpful ....thanks for the link...and i have a problem in creating a new connectioin ....i have gone thru some of the forum replies and pdf's ....but i could not set up the new connection ....
    can u plz help me in creating a new connection .....
    the rev4.jar file was successfully installed.....
    and whats are the next steps .....
    any help appriciated thanks
    regards
    kumar

  • Hide Command field (where users enter transaction codes in SAP GUI)

    In our requirement, the custom SAP transaction will be launched on CRM Web UI through transaction launcher technique (when users clicks a hyperlink on CRM UI)
    But business people are asking us to not provide the user to enter transaction codes in command field. They don't want User's see command field when the back-end SAP GUI is displayed on CRM UI through transaction launcher and they don't want the user to navigate to any transaction from the SAP GUI. Please let us know you comments on this. Is this possible, if so please guide me?

    Hi Madhu,
    This is a question for SAP basis.
    One work around could be that the the users who would use ITS screens should not have any other AUTH objects for executing other TCODES. And when they try to do so they will get an error message like you do in a normal SAP GUI.
    Basis can configure this by running a Auth Trace.
    Hope it helps.
    Thanks

  • SAP Transactions available in Web GUI

    Folks-
    Need some help. Our client is implementing SAP where the user community will only have access to the webgui. Is there some sort of list, or other means, to determine the delta between what transactions are offered in the regular SAP GUI vs what is available in the web gui?
    I imagine this list would be very small, but it is crucial for us to be aware of what we will not have have access to in the web gui.
    Thanks

    Hi,
    Tcodes depends on the role and profile allocated to the user.
    Tcodes which you have the access to SAP GUI will be same as for WEBGUI.
    As a part of Basis Person I have the basis roles for SAP GUI
    The same tcodes which I can access from SAP GUI is same I can access from WEBGUI.
    Regards
    Sreedhar Reddy

  • How to make SAP standard field as mondatory in a screen

    hi all,
    i need to make SAP standard field as mondatory in a screens EG31, EG34,EG71
    TO DO THAT   I HAVE TO USE : EXIT_SAPLE30D_002 
    so can anybody tell me how that

    You can use standard program RSMODPRF.
    Execute this standard program without giving any input
    and select the data element whatever you want to make mandatory and click on Assign prog/screen button click OK and come back.
    now give required data element and execute the program again
    and write the code to make that datea element mondatory.
    hope it helps...

  • BI Precalculation Server for BI 7.0 (SAP GUI 710)? Not Available?

    We recently upgraded from BW 3.5 to BI 7.0 SP 15.  To support other SAP company initiatives, we also upgraded all SAP GUIs to 710.
    Is there no updated BI Precalculation Server for BI 7.0 with SAP GUI 710?  Can we use older precalculation software with BI 7.0?  Or do we have to wait until SAP publishes the precalc server for GUI 710 (as indicated by note # 1013205)?  Anyone know when that might be?

    I created opened a message with SAP and here is the response I got back:
    Dear Customer,
    Currently SAP GUI 7.10 is not supported with Precalulation service.
    As per Note: 1013205 Pre-Requisite for BI Precalculation service 710
    The program is believed to be shipped with the patch 400 of the 7.10
    Frontned.
    Patch release schedules are available in note 1085218.
    Patch Delivery Schedule for BI 7.X Frontend on SAP GUI 7.10
    Patch #400
    o Current Status: Retest
    o Planned delivery Date: first week of 2008

  • SAP GUI 720 (patch level 6) - Date field problem

    Hello all,
    in selection screens (like transaction IW38) some users use the F4 help and the enter key to select a date (like field "Period"): they jump with the tab key to the field, delete the current entry and then press F4 and hit the enter key in the popup to get today's date. (Reason: faster than using the mouse, they say...)
    This does not work anymore with SAP GUI version 7.20: The enter key is not working in the popup. Does anyone know a fix for this or is it intended to work this way?
    Thanks in advance for an answer!
    Best regards
    Daniel

    Thanks for your reply. No, GuiXT is not active.
    Interesting is:
    I have a PC with an older version of SAP GUI 7.20 (patch level 2). There it works as previously with 7.10 (hitting the enter key in the calendar popup window works).
    The reason is (haven't noticed that before), that in 7.20_2 the focus in the calendar popup is in the calendar itself (the lower part). In 7.20_6 the focus is on the top line, where the current date is displayed (like 29.08.2011), and the day is highlighted. The user has to press the tab key to jump from there down to the calendar, and then can press the enter key.
    Now the question is: has this been changed from patch level 2 to 6, or is it an SAP GUI option, that can be changed (and that I cannot find)??
    Best regards
    Daniel

  • When will SAP GUI for Windows 7.20 patch level 9 be available?

    When will SAP GUI for Windows 7.20 patch level 9 be available?
    I can't see the SAP GUI patch version in the PAM (https://websmp102.sap-ag.de/pam).
    Thanks.

    Hi,
    Latest is SAP GUI for Windows 7.20 patch 8
    http://service.sap.com/swdc
    > Software Downloads
    > Installations and Upgrade
    > Browse our Download Catalog
    > SAP Frontend Components
    > SAP GUI FOR WINDOWS
    > SAP GUI FOR WINDOWS 7.20 CORE
    > Installation
    > gui720_8-10007878.exe SAP GUI for Windows 7.20 patch 8
    The NetWeaver 7.x BW/BI Front-End Patch Delivery Schedule can be checked
    via note 1085218.
    Thanks,
    Venkat

Maybe you are looking for