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

Re: Adopt Contract Line Items in PR

0
0

Thanks for your speedy feedback. Yes, if I wanted to avoid drag and drop, then what you proposed would work.

 

However, the requirements as stated in the first post was to enable an end user "who is creating a Purchase Requisition via ME51N to adopt line items from a Purchasing Contract via the Document Overview screen, clicking and dragging the selected items into the Shopping Cart". I was quite explicit as to the behaviour I was attempting to achieve.
- ie: to enable drag and drop, not avoid it.


Much appreciated,

 

Bruce


Re: UpdateConnectionTest.java sample Invalid network layer: OLE DB error

0
0

BO 4.2 SP1

Java 8.0.720.15 (jdk1.8.0_72) 32-bit

Eclipse Mars. 1 Release 4.5.1

 

 

 

Connection is ok in IDT, I can edit and test it and it works. Even with this Java SDK I can list universes and connection of each universe. But as the several universes are using same common connection it would be logical to change this common connection rather than going through each universes and changing connection of each universe.

 

eclipse.jpg

IDT.jpg

Re: Mass data run of standard BO using Custom BO

0
0

Hi Nitin,

 

You should query SalesTerritory BO

 

import ABSL;

import AP.PC.SalesTerritoryMgmt.Global;

 

var query = SalesTerritory.QueryByElements;

var resultData = query.ExecuteDataOnly();

// 2. Selection

var selectionParams = query.CreateSelectionParams();

selectionParams.Add(query.ID.content, "I", "EQ", this.TerrID); //

// Result

resultData = query.ExecuteDataOnly(selectionParams);Bef

 

foreach( var ins in resultData){

// do something// update here

}

 

 

You should consider , While you executing MDR then MDR will call an instance of custom BO, for each instance your action will be executed and which call update of SalesTerritory.

 

let us know if you face any difficulty to understand this code.

 

Regards

Sunil

Re: Entity-Set data is not loading for Card- SAP Overview page

0
0

it does not contain any annotations i guess,

Re: Workflow is re triggering after rejection of purchase order

0
0

They are not changing the PO as it happened at the time of rejection.

 

WF_PO2.jpg

Query Not Execute

0
0

Hi Expert,

 

When i run below query than system return error massage .

 

Error---'Received Alerts' (OAIB)

 

 

Query

 

Declare @ASONDATE varchar(50)

Declare @Warehouse  varchar(50)

Declare @ItemGroup1 varchar(50)

 

 

 

 

Set @ASONDATE = convert(varchar(20), getdate(),103)

 

 

Set @Warehouse = (Select max(S1.WHSCODE) from OWHS S1 where S1.WHSCODE <='[%1]')

set @ItemGroup1=(Select max(S1.ITMSGRPCODE) from OITB S1 where S1.ITMSGRPCODE <='[%2]')

 

 

exec [UNE_SP_INVENTRYAGEING] @ASONDATE,@Warehouse,@ItemGroup1

 

Please suggest solution for the same.

 

Thanks & Regards

Bhanu

Re: afab does not post in repeat

0
0

Hello

If you have already run depreciation for the period  , the system will allow you to run in repeat mode.

Select the repeat check box under reason for posting run and flag the test run check box.

Test run can happen in foreground.

Once it is OK , select the program ->Background or Press F9 .

Enter the run condition (Immediately or Schedule for later time).

Remove the test run tick too.

 

Also check in ABKP for logs of posting run.

Check the posting report AW01N & find out planned value details.

 

Do read the above thread in detail and then check at your end.

 

Shubham

Re: Workflow is re triggering after rejection of purchase order

0
0

Hello,

 

You can use SAP_WAPI_WORKITEMS_TO_OBJECT to get active WFs for Your object instance.

You can use it in check FM.

 

br,

artur


SAP Material Management

0
0

What are the configuration we need to do for migrating taxinj to taxinn for SAP MM point of view

Re: WDA Loans application problem

0
0

I think in UWL XML, your task still points to old configuration. check this points once.

 

-> Activate the support information for UWL iview in content admin.

-> Go to UWL

-> Select the task, then in uwl page below you can see the support information related to selected task.

-> Check the configuration name to which it's pointing. This configuration XML file you need to check in System Administration -> UWL configuration. This XML file should contain your WDABAP configuration values instead of JAVA application parameters.

Re: Warning while opening NWDS

0
0

Hi Nithin,

 

You must install 32 bit version of JDK as it is only supported.

https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/nw/731/doc/prerequisites.html

    • JDK version
    • Supported Java Development Kit (JDK) are from SAP AG or Oracle. Note that the JDK you use must be the 32-bit version. You can either use:
      • JDK provided with the SAP JVM 6 "Windows Server on IA32 32-bit".
        You can start the installation process from here.
      • JDK from Oracle.
        You need JDK version 1.6 (1.6.0_7 or higher), 32-bit. You can download a JDK from http://java.sun.com/javase/downloads.
    • Note that for deployable applications, the JDK version of the Developer Studio must be the same as the JVM version of your application server.

Regards,

Praveen.

Re: New characteristic in infocube kills BEx Query performance

0
0

Hi Juana,

 

Did you try by removing new characteristics from query and check the performance?

Have you used this new characteristics in filter of the query and is there any exclusion on blank values?

Next try to generate DB Statistics after each load and check the performance of the query.

 

Thanks,

Umashankar

Re: Using Functions in MQC

Re: Formula needed to count the number of code

0
0

Hi Niraj,

 

Below should be my expected value, meanwhile i tried your formula and the result is not as expected.

 

Code(Count(Code);All)Expected Value
IB000128311
IB000128911
IB000129022
IB000129012
IB000128712
IB000128722
IB000128611
IB000128811

Re: SAPSQL_ARRAY_INSERT_DUPREC CX_SY_OPEN_SQL_DB

0
0

Hi Tong,

 

The above Note has been implemented successfully in our qty system.

The Note was implemented successfully and changes was made in program as mentioned in correction.

But still the dump was generating mainly for the job

1.SAP_COLLECTOR_FOR_NONE_R3_STAT

2.SAP_COLLECTOR_FOR_PERFMONITOR


Re: String length restriction in Qwaas

0
0

Hi Yuvraj,

 

Thanks for your suggestions. The issue got sorted out automatically, hence I could not find the real reason behind this.

 

Regards

Poorvika

Re: Delta set up on view in sap bw

Re: Condition Value Required in Negative For Discount in Sale Order Pricing

0
0

Hi Ravi,

 

We are not maintaining condition records for this.

Re: Cannot create target element : Values missing in queue

0
0

Hi Bhargava,

 

plesee see the following screenshot for the same

 

 

 

mapping2.PNGmapping1.PNG

 

Regards

 

Ravi

Re: JDBC to JMS Mapping - Different Header and Detail Values

0
0

I am not facing issues with Header,

I am not getting the Details for Header (LINENUMBER B) , Instead it is generating in (LINENUMBER A)

 

I want to split the Detail node (ShipmentLine) for the respective header (LINENUMBER B).

 

Regards,

Baskar

Viewing all 8798 articles
Browse latest View live




Latest Images