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

Re: Pictures sent by email from some mobile devices are always rejected by the system

$
0
0

Thank you Andreas. We created an incident. Here is the answer we got from SAP:

 

This issue is happening because emails sent from HTC device are reaching CfTE solution with Mime Type as “application/octet-stream” rather than “image/jpeg” as you can see above so CfTE solution  does not recognize this attachment as a valid file.

 

To solve the reported issue you can either troubleshoot those devices (Blackberry and HTC) to figure out why the Mime Type is being sent as “application/octet-stream” or allow “application/octet-stream” in the CfTE solution to .jpg files as follows:

 

1) Go to “Business Configuration” work center.

2) Select “Overview” view.

3) Find and open the following activity: Allowed MIME Types for Document Upload

4) Select the following Mime Type Code: 10024 application/octet-stream   Octet Stream

5) Click “Add Row” and then enter a valid entry as follows: Code: enter a valid one, File extension: enter jpg

6) Click “Save and Close”.

 

This should fix the issue.

 

Best regards,

 

Olivier


Re: NWBC 4.0 vs NWBC 5.0

$
0
0

Thanks Julie,

 

 

If there is any update, please let us know.

 

 

Regards,

Namsheed

Re: Database logon information incorrect or missing

$
0
0

Looking at the PAM for BI 4.1 Oracle client 10.2 is not supported. I will look at installing the Oracle client 11g.

Re: Smp 3.0 sp03 Offline Caching Issue in Android App

$
0
0

Hi Serkan,

you are probably using old SKD libraries with Cache which is described here: http://help.sap.com/saphelp_smp304sdk/helpdata/en/7c/0b0f9070061014a7b1c78f0f331130/content.htm

 

There is no method in SDK libraries, that will help you with such action. If you really need to save all entries from your server cache to your local cache, you will need to do it by your self. How? After you save entries from GET request use Cache#readEntriesServer (reed all entries from server cache) and then Cache#addEntry (store the entries into local cache).


Just let me ask you why do you need this?


Regards,

Jan Gold

Re: Schedule production on multiple resource simutaniously

$
0
0

Hi,

You mean you want to schedule same order on two lines at same time so you complete production in less time?or two different orders?

 

Regards,

Santosh

Substitution not working

$
0
0

Hello Gurus,

I'm working with  field substitutions for VA01, trying to change the profit center. My problem is: the prerequisite for the substitution works fine, the FORM created works fine (I change the PC), but when I leave my exit, the field is not changed.

The substition I created with 0kem and it's activated (level 3) in 0kem.

Plese help. I don't know what to do.

Re: Prerequisite for installing the stand alone version of Crystal Reports 2011

$
0
0

I am only trying to install the stand alone version of Crystal Reports 2011 on Windows 7 64bit.  It  was originally downloaded from you in a zip file, but when I unzip it, it runs and appears to install all of the objects except the Crystal Report application itself has a red x in front of it indicating it did not install.  I initially installed this application a couple of years ago and there was no problem with the installation so I am at a loss as to why this is happening or what I could be doing wrong.

Launch Query Designer from AO greyed out after GUI 7.40 install

$
0
0

I have AO version 1.4.8.  Launching Query Designer from AO worked before installing SAP GUI for Windows 740 and Query Designer BI AddOn based on 7.40 SP0 Revision 739.  Now that the new SAP GUI/Query Designer is installed...under settings the option Show "Launch  Query Designer" in Tools Group is greyed out so I can not check it.

 

I did have SAP GUI 7.30 Patch 9.  Query Designer BI AddOn based on 7.30 SP3 Revision 699 and was able to check it...and it worked.

 

Anybody having issues with this combo?

 

Kind regards,

Kelly


Re: Report for TDS

$
0
0

Hi,

 

I need Manual journal Entries into this query(only TDS included)

 

Query:

 

SELECT 'AP Invoice' 'Types', T1.[DocDate], T1.[DocNum], T1.[CardName] as 'Vendor Name', T1.[Address], T3.[TaxId0] as 'PAN No', T6.[Descr] as 'Type', T1.[NumAtCard] as 'Vendor Ref No', ISNULL((SELECT SUM(Z0.TaxSum) FROM PCH4 Z0 WHERE Z0.DocEntry = T1.DocEntry AND Z0.staType IN(5,6,-10)),0) as 'Service Tax Amt',T0.[TdsRate], T0.[TaxbleAmnt], T0.[WTAmnt],T0.[WTAmnt]+T0.[TaxbleAmnt] as Total, T2.[AcctName], T4.[WTName],T4.OffclCode,T5.location FROM PCH5  T0

INNER JOIN [dbo].[OPCH] T1 ON T0.AbsEntry = T1.DocEntry

INNER JOIN OACT T2 ON T0.TDSACC = T2.AcctCode

INNER JOIN PCH12 T3 ON T1.DocEntry = T3.DocEntry

INNER JOIN OWHT T4 ON T0.WTCode = T4.WTCode

INNER JOIN OLCT T5 ON T4.Location=T5.Code

INNER JOIN ONOA T6 ON T6.AbsId = T4.Assessee

WHERE T1.[DocDate] BETWEEN [%0] AND [%1]

UNION ALL

SELECT 'AP Credit Memo' 'Types',T1.[DocDate], T1.[DocNum], T1.[CardName] as 'Vendor Name', T1.[Address], T3.[TaxId0] as 'PAN No', T6.[Descr] as 'Type', T1.[NumAtCard] as 'Vendor Ref No', ISNULL((SELECT SUM(Z0.TaxSum) FROM PCH4 Z0 WHERE Z0.DocEntry = T1.DocEntry AND Z0.staType IN(5,6,-10)),0) as 'Service Tax Amt',T0.[TdsRate], T0.[TaxbleAmnt], T0.[WTAmnt],T0.[WTAmnt]+T0.[TaxbleAmnt] as Total, T2.[AcctName], T4.[WTName],T4.OffclCode,T5.location FROM RPC5  T0

INNER JOIN [dbo].[ORPC] T1 ON T0.AbsEntry = T1.DocEntry

INNER JOIN OACT T2 ON T0.TDSACC = T2.AcctCode

INNER JOIN RPC12 T3 ON T1.DocEntry = T3.DocEntry

INNER JOIN OWHT T4 ON T0.WTCode = T4.WTCode

INNER JOIN OLCT T5 ON T4.Location=T5.Code

INNER JOIN ONOA T6 ON T6.AbsId = T4.Assessee

WHERE T1.[DocDate] BETWEEN [%0] AND [%1]

UNION ALL

SELECT 'AP Down payment Invoice' 'Types',T1.[DocDate], T1.[DocNum], T1.[CardName] as 'Vendor Name', T1.[Address], T3.[TaxId0] as 'PAN No', T6.[Descr] as 'Type', T1.[NumAtCard] as 'Vendor Ref No', ISNULL((SELECT SUM(Z0.TaxSum) FROM PCH4 Z0 WHERE Z0.DocEntry = T1.DocEntry AND Z0.staType IN(5,6,-10)),0) as 'Service Tax Amt',T0.[TdsRate], T0.[TaxbleAmnt], T0.[WTAmnt],T0.[WTAmnt]+T0.[TaxbleAmnt] as Total, T2.[AcctName], T4.[WTName],T4.OffclCode,T5.location FROM DPO5  T0

INNER JOIN [dbo].[ODPO] T1 ON T0.AbsEntry = T1.DocEntry

INNER JOIN OACT T2 ON T0.TDSACC = T2.AcctCode

INNER JOIN DPO12 T3 ON T1.DocEntry = T3.DocEntry

INNER JOIN OWHT T4 ON T0.WTCode = T4.WTCode

INNER JOIN OLCT T5 ON T4.Location=T5.Code

INNER JOIN ONOA T6 ON T6.AbsId = T4.Assessee

WHERE T1.[DocDate] BETWEEN [%0] AND [%1]

ORDER BY 'DocDate'

 

 

Regards,

Saikrishna.

Re: Schedule production on multiple resource simutaniously

$
0
0

Hi Santosh,

 

I would like to see 2 orders. One for each line. Yes, I would like to complete production in less time as you mentioned.

 

Thanks,

Rick

Re: Upgrade ERP 6.0 to EHP7 SP3 & Linux RHEL 6

$
0
0

Red Hat does not support in place upgrade. More information is available in this SAP note 1496410 - Red Hat Enterprise Linux 6.x: Installation and Upgrade.

To update the system to EHP7 you need to have a supported OS and DB. Check PAM for the supported OS and DB. In your case you will need to setup the target server with RHEL 6 and perform a Homogeneous system copy. If required you will need to upgrade the DB to the supported target level. You will need to install SAP and DB software on the target system and then take a full backup of the database on the source system and restore it on the target system running on RHEL 6. As you are on Linux you can avoid the SAP and DB installation by doing a file system copy (SAP and Oracle binaries) between the source and the target server using rsync feature. I have done it for SAP with Oracle on UNIX/Linux systems and it worked. This is just an alternative for the SAP and DB installation. Once you have the source system setup on the target server you need to create a stack file and start the upgrade to EHP7.

 

RB

Re: Launch Query Designer from AO greyed out after GUI 7.40 install

$
0
0

It was working for me in 1.4.9 and SAP Gui 740

 

One thing I recommend checking - if it is not working for you - as I had a similar issue in the past (pre SAP Gui 74) is downloading a SAP Gui Patch - in the past on the Software Distribution Center I found a Gui patch for "Business Explorer" - could you check there?  It has been a while so I am totally basing this answer on my memory.

ACW - Restart Workflow (WS14500015) for Item Based Approval

$
0
0

Hello All,

 

We are upgrading from SRM 5.0 to SRM 702 SP10. We had decided to stay with ACW as change capability in item based approval is not available nor switching to change (completion) mode after an approval step.

 

BAdIs BBP_WFL_APPROV_BADI implemented to trigger WS14500015 for item based approvals and BAdI BBP_WFL_SECUR_BADI to provide the change capability at the required levels. However, the workflow never restarts even when security level is set at 2 (always restart). The restart works as expected if I use a document level approval process (WS10000129 - One Step approval of shopping cart). On debugging I found that the function module BBP_PDH_WFL_CHECK_RESTART is never executed for item based approval both in the 5.0 and 7.02 systems.

 

  1. Is this a known issue/behavior? (I haven't been able to find any documentation).
  2. Has anyone successfully implemented the restart for item based approval in ACW (even in a 5.0 environment)? if yes, please let me know how it was done.

 

A strange thing I noticed in my debugging, BBP_WFL_SECUR_BADI gets executed 3 times when a user starts the approval process in the 702 system whereas it only gets executed once in the 5.0 system. Not sure why.

 

Thanks in advance.

 

Regards,

Ramki.

 

 

Upon further investigation I have found that no restart is available for item based approval by design. Found OSS note 777133 which provides a mechanism to restart with the help of a Z table in SRM Server 5nn.

 

Thanks, Ramki.

 

Message was edited by: Ramki Maley

Re: Requested Attribute Change Package 'EA-FINSERV617' not deliverable.

$
0
0

Thanks Gaurav,

 

Yes now ACP is available on SMP.

 

Lets try with MOPZ :-)

 

Regards,

HP

Re: hi all

$
0
0

Hi Neeraj,

 

There is no such limit. The number of employees depend on the selection criteria that you give in PT60 transaction.

 

Regards,

Hari


Re: actual post goods issue date

$
0
0

Hi Islam,

 

I have a query.

 

If everything is happening today, then how system will PGI for yesterday? I mean that order/delivery is being created today (12/11/2014), will system allow you to PGI dated yesterday (12/12/2014) assuming that system allows you to enter actual GI date.

 

Kindly check.

 

Regards

SD

Re: Best practice to store global data?

$
0
0

Hi Florian,

 

thats exactly what i was looking for.

 

 

But as always: Avoid global things if possible

 

You are right and i agree.

 

Thank you

Re: Logon Issue with Copyright Dialog Box at every single logon

$
0
0

The same is happening on 3 SAP different release with 3 different kernel (where the source and the target do always have same release and same kernel)

 

1st landscape : Kernel 64b EXT Unicode 721 SP 317 => BASIS/ABA 731

2nd landscape : Kernel 64b Unicode 721 SP 317 => BASIS/ABA 702

3rd landscape : Kernel 64b Unicode 721 SP 139 => BASIS/ABA 731

Re: Batch Derivation at GR for Production order

$
0
0

Hi Kiran,

 

It need some configuration activities as link mentioned by Raj.

 

Even though I would like to suggest that pl ensure Characteristics for "Expiry date" must be same in both class /022 ( Class assigned to component material and class assigned to header material)

 

Pl go ahead as per the link shared and let us know if you are facing any issue.

 

 

Thanks and regards,

 

Sadan

Re: Switching from one module to other, how will it impact on career

$
0
0

Sachin,

 

Interesting question! Thanks!

 

Switching modules is not same as a fresher trying to enter in to SAP market. But many of the same challenges will be there is switching too!

 

In this case, you know SAP but you are no more an expert in the new module you choose. That will bring with it difficulty to find a job, low salary, effort, hard word you have to put will be much higher - as you will be in a learning phase.

 

If you have a love for that domain and domain experience, then go for the new module. Or else it don't make much sense!

 

TW

Viewing all 8902 articles
Browse latest View live




Latest Images