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

Certificate Revocation List is outdated or missing.

$
0
0

Hello All,

 

I am applying patch PO installation on OS win 2012 with MSSQL 2012-

 

During Cofiguration Phase I get this error:

 

Certificate Revocation List (CRL) Status: Your certificate revocation list is outdated or missing.

 

 

After you have downloaded the specified file, place the file into C:\PO_sp08 and choose Repeat.

 

To find out which archives require a valid CRL, refer to the latest VERIFY-SIGNED-CONTENT.log file.

 

To skip verification of the archives against a valid CRL choose Continue.

 

Certificate Revocation List:  A certificate revocation list (CRL) contains information about certificates which you should no longer trust. It is distributed as a downloadable file which is regularly updated.

 

Using a current CRL ensures the authenticity of the software you are about to install.

 

Is it some thing to do we have using OS win 2012?

 

Thanks for any advice.

 

Reza


Re: Books for SAP Standard Extractors

$
0
0

Hi Ganesh,

 

I think we don't have this sandbox thing coz we only have DEV,QA,and PROD servers..Anyway I will just try to ask them anyway..

 

Thanks mate..

 

Loed

Re: Books for SAP Standard Extractors

$
0
0

Hi Raman,

 

How can I have that IDES thing? Can I download it for free and install in my PC? If yes, where can I download the IDES for ECC and BW?

 

Thank you!

 

Loed

Re: SOAP to SOAP Scenario

$
0
0

Hi Amit,

I think you want a generic solution but in your case when the name of the tags and the structure change, i think is not possible to have a generic solution.

You can check if this solution is right for you:

Source XML:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.test.com/v2" xmlns:v21="http://www.test.com/v21" xmlns:v1="http://www.test.com/v1">

    <soapenv:Header>

        <v2:XHeader>

            <v2:Name>name</v2:Name>

            <v2:Id>id</v2:Id>

            <v2:UserInformation>

                <v2:Type/>

                <v2:Id/>

            </v2:UserInformation>

        </v2:XHeader>

    </soapenv:Header>

    <soapenv:Body>

        <v21:Info v21:version="?">

            <v21:Code>code</v21:Code>

            <v21:Dep>

                <v21:InfoCode>infocode</v21:InfoCode>

                <v21:Date>?</v21:Date>

            </v21:Dep>

        </v21:Info>

    </soapenv:Body>

</soapenv:Envelope>

 

XSL:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.test.com/v2" xmlns:v21="http://www.test.com/v21" exclude-result-prefixes="v2 v21 soapenv">

    <xsl:template match="./soapenv:Envelope">

        <ns1:MaterialERPBasicDataCreateRequestMessage_sync xmlns:ns1="http://sap.com/xi/SAPGlobal/Global">

            <MessageHeader>

                <ID>

                    <xsl:value-of select="./soapenv:Header/v2:XHeader/v2:Name"/>

                </ID>

                <UUID>

                    <xsl:value-of select="./soapenv:Header/v2:XHeader/v2:Id"/>

                </UUID>

            </MessageHeader>

            <Material>

                <InternalID>Constant</InternalID>

                <TypeCode>

                <xsl:value-of select="./soapenv:Body/v21:Info/v21:Code"/>

                </TypeCode>

                <IndustrialSectorCode>

                        <xsl:value-of select="./soapenv:Body/v21:Info/v21:Dep/v21:InfoCode"/>               

                </IndustrialSectorCode>

            </Material>

        </ns1:MaterialERPBasicDataCreateRequestMessage_sync>

    </xsl:template>

</xsl:stylesheet>

 

Target XML get from the XSL:

<?xml version="1.0" encoding="UTF-8"?>

<ns1:MaterialERPBasicDataCreateRequestMessage_sync xmlns:ns1="http://sap.com/xi/SAPGlobal/Global">

    <MessageHeader>

        <ID>name</ID>

        <UUID>id</UUID>

    </MessageHeader>

    <Material>

        <InternalID>Constant</InternalID>

        <TypeCode>code</TypeCode>

        <IndustrialSectorCode>infocode</IndustrialSectorCode>

    </Material>

</ns1:MaterialERPBasicDataCreateRequestMessage_sync>

 

 

Hope this helps.

 

Regards.

Re: NWBC 5.0 on EHP 7 SPS 6 NOT WORKING corbu theme

$
0
0

Corbu works - thanks. But if I choose some point in the menu like purchase, banf, create. It loads very long time

Re: SM58: "Out of range: size 5 exceeded max size limit 5.""

$
0
0

Hello Werner

 

What is the message type? Is it inbound idoc?

 

Regards,

Tp

Re: bapi/func.module to do goods receipt

$
0
0

Hi Haritha,

 

Try using MB_POST_GOODS_MOVEMENT.

 

Thanks,

Archana

Re: MASS transaction - Customer master update - field not a valid input field

$
0
0

Thank you for the quick reply, Moazzam. I did try that, which was one I got the error in PRD.


Re: SAP SRM portal switching from HTTP to HTTPS.

Re: Full outer join with IDT

$
0
0

Hi Nimish,

What is your database ?

 

Regards,

error msg in BAPI_ACC_DOCUMENT_POST :FI/CO interface: Inconsistent FI/CO document header data for updating

$
0
0

Hi Every one,

   please lookin this urgent issue i need your help to correct my BAPI upload program, im using BAPI_ACC_UPLOAD _POST to upload the accounting document's but its not getting update and im getting above error please do needful ,following is my code

 

  

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-002.
PARAMETERS :DOCD TYPE ERDAT OBLIGATORY,
            POSD TYPE ERDAT OBLIGATORY,
            DOCT TYPE BLART OBLIGATORY,
            bktxt LIKE bkpf-bktxt OBLIGATORY,
            xblnr LIKE bkpf-xblnr OBLIGATORY.
SELECTION-SCREEN END OF BLOCK B1.

DATA: BEGIN OF IT_FINAL OCCURS 0,
      key(2),
      NEWKO(10) type C,
      GSBER(4),   " BAREA(4),
      KOSTL(10),
      PRCTR(10),
      BUKRS(4),
      MWSKZ(2),
      TXJCD(15),
      EBELN(10),
      EBELP(05),
      WRBTR type P decimals 2,
      SALESORG(09),
      CUSTOMER(10),
      SGTXT(50),
      END OF IT_FINAL,
      WA_FINAL LIKE LINE OF IT_FINAL.

DATA: gs_documentheader LIKE BAPIACHE09,
      criteria   LIKE BAPIACKEC9 OCCURS 0 WITH HEADER LINE,
      acctgl    LIKE BAPIACGL09 OCCURS 0 WITH HEADER LINE,
      acctrcv    LIKE BAPIACAR09 OCCURS 0 WITH HEADER LINE,
      doc_values LIKE BAPIACCR09 OCCURS 0 WITH HEADER LINE,
      return     LIKE bapiret2 OCCURS 0 WITH HEADER LINE,
      extension1 like BAPIACEXTC occurs 0 with header line,
      obj_type   LIKE bapiache08-obj_type,
      obj_key    LIKE bapiache02-obj_key,
      obj_sys    LIKE bapiache02-obj_sys,
      docnum     LIKE bkpf-belnr.
DATA:lv_item TYPE I VALUE 1.


CALL FUNCTION 'UPLOAD'
   EXPORTING
     FILENAME                      = ' '
     FILETYPE                      = 'DAT'
   TABLES
     DATA_TAB                      = IT_FINAL
  EXCEPTIONS
    CONVERSION_ERROR              = 1
    INVALID_TABLE_WIDTH           = 2
    INVALID_TYPE                  = 3
    NO_BATCH                      = 4
    UNKNOWN_ERROR                 = 5
    GUI_REFUSE_FILETRANSFER       = 6
    OTHERS                        = 7
           .
IF SY-SUBRC <> 0.
* Implement suitable error handling here
ENDIF.


""logic for month and year from posting date
DATA: E_GJAHR TYPE FTIS_GJAHR,
      E_MONAT TYPE FTIS_MONAT.
READ TABLE it_final INTO wa_final INDEX 1.
CALL FUNCTION 'FTI_FISCAL_YEAR_MONTH_GET'
  EXPORTING
    I_BUKRS        wa_final-BUKRS
    I_BUDAT         = POSD
*   I_DZTERM       = FTIS_DATUM-INITIAL
*   I_GJAHR        = FTIS_GJAHR-INITIAL
IMPORTING
   E_GJAHR        = E_GJAHR
   E_MONAT        = E_MONAT.
""END of logic.

CLEAR gs_documentheader.
gs_documentheader-bus_act = 'RFBU'.
GS_DOCUMENTHEADER-PSTNG_DATE POSD.        "posting date
gs_documentheader-doc_date   DOCD.        "Document Date
GS_DOCUMENTHEADER-DOC_TYPE   DOCT.        "Document type
gs_documentheader-HEADER_TXT BKTXT.       "Header Text
gs_documentheader-ref_doc_no XBLNR.       "refrenes doc number
gs_documentheader-username   SY-UNAME.    "user ID
gs_documentheader-fis_period E_MONAT.     "Month
gs_documentheader-fisc_year  E_GJAHR.     "Year
REad TABLE IT_FINAL INTO WA_FINAL INDEX 1.
GS_DOCUMENTHEADER-COMP_CODE  =   WA_FINAL-BUKRS.     "Year
MOVE 'RFBU'    TO GS_DOCUMENTHEADER-BUS_ACT.
MOVE 'BKPFF'   TO GS_DOCUMENTHEADER-OBJ_TYPE"Comment for >= ECC5.0
MOVE '$'       TO GS_DOCUMENTHEADER-OBJ_KEY.   "Comment for >= ECC5.0
MOVE SY-MANDT  TO GS_DOCUMENTHEADER-OBJ_SYS.   "Comment for >= ECC5.0


  LOOP AT it_final INTO wa_final.
* Increment item number
    lv_item = lv_item + 1.
    IF wa_final-customer IS INITIAL.
* Fill Account GL if it is GL account
      CLEAR acctgl .
      ACCTGL-ITEMNO_ACC  = LV_ITEM.
      acctgl-gl_account  = wa_final-NEWKO.
      acctgl-comp_code   = wa_final-bukrs.
      acctgl-pstng_date  = posd.
      acctgl-doc_type    = doct.
      acctgl-costcenter  = wa_final-kostl.
      acctgl-item_text   = wa_final-sgtxt.
*      acctgl-tax_code    = lco_tax_code.
      APPEND acctgl.
    ELSE.
* Fill Account receivable if it is a customer
      CLEAR acctrcv.
      acctrcv-itemno_acc = lv_item.
      acctrcv-customer   = wa_final-customer.
      acctrcv-gl_account = wa_final-newko.
      acctrcv-comp_code  = wa_final-bukrs.
      acctrcv-item_text  = wa_final-sgtxt.
      APPEND acctrcv.
    ENDIF.
* Fill amounts
    CLEAR doc_values.
    doc_values-itemno_acc = lv_item.
    doc_values-currency   = 'USD'.
    doc_values-amt_doccur = wa_FINAL-wrbtr.
    APPEND doc_values.
  ENDLOOP.

  CALL FUNCTION 'BAPI_ACC_DOCUMENT_CHECK'
    EXPORTING
      documentheader    = gs_documentheader
    TABLES
      accountgl         = acctgl
      accountreceivable = acctrcv
      currencyamount    = doc_values
      return            = return.

* Check if the document is okay to post

* Post the account document
    CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
      EXPORTING
        DOCUMENTHEADER    = GS_DOCUMENTHEADER
      IMPORTING
        OBJ_KEY           = GS_DOCUMENTHEADER-OBJ_KEY
        OBJ_TYPE          = GS_DOCUMENTHEADER-OBJ_TYPE
        OBJ_SYS           = GS_DOCUMENTHEADER-OBJ_SYS

      TABLES
        ACCOUNTGL         = ACCTGL
        ACCOUNTRECEIVABLE = ACCTRCV
        CURRENCYAMOUNT    = DOC_VALUES
        RETURN            = RETURN.

BREAK-POINT.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

Rule Modeler Conditions ORDER_CATEGORY Search Help

$
0
0

Hello, experts.

 

I need some help here.

We have a requirement of changing the search help for field ORDER_CATEGORY in view CRM_ERMS_RULEM/RuleDetailsConditions.

There's a standard configuration (SPRO->IMG->CRM->ERMS->Define repository) in which a class is provided to define search helps for this view.

But the provided class for this field (CL_CRM_ERMS_RULE_FIS_CATEGORY) doesn't fit our needs. It overrides the configuration of Display Mode and set a DDLB as the search help.

 

We need to implement a search help exactly how it works on view SRQM_INCIDENT_S/IncidentSR, for attribute CATEGORY_ID. A popup using component GSCATF4, InterfaceView GSCATF4/SwitchWindow.

 

 

Can anyone help?

 

Thanks,

Daniel.

Re: MASS transaction - Customer master update - field not a valid input field

$
0
0

Thank you, Lakshmipathi. I will check and get back to you.

Re: Information tile in the demo fiori cloud

$
0
0

Hi Peter,

 

Try view page source in the browser and search "welcome".

 

Regards, Masa

SAP Customer Experience Group - CEG

What is the name of BAPI for Transaction CG3Z ?

$
0
0

Hi,

     We want to automate the file uploading functionality,

 

     Will you please let me know the name of BAPI and FM for transaction CG3Z

 

Regards,

Chandan


Re: mensaje: L3009 No destination storage bin to be found in storage type ....

$
0
0

Hi Jürgen

 

the problem is when I set up the exit in the master of storage type, and when use the TCODE LT03 to create TO, the sistem menssage: L3009, but the exits aren't active yet (CMOD),

 

I Thing is about customizing some parameter is active or poorly parameterized, because the process is ok when the Exit.usuar.act isn't active (IMG)

 

custo exit.JPG

Re: [3.10] Erro de validação para campo IMPOSTO_ICMS[1]-ORIG

Re: Document Journal S_ALR_87012287

Purchasing Integration of Customer specific Purchase Order Type from SAP CRM Campaign

$
0
0

Hi all,

 

we would like to use the SAP CRM standard assignment block "Purchase Goods / Services" of the Campaign Component in order to create purchase orders in ECC which are related to the Campaign.

 

Due to fact that I have not found any real configuration documentation / best practices I have the following questions:

1) Which is the configuration to be performed, e.g is there any customisng entry where I can maintain that a customer specifc purchase order type should be created. With regards to Middleware: any preparation steps to be performed.

2) Which BADIs can be used ?

3) A part from the rather process oriented description in the SAP Help - is there any config document.

 

Thanks for the help,

 

Bernhard

Re: FBV0 error: Field does not exist!

$
0
0

Hmmm... Without checking the dictionary tables, I cannot say what's wrong. Maybe, you'd better raise OSS ticket explaining the situation.

Viewing all 8902 articles
Browse latest View live




Latest Images