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

Re: IQ 16 user 'another user' has the row '' locked.

$
0
0

Next time before dropping such connection, you can run

  Select Userid , IQconnID , NodeAddr , ConnCreateTime from sp_iqconnection() where ConnHandle = NNN

  NNN is connetion handle number which you are dropping.

  This will give you some idea about who ( Userid ) opened which IQ connection ID ( IQConnID ) from which client box ( NodeAddr ) since what time ( ConnCreateTime )

 

Since the connection is already dropped, this information can also be found using IQ diagnostic files ( .iqmsg , .srvlog ) where you can look it up what exectly got disconnected.

 

Based on what was disconnected you will be able to figure out whether there is another user OR some other application opened the connection which you dropped.

 

Regards


Re: Successfactors Synchronous Integration with 3rd party

$
0
0

Hi Diptee,

 

Did you add the link in SuccessFactors or did you just setup the timer?

 

Best regards,

 

Luke

Sap b1 9.1 Pl8 Addon for Pharmaceuticals Mfg. pkg Quality Control and quality assurance

$
0
0

We are a pharmaceuticals company. We are looking for a solution for manufacturing, packing, quality control and quality assurance activities. Also looking for Track and Trace EPedigree solution on SAP B1.

 

Vipul

[ABAP-OO] How to create dynamically a Method for a class?

$
0
0

Hello everyone,

 

I would like to know, how to create a method dynamically for a class (in SE24) from a program?

 

I have checked this one out, but not working on SAP 7.40...

 

Thank you.

 

Rachid.

Diff price for same material

$
0
0

Hi

   I want one price for first 10 customers in a sales order And diff price for rest.Is their any solution for it ?

 

 

With Regards

Sabyasachi Nayak

Re: Recommended version of JAVA for BI 4.1 SP5

$
0
0


Hi Diego, I am using BO 4.1 SP5 and I did the following to access WEB-I reports from BI Launchpad on a Client Machine.

 

1) Install the latest version of Java available at that time ( In my case, it was "Version 8 Update 45" )

 

2) Add the BO URL in the following format ( http://boservername:portno/ ) by navigating to "Java Control Panel -> Security Tab -> ( Exception Site List ) Edit Site List" and click Apply. ( Additionally, you can also add http://boservername:8080/BOE/ )

 

I don't think it is possible to have multiple JRE versions on a single client machine. Hope this helps.

 

Thanks,

Sravan.

Re: [ABAP-OO] How to create dynamically a Method for a class?

$
0
0

Hi Rachid,

you can create a method dynamically, so it means, you have to know if this method has parameters, or not, if this method exist, or not, otherwise, you will get dump.

 

 

DATA:
        lo_object     
TYPE REF TO object,
        lv_method     
TYPE string,
        lv_classname  
TYPE seoclsname.

   lv_classname
= 'ZIBO_CL_TEST'.
   lv_method
= 'DYNAMIC_METHOD'.

     
CREATE OBJECT lo_object TYPE (lv_classname).
     
IF lo_object IS NOT INITIAL.
        lv_method
=  lv_method.
       
TRY.
           
CALL METHOD lo_object->(lv_method).

         
CATCH cx_sy_dyn_call_error .
        ENDTRY.

       
CLEAR lv_method.
     
ENDIF.


Regards

Ibr

CG3Z : upload of SP file fails

$
0
0

Hi Gurus

 

This an EEC 6 EHP7 system with Hana and NW 7.40

 

I am using CG3Z with a superuser with full authorizations in client 000.

 

I am struggling to upload SP SAPKW74009 to the AL11 folder.

 

Each time I try to upload the sar file I get an error with the following logs :

 

Tick:87452335  Thr:5416 RFC ITS 143   ==> error ItsWrite ITS_ERROR

Tick:87452335  Thr:5416 subid(REQ) srv(Open) clnt(0/Closed) used:server

Tick:87452335  Thr:5416 rfctr_drvset: Cannot Write2 Stream Table (rc -2 line 1944)

Tick:87452335  Thr:5416 RABAX SYSTEM_CANNOT_WRITE_TABLE/CPostmanChannel::rfctr_drvset $Id: //bas/720_REL/src/krn/rfc/guirfc/abrfctrc.cpp#1 $ SAP1945

I am really not a Basis consultant. I do not have a clue of what is wrong. This SP is related to SAP_BW component. We currently have SAPKW74008. We do not use BW in that system. I have to download this for dependency.


I have the same RFC error when I try load from SPAM.

 

Thanks in advance for your bright ideas.

 

Message was edited by: Le Radis


"keyStore" in EJB Module problem

$
0
0

Hi,

I'm testing with X.509 on SAP PI 7.4 SP08 , I could sign, verify, encrypt and decrypt values in a UDF.

 

I have copied and pasted the code in a module ( EJB 3.0 ) and is not working, below is the code to encrypt:

 

public byte[] encrypt(byte[] inpBytes, String keyStorageView, String keyStorageEntry,String SubjectDN) throws Exception {        KeyStore keyStore = null;    boolean res = false;    ByteArrayInputStream is = null;    SsfDataPKCS7 data = null;    byte[] result = null;    InitialContext ctx = null;    ctx = new InitialContext();    Object o = null;    o = ctx.lookup("keystore");    KeystoreManager manager = (KeystoreManager)o;    keyStore = manager.getKeystore(keyStorageView);//in debugging mode I see no certificates!    is = new ByteArrayInputStream(inpBytes);    data = new SsfDataPKCS7((InputStream)is);    SsfPabKeyStore profile;    profile = new SsfPabKeyStore(keyStore);    SsfSigRcpList test = new SsfSigRcpList();    test.add(new SsfSigRcpInfo(profile.getCertificateBySubjectDN(SubjectDN)));//null value in "profile.getCertificateBySubjectDN(SubjectDN)"    res = data.encrypt(test,(ISsfPab)profile);    if (res) {      result = (byte[])data.getDataPKCS7();    }    return result;  }

Any ideas?.(I think it's a bug).

 

Best regards.

Re: "Urgent Change is getting generated with Status "In Development", Instead of created"

"Error while trying to open ZSOLMANPRO link in ChaRM"

$
0
0

Hi Experts,

 

I am receiving the below error while trying to open the ZSOLMANPRO while trying to open the change request form.

 

I tried opening through SOLMANPRO and go into the ZSOLMANPRO via personalized settings, and tried to correct if I have done any previous changes. But no Luck. Please suggest.

 

ZSOLMANPRO_ERROR.png

How to get DUNS number from customer master table?

$
0
0

Hi ,

 

I am working on data migration of customer master records.How do i get DUNS number from customer master records?Is there any relation between KNA1,KNB1 and KNVV using DUNS number?

 

Thanks,

Ashish Kumawath

Re: Error message by IDOC not descriptive during posting failure

$
0
0

You have just given basic type and expecting answer on this.

 

Anyhow as Vikram mentioned above standard works as it  is.

 

So please check if you are using standard message type and call ,then try to find exit and see if you can get the desired error message in there and if yes then you can update error message for yourself. 

 

And if you are hitting custom code for processing then you are the king do whatever your requirement ask.

 

But again as Vikram pointed out there is no need update multiple  message and make it more confusing.

 

You can decide based on your need.

Re: SQL Anywhere 16 connectivity with PHP

$
0
0

Thanks Breck.

 

Is that with or without entrails?

Change view from Tree to Network in St13 tcode.

$
0
0

How to change view from Tree to Network while going inside main chain(login id) to view sub chain in ST13..?

When i click on Log-id to go inside any main chain, pop appears to ask which view you want tree or nwtwrok.

By mistake i selected tree, but i want to change it to network.


Re: Special character in master data

Copy discount condition from billing document to credit memo

$
0
0

Hi there,

 

Appreciate some feedback on the following:

 

Creating a credit memo with reference to an invoice. The invoice contains a cash discount condition (condition type A). When creating the referenced credit memo the discount condition is not copied as is, the system is recalculating.

 

Need to get the system to avoid doing any types of recalculation with the discount condition and just copy it from the billing document to the the credit memo.

 

Have tried pricing A/N/D on the copy controls at item level and it doesn't work.

 

A bit more background.

 

We had to change the country/company code settings for discount base and vat base from net to gross. As a result credit memos created for invoices created before the configuration change need to respect the original condition type (used with the net settings). It is not doing that. It is checking the settings for the condition and of course the requirements are not fulfilled. Hence why I need the system to copy the discount condition and not recheck requirements.

 

Thanks for letting me know if possible.

How to automate the conversion of purchase requistion to purchase order?

$
0
0

I am using ME21N to create purchase order for the created  purchase requisition .I normally do it manually by navigating through  document overview to select particular purchase requisition and click on adopt it.Is there any feature through which this process can be automated?

 

Thank you in advance.

 

Regards,

Ashish Kumawath

Re: Create warehouse Task -System could not determine source storage bin

$
0
0

Dear Suraj,

 

Please find below my access sequence setup, is it correct

 

access sequence.png

 

Regards

Raj

Re: Problem in creating Form

$
0
0

Abdul is correct.

For adobe forms you need to install Adobe Livecycle Designer on your front-end PC.

You can download the same from SAP Market Place

 

https://support.sap.com/software/installations.html

 

Select search for software and enter "ADOBE LIVECYCLE DESIGNER" select the desired version download and install.

Viewing all 8713 articles
Browse latest View live




Latest Images