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

Re: How to delete segment from inboud idoc

$
0
0

Hi Nandor,

 

Is there a specific function module or method you can use to delete a whole segment?

 

Kind Regards

Deon


Re: Central User Administration Retention of Change Logs

$
0
0

Hello Todd,

 

why setting up the new CUa on a solution manager system? Take the opportunity not to use a Solution Manager system to get rid of its limitations....

 

Set up the new CUA client by client copy (profile SAP_RECO - IMO thats the only profile which takes the change documents to the new client).

Then rename the new client (bdls). Update the RFC connections. Update the CUA landscape.

 

An alternate approach can be to archive the change documents in the old central system. Then reload the archived change docs into the new central system (SAP note 419933, point 3.3)

 

b.rgds, Bernhard

Re: how to display same field twice in alv grid display

$
0
0

Hi Sateesh,

Sateesh Jakkampudi wrote:

 

 

I have seen the earlier posts and gave different names and assigned values to it.

 

 

 

Its throwing an error stating that 'Component XBLNR already exists ....'.

 

By the error message, you are not giving 2 different names.

Did you check in debug the fieldcat table?

Re: Partial problem in calling smartforms using alv hotspot

$
0
0

I'm still missing why you read Prueflos from DB when you got it from the

read of clicked field/row.

  1.   READTABLE it_data INTO wa_data INDEX t_selfield-tabindex.
  2.        CASE t_selfield-sel_tab_field. 
  3.             WHEN'it_data-PRUEFLOS'
  4.            SET PARAMETER ID 'BES' FIELD wa_data-prueflos. 
  5.             
  6. ******************************************************************* 
  7.            SELECT SINGLE prueflos FROM qals 
  8.             INTO insp_lot WHERE mblnr = gr_no. 



just do

move wa_data-prueflos to insp_lot

Re: Availability control check on FUND CENTERS in SAP FM

$
0
0

Hi,

 

You confuse several terms... availability control always works on control objects, e.g. fund centres or combinations of control objects, such as fund centres, commitment items, etc.. PR/PO/GR are consumption documents, actuals and commitments. AVC does not work on them, but accumulates them into consumption figures for the relevant AVC control object. As to your question about tolerance profiles, it is possible: you can derive tolerance profiles based on fund centre or any other available information in AVC derivation mechanism.

 

I'd suggest you to read carefully the basic principles of AVC. You can start with help.sap.com and then pass to configuration guides.

 

Regards,


Eli

Re: Entries in RBBS Transaction disappear

$
0
0

Is it possbile that the queries dissapear in rsbbs after transport?

 

Yes the transport was ok and for some time the queries were visible in the reports...And suddenly we get the information from our customer, that the queries are missing.

 

So we checked rsbbs and the queries were dissapeared.

Build Error in SAP NWDS 7.5 with SAP ME 15.1 & Java 8

$
0
0

Hi All,

 

Need one urgent help. I am currently trying to develop a custom POD is SAP ME SDK. The NWDI track has been set up with SAP ME 15.1 will all SCA files pointing to the most recent version. I am using JDK 1.8 as the build tool and using SAP NWDS 7.5. I have created a java DC in NWDS and created a java class which is giving build error. I am using the JDK as jdk1.8.0_73. The code is given as follows.

 

package com.VendorID.common.utils;

 

import com.sap.me.frame.SystemBase;

import com.sap.tc.logging.Category;

import com.sap.tc.logging.Location;

 

public class DBUtil {

   

    private static final Location loc = Location.getLocation("com.VendorID.common.utils.DBUtil");

    // Database-state data

    private SystemBase        sysBase;

   

    // Trace-state data

    private String            callerProcName;

   

    public DBUtil(String callerProcName) {

        sysBase = SystemBase.createSystemBase(Constants.DATASOURCE_WIP);

        this.callerProcName = callerProcName;

    }

}


When I am trying to build the project I am getting the error given as follows.


[javac] Compiling 2 source files to C:\ANBAN.jdi\0\t\2F1A10C237344FBD0A7166DF27CD7228\classes

[javac] WARNING: warning: [options] bootstrap class path not set in conjunction with -source 1.6

[javac] ERROR: C:\ANBAN.jdi\0\DCs\VendorID.com\util\srvutil\_comp\src\com\VendorID\common\utils\DBUtil.java:24: error: cannot access Initializable

[javac] ERROR:         sysBase = SystemBase.createSystemBase(Constants.DATASOURCE_WIP);

[javac] ERROR:                             ^

[javac] ERROR:   class file for com.visiprise.frame.service.Initializable not found

[javac] 1 error


I tried to execute this code in my colleague`s workspace which is running on a Java version jdk1.8.0_71 and there the error is on a different line. The error message from my colleague`s workspace is as follows.


[javac] Compiling 1 source file to C:\NWDS75_Workspace.jdi\0\t\2F1A10C237344FBD0A7166DF27CD7228\classes

[javac] Reading options and classpath from file C:\NWDS75_Workspace.jdi\0\t2\2F1A10C237344FBD0A7166DF27CD7228\default\logs\options5074021518816902759.tmp

[javac] Reading list of classes to be compiled from file C:\NWDS75_Workspace.jdi\0\t2\2F1A10C237344FBD0A7166DF27CD7228\default\logs\classes609277815776331262.tmp

[javac] ERROR: C:\NWDS75_Workspace.jdi\0\DCs\VendorID.com\util\srvutil\_comp\src\com\VendorID\common\utils\Constants.java:3: cannot access com.sap.tc.logging.Category

[javac] ERROR: bad class file: com\sap\tc\logging\Category.class(com\sap\tc\logging:Category.class)

[javac] ERROR: class file has wrong version 52.0, should be 50.0

[javac] ERROR: Please remove or make sure it appears in the correct subdirectory of the classpath.

[javac] ERROR: import com.sap.tc.logging.Category;

[javac] ERROR:


The project dependency is given as follows

 

I have the project SAP ME Resources created in the workspace with the service-config.dtd file added to it. This code was working fine in another workspace (NWDS 7.3 running on jdk 1.6) with the NWDI track created for SAP ME 15.0.

 

Any help will be highly appreciated

 

Thanks

Anirban

Re: Universe Generation Failed For Resource Id

$
0
0

Hi Niraj,

 

Checked the same and its enabled for me, Still not working.

Anyway Thanks a lot for your support.

 

Regards,

SukantaAlias.jpg


Re: Declining balance method with scrap value

$
0
0

Thanks Sam for your reply.

 

We have activated EA-FIN and also the notes/Business functions relevant for Block assets.

 

However, I am looking at depreciation key and depreciation method settings for  the requirement I have mentioned in my original post.

 

Regards,

Siva Cheruvu

Re: Picking Material During Prod Order

$
0
0

Hi

 

I have to agree in that it is difficult to understand exactly what the problem is here, as I am not clear on;

 

1) Do you always keep the same material in both Bin A and Bin B?

2) Do you always what production orders to pull from Bin B and sales orders (for example) from Bin A ?

3) Is it, as all ready mentioned by Pritt, a SLED/FIFO problem ?

4) Other relevant information .....

 

If you could provide more clarity on what the objective and problems are, we might be better placed to help.

 

Cheers

A

Re: ABNAN Issue

$
0
0

HI Expert

 

Post capitalization process only work if we open 2016 period other wise system will throw  error . For opening 2016 in Asset accounting we should run depreciation till 2015 end . thats  the reason i executed depreciation till 2015 end .

Re: Suggession required on 0FI_GL_14

$
0
0

you mentioned "first full load",  you are loading multiple full loads (with range of GL accounts) ?

 

if info package is running for long time, you need to check where is the delay, might be in ECC (or) may be trfc's got piled up and causing delay?

if you are talking about DTP loading time, delete the indexes before loading 

No subsequent document found in Accounting PCP0

$
0
0

Hi Expert ,

                 i am facing an issue while posting Document no in PCP0 document has realsed and posted seccuessfuly but when i look for Sebsequent Accounting Documentation no Document generated.

3-15-2016 2-01-31 PM.png

and when i tried to reverse this document it shows reversal incorrect. plaese provide some solution.

Group By its Not working

$
0
0

Hello Experts


I have requirement to call OData Service and the result will be insert into DropDown List:

 

To Creating and Fill th DropDown using Odata result I am using below code but the data is repeating and its not grouping

 

Can anyone suggest what i am missing here.? please help em to solve this

 

var model = new sap.ui.model.odata.ODataModel('http://xx.xx.xx.xx:8000/PRACTISE_PKG/xyz/Practice.xsodata/',true);

 

 

var dropdown = new sap.ui.commons.DropdownBox('dropdownBoxid');

model.setSizeLimit(15000);

dropdown.setModel(model);

 

 

  var itemTemplate = new sap.ui.core.ListItem();

  itemTemplate.bindProperty("text","OS_YEAR");

  dropdown.bindItems('/aaaa?$groupby=OS_YEAR', itemTemplate);

 

  dropdown.placeAt('id1');


Thanks & Regards

Bharath

Re: SAP error "Select a view for processing the asset"

$
0
0

Dear Raymond,

 

Thanks for reply.

 

I have already tried using BAPI but there I am facing same problem,

This BDC is only helpful if there is there is authorization to change asset as in dialog mode.

 

Secondly, requirement is Branch Head that  (User) should not should not be able to change / view the assets but at the same time transfer the asset to employee through that transaction.

 

Please find the attached screen shot.

 

 


Re: Connect SAP Cloud for Analytics to BW System

$
0
0

Hi Matt,

 

thanks for your answer.

 

So i don't need to configure a reverse Proxy in this case?

Or are this only 2 different ways to connect the BW System to the Cloud

 

BW < Reverse Proxy > Cloud

 

BW <HCC - C4A Agent > Cloud

 

Regards,

Sven

Re: BODS not importing all columns from MSSQL

$
0
0

DS does not support the MSSQL uniqueidentifier type.

Make sure unsupported types are impoorted by checking the box in the datastore definition:

 

    

Re: Overview Page Template not displayed in WebIDE

$
0
0

You are only seeing the featured templates.  Change in the dropdown to all categories and you should see it.  You might also have to refresh your browser.

 

ovp.jpg

Re: In SAP B1 screens, there is an item resembling a combination of it_EDIT and it_STATIC. What is it called?

$
0
0

Hi Maik,

 

Thanks for your reply.

 

Your answer is not exactly what I need. It answers only part of my question: namely how to link an Edit Text to a datasource.

 

What I want is how to align the static text to the edit text.

 

I just found an answer on the forum (using the LinkTo property), but it does not work.

 

So, I am closing this thread, and posting an updated one.

Please have a look.

 

Best Regards,

Leon

Re: Drill down functionality EVDRE vs EPM

$
0
0

Hello Stefan,

 

I can't access to the environment shell at the moment.

 

Here is a simple example of what I am trying to say:

 

You can only drill down in (hidden Row member Entity)

I want to hide the Yellow row part.

 

Image 001.png

Image 002.png

 

In EVDRE, you can drill down in both columns. (hidden + Local Visible Entity) so I can Hide the yellow row part.

 

Don't know if there is any approach to be used in EPM as in EVDRE.

 

Regards

Viewing all 8594 articles
Browse latest View live




Latest Images