Quantcast
Viewing all 3303 articles
Browse latest View live

Application crashes: Win 10 PB 12.6 build 3506 on SelectionChange event

Hi everybody.

In a DropDownListBox (ddlb) on a SelectionChanged event, my application crashes RANDOMLY. I get from PB the message attached. BUT I can certify that functions work well in Windows XP and 7. So, I suppose it is sstill a problem of compatibility with Windows 10, as I got previously in Windows 8 and PB 10, but corrected in PB 12.6

 

Did you record a such dysfunction ? Crash occurs in a complete random way, whatever is the value chosen.

 

The logic is to choose a value in a first ddlb_1 (here COMMERCIALISER has been chosen) and then display in a second ddlb_2 the list of values below (here just one value 410_IMMOBILIER). At the end of the display PB crashes or not !! it dépends on its mood ! I noticed that it might depend of the quality of the click or the tactil touch ! But I am not sure at all !

Thank you for your diagnostic. Best regards. Didier (French from Paris)


Credit Card Re-Authorization

Hello experts

 

In SAP CRM how do we stop the credit card re-authorization. i have a scenaio where the creditcard is already authorizated and we get details via interface and we store it in backend. But in CRM, re-authoriztion gets triggered again. We dont want that to happen

 

Check the fields in ET_PAYPLAN_D strcuture of CRM_ORDER_READ and none of those fields seems to prevent the re-authorization.

 

Thanks

MohanaPriya

Relationship between PBED/PBIM and PLAF

Dear All,

 

1.  I have created one Planned Independent Requirements PIR document through MD61,

 

    I am able to see the PIR records created in PBED and PBIM tables   -  PIR document no 121

 

2.  I ran MRP MD02 and created the Planned Orders

 

The planned orders are created and I am able to see it in table PLAF.  -  Planned order document 560045.

 

Now I want to find the relationship between these two tables PBED/PBIM and PLAF.

 

That is the planned order documents are for which PIR document.

 

As we need to generate a report for all PIR documents where status of planned orders.

 

 

Regards,

Venkat

SAP Channel Partner

Hi,

 

I want to become SAP Channel Partner.

Have been trying to contact SAP Via WEB and EMAIl Lot of times. But there is no response.

Can any one please guide me through process to become SAP B1 Channel Partner (Implementation Partner)

 

Thank You,

Regards

Praveen Jindal

Explanation for T-codes IW66 and IW64

Dear Experts

Can anyone help me out in understanding the exact use of the t-code IW 64 and IW 66? Explanation with proper example ,why do we use these t codes?

Dynamic Field Type in the Thing based screen

Hi Everyone,

 

I have created a custom field to fetch the Employee details (of type OVS) for my custom BO.This field should act as LINK to navigate to Employee_TT screen unless the edit icon near by it is pressed.

 

When the edit is pressed again it has to act as an OVS type field to show the Employee list.Kindly provide me an approach.

 

Regards,

Arjun

dg filling issue with some cfr packaging codes missing eg Ip1 , Ip2 etc

While performing dg filling , the system is giving error message for missing  packaging codes for CFR regulations . Not sure if sap missed the transport for these or the best way to find transport to reimport in sap .

Re: Using sap_bluecrystal theme in SAP GUI for HTML

Good day

 

I need some help with sap_bluecrystal.

 

We are on Integrated ITS 7.40 and Kernel 742 path 413.

 

It is not working. changed the following

~THEMEsap_bluecrystal
~WEBGUI_NEW_DESIGN1

SUM SP17 Error During HANA_DEPLOY_TRANS

Hi All,

 

During support pack upgrade installation in a new installed system its getting error during HANA_DEPLOY_TRANS status as below.

 

 

EXECUTING /usr/sap/FRD/D00/exe/tp pf=/usr/sap/FRD/SUM/abap/var/HANADEPLOY.TPP put FRD -Dmainimp_proc=1 -DFRD/batch_proc=3

This is tp version 380.40.04 (release 745, unicode enabled)

Looking for effective putsteps ... ... ready (looking for putsteps)

tp finished with return code: 8

meaning:

A tool used by tp produced errors

 

Already updated tp & r3trans with latest patch.

 

R3trans -d

This is R3trans version 6.25 (release 745 - 12.04.16 - 20:16:02).

unicode enabled version

R3trans finished (0000).

 

 

RDDIMPDP also running.

 

Any thoughts on this.

 

Regards

Sumanta

The Action Cannot be Performed (WIS30650)

HI,

 

We have few BO 6.5 Universe and Reports (.rep) which we have migrated to BO XI R3 SP3. .rep converted as .wid report using Report Conversion Tool. We were able to run the report and view the data.

 

Next step, we have created a BIAR file and imported to BO 4.1 SP6 using UMT. All the objects moved to 4.1 successfully. When i tried to open Webi Report from Rich Client, i get the error 'The Action Cannot be Performed (WIS30650)'.

 

I have gone through SDN, but not much information i can get.

 

Are there any steps or conversions  missing , or is it related to any server patch that needs upgrade?

 

Regards

Sudhakar

HANA input parameters in Webi Report

Hi,

We are building reports on top of HANA calculation views with input parameters. These are then consumed on a universe before being projected to the webi report. However, when the input parameters are projected to webi, they appear in random order and not in the order as expected. We tried putting numbers (1. Enter value) as parameter text, however, they still appear in that order, randomly.

Moreover, if we have further prompts at the webi level, it gets further messed up.

 

Could someone please suggest how the prompts can be ordered? We are using jdbc connectivity and have avoided the derived table and odbc approach due to performance issues. The jdbc connection has superior performance but allows little flexibility.

 

We are on HANA sps 10, BO 4.1 sp5.

 

Thanks in advance.

 

Best regards,

Vinayak

New SUM Tool Missing Alert Info Email Notifications

 

SUM got a makeover and  the Alert -> Alert Info feature is missing so I can longer get an email or text when the upgrade has stopped.  Anyone know of a way to be notified if the upgrade stops?  SUM 1.0 SP16 PL 10 on Windows

Unable to retain URI parameterswhen the page loads

Hello,

 

I have to pass the query parameters from one page to other on click of a button. Which I am doing as:

 

window.open(window.location.origin + "/xyz/WebContent/index.html?fName="+fname+'&Lname='+lname);

 

The page gets opened up in a new tab, however the url dosen't show up as it should have been.

Required URL-  http://myhost:0010/xyz/WebContent/#forward?fName=Cherry&Lname=Jon

 

but I am getting the URL as,

http://myhost:0010/xyz/WebContent/#forward



Due to which, I am unable to retrieve the parameters in this page.

For retrieveing parameters I am using :


var abc = jQuery.sap.getUriParameters().get("fName");


While debugging I am getting abc as null.

That means URI parameters are not coming.

 

 

Suggestions are welcome Image may be NSFW.
Clik here to view.

 

Thanks,

Maneesha




Wage type restriction for once in a financial year

Dear Experts,

 

How to restrict a wage type so that it can be given once in a financial year to an employee.

 

Thanks & Regards

Revati

Issue with automatic set of “Final Delivery” indicator in STO

Dear all,

 

We have an issue with “Final Delivery” indicator in STO.

 

We have maintained Under Delivery Tolerance indicator in STO configuration. Also, we have maintained “Delivery Completed” indicator in GR setting.

 

Now, even after delivery is completed for full STO quantity, the “Final Delivery” indicator was not set. It is observed for many cases where we have necessary settings.

Is there any extra settings need to be done for “Final Delivery” indicator to be set automatically? Please advice.

 

Regards,

Madhava


PY_PCR_subtraction of wage type from another Wage type

Hi Experts,

 

I am working on requirement where I want to calculate difference amount or subtracting of wage type from another wage type.
I have two wage type which are being imported into wage IT table. and I am reading from IT table.

 

I have checked in the payroll log whether my pcr is being called for calculation or not and it is called and processing my pcr but not values generated. please find the below logic. which I have written.

 

Image may be NSFW.
Clik here to view.
pcr latest.JPG

Awaiting for your valuable suggestion.

 

Many thanks,

Ashok

Visual Studio 2010 and Crystal Reports 2008

We have a windows forms application that was a .Net 2.0 app using Crystal Reports 2008. This has worked well but now we upgraded to Visual Studio 2010. In design time all works well as before but after building installer with Installshield successfully when the program is launched (after successful installation that is) it immediately crashes. The only indication in the debugger refers to log4net. After doing some online research it looks like this error is originating from using Crystal Reports 2008 with a VS 2010 (.Net 4.0) application. It looks like we may be forced to upgrade to Crystal 2010 to get this working. My questions is: Are my assumptions correct? Please advise ASAP. Thank you very much!!

Creating and using elements in Sapscript

Hi,

I am updating a copy of standard form MR_PRINT and in the info box I need to include data that is going to have multiple rows. I would like to know how i can create a element and call it to return the data. I was thinking about using a perform but do not believe that a perform can call an element. Please let me know if this is also correct.

Thanks,

Jim

Read Interaction values of Service Request

Hi All,

 

The scenario is:

Call comes into Live activity with a Ticket ID and a phone number that has multiple callers linked to the phone number but no customer linked to the ticket.

We manually select the caller from the list of callers and then click on the ticket. This opens the ticket, but the Individual customer field is blank.

The Interactions EC has the latest customer selected, but on reading the TextCollection Node, I can only read the notes. I am unable to read the latest Caller which is updated in Interactions EC by reading the BTD Reference, any views on how I can read this?

 

Best Regards,

Preethi Santhanam

Cannot create access request in IE11

Hello Experts,

 

Few users are receiving below error.

 

Any note available to correct this issue. It is observed that only few users are getting this error. Every one else is able to raise GRC requests comfortably. Please help. Thanks.

 

Regards,

Surya

Viewing all 3303 articles
Browse latest View live


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