Quantcast
Channel: SCN: Message List
Viewing all 8713 articles
Browse latest View live

Re: Why Memory_size_per_connection value is -1?

$
0
0

For me statement_memory_limit still appears to be empty. What is the result of:

 

select * from m_inifile_contents where key = 'statement_memory_limit'


Re: Vat Query

$
0
0

Hi Gopal Send ur mail id.. I wil send the Vat Query ...Since the query script is lengthy I am not able to post Regards, K.Ramasamy

Re: Vat Query

Cannot Assign shipping point to plant

$
0
0

Hi SD folks

 

I have done the relevant settings needed to assign shipping point to plant, but in OVXC, I do not see my plant?

 

Plant not appear in OVXC.png

Can someone pls suggest?

 

Thanks

Yogesh.

Re: Android OpenUI Custom Control- getView method has not been called by Agentry

$
0
0

Ashish,

 

Here is a working sample that I used in my test project.   I merged together some sample code from other posts and tested with the sample app.

 

package com.sap.mobile.platform.client.openui.extensions;

 

 

import com.sap.mobile.platform.client.openui.adapters.StringDisplayAdapter;

import com.sap.mobile.platform.client.openui.models.StringDisplayModel;

 

import android.app.ActionBar.LayoutParams;

import android.content.Context;

import android.util.Log;

import android.view.View;

import android.webkit.WebView;

import android.webkit.WebViewClient;

import android.widget.FrameLayout;

import android.widget.Toast;

 

 

 

public class ZDisplay extends StringDisplayAdapter {

  StringDisplayModel _model;

  Context _context;

 

 

  @Override

  public void initialize(StringDisplayModel model, Context context) {

  //Toast.makeText(_context.getApplicationContext(), "Open UI Initialize", Toast.LENGTH_SHORT).show();

  Log.i("ZDisplay","Open UI Initialize");

  _model= model;

  _context= context;

  }

 

 

  @Override

  public View getView() {

  //Toast.makeText(_context.getApplicationContext(), "Get View", Toast.LENGTH_SHORT).show();

  Log.i("ZDisplay","Get View");

 

  Toast.makeText(_context.getApplicationContext(), "getView", Toast.LENGTH_SHORT).show();

 

  LayoutParams params = new LayoutParams(1000, 1000);

  FrameLayout frame = new FrameLayout(_context);

  frame.setLayoutParams(params);

  WebView web = new WebView(_context);

  web.setWebViewClient(new WebViewClient());

  web.setMinimumHeight(1000);

  web.setMinimumWidth(1000);

  web.getSettings().setJavaScriptEnabled(true);

  web.loadUrl("http://maps.google.com/maps?");

  frame.addView(web);

  return frame;

 

  // TODO Auto-generated method stub

  //return null;

  }

 

  @Override

  public boolean isAgentryDisplayingLabel()

  {

  return true;

  }

 

}

 

My Agentry control is as follows

 

openui-zdisplay-agentry1.png

openui-zdisplay-agentry2.png

 

--Bill

webdynpro login error

$
0
0

Hi expert,

 

I have done configuration related to webdynpro but i don't know what is wrong and i am getting below dump in st22.

 

BSP page is running properly in webdynpro error comes:

 

Runtime Errors         UNCAUGHT_EXCEPTION

Exception              CX_SHMA_DB_FAILURE

Date and Time          27.06.2015 09:56:27

 

Short text

     An exception occurred that was not caught.

 

What happened?

     The exception 'CX_SHMA_DB_FAILURE' was raised, but it was not caught anywhere

      along

     the call hierarchy.

 

     Since exceptions represent error situations and this error was not

     adequately responded to, the running ABAP program

      'CL_SHM_SERVICE================CP' has to be

     terminated.

 

    If the error occures in a non-modified SAP program, you may be able

    find an interim solution in an SAP Note.

    If you have access to SAP Notes, carry out a search with the followi

    keywords:

 

    "UNCAUGHT_EXCEPTION" "CX_SHMA_DB_FAILURE"

    "CL_SHM_SERVICE================CP" or "CL_SHM_SERVICE===============

    "INITIALIZE"

 

 

   1 METHOD initialize .

   2

   3   DATA:

   4     l_attributes     TYPE shma_attributes,

   5     l_rts            TYPE shma_attr_rts,

   6     l_rts_found      TYPE abap_bool VALUE abap_false,

   7     l_inst_name      TYPE shm_inst_name.

   8

   9 * // read fixed attributes and preset attributes

  10   SELECT SINGLE * FROM shma_attributes INTO l_attributes

  11     WHERE area_name = area_name.

  12   IF sy-subrc <> 0.

  13 *   FATAL ERROR: Area attributes are missing.

>>>>     RAISE EXCEPTION TYPE cx_shma_db_failure.

  15   ENDIF.

  16

  17 * // read customizing attributes

  18

  19   IF l_attributes-client_dependent = abap_false.

  20

  21 *   (1) client-dependant areas

  22

  23     SELECT SINGLE * FROM shma_attr_rts INTO l_rts

  24       WHERE area_name = area_name AND client = space.

  25     IF sy-subrc = 0.

  26       l_rts_found = abap_true.

 

 

So please help how to remove the error.

Re: unable to add more than 999 positions in mi01 with BDC

$
0
0

Since Field type size lenght is limited to 3 digits so 999 is the maximum.  You should try to split positions creating two or more documents accordingly.

Re: in the below code at selection screen output is triggering after we get output report and press back button why so

$
0
0

Hi jai kumar,

it is the same as PBO, so this triggers when you run your program,

so the steps

 

PBO--->PAI---->PBO.

 

1. Start the program PBO

2. Enter any thing, any action .--> PAI

3. Return F3, so it will generte the selection screen again  PBO.

 

so it works as the following processes of PAI and PBO.

 

Regards

Ibrahim


Re: Indian Government Loan type configuration

$
0
0

Hi Kalidasu,

 

Please try to understand Bhabagrahi Sahu point, he has given possible solution for your point and it will work for all types of loans. configuration will work for not only 10 months case it will work for all kinds of loans so  as you said cases like Housing loans, computer loans, vehicle loans in which i need to deduct principle first and interest later it mens in last installment.


And coming to your paint -accumulated interest due should be recovered in subsequent months. In Standard configuration in  SAP it is not possible please discuss with SAP or elce try to contact your ABAP he may explore possibilities in PCR.


Thanks

Anthony

Re: Moving average price for material is negative - MIRO

$
0
0

Hi

 

Just increase the valuation of material in MR21  and simulate your MIRO. it will help you to post the document. After that change the valuation to current value.

Re: Custom JavaScript for web templates

$
0
0

Hi,

 

You can search in this SCN forum regarding how to write Java script code as per your requirement.

You will lot of information by using which you can successfully get the result you want.

 

Regards,

Amit

Re: SAP ABAPTrial 7.02 stauck at "import ABAP"

Re: Could anyone provide SAP notes management documentation to implement

$
0
0

Hi Mohan,

 

Kindly,correct me you need information to create  SAP notes management (Controlling module).

 

 

Thank you

Regards

Murugan.C

no button for 'open image' dialogue in image component

$
0
0

Hi Expert,

 

      I  put a image into canvas, but I can't see 'open image' button at the end of 'image' property, so I can't search image in my local disk by 'open image' dialogue window, could you please tell how to fix this issue.

Re: How to search in Internal table for a value and flag

$
0
0

Hi priyansh

 

please try the below code

 

LOOP AT RESULT_PACKAGE INTO <RESULT_FIELDS>.

     READ TABLE itab into wa with key

                         account = <RESULT_FIELDS>. - account BINARYSEARCH.

                         contractType = 'LT'.

     IF sy-subrc = 0.

          <RESULT_FIELDS>.-flag = 'X'.

     ENDIF.

clear: wa

ENDLOOP.

 

Thanks,

Phani.


Re: no button for 'open image' dialogue in image component

$
0
0

This option is available only in BI Platform mode.  When you are in local mode you can paste the image to your application folder and reference the image name in the image field.

 

See path below for the application repo.

 

C:\Users\<user>\Analysis-workspace\com.sap.ip.bi.zen\repository\<DS APP>

Re: EWM training courses: offline vs. online?

Re: SAP ASE

$
0
0

Hi Victoria,

 

I am not able to login via SA user. Please help.

 

thssybasetst:sybadm 71> isql -Usa -SSYB -X

Password:

Msg 4002, Level 14, State 1:

Server 'SYB':

Login failed.

CT-LIBRARY error:

        ct_connect(): protocol specific layer: external error: The attempt to connect to the server failed.

Re: Odata service is not triggering in get Entity set

$
0
0

Hello  Ram Pathak,

         Your URI will not hit get_entityset, If you want to hit get entity set then try keeping brackets empty..

Re: Information about legal documentation to present for Companies belonging to the UK

$
0
0

Hi Patxi,

 

Kindly find the end of period & fiscal year document need to present :


Period

1. Foreign currency valuation .

2. Open and close period for FI & CO.

 

Fiscal year

1. Customer and vendor balances .

2.Asset Balances and depreciation run.

3.Profit and loss statement carry forward.

4.Number Range Document .

 

Please let me know it meets your requirements.

 

Regards

Murugan.c

Viewing all 8713 articles
Browse latest View live




Latest Images