Resolve error in F4 help (anyone from SAP??)

Hi all,
  I tried with this code for F4 help, but i am getting an error. can anyone help me out solving the matter. Is there any way to do F4 help without using MVC and javascript directly in page with flow logic?
<u><b>CODE</b>:</u>
<htmlb:inputField id= "Partner"
                  width="100%"
                  showHelp    = "TRUE"
                  onValueHelp =
"ShowF4KeyAndValueHelp2(<%= mpage_context->m_page_id %>_Partner, 'BUT000-PARTNER')"
                   value       = "//BuPaSearch/Partner " />
<b><u>Error:</u></b>
Exception Class CX_SY_REF_IS_INITIAL
Error Name 
Program CL_HTMLB_INPUTFIELD===========CP
Include CL_HTMLB_INPUTFIELD===========CM00B
ABAP Class CL_HTMLB_INPUTFIELD
Method RESOLVE_MODEL_BINDING
Line 95 
Long text An attempt was made to execute a dynamic method callon an initial(NULL-) object reference. The reference must refer to an object.

<b>parent.htm:</b>
<%@page language="abap" %>
<%@extension name="htmlb" prefix="htmlb" %>
<head>
<script language="javascript">
function ShowDialog()
window.showModalDialog('wrapper.htm',window,'dialogHeight=420px,dialogWidth=600px');
</script>
</head>
<htmlb:content design="design2003" >
  <htmlb:page title="Parent Page " >
    <htmlb:form id="form1" >
      <htmlb:tray id                = "tray"
                  width             = "100%"
                  hasMargin         = "false"
                  title             = "Enter Data"
                  hasContentPadding = "true" >
        <htmlb:label for      = "sales_org"
                     text     = "Partner"
                     required = "true"
                     design   = "HEADER1" />
        <htmlb:inputField id          = "partner"
                          showHelp    = "true"
                          onValueHelp = "ShowDialog()"
                          type        = "STRING"
                          doValidate  = "TRUE"
                          value       = "<%= partner %>" />
      </htmlb:tray>
    </htmlb:form>
  </htmlb:page>
</htmlb:content>
<b>Wrapper.htm</b>
<%@page language="abap" %>
<%@extension name="htmlb" prefix="htmlb" %>
<htmlb:content design="design2003" >
  <htmlb:page title="Wrapper to cover " >
    <htmlb:form>
      <iframe  align="center"
                    id="iframe_body"
                    height="350"
                    scrolling="no"
                    width="100%"
                    frameborder="0"
                    name="body"
                    src="sales_org.htm" >
          </iframe>
    </htmlb:form>
  </htmlb:page>
</htmlb:content>
<b>Sales_org.htm  layout</b>
<%@page language="abap" %>
<%@extension name="htmlb" prefix="htmlb" %>
<head>
<script language="JavaScript" type="text/javascript">
          function pass_data()
               if (top.window.dialogArguments) {
               if ( document.form1.row_sel.value )
                top.dialogArguments.document.form1.sorg.value=document.form1.row_sel.value;
                top.close();
          </script>
</head>
<htmlb:content design="design2003" >
  <htmlb:page title=" " >
    <htmlb:form id="form1" >
      <htmlb:tableView id              = "tab01"
                       table           = "<%= details %>"
                       visibleRowCount = "14"
                       width           = "100%"
                       design          = "ALTERNATING"
                       footerVisible   = "TRUE"
                       onRowSelection  = "my_event"
                       selectionMode   = "SINGLESELECT" >
   <htmlb:tableViewColumns>
                  <htmlb:tableViewColumn title      = "Business Partner "
                                         columnName = "partner"
                                         wrapping   = "True" >
                  </htmlb:tableViewColumn>
               </htmlb:tableViewColumns>
      </htmlb:tableView>
      <htmlb:inputField id      = "row_sel"
                        value   = "<%= rowselected %>"
                        visible = "true" />
      <%
  if rowselected is not initial.
      %>
      <script type="text/javascript">
        pass_data(); </SCRIPT>
      <%
  clear rowselected.
  endif.
      %>
    </htmlb:form>
  </htmlb:page>
</htmlb:content>
<b>Oninitialization event:</b>
select partner from zcrmm_buag into corresponding fields of table details.
<b>Oninputprocessing:</b>
DATA: tv TYPE REF TO cl_htmlb_tableview.
tv ?= cl_htmlb_manager=>get_data(
                      request      = runtime->server->request
                      name         = 'tableView'
                      id           = 'tab01' ).
IF tv IS NOT INITIAL.
  DATA: tv_data TYPE REF TO cl_htmlb_event_tableview.
  tv_data = tv->data.
  IF tv_data->selectedrowindex IS NOT INITIAL.
    FIELD-SYMBOLS: <row> LIKE LINE OF details.
    READ TABLE details INDEX tv_data->selectedrowindex ASSIGNING <row>.
   partner = <row>-partner.
  ENDIF.
ENDIF.
<b>Note: If i uncomment the above line, it gives error...field symbol has not yet been assigned.</b>

Similar Messages

  • Help to resolve error in sending database email from SQL Server 2012.

    Please help to resolve error in sending email from SQL Server 2012.
    SQL Instance Version:
    Microsoft SQL Server 2012 (SP1) - 11.0.3449.0 (X64) 
    Jun 29 2014 23:15:18 
    Copyright (c) Microsoft Corporation
    Enterprise Edition: Core-based Licensing (64-bit) on Windows NT 6.3 <X64> (Build 9600: )
    Error Message: Error MeThe mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2015-01-15T19:48:25). Exception Message:
    Cannot send mails to mail server. (The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated).)

    The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1
    Client was not authenticated).
    I think the error message is pretty clear, you have to setup authentication for the SMTP connection in Database Mail, see
    Database Mail Configuration Objects
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Error while Generating WSDL File from SAP WSDLGenerator

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
       at WebServiceDescription.SelectOperation.ShowUDOsList(String sessionID)
       at WebServiceDescription.SelectOperation..ctor(String sessionID)
       at WebServiceDescription.WsdlServicesGenerator.ShowOptions()
       at WebServiceDescription.Form1.btCreateWsdl_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
        CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    WsdlServicesGenerator
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/SAP%20Business%20One%20Web%20Services/WsdlServicesGenerator/WsdlServicesGenerator.exe
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Web.Services
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    axh7tjvl
        Assembly Version: 1.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    o_2nbqv_
        Assembly Version: 1.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    I am facing problem While Generating WSDL File from WSDL Geerator which is provided by SAP Business One
    If any body has resolved this. Please help Me...!
    Thanks
    Mritunjay

    Hi.
    We've seen that error too few times.
    We downloaded the sourcecode for the wdsl generator and discovered,
    that in our case, it was because we had no user defined objects.
    Its actually a bug as far as I can see, where the wdsl generator tries
    to enumerate a empty recordset, and crashes.
    Regards
    Jørgen T.

  • Error when opening PDF files from SAP.

    Hi Gurus
    I have posted this question in ABAP Development section also. Please read the below text.
    We are having a strange intermittent problem with Adobe Reader. When we try to open PDF files from SAP Frontend we get an error pop-up. The pop-up does not have any text. The title of the pop-up has "Adobe Reader". There is a blue question mark and an OK button.
    This issue occurs few times a day in Windows Vista.
    This issue does not occur in Windows XP.
    Since past few weeks, we have been trying to find some error/warning/atleast some text in log files of SAP, OS, Adobe Reader, Registry entries, Event Viewer. So far, we have not found anything.
    SAP is not able to help as this issue occurs intermittently and said when they tried, the issue did not occur. They made two attempts and in each attempt they tried 10 times to reproduce the issue. This issue occurs intermittently.
    Environment
    SAP R/3 4.7 EE SAP_Basis 620 Support Package 61
    Windows Vista Enterprise
    Adobe Reader 9.0 and Adobe Reader 9.1 (tried with both versions)
    SAPGUI 710 Patch 12 (latest patch). It also occured in Patch 11.
    Please suggest
    Thank you
    Pavan

    Now I got to capture the screenshot, however not able to attach/upload here but it says:
    'Reading Untagged Documents'
    lets say i tried to open 6 page document then it said:
    'This 6-page document is untagged and must be prepared for reading. While the document is being
    analyzed, your assistive technology will not be able to interact with this application. '
    then it asked for Reading options
    then a checkbox for to confirm 'Always use the settings from the Reading Preferences (Do not show this dialog again)
    then 'OK/START' and 'cancel' buttons
    It seems, this is the problem with Adobe w.r.t Vista.
    thanks
    Bhudev

  • Error when importing IDOC structure from SAP - Control record missing

    Hi!
    We are hitting problems when importing IDOCs from SAP into the Integration Builder. The import ends successfully but when we drill into the IDOC structure we get a message: <b>Schema for type EDI_DC40.ASN_OUT.DELVRY01.Z1DELVRY (category Data Type) not found</b>. This is only happening for one specific IDOC type only. We have checked all we can think of but cannot get this to work. Any help would be very much appreciated. Of course, points awarded for any good ideas. Thx, Duncan

    Hi Duncan,
    Taka a look at these threads which address similar issues:
    Error during import of FIPARQ01 Idoc
    Error during IDoc Import
    Importing idocs:
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/a48f3c685bc358e10000000a11405a/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/78/21753251ce11d189570000e829fbbd/content.htm
    Hope these help!.
    Cheers,
    Chandra
    Message was edited by: chandravadhana gopalakrishnan

  • Can anyone from SAP answer this question?

    How does an individual go about obtaining training and/or materials in BOFC in English given that no such classes are scheduled (and are not likely to in the near future, given SAP's push for the other product, BPC) in the US?
    Thanks.
    Matt
    Edited by: MattGurnsy on Jan 17, 2011 9:04 PM

    Matt,
    You might want to look at the e-learning offerings from SAP Education. These online knowledge products, while not the same as a classroom experience, do provide the information and instruction you are seeking. There are a number of courses listed under the headings of SAP BusinessObjects Cartesis - Finance and SAP BusinessObjects Cartesis - Finance 10.5
    Those listings are all the way at the bottom of this page:
    http://www.sap.com/usa/services/education/catalog/elearning/index.epx#sbc
    Hope this is helpful!
    Bob

  • How do i resolve Error #2032 ? Could anyone help on this?

    @Hi,
    I am using the following code to launch SWF file. When i launch the page, getting "Error #2032" from GUI.
    Could you please advise if any changes needs to be done in the following file?
    Do you think this is environmental issue?
    Please let us know how to troubleshoot the issue.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>Reports</title>
    <meta name="google" value="notranslate" />      
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
    the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
    the percentage of the height of its parent container, which has to be set explicitly. Fix for
    Firefox 3.6 focus border issues. Initially, don't display flashContent div so it won't show
    if JavaScript disabled.
    -->
    <style type="text/css" media="screen">
    html, body { height:100%; }
    body { margin:0; padding:0; overflow:auto; text-align:center;
    background-color: #ffffff; }
    object:focus { outline:none; }
    #flashContent { display:none; }
    </style>
    <script type="text/javascript" src="swfobject.js"></script>
    </head>
    <body>
    <script type="text/javascript">
    var swfVersionStr = "10.2.0";
    // To use express install, set to playerProductInstall.swf, otherwise the empty string.
    var xiSwfUrlStr = "playerProductInstall.swf";
    var flashvars = {};
    var params = {};
    params.quality = "high";
    params.bgcolor = "#ffffff";
    params.allowscriptaccess = "sameDomain";
    params.allowfullscreen = "true";
    params.wmode="transparent"; // set proper z-index so swf won't go on top of mega menu
    var attributes = {};
    attributes.id = "TestMain";
    attributes.name = "TestMain";
    attributes.align = "middle";
    swfobject.embedSWF(
    "/acsview/pages/flex/TestMain.swf", "flashContent",
    "100%", "100%",
    swfVersionStr, xiSwfUrlStr,
    flashvars, params, attributes);
    // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
    swfobject.createCSS("#flashContent", "display:block;text-align:left;");
    if (swfobject.ua.ie && swfobject.ua.win)
    swfobject.addLoadEvent(
    function()
    var app = swfobject.getObjectById("TestMain");
    if (app)
    app.focus();
    </script>
    <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
    JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
    when JavaScript is disabled.
    -->
    <div id="flashContent">
    <p>
    To view this page ensure that Adobe Flash Player version
    10.2.0 or greater is installed.
    </p>
    </div>
    <noscript>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="index">
    <param name="movie" value="TestMain.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="TestMain.swf" width="100%" height="100%">
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <!--<![endif]-->
    <!--[if gte IE 6]>-->
    <p>
    Either scripts and active content are not permitted to run or Adobe Flash Player version
    11.1.0 or greater is not installed.
    </p>
    <!--<![endif]-->
    <!--
    <a href="http://www.adobe.com/go/getflashplayer">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
    </a>
    -->
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </noscript>
    </body>
    </html>
    We added crossdomain.xml file in the web application and still not working. The following is content of the crossdomian.xml file.
    <?xml version="1.0"?>
    <cross-domain-policy>
    <allow-http-request-headers-from domain="" headers="" secure="false" />
    <allow-access-from domain="*" secure="false" />
    </cross-domain-policy>
    Thanks in advance,
    Parimala
    Message was edited by: Parimaladevi Vadivel

    pwillener wrote:
    This is the Shockwave Player forum.
    Sorry, I was mistaken about that.  Still, the Flash or AS forum would be better.

  • Error while uploading Transport request from SAP ECC6.0 EHP4 to SAP ECC 5.0

    Hi friends,
    Error while uploading transport request to the transport directory,
    we downloaded the transport request from one sap system which have a set of developments(contains screen programs)
    for example downloaded all co files and data files
    control file: K900470.SAD and Data file: R900470.SAP from transport directory.
    we are trying to upload the transport to another Sap system
    we have
    Uploaded the controlling file K900470.sad to the location  /usr/sap/transpad/cofiles/
    Uploaded the controlling file R900470.sad to the location  /usr/sap/transpad/data/
    we tried to add in the import queues using TCODE: STMS and trying to import.
    During import we get the below error:
    HALT: unknown dynpro format: d021s_length() returned 0 Please contact the SAP support.
    End with rc : 16
    Please help me on this
    We are trying to copy from ECC 6.0 EHP4 to SAP 5.0 and SAP 4.7EE
    Thanks & Regards
    Murali Papana

    Did you see that you tried to transport to an older release!! You should have expected such a result.
    Before doing such a thing, you should have looked at SAP notes to see SAP recommendations, if any. And you're lucky, there are ones: [Note 1090842 - Composite note: Transport across several releases|http://service.sap.com/sap/support/notes/1090842]. You need to know that ECC6 corresponds to SAP Basis 7.0, and ECC5 corresponds to SAP Basis 6.40.

  • How to resolve error in opening White Paper from OTN?

    Attn: Oracle Reports Team
    I want to optimize/tune my report. I was suggested from this forum to read White Paper available at http://otn.oracle.com/products/reports/pdf/275641.pdf.
    I tried several times to open/print The white paper on above address but always got an error 'There was a problem reading this document (14)':
    Previously I have been able to open and print white papers but here is some problem on the document side. Pl. guide as how I can I get this problem resolved.
    Is Oracle Reports Team responsibel for resolving such problems or if there is some other department, let me know their contact so that I can take up matter with them. I need this white paper urgently as I am stuck up with a report. This report is taking 4 hours to process while expectation is 20 minutes.
    Pl. help.
    Tariq

    I've just tried this with the following link and was able to download the paper without a problem:
    http://otn.oracle.com/products/reports/pdf/275641.pdf
    I'm using Acrobat Reader 5.0, but you may want to just try downloading again.
    Danny

  • ERROR- Unable to retrieve data from SAP systems

    We have installed SAP Netweaver Gateway (NWGW) Tool plugin in mac os.
    When we are trying to browse the services we are able to see only SDATA services in NWGW plugin.
    So we have changed the service from ODATA to SDATA in gateway system. We are able to see the services in the NWGW plugin.
    When we are trying to get the response in xcode by using the following code,
    SDMConnectivityHelper *supConn = [[SDMConnectivityHelper alloc] init];
         LiteSUPUserManager *supUserManager = [supConn activateSUPModeWithHost:@"xxxx" andSUPPort:xxxx andSUPFarmId:@"0" andAppId:@"xxxx"];
         [supConn registerSUPUser:@"xxxx" andPassword:@"xxxx" andSecurityConfigName:@"Basic" andSUPUserManager:supUserManager];
         0262Service *service = [[0262Service alloc] init];
         [service setServiceDocumentUrl:[LiteSUPAppSettings getApplicationEndPoint]];
    NSMutableArray *personalDataArray = [service get02PDWithData:[[supConn executeBasicSyncRequestWithQuery:service.02PDQuery] responseData] error:nil];
    I am getting the following error
    Returned Query URL: /02PD
    ERROR :: SUPJsonException:expected string, found 140/Location:-[SUPRequest startSynchronous] + 1159
    ERROR :: 400:Bad request/Location:-[SUPRequest startSynchronous] + 1184
    Exception during parsing response data. Error: The document is not a valid data document
    <?xml version="1.0" encoding="utf-8"?> <error ><message xml:lang="en">Malformed URL recieved :no protocol: /02PD</message> </error>
    When I am trying to print the end point. I am getting null value
    Please provide us the pointers to resolve the issue

    Sounds like an SAP problem.

  • Error in Accessign mySAP ERP from SAP WAS J2ee Engine

    Hi all,
    I have installed some applications on SAP WAS Java System SP17. When i am trying to access the mySAP ERP system from that Application, it is giving the following error
    >(103) RFC_ERROR_LOGON_FAILURE: System received an expired SSO ticket
    My ERP and WAS are on different Windows Domains. I have SSO and  done the trust configurations and imported the Certificate on to mySAP ERP. I also increased the Lifetime of the SAP Logon ticket, but that also didnt work. In one of the documents i found that both the systems need to be in the same OS time.
    1. How can i bring my ERP server and WAS on to same OS time?
    (net time/set   does not work since these machines are in different domains)
    Or is there some other solution to this problem,Please help me
    regards
    deepu

    Hi Deepu,
    as long as the timezones are maintained correctly, the time DISPLAYED may be different, again it is GMT, which is required to be in sync. Looking at IST, do you mean Indian, Israelien or Irelend stadnard time ? (see <a href="http://www.timegenie.com/timezones.php">a list of timezones</a> for details). In any case, 4 hours seams odd to me, should be either
    India: 4:30 hour
    Ireland: 1 hour
    Israel: 1 hour
    can you please make sure, your systems are synced to GMT somehow, for instance using timeservices ?
    From your name, I would guess you might sit in India, in which case at least one of your system is misconfigured (timewise) if they are 4 hours away.
    Countries today 4 hours away from CET would either be
    <a href="http://www.worldtimezone.com/utc/utc+0500.html">russia, pakistan and some more</a> or <a href="http://www.worldtimezone.com/utc/utc-0300.html">some countries in south america</a> (this changes over time
    regards,
    Patrick

  • FUNCTION NOT IMPLEMENTED error when calling C# method from SAP, why?

    Hi,
    I've build a server stub in order to get SAP calling my own methods that exist in the C# world, for that I developed several methods in a class that extends SAPServer and then implemented them...
    I added the special custom properties needed (Abap Name, length, etc) to the function and to its parameters, I've made the ABAP code required to call it...
    I've checked, every parameters that I place in ABAP (importing, exporting and tables) are also defined in C# (its 53 parameters) with the same name (in C# they are in capital letters and in a diferent order but I tried this before and it didn't matter)...
    The name of the function is the same...
    How can I get the 'FUNCTION NOT IMPLEMENT' error in SAP?
    What's going wrong when I get this error?
    Can anyone tell me?
    Is there any place in this site that has a error description and possible reasons?
    When I get a parameter wrong I get a different error (I tried to make smaller functions and they work fine).
    Thanks for the help,
    Nuno Felino
    Message was edited by: Nuno Felino

    Hi,
    I'll explain what I'm doing:
    - we have a set of services made in a C and VB that are available using an API in C#, these services must be available to SAP. So I have a program that will see what parameters the API service requires and makes a proxy so that SAP can call these services.
    To do this I must map SAP types with C#, build the function signature and then implement it. So I cannot use the wizard to do this
    Now, back to the question, what kind of customer attributes I got wrong to get that exception? The most logic is the AbapName of the function but they are equal (the one called in SAP and the one in the customer attributes of the function)...
    Thanks for the answer, can you give me any more hint?

  • BPC Error while loading master data from SAP BW

    Hello Guru,
    I have NW BPC 7.5 installed on BW server. Currently i have started to work on one application where i have to load master data first. I am loading master data for cost center.
    I looked into the process chain "BPC: Import BW InfoObject master data" and i found that few processes are  in GREEN color and few are in RED color (Display). is that correct or not ? then as per some of the thread i went to "BPC: Convert BW infoObject master data" --> SOURCE_TYPE = IP  and added one parameter "FORMULA_FILE_NO". Then i saved this process chain and activated it.
    I created transformation file in BPC and it got created successfully but while i try to load packages it throws me error.
    Q. Do i need to have entire process chain with all processes in GREEN to have the master data in BPC ?
    Q. Do i need to activate any BADI's for this or not ?
    I appreciate your help in advance. I trie

    Hello Guru,
    Currently i am getting below error while loading costcenter master data from BW to BPC.
    Task name MASTER DATA SOURCE:
    Record count: 189
    Task name TEXT SOURCE:
    Record count: 189
    Task name CONVERT:
    No 1 Round:
    Info provider  is not available
    Application: ZRB_SALES_CMB Package status: ERROR
    Anybody can tell me, if i have missed anything ???
    Regards,
    BI NEW
    Edited by: BI  NEW on Feb 23, 2011 12:25 PM

  • Error in Posting the data from  SAP ABAP Progra,

    Hi,
    I am sending sap data from ABAP Program,
    I called RFC in the Function Module and given the RFC Destination,
    While I am Executing it is going to short Dump.
    Data is not posting.
    Points will be awarded.
    Regards,
    Jayasimha.

    Dear jaya,
    execute FM once without RFC destination.
    now collect the data in intermediate variable.
    now execute FM with RFC destaination passing collected data as input.
    second RFC is genrally treated as dummy which is used only  for sending data to XI,it doesnt do any "function" as such.
    this should solve your problem gurnteed.
    if you still find short dump please paste your abap code,ll get back to you.
    reason for short dump:
    record set is high and executing module at remote system at a stretch  doesn't work sometimes.
    Thanks & Regards,
    Rama Krishna

  • Can anyone from SAP comment on this?

    sorry for repeating myself but i tried several things but could not find what was wrong Someone suggested that this was a bug in previous releases but i have the latest one installed
    <b>SBO 2004A (6.70.187) SP:00 PL14</b>
    screenshot
    http://mx1.beautybase.com/share/master_2.jpg
    I have a user defined table (i.e. Colours) connected to the Item Master Data Form (-150). This table is combo box on the form. Whenever I populate this combo I specify Code (i.e. 1) and Name (i.e. 15 ml) values. Now if my form in the search mode and I bring list of the items by using * for item number (Form 1003) I can see matrix with number of records but unfortunately column with sizes displays Code instead of Names. Please let me know whether it is possible to display Name value. The Display Descr. checked in the "choose from list" Form Settings..
    what shell I do, any ideas?

    still investigation this found that if i create Data Field by going Manage User Fields > Master Data> Items > Items > Some Field and use Set Valid for Field option with predefined values then i am able to switch between Code and Description, but if i use Set Linked Table option then the only Code appears whenever I use choose from list form under  Item Master Data.
    Pleeeeeeease HELP. SOS

Maybe you are looking for

  • SSRS pulls data from ESSBASE cube, data not showing

    Dear Experts, We are connecting SSRS 2012 to Essbase 11.1.3 to pull data from the cube, and having some issues with some members data not showing in the query designer and report, while some have no problem. And we couldn't find a pattern on which me

  • How do I restore my iTunes library when "Previous iTunes Library" is not showing up in iTunes folder?

    I turn off my PC with Windows 7 for an hour, turn it back on and suddenly the only songs that show up are ones in the Cloud. I looked through a bunch of questions on the Apple Support Communitities and they all say look for the "Previous iTunes Libra

  • Calling a Host Command

    Dear Friends, Is it posible to call a host command (windows) from PLSQL (Oracle 9i) ? Thanks. Jai

  • FINISHED_WITH_ERROR IN REPORTS

    Hi guys, my question is regarding the error message "FINISHED_WITH_ERROR", in reports. I run the below code to print a report from form. v_report_job_id = run_report_object(v_report_id,p_list); -- getting the status of the report v_rep_status = repor

  • Error when typing in Chinese word

    There is an error when I am going to type in chinese word in latest adobe muse cc version (2014.1). It pop out when I going to type in chinese but it is ok when type in english. I don't face this problem while doing my work in the last version (2014)