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

Re: GRC 10.1 - HR Trigger - A user must be assigned to employee ID

0
0

Thanks for the help everyone!  The Maintain Plug-In Configuration Settings connector was setup wrong in parameter 1000. 

 

Original Setting:

RFC name found in the Plugin (SM59)  that went from plugin to GRC

 

New Setting:

RFC name in the GRC client (SM59) client that goes from GRC to plug-in.

 

Since they were slightly different, it wasn't working!


Re: Novedades y Cambios Legales 2015

0
0

Hola Pedro,

 

Te aconsejo que desimplementes la última nota(2201543)

 

Nosotros hemos comprobado también que no funciona correctamente.

 

Buen fin de semana.

 

Un saludo,

Javier Ruiz

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"

0
0

Thanks Rishav.

 

Regards,

Mujeeb

"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

Re: Data Insight Scripting Syntax Documentation

0
0

Great question Raul.  I asked SAP about this about 18 months ago, and I was told that they were writing up a white paper on how best to use the functions, and also when to use one over another.  This is good as there are performance differences of the functions (and lookup functions can be slower when using some as opposed to using a view).  However, I am yet to see anything documented.

 

The user guide is good for syntax examples, but difficult to abstract to what you are trying to do.  There is a training course that only covers how to use DI, however there is also no advanced training course on building complex rules.  So you are left with trial and error or more likely, you do not take advantage of the full features of DI by being limited in the application.

 

Keep asking the question, as I think this piece is needed to allow users to get up to speed and maximise DI functionality.

 

regards

Adrian

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

0
0

Hi Raj,

 

Check access seq for this table, have you given first priority to  WPT oly or any thing else.

 

 

Regards

Suraj

Re: VF31 Sequential Printing

0
0

I think PDF1 is configured to be local printer or say printing to default printer on your front-end  PC.

 

And option "No device selection for Front End" is not not checked.

 

Why are you printing to PDF1 it seems generic, you don't have your actual printer configured in your PRD system.

 

If its uses custom print program then developer has option to update output parameter 'NO DIALOG' as 'X' to suppress any dialogue.


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

Viewing all 8667 articles
Browse latest View live




Latest Images