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

Re: FACTURACION ELECTRONICA SAP BUSINESS ONE 9.1 PL 06

0
0

Hola Ángel.

 

Te recomiendo que instales 9.1 PL05 ese no tiene fallas y es muy facil.

 

saludos


SAP gl sub accounts

0
0

HI GUYS,

I need help with clearing the concept of GL Sub accounts I am not talking about clearing account on banking side i am talking about GL Sub accounts in chart of accounts what is the purpose of it and how you create them

Thanks in advance

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: Error posting FICA document using BAPI BAPI_CTRACDOCUMENT_CREATE

0
0

When we post FPE1 for posting document BAPI_CTRACDOCUMENT_CREATE is not called instead it uses FKK_CREATE_DOC  to post docs.

If I compare std call during and my program :

 

Function module FKK_CREATE_DOC calls fqevents 1100 which fills internal table T_FKKOPK which create off setting.  In my case I


Re: Error posting FICA document using BAPI BAPI_CTRACDOCUMENT_CREATE

0
0

When we post FPE1 for posting document BAPI_CTRACDOCUMENT_CREATE is not called instead it uses FKK_CREATE_DOC  to post docs.

If I compare std call during and my program :

 

Function module FKK_CREATE_DOC calls fqevents 1100 which fills internal table T_FKKOPK which create off setting.  In my case I

Re: Invalid Uername/password after SAP RTOM installation issue

0
0

Hi Dedeep,

 

The recommended BLS toolkit user is "rtomapp". Assume the password is correct, please check the following:

1. The user "rtomapp" has been assigned to all the relevant authorization roles

2. All RTOM services were started successfully

 

Let me know if this solved the issue, if not , we can arrange a remote session to check this.

 

Kind Regards,

David

Re: Error posting FICA document using BAPI BAPI_CTRACDOCUMENT_CREATE

0
0

When we post FPE1 for posting document BAPI_CTRACDOCUMENT_CREATE is not called instead it uses FKK_CREATE_DOC  to post docs.

 

If I compare std call during and my program :   

 

1)My program calls Function module FKK_CREATE_DOC with one sided entry, internally calls fqevents 1100 which fills internal table T_FKKOPK which create off setting.   In my case there is one entry the BAPI gives error

 

 

2) FPE1: Calls Function module FKK_CREATE_DOC but does not internally calls fqevents 1100 in turn T_FKKOPK does not gets filled there fore no error during the FPE1 for same postings.

 

 

Is there a way to avoid event 1100,it is used for some other enhancements. I know I can avoid technically but any other suggestion is appreciated.

 

Many Thanks

Govind Parmar

Re: InfotypeError after HR Renewal Upgrade!

0
0

Hello Hans,

 

I have the same issue after updgrade Renewal 2.0. Can you please help me on how this problem was solved?

 

Thanks in advance!

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.

Re: Error generated with tool hardware validate HWCCT revision 95

0
0

Dear Sir,

 

At the end did you successfully ran he hwval?

 

We use the following:

 

  "package": "LandscapeTest",

            "test_timeout": 0,

            "id": 1,

            "config": {},

            "class": "EvalOs"

 

Running hwcct 97 version (the same that the HANA DB) the test never ends.

 

Best Regards,

Erick Ilarraza

Re: Repartitioning of a cube - Options

0
0

Hi,

 

Considering your situation I suggest to use repartitioning to create additional partitions for the next 2 years. You don't have to worry about the number of partitions since it is still quite low. Imagine the number of partitions an InfoCube can have in the F-table (i.e. if no partitioning and compression takes place). Normally, a query does not select more than 2 years of data (I suppose it's financial data), so no more than 24 partitions are retrieved.

 

Best regards,

Sander

Re: dialog programming- modal dialog box

0
0

select SINGLE prodid  name  from ztabprod INTO TABLEZTABPROD where prodid= ztabprod-prodid.

 

Loop at ztabprod.

ztabprod-prodid =ztabprod-prodid.

  ztabprod-name = ztabprod-name

 

IF You are using table with header lines then no need to pass values again into same work area.

 

  write : / ztabprod-prodid, ztabprod-name.

Endloop.


Get rid of programming practice of using table with header lines and confusing yourself.

If you use table and Work area declared separately then SAP compiler judge code error properly.


And please always use pretty printer and allow Indentation in pretty print settings.

That way code is more readable.

Viewing all 8676 articles
Browse latest View live




Latest Images