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

Re: Data import from ECC to MDG via MDMGX tool for CC group and CC hierarchy

$
0
0

Thanks Kiran. it is useful information.


Re: What is SAP UI5

$
0
0

SAPUI5 run time libraries are  installed on SAP NW Gateway system. yes Fiori is web app and it needs javascript libraries at run time therefore you need to UI5 related components on SAP NW GW system. I would suggest you to pls go through the SAP Fiori Architecture at http://help.sap.com/fiori

 

thanks

Ashish

Re: SAP Fiori: Version Management for SAP Gateway Enhanced Services & SAP UI5 Application

$
0
0

If this answered your question pls mark the question as "answered" and award points.

 

thanks

Ashish

Re: Fiori Approve Leave Requests

$
0
0

Please check Gateway oData Service and run that independently and see what is being returned from ECC. if there are 2 entries being returned then you need to investigate that starting from ECC to GW Service. Please check what is being returned from your GW service that invokes the SAP ECC backend module with the same  user that u used in Fiori App.

Pls share your findings.

 

thanks

Ashish

Re: Cost Center 88405 is not Supported in all Periods

$
0
0

Thank you Sekar for the quick response.

My error says that posting into cost center in periods 1 -7 however, it does not exist in these periods and therefore cannot be used in this transaction.

. My concern is that the date we having for cost center from July/14/ 2014 to 12/31/9999.

. If I chang the date to 1/1/2014 will this affect every other department?

. The cost center validity period is active.

. Posting to FI did not throw error

 

Thank you.

John

Crystal Reports - Delphi XE 6

$
0
0

At the risk of nauseating the readers who have no doubt seen posts like this a thousand times, I am faced with the prospect of migrating a very large Delphi Code base which is currently supported using Delphi 5.  (Yes I know, it needn't be said.)  This very large code base uses Crystal 8.5 for reporting and of course uses the very fine VCL code from back in the day.  I understand that Crystal long ago quit supporting VCL (Delphi) in favor of .NET and I understand all the business reasons for having done so however, I still need to migrate a system that has a report base of well over 300 standard reports and countless custom reports. 

 

The Question:

 

Is there any practical path for continuing to use Crystal Reports with a Delphi Code Base.  We do use .net and indeed have many projects written in C# so there are .net proficiencies however completely rewriting this code base is not an option.  In my research I have seen many ideas about this but they all seem a bit dated.  My goal would be to update the code to 64 bit (Delphi XE6) and use the latest Crystal 2013.  It is my understanding that Delphi XE6 can import .net assemblies much like it could import activeX.  I am hoping someone can tell me if moving to Crystal 2013 and XE6 is practical or even doable.

 

Thanks in advance for all ideas and comments

 

Gary

Re: Planning at subassembly level in SAP B1

$
0
0

Hi Ivan,

 

B1 is not as complex as R3. There is simply no such configuration available. MRP may only plan for one level. That is it. You need develop or buy addon to meet your goal.

 

Thanks,

Gordon

Re: DATA: fname TYPE TABLE OF sy-ucomm.

$
0
0

Hi João,

I read all in these links, but I'm still have doubt in the command

DATA fcode TYPE TABLE OF sy-ucomm

This statement is complete, can you translate it for me?

 

module status_0030 output.
data: fcode type table of sy-ucomm.
refresh fcode.
if v_change eq ' '.
append 'SAVE' to fcode.
append 'FOTHER' to fcode.
set titlebar 'TIT_0030A'.
else.
set titlebar 'TIT_0030B'.
endif.

set pf-status 'STAT_0030' excluding fcode.

endmodule.                 " STATUS_0030  OUTPUT


thank you

Weides


Re: End of line marker not supported, please use CR+LF?

$
0
0

AFIK, this is a know limitation while using the repo plugin..you need to enable the CR+LF as text line delimiter

 

follow these steps

  • Only CR+LF is supported as a new text file line delimiter.
    • To set the new text file line delimiter in Eclipse, go to Window → Preferences, under General → Workspace change New text file line delimiter → Other: to Windows.
    • To change the new text file line delimiter in Eclipse for an existing project, go to project Properties, under Resource change New text file line delimiter → Other: to Windows.
    • To change the new text file line delimiter in Eclipse for an existing file, open the file and choose File → Convert Line Delimiters to → Windows.
  • Not all code pages (text file encoding) are supported.
    • To set the text file encoding for new files in Eclipse, choose Window → Preferences, under General → Workspace change Text file encoding → Other: to UTF-8.
    • To change the text file encoding in Eclipse for an existing project, go to project Properties, under Resource change Text file encoding → Other:to UTF-8.
    • To change the text file encoding in Eclipse for an existing file, go to file Properties, under Resource change Text file encoding → Other: to UTF-8.
  • If you view the BSP pages on the ABAP server, the might look different to the version in Eclipse or at runtime:
    • Trailing spaces in text lines are escaped with " " in the respective BSP pages.
    • Lines longer than 254 are broken into several lines and have a + on position 255

 

hope this helps.

Re: RV document type assignment

Re: Archiving MM Change logs in CDHDR & CDPOS using object CHANGEDOCU

$
0
0

Hi Prasoon,

 

We are on a higher release on 606 so both the notes 1169386 and 1428911 are not applicable to us.

 

Hi Anna,

 

1050935 is also not applicable to our release which is 606. However, it does state that if we only archive the change documents without archiving the material then, "You can use an archive information structure for the archiving object CHANGEDOCU to access the archived change documents on an application-related basis."

 

So does that mean we cannot use MM04 to display changes when MM Change docs are archived in CDPOS and CDHDR?  We could view the changes for archiving object CHANGEDOCU by viewing the archiving information structure SARI but unfortunately lot of the end users do not have access to view the archive info structure in SARI.  Is their any way to display the changes in MM04 if the change documents for material have been archived using CHANGEDOCU. Please let me know and thank you for sending those OSS notes.

 

Ashvin

Re: PB12.5: Fileexists function fails on Win7x64

$
0
0

Update 8/15, SamV: I am adding these comments here for any other developer that may face similar issue

 

Just to recap, the problem was in a PB object that did OLE to Word to open templates with bookmarks to generate reports. I kept getting error on FileExists and FileOpen functions in PB. This used to work in PB 10/Windows XP.

 

The problem turned out to be Microsoft office (2010) security model. By default office does not allow network access, if you are logged in as Administrator (part of UAC). We developers are and thus we had issues. The users were able to access those files fine.

 

The template files were all there on the network drive, but the word security prevented from opening the file. Even after adding the access, the template files were (silently) opened in protected mode thus causing our PB program to still fail to create new report files from the template. After we tweaked those settings, things are working now.

 

I ended up in adding Word Security templates in Group policy to allow network file access, opening up of old version of Word templates etc. (The settings are the same as you would see in Word Properties, but the users are not allowed to change it, so we have to apply the templates in Group Policy editor). To make these changes, you need to download an install Administrative Templates. Then open Group Policy editor and add the template in to make the tweaks to security settings. Here are some useful links about office security templates:

 

http://blogs.technet.com/b/office_resource_kit/archive/2010/05/03/office-2010-group-policy-administrative-template-files-adm-admx-adml-and-office-customization-tool-download-available.aspx

 

 

http://technet.microsoft.com/en-us/library/cc179081%28v=office.14%29.aspx

 

 

http://technet.microsoft.com/en-us/library/cc179039%28v=office.15%29.aspx

 

 

Thanks for all that responded.

Re: What does "Internal Error (-5002) occurred" mean (external recon via SDK)?

$
0
0

Hi Jim,

 

Back to 2007... The reconciliation engine has been modified to separate Internal and External reconciliation processes... And one of the biggest changes was the ability to do partial réconciliations which means... to reconciliate only a part of the amounts booked on the JE for the invoice and the payment.

 

After testing again (in case of I missed something...) external reconciliation is for banking interaction: it has nothing to do with internal reconciliation, so again, even if reconciled with this process, documents (invoices, credit notes, payments and so on) will not be closed: only the internal reconciliation does it and even with the actual 9.1 SDK this facility is not available.

 

Regards,

Eric

Re: EAServer 5.5 - Java version

$
0
0

Update 8/15, SamV:

 

I resolved this issue by upgrading the JVM inside EAServer to Java 1.5.0_22. Though this is not the supported version in EAS 5.5, we decided to try it. Worked out OK. I did upgrade the OJDBC to OJDBC14.jar (instead of Classese12.zip used previously) to match it.

 

FYI, this meant tweaking the below batch files inside EAServer\bin -

 

serverstart.bat

setenv.bat

user_setenv.bat

 

 

Notes:

1. In Deployed EAServers we are running it as a Windows Service. You will have to uninstall and re-install the Jaguar service after making the above changes.

 

2. Though the Java runtime version is upgraded, I continue to compile all the Java classses to Java 1.2 level as was done previously, though. Most of the classes inside EAServer seem to be compiled to 1.2 level.

Re: PB 12.5 on Windows 2000 SP4

$
0
0

Update: 8/15, SamV

 

We did upgrade to Windows 2008 for Deployed EAServers successfully. The challenge was the more restrictive license policy from MS. We ended up getting Datacenter license. (on development and build machines, we upgraded to Windows 7x64. This works after some tweaks).

 

Thanks all for your answers.


Re: PB 10.2 > 12.5

$
0
0

Update: 8/15, SamV


We finished our upgrade to Pb 12.5 recently. Meant a lot of setup and infrastructure changes (s we were running on really old software).

 

We currently use PVCS 8.02. We decided against upgrade to 8.5, as it required server side upgrade which we didn't want to include in our current PB upgrade project which was already bloated with Windows upgrade etc. Few fixes were needed to make PVCS 8.02 work with PB 12.5:

 

  • First, all 32-bit applications needed to be run as Windows XP/SP3 compatible.

 

  • Then, I had to replace the Java runtime (PVCS client turned out to be just another Java program!!) inside PVCS to 1.5.0_22. Everything is fine now.

 

I also decided against installing any of my 32-bit app in Program Files (x86) (What kind of naming convention is that? Several programs already complained about embedded space, MS went ahead to add special chars!! Several programs don't like the parentheses in name).

 

I've created a C:\Prog32 where all my 32-bit applications, including PVCS, end up. This also helps with shortening PATH variable (which still has length restriction in Windows 7 - Has Windows 7 Fixed the 255 Character File Path Limit? - Stack Overflow).

 

Note: We do pay annual contract to Serena, so we were eligible for an upgrade. We still have not decided whether to go with SVN or next version of PVCS. I will leave that to the powers-to-be.

Re: Parameter  ID

Re: Flight connections based on destination country

$
0
0

Hi,

 

The purpose of the SFLIGHT exercises is that you try to figure out how to do it yourself.

 

Don't give up!

 

cheers

Paul

Re: AES-128 Encryption support in ABAP (Table RFC)

$
0
0

Hi,

 

Because when AES encryption is tested in different pages, none of them decrypt the text of the other pages, AES encryption variants ?, maybe we can find this missing me some theory, if you know a good site where fully explain the AES operation I would very useful.

 

 

 

Thank you,

Re: SSFS/DB connect issue in EHP7 IDES installation

$
0
0

Hi All,

 

Issue resolved by downgrading the kernel to 740.Thanks for all your support.

 

Best Reagrds,

Debaditya

Viewing all 8676 articles
Browse latest View live




Latest Images