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

Re: Production order status problem

0
0

Hi Rupesh,

           I first cancelled the confirmation of that order (CO13),then through MB1C stock of that raw material is increased with that stor location.

Then in CO02 I do read PP master data,and saved the order.After that when I do material availability I am getting the following error.

 

 

I also checked the stock in MMBE as follows

 

 

 

Please tell me what I am missing.

 

 

Regards,

Sagar


Re: Should I do SAP(SD) or SAP(ABAP) with this background?

0
0

Thanks Nigil , I agree with you.

Re: Problem with INDEX

0
0

Be sure that both fields Fkart and Fkdat have vakues.  In addition, try using date range instad of between.  As last resource use Hints clause to force index. %_HINTS ORACLE 'INDEX("SPFLI" "SPFLI~001")'

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: 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

ICO configurations not working

0
0

HI Experts,

 

Scenario: File to Proxy scenario.

 

Please find our landscape:

 

PI DEV -- PI Qua -- PI Production

 

ECC Dev -- ECC QA -- ECC PRD

 

As part of improving testing, we have introduced a new landscape as below

 

ECC DEVTEST -- ECC QA TEST ( Copy of ECC PRD)

 

Now, our PI DEV should poing to ECC DEVTEST

I have changed and reconfigured ICO configurations pointing to ECC DEV TEST, it worked fine.

 

But i am trying to directly edit and doing configurations in PI quality which should point to ECC QA TEST server.

Now, our PI QA is pointing to to ECCQA TEST environment.

 

 

Existing configuration:

The scneario is configured through ICO configuraiton

 

Changes done at SLD side, defined ECC_NewQA as business system and a new soap receiver comm channel is configured to connect as proxy.

 

I have done the changes in ICO, Receiver -- Pointed to new receiver and its Interface determination and soap receiver is configured.

 

But, When I test the scenario, the file is still going to old ECC QA server, the files are not pointing to new ECC QA EST server.

 

Do we need to handle such config changes also in transports?

 

Expecting your responses ASAP.

 

Thanks,

--Kishore

Re: Open item management

0
0

Hi Majo,

 

Kindly seek help from technical consultant .

 

Regards

Murugan .C

Re: Listing & Exclusion in Base Material(PMATA)

0
0

Hi,

 

As per my understanding, the listing/exclusion is based on base material value but in order item, user will enter material value when the userexit will trigger to validate both with the Customer (sold to party) field. I believe there will be two cases to promt the messages :

 

  • The enhancement will validate material value or base material value - custom message.
  • For the exclusion list check - standard message.

 

Thanks,

Niladri

Re: Open OnlineStore with 3G connection not possible. Only Wifi

0
0

HI stephan

 

This issue will be fixed in next patch release. Please wait ....

 

Thanks!

 

Nan Wang

Viewing all 8667 articles
Browse latest View live




Latest Images