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

Re: Dinamic Filter Using Properties of a dimension

$
0
0

Hi Gorka,

 

If you open a member selector for the page axis member you will see the option to select multiple members. If you enable it and select multiple members - you will see EPMOlapMultiMember formula in the page axis cell.

 

Vadim


Re: email sending from SAP through using External Mail Server

$
0
0

How to send transactional emails from SAP through external mail server like mailjet, madrill (mailchimp) and so on, for free or almost free.

The common scenario for sending emails from SAP is configuring an SMTP relay in windows server.

Sin título.jpg

 

Things we want to obtain.

  • ·         Avoid to be blacklisted.
  • ·         Avoid being SPAM.
  • ·         Trace the emails.
  • ·         Having statistics.
  • ·         Correct errors in the addresses of your customers.
  • ·         Know your SPAM ratio.

 

For example: In my company we have SAPPRO and SAPDES running under WS2008, the last one has installed the SMTP service with relay, that SMTP forwards all the emails to mailjet, and it sends all the emails properly.

First of all, you must know how to change your DNS configuration for adding DKIM and SPF entrances in your domain. It’s the same than googleapps. If you have no idea about what I’m talking about, please, look the next link dnsconfig.


Steps:

  1. Having an SMTP(relay) in your LAN already working.
  2. Having your SAPPRO working with your SMTP. Check the tx scot.
  3. Check that your firewall has the port 587 for outgoing connections opened.
  4. Sing up in www.mailjet.com.
    1. Free account (12.000 emails per month)
    2. Bronze account $6 dollars per month (30.000 emails per month). I choose it.
  5. Configure your DNS properly with DKIM and SPF and wait the propagation.
  6. Configure your local SMTP in order to forward all your emails to mailjet, using the user and password that they provide to you.
  7. You have to check that all your emails are properly written. (subject, body, from, to…)
  8. Enjoy, your customers are receiving all your transactional emails, (orders, invoices, etc)

 

Explanations:

I’m sure steps 1,2 and 3 are not a problem for you. If you need any help, google it, there is a lot of information about it.

Step 4: register an account on www.mailjet.com and choose your plan.

2.png

 

Step 5: Access to your DNS panel control, a follow the instructions that Mailjet gives to you.

Step 6: Once you have your smtp user and password, you have forward all the emails to the mailjet server.

·         Your user will look like this: f79lkyui45tiuyt43yt98y643iu7y4

·         Your password: 555y3iuyt78yt798g789yb8975489

·         Mail server: in-v3.mailjet.com

Now open the remote control in the server you have installed the SMTP server, and configure it as I did.

 

3.png4.png

 

 

 

Right click and then click on properties.

Delivery sheet. (Outbound Security, Outbound connections…, Advanced)

41.png

43.png

44.png

45.png

Step 7: pay attention, there are a lot of kinds of emails in SAP:

·         Orders,

·         invoices,

·         email to forwards and other shipping companies.

Normally you have more than one language setup on your system,your emails will be sent in the customer language.

I had a problem with transactional emails without body,we sent an attachment only with subject. Those emails arrived, but the attachments were corrupted, and it couldn’t be opened.

The solution was simple, put a body on the email.


Step 8: enjoy! From the Mailjet panel is too much easier to trace all your emails.

 

 

 

6.png

 

Message was edited by: José Emmanuel Najar

Re: Hadoop as a datasource for BO XI r3

$
0
0

Will UDT in SAP BO 4.0 integrate to Hadoop

Re: Erro MR8M - Mensagem 8B106

Re: How to avoid same asset in multiple POs

$
0
0

This thread cannot be closed, because it was never posted as question, the user had removed the tick for question when he created the thread.

New OLAP Connection Screen Appereance Issue

$
0
0

Hi,

 

When am trying to create the BICS Connection in CMC am seeing different screen than as expected.

 

Please find the attached screenshot for the same.

 

Kindly help me in the problem.

 

 

Thanks & Regards,

Kumar V

Re: SMI With Replenishment Order

$
0
0

Hi Nikhil,

 

Error was - No function module for input process code ORDS.

 

We found out that work flow component for process code ORDS is missing

So we maintained ORDV as process code which is having same work flow component - WS20000183

 

And when we debugged FM(VMI_PO_CREATE_FROM_ORDRSP_VMI) we came to know that segment - E1EDK14 is missing in inbound IDoc because of which PO is not getting created.

 

Plant - 7200, Plant BP - 7200, Supplier - SNP001, Supplier BP - SNP001

 

In WVM7,

Vendor - SNP001

cust (Sold-to-party) - 7200

Cust(Ship-to-party) - 7200

 

Purch, Org - SNC1

Puch. Grp - 001

Plant - 7200

Purchase Doc Type - ZSNC

 

And I have one question - Once this PO is created in ECC shd this created Auto confirmation to SNC ??

 

If Yes, then what are the settings to be done.

 

Thanks in advance

 

Regards,

Laxman

Re: Automatic Email Notification to multiple Users in BPM


Re: How to upgrade Sybase 5 to SAP Sybase SQL Anywhere 16

$
0
0

Ok, good information.

 

Thank you for the quick reply.

Re: Dev requests after ehp6 upgrade

$
0
0

Hi Rajendra,

 

Even if you copy the data and co-files and try to use them after the Upgrade, it will not work because those requests were created in a different SAP version.

 

So in my point of view it doesnt make sense to import those transport after the upgrade.

 

Regards,

Nirmal.K

Re: Showing attachment document and downloading from sapui5 screen

$
0
0

Thanks a lot Naveenraj.

 

Great help!!!!!!!!!!!!!!!!

 

It is working now.

 

The final code is given below  -

 

clickDownload : function (evt) {

   var context = evt.getSource().getBindingContext();

   var html = new sap.ui.core.HTML();

   var sRead = context.sPath;

 

   var  oModel1 = this.getView().getModel();

    oModel1.read( sRead, null, null, true, function(oData, oResponse)

      {

             var pdfURL = oData.EUrl;

             html.setContent("<iframe src=" + pdfURL + " width='700' height='700'></iframe>");

             html.placeAt("content");

            },function(){

             alert("Read failed");});

      }

 

The file got downloaded properly.

 

Pic12.jpg

 

I am really oblized for your great help. I could solve this so soon only for your untiring efforts to help. I am really helpful. I hope I shall get your valuable help and guidance in future also.

 

Regards,

 

Subhabaha

Re: Error when loading master data hierarchy

$
0
0

Hi Andy,

 

Thanks for your answer.

 

Just to make sure - we are talking about master data hierarchy for a dimension and not master data for a dimension, correct?

 

The master data in BW was limited by only looking at dimension members that had transactions on them the last couple of years. So no records were skipped in the load - it was handled in BW. As I understand it, this is not possible with a hierarchy in BW since it works differently. It's kind of like all or nothing with hierarchies or have I gotten it wrong.

 

Best regards,

Lars

Re: Connect to Sap HANA Cloud Platform Trial from MS Excel

$
0
0

On trial landscape you have only schema access, but not database access.

Schema that you can use is listed inside output from open-db-tunnel command

Re: New debugger - DIFF Tool

$
0
0

Dear Malcolm,

        Very happy to notice that you had develop a program which like the DIFF tool in new debugger, would you like to share how do you realize this ?

Re: SNP disaggregation according to demand wrong quantities

$
0
0

Hi Juan,

 

I believe that the chosen disaggregation method is according to demand (not according with quota).

 

What is the disaggregation mode? If is by bucket oriented you could have this kind of results. Try with order based.

Also be sure that the horizon is the same in data source section and horizon for method combination in disaggregation parameters section.

Thanks.

 

Regards, Marius 


Re: Afaria7SP5 Enrollment server installation

$
0
0

I dont want to use HTTPS. SO I dont need this certificate..

Right?

Re: Solution Manager 7.1-SR1 installation problem

$
0
0

I found how i do, but when i try to deploy LMSERVICE, it takes error like this;

 

sdm2.png

 

 

 

Starting Deployment of LM-SERVICE

Aborted: software component 'LM-SERVICE'/'sap.com'/'SAP AG'/'1000.7.10.4.1.20120220121517''/'18':

Failed deployment of SDAs:

development component 'tc/webadministrator/navigation/ejb'/'sap.com'/'SAP AG'/'7.10.4.1.20120220121517'/'18' : aborted

Please, look at error logs above for more information!

Deployment of LM-SERVICE finished with Error (Duration 635 ms)

Re: PR could not found

Re: Theme Root - Using a custom theme created with the Theme Designer

Re: NULLing a user-defined field

$
0
0

Johan,

 

 

 

Have you reported this "flaw" to B1 support? If not, then I surely will.

 

 

 

I prefer DI API because I want this update to be registered in the "History", so maybe the ugly combination of DI update to a neutral value and a direct SQL update to null will work for me.

 

 

 

Your third option of removing the whole record and then adding it anew is overhead for my case, because I'll have to keep track of whatever other document refer to the one being thus re-created.

Viewing all 9242 articles
Browse latest View live


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