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

Re: Note 1880837:liveCache COM routine ended with own error code 59

$
0
0

Yes the consistency check solves the bug.

But i need to understand why even after implementing notes , we get the same issue?


Problem SPROXY

$
0
0

Hello,

 

I am facing problem while generating proxy.We made an upgrade PI to 7.4.When we geneate proxy, we didn't get grey icon :

 

SPROXY.PNG

 

Any idea please ?

Re: IBase component is not a production system in system landscape

$
0
0

Actually I had found this blog before and have checked it. But it did not fix the problem.

Re: Screen is frozen while (re)rendering VizFrame charts

$
0
0

Hi Dan,

 

thanks for the comment.


Hmm it can be that my JS code is not the best..Im not sure if I have intensive operations, I have code similar to this one group odata by calculated field on the fly and the screen is frozen when charts renders or rerenders (e.g. when resizing the window, or adding chart to another grid programmatically). Its frozen in Chrome, but not in Firefox.

 

Could you please add more information on what you mean with "make sure you have a yeld or similar between interactions."

Thanks,

 

Filip

Declare @table in BODS

$
0
0

I just would like to create temporary tables and put records to table using BODS. Is it possible to do in one script or using other transformation something like this below:

 

Declare @Type Table

  (

  type varchar(2)

  )

  Insert into @Type(type)

  Values('A'),('B'),('C'),('D');

  

  

  Declare @Second Table

  (

  Second varchar(3)

  )

  Insert into @Second(Second)

  Values('N'),('Y');

  

 

  

  Declare @Check Table

  (

  type varchar(2),

  Second  varchar(3),

  rank int

  )

  Insert Into @Check

  Select b.type, a.Second ,

  ROW_NUMBER() over ( order by a.Second ) rnk

  From @Second a

  Cross Join @Type b

  Order by a.Second;

 

 

  Select *

  From

  @Check

 

Is it possible to declare temporary tables in BODS?

Re: Adding Footer to the sap.ui.table.Table

$
0
0

@Rahul,

instead of adding a Label control, can you add a row control and then cells in it ?

Re: Licensig of SPNego SSO for SAP NetWeaver Portal

$
0
0

Please don't use this discussion forum for licensing questions. Contact your SAP Account Executive who will be happy to help you.

 

Thanks,

Martina

Re: BO Operation Read

$
0
0

Never tried to read directly a subnode, but if not working in your case, why don't you read the entire sales quote and then you filter manually (for example using an absl filter during the initialization event of your EC) the item that you need to show? Another idea is to use quoteid and itemid concatenated together as a key for you custom bo. In this way you can always read at root element


Re: Number of copy of A/R Invoice

$
0
0

We can define no of copies in BP Master. Using Recursive Query and Group Function in Crystal report it will give you the no of copies.

 

 

Regards,

G.Deva

Re: Number of copy of A/R Invoice

$
0
0

Hi Angelo,

 

Yes, Using Crystal report we can diversify the Number of Copies.

 

Thanks,

Deva

Re: Need help on SAP PO monitoring setup in Solman

Re: Not able to restrict the multilple login in sap

$
0
0

Hello Praveen,

 

First of all find an ABAPer.

 

Then create a table for the usernames that will be restricted, so that you can change users by adding or deleteing users from this table.

 

This user exit runs when a user logins to the system. So there could be neglectable effect on login speed for all users.

 

And ask the developer to develop a code for checking the entries in mentioned table in the user exit and restrict 2nd login only for those users.

 

Regards,

Yuksel AKCINAR

Re: Replicating C4C Quote to ERP Quote

$
0
0

Andrew,

 

This is not a standard integration currently with C4C and ECC.

You can explore if you can build a Custom interface in PI and consume the Sales Quote from C4C and send it to ECC.

 

BR

Ankur

Re: Trex ccms_config.py file syntax error

Re: Debug inbound queue in ECC from APO

$
0
0

1) Go to transaction SMQR and de-register the queue CF*.

2) Then trigger the PO process in APO system which will create a Queue entry in ECC inbound.

3) Go to transaction SMQ2 in ECC system, you will find the CIF queue, then double click on it twice and debug using the Debug LUW button.

 

Regards,

Thanga


NWBC 5.0 + SAP GUI 7.40: PPM-PS Item link

$
0
0

Good day,

I have the same problem as the Franco (PPM Item link to PS - LPD_CUST - Open linked PS Project)

 

I want to open directly the PS Project by calling a transaction from PPM.


Снимок экрана 2016-01-21 в 11.37.01.png

I can see the initial screen of the transaction. I have tried with CJ20N and OLR3_CJ20N.

 

Problem is that the user has to input manually the PS Project. I have checked out the 'Make settings for calling an SAP transaction' and everything has the default configuration.

 

After trying with several choices (in source and target parameter), we have left the following configuration (but still does not works):

 

Transaction LPD_CUST


Снимок экрана 2016-01-18 в 16.23.57.png


Parameter Mapping


Parameter+Mapping+-+LPD_CUST+-+RPM_RIH+OIF+-+Blank.jpg


I considered in target parameter the parameter for service 0CJ20NPROJD (follow below the config).


Make+settings+for+calling+SAP+transaction+-+0CJ20NPROJM.jpg



File not found in root directory

$
0
0

Hi,

 

we have used Dynamic file name and sending file to root directory of ft server. PI log showing, file sent successfully. But it is not found in ftp directory.

same channel configuration is working for DEV but not in QA..Can you check what is the issue.

 

 

PI log:

 

2016-01-21 06:46:03InformationWrite to ftp server "b2btestftp.leanlogistics.com", directory "\",   file "IDoc#30812909Del#800000152_20160121-064603-735.xml".
2016-01-21 06:46:03InformationTransfer: "TXT" mode, size 1742 bytes, encoding UTF-8.
2016-01-21 06:46:04InformationFile processing finished.
2016-01-21 06:46:04InformationThe message was successfully delivered to the application using connection File_http://sap.com/xi/XI/System.
2016-01-21 06:46:04InformationThe message status was set to DLVD.

 

Channel config attached. Is there any permission issue?

Re: KO88 - reverse not working (ERR: AAPO158)

$
0
0

Dear Michael,

 

by debugging a substitution seems to be the problem.

 

We have the follow substitution on KO88: when user runs KO88, BLDAT (doc date) becomes same as BUDAT (post date).

 

This substitution causes the error AAPO158.

 

The point is that we are using this substitution in order to have the BUDAT not as equal as CPUDATE.

 

If we run settlement today using period 10.2015 we don't want that Document date is: 21.01.2016 and posting date 31.10.2015 (since document date must be <= posting date, FI requirement).

 

Do you have any advice to avoid such problem?

 

Thanks

John

Re: table creation

$
0
0

I tried that as well. But no luck

Get Data from DB

$
0
0

Hello Forum,

 

I wrote an Addin that extends the OCTR (Service Contract) table with user defined attributes. I show this attributes on the Service Contract form. For a strange reason, only the data that uses Comboboxes is loaded correctly. The data that is displayed in textboxes isnt loaded. BUT if reload the dataset by pressing the "Table refresh button" or step to the next data set and back, then all data is loaded correctly. The problem only occurs when the data is loaded directly after the form load event.

 

If I look at the datasources when the problem occurs:

string s = _CurrentForm.SystemDataSources["OCTR"].GetValue("U_MyStr", 0).ToString();

 

The string s contains the "0" and not the correct value. Currently I have created a workaround: Short after Form load event, the data is inserted manually into the textboxes. I have the same problem with another addin I have create 6 months ago. I used the same workaround. The fields that couldnt be loaded at startup are floats, the fields behind the combobox are 1 alpha char fields.

 

I'm creating the Databinding with this code:

if (!string.IsNullOrEmpty(Table) && !string.IsNullOrEmpty(Attribute)) {  NewTextEdit.DataBind = DataBind.CreateNew();  NewTextEdit.DataBind.SetBind(true, Attribute, Table);
}
NewComboBox.Visible = true;
if (!string.IsNullOrEmpty(Table) && !string.IsNullOrEmpty(Attribute)) {  NewComboBox.DataBind = DataBind.CreateNew();  NewComboBox.DataBind.SetBind(true, Attribute, Table);
}

Any idea what could be the problem?

 

 

Thanks

 

Mark

Viewing all 8667 articles
Browse latest View live




Latest Images