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

Re: Error timbrando nóminas sin Deducciones

$
0
0

Hola Darío, buenas tardes, tengo el mismo problema y no encuentro en el SAT o en la WEB como estructurar el XML cuando no hay deducciones. Has encontrado alguna solución? De antemando gracias.

 

Saludos


Crystal for Enterprise on Text File using ODBC

$
0
0

Hi, has anyone gotten Crystal Reports for Enterprise to connect to a tab delimited file using the ODBC MS Text Driver? This is the only way i can see that lets you connect Crystal to a flat file and when i connect to the same DSN using Crystal 2013, it works perfectly well however when i attempt to use Crystal Reports for Enterprise 4.1 SP2, i get the following error.

 

The following error has occurred:

 

Failed to execute query.

 

The database returned the following error: [Microsoft][ODBC Text Driver] Syntax error in FROM clause.

 

This may mean that the database schema has changed since the report was created.

 

Any ideas?

 

Thanks!

Re: Hot to remove button for a particular record in ALV lvc version

$
0
0

ls_fieldcat_lvc-fieldname = 'ORDER'.
ls_fieldcat_lvc
-scrtext_m = 'Order'.
ls_fieldcat_lvc
-tabname = c_out.
* ls_fieldcat_lvc
-style = cl_gui_alv_grid=>mc_style_button.
APPEND ls_fieldcat_lvc TO it_fldcat_lvc.


Remove this push button setting in the field catalog. Just enable it for the condition.

Re: What's this I see Vishal Sikka is leaving SAP?

Re: Collapse Element on Window Scroll event?

$
0
0

Hi Sakthivel,

 

Your snippet indeed, shows the values for window.scroll event. This is written in JS, as the controller, if I am not wrong.

 

Also, since I can see that you have used ScrollContainer, it seems that I will have to use ScrollContainer. I probably cannot use it at this point, since the application is done. I will try this approach, however, and if I am able to do this, it will be a great help!!

Thanks for the snippet. It is very helpful!!!

 

Regards,

Ananya

Re: Product Interchangeability - not working for FULL and USE-UP (YES) strategy

$
0
0

Hi AA,

 

The warning message S_V8 is applicable for ATP relevant interchangeability groups. It means that the product or product combination of this group are already there in other ATP relevant interchangeability groups.

 

To avoid this, make sure product does not exist in multiple groups or if you do not want system to carry out this check you can make this as active or inactive in customizing under Master data>Product and Location interchangeability>Consistency checks>Maintain validation.

 

Regards,

 

Umesh

Re: Standard Reports

$
0
0

Dear  Ansh,

 

You can use following standard sap report:


Balance Sheet & P&L :

  • S_PL0_86000028 - Financial Statement: Actual/Actual Comparison
  • S_ALR_87012284 - Financial Statement

Vendor Account Statement:

  • S_ALR_87012082 - Vendor Balances in Local Currency
  • S_ALR_87012093 - Vendor Business
  • S_ALR_87012079 - Transaction Figures: Account Balance
  • S_ALR_87012080 - Transaction Figures: Special Sales
  • S_ALR_87012081 - Transaction Figures: Sales

 

Revenue, Customer Sales/Account Statement

  • S_ALR_87012186 - Customer Sales
  • S_ALR_87012172 - Customer Balances in Local Currency 
  • S_ALR_87012169 - Transaction Figures: Account Balance
  • S_ALR_87012170 - Transaction Figures: Special Sales
  • S_ALR_87012171 - Transaction Figures: Sales

 

Some important reports related to purchases

  • MB51    Material Doc. List
  • MB5S    Display List of GR/IR Balances
  • MCE1    PURCHIS: PurchGrp Analysis Selection
  • MCE3    PURCHIS: Vendor Analysis Selection
  • MCE5    PURCHIS: MatGrp Analysis Selection
  • MCE7    PURCHIS: Material Analysis Selection
  • MCE8    PURCHIS: Service Analysis Selection
  • ME2L    Purchase Orders by Vendor
  • ME2M    Purchase Orders by Material
  • ME80FN    General Analyses (F)
  • ME81N    Analysis of Order Values
  • MR51    Material Line Items

 

Regards
Javed

Transformation moved to prod but no routine moved

$
0
0

Hi All,

 

I have made changes to the complete flow from DS to Infoprovider. I moved all changes to Prod in proper sequence, however routines in the transformation did not move and transformation also got inactive( white color).

 

I again generated TR and collected all changes i.e End routine, Field routine, transformations in one TR. But no routines got transported and transformation is displaying in green, version showing active but active version is not executable. When I am activating transformation through program RSDG_TRFN_ACTIVATE. But as DTP is also inactive it is not working. Giving error:

"Error/warning occurred. Activate manually using DTP UI" and "Version M and A is not equal, processing skipped". Please help.


Re: goods receipt - upload from file (excel ...)

$
0
0

It is not possible to know if someone is a real beginner or just not willing to search.In any case the beginner has to search too, there is no exception from the rule which is given in The SCN Rules of Engagement

 

Would you be so kind to tell the search terms that you used as they must be very off topic if you do not find anything among the huge pile of information in SCN. I have written 8 blogs and 1 document on LSMW and they have over 30000 views, which means they have been found by others.  you can find them if you click my id and go into my content tab and filter on blogs.

 

A good way to search the forum is with google. See this blog with details for a good search

Getting the Most out of Google: Optimizing Your Search Queries

This blog describes how to use the SCN search: How to use SCN search

Re: C_HANAIMP131 - HA350 Data Provisioning - How do you learn yours?

$
0
0

Hi Jon,

 

 

I am planning to take the C_HANAIMP141 . I dont have HA350. Is it mandatory ? I dont have HA350 as of now . How can I get it . if we can not get it please let us know is there any alternative for this /

 

Thanks and Regards,

prathap.

 

Message was edited by: Prathap doradla

Re: How to add styles to image in XML view ?

$
0
0

Hi Micheal,

 

Pleas see the below code.

 

View:

 

<core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"  controllerName="testing.imageXml" xmlns:html="http://www.w3.org/1999/xhtml">  <Page title="Image">  <content>  <Image id="img1" alt="alttextimage" src="images/img1.jpg" />  </content>  </Page></core:View>

 

Controller:

 

onBeforeRendering: function() {  this.getView().byId("img1").addStyleClass("myimage");  },

 

Index.html :

 

 

<!DOCTYPE HTML><html>  <head>  <meta http-equiv="X-UA-Compatible" content="IE=edge">  <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>      <script src="resources/sap-ui-core.js"  id="sap-ui-bootstrap"  data-sap-ui-libs="sap.m,sap.ui.commons"  data-sap-ui-theme="sap_bluecrystal">  </script>  <script>  sap.ui.localResources("testing");  var app = new sap.m.App({initialPage:"idhome1"});  var page = sap.ui.view({id:"idhome1", viewName:"testing.imageXml", type:sap.ui.core.mvc.ViewType.XML});  app.addPage(page);  app.placeAt("content");  </script>  <style>  .myimage{float:right !important; width:300px; height:200px;}  </style>  </head>  <body class="sapUiBody" role="application">  <div id="content"></div>  </body></html>

 

 

Output :

imageRight.JPG

 

Regards,

KK

Oracle DB techmon metrics are gray

$
0
0

Hi Experts,

 

Can someone please help on this issue, we are getting gray metrics for only two sections

 

1. Oracle DB health checks

2.Oracle error messages.

 

Can you please provide your valuable suggestions,

 

Metrics.jpg

Re: Unable to find associated SLD element for specified class - PI

$
0
0

Hi,

 

What if one is not registered?

 

Screen Shot 2014-06-15 at 11.29.27.png

I wonder if this can delete something else from PI configuration

 

  1. 1. In the SLD interface, open the "Content Maintenance" view under "Administration" (as of 7.10: the "CIM Instances" view). Select "XI Integration Server" from the drop-down menu and navigate to the associations of the integration server. Select the "XI Integration Server Logical Identity" association and delete the association by pressing the 'Remove' button

SAPCRYPTOLIB toolkit upgrade

$
0
0

Hi ,

 

How to find the existing SAPCRYPTOLIB toolkit version on ECC 6.0 EHP7 / SCM 7.0 EHP3 system and procedure to upgrade

 

Thanks in advance

Re: "An IdocException occurred" while posting Idocs from SAP ECC to SAP PI AEX

$
0
0

Hi,

 

You haven't mentioned what error you are facing in


Re: Table for variants

$
0
0

check tables: VARI and VARID.

 

R/

Robert

Re: How to prevent 0 from showing after export to Excel?

$
0
0

Hi Bobby,

 

When you reference the formula you now need to check if the value is a number:

 

If NumericText ({@myFormula}) Then

    ToNumber ({@myFormula}) + 7

Else 0;

 

This example checks the formula for a number.  If it is numeric then you can convert the formula to a number and use it in the calculation.  The Else you can eliminate if you don't need it.

 

Thanks,

Brian

Re: Analytical Apps- Cannot Load Tile in Fiori Launchpage

$
0
0

Hi Mahendra,

Are you working in Wave 1 (Launchpage) or Wave 2+ (Launchpad)?

 

I see from your tags a mix of both versions.  Might want to take a look at Please use new UI with new SAP Fiori launchpad.

 

I would also recommend specifying which app or apps you are working on.

 

Thanks, Mike

SAP Customer Experience Group - CEG

Add columns to FBL1N.

$
0
0

Hi Gurus,

 

Client requirement - "After a vendor line item is run, we want the ability to add columns that show who parked and who posted the document. "

 

I looked up Note 984305 but did not get much out of it. Has anyone come across similar situation? Any guidance would be appreciated. Thanks in advance..

Re: Select Options use in ALV Report in ABAP Webdynpro

$
0
0

Hi Tomas Bustamante,

 

 

Thanks. For quick and easy useful reply..Problem Solved...

 

Thnaks&Regards,

Ameya Karadkhedkar

Viewing all 8594 articles
Browse latest View live




Latest Images