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

Re: Solman 7.1 SPs upgrade.

$
0
0

Hi Ashu,

 

Please follow the SUM guide. SUM guide . You can keep your files in any download directory and make sure stack.xml is present in same directory. SUM reads the stack.xml and then extract the SAR files from same directory to ../EPS/in during the extraction roadmap step.

 

Regarding the space , please clarify what do you mean by kernel drive ?

I am not clear about kernel drive, but anyway, recommendation regarding space is also given in SUM guide. It will depend on your source and target and how many packages you have in your queue.

 

BR,
Gaurav


Re: My Hana Trial landscape account does not have System Privileges

$
0
0

Hi Nish,

 

If its a free cloud account your talking about, then you cannot get admin access.

 

Not all functionalities would be accessible in this free cloud account.

 

Login into your cloud account through web based UI and

 

1. Create a HANA XS trial instance (By default it will be only HANA), and use this database instance when you add system using eclipse. This should let you see _SYS_BIC schema and HCP schema.

 

2. The data preview is not working for me as well. I guess it is a limitation using free cloud account.

 

3. Call GRANT_SELECT_ON_ACTIVATED_OBJECTS procedure from HCP schema everytime you make changes/create new to any development objects. so that you can run select * or call on them (views, procedures).

 

Regards,

Anil

Re: Cenvat GL not getting clear

$
0
0

Hi Mani,

 

If you are posted the excise entries through J1IH/J1IV, it is always the assignment field is '0000'. In this case you have to clear the balance manually by F-03. However, to update the assignment field with PO no. at MIRO posting, you have to create a substitution as Mr.Raheem suggested link. However, if there is balance stands in GR/IR then check why this balance stands and clear it manually.

 

Regards,

Mukthar

Re: SAP PI 7.4 Dual stack for HANA

$
0
0

Yes It is possible. But in future Sap is going to stop supporting Dual stack support

Re: Billing Block in Credit memo only for certain amounts

$
0
0

Probably the logic in the user exit is not implemented correctly.

Do you perform a check for T180-TRTYP before you trigger it?

I believe it should always execute for TRTYP = 'H' considering the NETWR threshold - to set or not the billing block.

In case of TRYP = 'V' - check if NETWR is changed:

  • if the change of NETWR causes to be below the threshold and VBUK-ABSTK <> 'C' - remove the billing block.
  • if the change of NETWR causes to be above the threshold - set the block (if it was not set before).
  • if there is no change in NETWR - do not change the billing block (with the custom logic).

Also your rejection reason should be set with statistical values <> ' '.

Re: Error in phase XPRA_EXECUTION

$
0
0

Thanks Sachin, it worked for me.

Re: CrystalReportViewerにてパラメータ表示画面を最初に表示する方法

$
0
0

Xiaoping Zhengさん

 

提供することは可能です。

どのような方法で送付すればよろしいでしょうか。

Re: Vendor master data/Customer number

$
0
0

Hi Hidyath,

 

It is basically used when your customer also a vendor or vice versa. After you link them in their master records, you can view the details in the reports FBL1N/FBL5N by click on customer/vendor items and also adjust the balances accordingly.

 

Regards,

Mukthar


Re: j2ee_adm_sid lock freqrently in ECC while login in EP Portal

$
0
0

Hi Hemanth,

 

There was an old configuration. yes we use different user id for best practice and also noted down.

Thanks to all for suggestion.

 

Regards

 

Naveen

OOPS

$
0
0

CLASS CL_PARENT_CLASS DEFINITION FINAL . WHAT IS MEANING OF " DEFINITION FINAL" IN THIS STATEMENT.

Re: SCRT

$
0
0

For creating a custom operation we need to do the programing which can be done by the ABAP programmer. Please share your requirement to ABAP programmer and they will develop the custom operation, Which you can fruther use in the PCR.

SAP BEX QUERY

$
0
0

Hi BW  Experts,

 

when I  am  executing    the  bex query it was showing error like

 

 

 

"DATAPROVIDER" of type "QUERY_VIEW_DATA_PROVIDER" could not be generated


PLease advise to me how to resolve the issue?


Thanks in Advance


Srinu

Re: First page repeating in Duplex printing

$
0
0

The FIRST page contains the MAIN window from where the command window calls the next page CERTIFICATE(Prints back side). there are only 4 secondary windows in CERTIFICATE page that prints only some set of texts.Everything is fine except the FIRST page is printed again after the certificate page, Because I gave FIRST as the next page in CERTIFICATE page.

 

FIRST -> CERTIFICATE

CERTIFICATE -> FIRST

 

Please Let me know if this isn't clear.

Re: New Condition Type not showing in Accounting Entries of Invoice

Re: cannot send messages from SOAP test tool

$
0
0

Hello Venkat,

 

you have any password and did you maintain the same in Soap ui?

 

And what is the status of the channel?


Re: How to share SAP crystal reports with users?

$
0
0

Unfortunately, you used Crystal for Enterprise instead of "classic" Crystal.  None of the third-party programs will work with CR4E because it is dependent on the BI Platform.  The only way to deliver those reports is through the BI Launchpad (DO NOT let your users into the CMC!!!!)

 

It would take a bit of work, but BI Launchpad could be set up to show their reports in a "default" dashboard on the home page so they don't have to go anywhere to get them.  Or you could create a Category for each of sets users and add the reports that are relevant to each of them to make it easier to find the reports.

 

-Dell

Re: Configuration for confirmation parameters

$
0
0

Hello

 

You can directly navigate to the  'Define Quantity Layout function key' using Tcode ORPS3.



Regards,

Velmurugan S

Re: Need Solution for the below Requirement

Re: Open Appeon Web Page and Pass Credentials

$
0
0

Thanks, Chris!!

 

Right, well of course. 

 

Okay, so I have control over the what the developer does who will be calling my Appeon website.

 

What, please, do I need to tell him to do to encrypt the password and pass it to me?

 

And then, of course, what do I have to do to decrypt the password to verify that the person has the correct rights?

 

It sounds painful, Chris.

 

Thanks!! Paul

Re: XSLT content into ABAP Table

$
0
0

Hi Manish,

 

I have a problem that data is not populated to my internal table. Could you please check and help me ?

 

-----------------------------------------------------------------------------

My ABAP code is below:

-----------------------------------------------------------------------------

GET REFERENCE OF gt_goodsmovement INTO gs_result_xml-value.
gs_result_xml-name = 'IDOC_POSDW'.
APPEND gs_result_xml TO gt_result_xml.


CALL TRANSFORMATION zxslt_goodsmovement
     SOURCE XML gt_itab
     RESULT (gt_result_xml).

-----------------------------------------------------------------------------

My transformation is below:

-----------------------------------------------------------------------------

<xsl:transform version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:sap="http://www.sap.com/sapxsl"
>

<xsl:strip-space elements="*"/>

<xsl:template match="/">

<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
       <asx:values>
         <IDOC_POSDW>
           <xsl:apply-templates select="//POSDW"/>
         </IDOC_POSDW>
       </asx:values>
     </asx:abap>

</xsl:template>

<xsl:template match="/POSDW">
   <item>
       <POSDW>
       <xsl:for-each select="TRANSACTION">
       <TRANSACTION>
        <RETAILSTOREID>
           <xsl:value-of select="TRANSACTION/RETAILSTOREID"/>
        </RETAILSTOREID>
        <BUSINESSDAYDATE>
           <xsl:value-of select="TRANSACTION/BUSINESSDAYDATE"/>
        </BUSINESSDAYDATE>
        <TRANSACTIONTYPECODE>
           <xsl:value-of select="TRANSACTION/TRANSACTIONTYPECODE"/>
        </TRANSACTIONTYPECODE>
        <WORKSTATIONID>
           <xsl:value-of select="TRANSACTION/WORKSTATIONID"/>
        </WORKSTATIONID>
        <TRANSACTIONSEQUENCENUMBER>
           <xsl:value-of select="TRANSACTION/TRANSACTIONSEQUENCENUMBER"/>
        </TRANSACTIONSEQUENCENUMBER>
    
        <xsl:for-each select="GOODSMOVEMENT">
        <GOODSMOVEMENT>
       
         <GOODSMOVEMENTSEQUENCENUMBER>
            <xsl:value-of select="TRANSACTION/GOODSMOVEMENT/GOODSMOVEMENTSEQUENCENUMBER"/>
         </GOODSMOVEMENTSEQUENCENUMBER>
         <GOODSMOVEMENTTYPECODE>
            <xsl:value-of select="TRANSACTION/GOODSMOVEMENT/GOODSMOVEMENTTYPECODE"/>
         </GOODSMOVEMENTTYPECODE>
         <GOODSMOVEMENTREASONCODE>
            <xsl:value-of select="TRANSACTION/GOODSMOVEMENT/GOODSMOVEMENTREASONCODE"/>
         </GOODSMOVEMENTREASONCODE>
         <ITEMIDQUALIFIER>
            <xsl:value-of select="TRANSACTION/GOODSMOVEMENT/ITEMIDQUALIFIER"/>
         </ITEMIDQUALIFIER>
         <ITEMID>
            <xsl:value-of select="TRANSACTION/GOODSMOVEMENT/ITEMID"/>
         </ITEMID>
         <UNITCOUNT>
            <xsl:value-of select="TRANSACTION/GOODSMOVEMENT/UNITCOUNT"/>
         </UNITCOUNT>

         </GOODSMOVEMENT>
         </xsl:for-each>
       </TRANSACTION>
     </xsl:for-each>

       </POSDW>
     </item>
   </xsl:template>

</xsl:transform>

-----------------------------------------------------------------------------

Thanks and Regards,

May

Viewing all 9115 articles
Browse latest View live


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