Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8923 articles
Browse latest View live

Navigational attribute is not displaying in infoset

$
0
0

Hi Experts,

 

I created the infoset for my project requirement and some of the navgational attribute which are containg in infocube is not displaying in infoset so if any one have ideas on this plz pass me.

Regtards

RK


SAP Query. Join MCH1-CUOBJ_BM and AUSP-OBJEK

$
0
0

Hello guys.

 

I need to develop query which show value from batch characteristic (023 class type).

 

Input: batch, material

 

Output: batch, material, desired characteristic value.

 

When i'm trying join in infoset MCH1-CUOBJ_BM and AUSP-OBJEK system show me error: Illegal join conditions.

 

So question is: how i can get desired result only via sapquery, without any abap coding (haven't access).

 

Thank you in advance!

Deleting entries from EBAN table

$
0
0

Hi Experts,

 

I am asked to find a way(preferably function module) to delete entries from EBAN table based on some selection critaria. I found this BAPI, BAPI_REQUISITION_DELETE, but this will only mark the entry for deletion. I want something which will erase the entries from EBAN table. Please let me if there is a way to achieve this.

 

Thanks in advance!

setting report parameters in asp.net page when getting report from CMC

$
0
0

Hello all,

 

I'm trying to view in a ASP.NET page, using CrystalReportViewer, a report with parameters stored in Crystal Server repository:

 

I'm trying to set programmatically parameters:

 

       CrystalReportViewer1.ReportSource = reportClientDocument;
               
        ParameterDiscreteValue paramDiscreteValue = new ParameterDiscreteValue();
        paramDiscreteValue.Value = 0; // p0;
       
        CrystalReportViewer1.ParameterFieldInfo[0].CurrentValues.Add(paramDiscreteValue);

 

But I found two problems with CMC: if I leave default CMC report settings about mandatory parameters (check box checked about mandatory parameters in property settings), in runtime always I get a prompt requesting parameters, even if I set them programmatically.

Otherwise, if I uncheck parameter prompt and I set default values, trying to override them in runtime, I get always report with default CMC values, even if I set other values in code!!

 

How I can set parameters in code without getting any prompt when getting report from Crystal Server 2013 CMC?

 

Thanks in advance

Guglielmo

Get partners in method eh_onsave

$
0
0

Hello  experts,

 

I am new on CRM and I have been given the task to do some specific actions when saving. The method to use is the EH_ONSAVE.

 

I am not able to read the partners.

 

There are existing codes in the method which I have tried to copy; but i have not been able to get the list of partners.

 

Any help will be most welcomed.

 

 

DATA: lr_btadminh TYPE REF TO cl_crm_bol_entity.

   DATA: coll   TYPE REF TO if_bol_entity_col.

   DATA: entity TYPE REF TO cl_crm_bol_entity.

   DATA: lr_core    TYPE REF TO cl_crm_bol_core.

   DATA: lv_currency TYPE string.

 

   lr_btadminh ?= me->typed_context->btadminh->collection_wrapper->get_current( ).

   CHECK lr_btadminh IS BOUND.

 

   entity ?= lr_btadminh.

   entity = entity->get_related_entity(

            iv_relation_name = 'BTHeaderPricingSet' ).       "#EC NOTEXT

   CHECK entity IS BOUND.


Thanks

Parvez

Reg:tax codes

$
0
0

hi

 

my client is having 5 different locations and for that 5 locations i have created different tax codes but the users should view only the tax codes that are applicable for their location only  how to do this???

No service implementation available

$
0
0

Hi everyone,

I am trying to view an SAP Design Studio Application on my BI Platform but I get an error message:

Cannot load query "cuid:FpCyuFC.0wMA12YAAEC5xEQBABekdwAw/ZSTATSTCK_EXCEPTION_001" (data provider "DS_SALES_EXCEPTION": No service implementation available)”.

 

I have been working and testing this app for a couple of hours and it was working fine.  I then send the link to the customer and then this message popped up - for me too

 

Strangely I also get this same error message when creating BW Workspaces in Advanced Analysis in my prod environment...

 

Any ideas?

BPMon Alert inbox run information

$
0
0

hi Guru's

 

We have set the BPM for few systems on basis of SID's it worked correctly before but from past few days the behavior is weird and started giving Yellow alerts where they r not even set apart from RED alerts, Due to this unwanted reads the Solman giving lot of Dumps. Please see the screen shot below of one system where the errors occurred for IDOC and QRFC (error shown below).

 

1) IDOC Screen Shot

 

IDOC error.PNG

2) QRFC errors:

QRFC error.PNG

 

Please help.


Per diem amounts provided by SAP

$
0
0

Hi,

 

How can I get per diem amounts provided by SAP for Denmark, Norway,Sweden.

 

Is this the way I need to get perdiem rates for mentioned countries.If yes how to ensure the entries are updated with latest per diem rates.

 

1.JPG

Thx

XML validation against schema in XSD format

$
0
0

I have a requirement for validation of XML file against XML schema(XSD format). Using IXML liabrary I know how to validate XML file against schema in DTD format. But i am not getting how to do it against XSD. Is it possible using IXML liabrary? Also i wanted to know how to attach one XML or CSV file into another XML file using SAP ABAP.

Please provide solution!!

Service Tax on Frieght Charges in Shipment Cost Document

$
0
0

Hi All,

 

I got a requirement like calculation of service tax on freight charges in transportation.I want to know the process how to achieve this,condition records need to maintain only in TK11 or in FV11 also.By doing search in SDN i came to know that this will come in with holding tax scenario.

 

Other than with holding tax scenario there is any other way to achieve this requirement.Please let me know the possibilities.

 

Regards

Sunil

Query für eine UDT über eine andere Datenbank auf anderem SQL-Server

$
0
0

Guten Mittag,

 

ich möchte gerne eine Abfrage über eine UDT machen, die aber auf einem anderen Server in einer anderen Datenbank angelegt wurde.

 

der normale Weg über eine SAP-Tabelle funktioniert einwandfrei, z.B:

 

select* from [Server].DataBase.dbo.OITM

 

aber bei dem Versuch mit einer UDT klappt es nicht:

 

select* from [Server].DataBase.dbo.[@UDT]

 

Hat jemand eine Idee, wie eine benutzerdefinierte Tabelle über Datenbank und Server hinweg per Query ausgelesen werden kann ?

 

Vielen Dank für Eure Wissenswerte.

 

Gruß

 

Markus

Currency change for a Country from ABC to XYZ

$
0
0

Hi experts:

 

Requirement : Our system is live and using ABC currency form few years. Now we need to stop using ABC and start using XYZ as our local currency for 1 country.

 

Do you know the steps we have to follow to change the currency?

 

Thanks in advance for your help

 

Kind regards

Convert Form print to PDF

$
0
0

Hello everyone,

 

     

             I'm facing the issue to convert the form print to PDF using Primo PDF ( version 5).

I'm getting the message as ' Conversion to PDF  Failed : PDF Conversion Failed: - 106 '.

 

 

Can any one suggest how to overcome this.

 

Thanks in Advance!

How to verify if a material have storage data and production data

$
0
0

Hi,

 

TO duplicate materials for storage of fabrication/reproduction , I have to verify at first if this material is already have storage data ( in order to make it in production) or if it have production data ( I store it).

 

Can you help me or oriented me where can I found these informations?

 

 

Thanks.


Loan Configuration - Interest and Principle recovery

$
0
0

Dear Experts,,

 

     I have got a new Education loan requirement with the variable interest rate of 10.5/%. The concept of the loan deduction is to deduct the interest for first 1 year from the date of loan approval and from 13th month, deduct principal + cummulated interest. Also the interest rate is variable, it may change in every six months. So how the interest rate to be maintained as constants?

 

I have configured the normal loan configuration where it deducts together the principle repayment amt maintained in IT0045( Repayment Installment) and the interest amount of 10.5% where it maintained in the loan condition.

 

Please guide me how to proceed with the above requirement.

 

 

Thanks in advance....

Scheduling workplace inspections with EHSM Component extension

$
0
0

Hi,

 

How do we schedule health and safety workplace inspections with EHSM component extension 4.0? Is it part of the delivered functionalities or requires integration with another module, product from SAP or 3rd party partners?

 

Thanks,

 

Tobi

SAP Installation on High Availability

$
0
0

Hi Experts,

 

Can anyone let me know the difference between Distributed Environment and High Availability Environment

 

We would like to implement High Availability Environment in our case using IBM AIX Switchover cluster Software.

 

Node A :

 

CI & SCS - Active

DB - Passive

 

Node B:

 

DB - Active

CI & SCS - Passive

 

OS Details : IBM AIX 5L

DB : Oracle

 

How the installation will be, like I should install like CI,SCS & DB will be on the shared drive?

 

Regards,

Karthick

Best practice for new analytical authorizations

$
0
0

Coming from old RSR concept, I'm currently trying to find a good solution for developing roles using the new authorization concept.

In BW 3.x, I just entered the activites directly into the authorization objects. Now, with the new analytical authorizations, I have to assign them via a single auth object. But what is the recommended way for the distribution of auth-relevant InfoObjects into single authorizations?

 

Example: let's say we have marked 0COSTCENTER as auth-relevant. In the old RSR concept, I just added the corresponding authobject to the role and entered the number of the cost center.

Now, with the new authorization concept, I first have to build an authorization for every cost center (CC1000, CC1001, ...) and then assign the corresponding CC authorization to the role using S_RS_AUTH.

That means, if I need to restrict the "usual" InfoObjects like cost center, company code, plant, etc., I have to prebuild thousands of AAs beforehand. Did I miss something? This new concept looks to me way more costly than the old concept.

Sync process for multiple MBO

$
0
0

Hi All,

 

I have created 4 multiple type of MBO which have different structure.

when i have started my application in android only single MBO will initialize and database will create. Below is my

 

packages.mboPackages.authentication.ProCRMDB

 

if(!ProCRMDB.databaseExists()){

       ProCRMDB.createDatabase();

  }else{

       ProCRMDB.openConnection();

  }

 

But when i am going to call another MBO and i am checking condition below then it will directly goes into else condition and throws exception that

 

com.ianywhere.ultralitejni12.implementation.JniException: UltraLiteJ Error[-141]: Table 'procrm_1_0_counzonestadisf4' not found even i am calling this class at first time.

 

packages.mboPackages.counzonestadisf4.ProCRMDB

if(!ProCRMDB.databaseExists()){

       ProCRMDB.createDatabase();

  }else{

       ProCRMDB.openConnection();

}

Viewing all 8923 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>